Index: AAPClient/UI/BestaandePalletScherm.dfm =================================================================== diff -u -r37 -r38 --- AAPClient/UI/BestaandePalletScherm.dfm (.../BestaandePalletScherm.dfm) (revision 37) +++ AAPClient/UI/BestaandePalletScherm.dfm (.../BestaandePalletScherm.dfm) (revision 38) @@ -2,23 +2,30 @@ Caption = 'fmBestaandePalletScherm' PixelsPerInch = 96 TextHeight = 19 - object btnExtraToelevering: TButton [4] + object lblPalletCode: TLabel [1] + 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 = 7 + ModalResult = 2 TabOrder = 3 WordWrap = True end - object btnRework: TButton [5] + object btnRework: TButton [6] Left = 56 Top = 40 Width = 121 Height = 66 Caption = 'Rework' - ModalResult = 6 + ModalResult = 4 TabOrder = 4 WordWrap = True end