Index: AAPClient/UI/BestaandePalletScherm.dfm =================================================================== diff -u -r77 -r149 --- AAPClient/UI/BestaandePalletScherm.dfm (.../BestaandePalletScherm.dfm) (revision 77) +++ AAPClient/UI/BestaandePalletScherm.dfm (.../BestaandePalletScherm.dfm) (revision 149) @@ -2,35 +2,162 @@ Caption = 'fmBestaandePalletScherm' PixelsPerInch = 96 TextHeight = 19 - object lblPalletCode: TLabel [1] + object lblPalletCode: TLabel [0] Left = 144 Top = 8 Width = 73 Height = 19 AutoSize = False end - object btnExtraToelevering: TButton [5] - Left = 56 - Top = 112 - Width = 121 - Height = 66 - Caption = 'Extra toelevering' - ModalResult = 2 + inherited pnlDrieKnoppen: TPanel + Visible = False + end + object pnlAnnuleren: TPanel [3] + Left = 256 + Top = 322 + Width = 157 + Height = 167 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False + TabOrder = 2 + object imgAnnuleren: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgRechtsOnderClick + end + object lblAnnuleren: TLabel + Left = 0 + Top = 134 + Width = 157 + Height = 33 + Align = alBottom + Alignment = taCenter + AutoSize = False + Caption = 'Annuleren' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -27 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + Layout = tlCenter + WordWrap = True + end + end + object pnlExtraToelevering: TPanel [4] + Left = 60 + Top = 322 + Width = 157 + Height = 167 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False TabOrder = 3 - WordWrap = True - OnClick = btnExtraToeleveringClick + object imgExtraToelevering: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgExtraToeleveringClick + end + object lblExtraToelevering: TLabel + Left = 0 + Top = 134 + Width = 157 + Height = 33 + Align = alBottom + Alignment = taCenter + AutoSize = False + Caption = 'Extra toelev.' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -27 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + Layout = tlCenter + WordWrap = True + ExplicitLeft = -8 + end end - object btnRework: TButton [6] - Left = 56 - Top = 40 - Width = 121 - Height = 66 - Caption = 'Rework' - ModalResult = 4 + object pnlHuidigeToelevering: TPanel [5] + Left = 60 + Top = 112 + Width = 157 + Height = 167 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False TabOrder = 4 - WordWrap = True - OnClick = btnReworkClick + object imgHuidigeToelevering: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgHuidigeToeleveringClick + end + object lblHuidigeToelevering: TLabel + Left = 0 + Top = 134 + Width = 157 + Height = 33 + Align = alBottom + Alignment = taCenter + AutoSize = False + Caption = 'Huidige toel.' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -27 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + Layout = tlCenter + WordWrap = True + ExplicitLeft = -8 + end end + object pnlRework: TPanel [6] + Left = 256 + Top = 112 + Width = 157 + Height = 167 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False + TabOrder = 5 + object imgRework: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgReworkClick + end + object lblRework: TLabel + Left = 0 + Top = 134 + Width = 157 + Height = 33 + Align = alBottom + Alignment = taCenter + AutoSize = False + Caption = 'Rework' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -27 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + Layout = tlCenter + WordWrap = True + end + end inherited alAlgemeen: TActionList inherited actHome: TAction OnExecute = actHomeExecute