Index: ProScan/UI/BestaandePalletScherm.dfm =================================================================== diff -u -r396 -r440 --- ProScan/UI/BestaandePalletScherm.dfm (.../BestaandePalletScherm.dfm) (revision 396) +++ ProScan/UI/BestaandePalletScherm.dfm (.../BestaandePalletScherm.dfm) (revision 440) @@ -7,7 +7,7 @@ TextHeight = 19 object lblBestaandePallet: TLabel [0] Left = 0 - Top = 57 + Top = 65 Width = 480 Height = 39 Align = alTop @@ -26,12 +26,12 @@ inherited pnlDrieKnoppen: TPanel Visible = False end - object btnHuidigeToelevering: TButton [3] + object btnVervolledigen: TButton [3] Left = 56 - Top = 120 + Top = 133 Width = 369 Height = 81 - Caption = 'Huidige toelevering' + Caption = 'Vervolledigen' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 @@ -40,37 +40,17 @@ ImageIndex = 7 ImageMargins.Left = 10 Images = ImagesScherm.ilAlgemeen48 - ModalResult = 6 + ModalResult = 7 ParentFont = False TabOrder = 2 WordWrap = True - OnClick = btnHuidigeToeleveringClick + OnClick = btnVervolledigenClick end - object btnRework: TButton [4] + object btnExtraToelevering: TButton [4] Left = 56 - Top = 221 + Top = 266 Width = 369 Height = 81 - Caption = 'Rework' - Font.Charset = DEFAULT_CHARSET - Font.Color = clWindowText - Font.Height = -32 - Font.Name = 'Tahoma' - Font.Style = [] - ImageIndex = 10 - ImageMargins.Left = 10 - Images = ImagesScherm.ilAlgemeen48 - ModalResult = 7 - ParentFont = False - TabOrder = 3 - WordWrap = True - OnClick = btnReworkClick - end - object btnExtraToelevering: TButton [5] - Left = 56 - Top = 322 - Width = 369 - Height = 81 Caption = 'Extra toelevering' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -82,13 +62,13 @@ Images = ImagesScherm.ilAlgemeen48 ModalResult = 7 ParentFont = False - TabOrder = 4 + TabOrder = 3 WordWrap = True OnClick = btnExtraToeleveringClick end - object btnTerug: TButton [6] + object btnTerug: TButton [5] Left = 56 - Top = 423 + Top = 399 Width = 369 Height = 81 Caption = 'Terug' @@ -102,7 +82,7 @@ Images = ImagesScherm.ilAlgemeen48 ModalResult = 7 ParentFont = False - TabOrder = 5 + TabOrder = 4 WordWrap = True OnClick = btnTerugClick end