Index: ProScan/UI/DnaCodeReedsGescandScherm.dfm =================================================================== diff -u -r428 -r496 --- ProScan/UI/DnaCodeReedsGescandScherm.dfm (.../DnaCodeReedsGescandScherm.dfm) (revision 428) +++ ProScan/UI/DnaCodeReedsGescandScherm.dfm (.../DnaCodeReedsGescandScherm.dfm) (revision 496) @@ -39,6 +39,7 @@ end inherited pnlDrieKnoppen: TPanel Visible = False + ExplicitTop = 401 end object edtPallet: TEdit [4] Left = 56 @@ -76,43 +77,42 @@ WordWrap = True OnClick = btnVerplaatsenClick end - object btnWegnemen: TButton [6] + object btnTerug: TButton [6] Left = 56 - Top = 120 + Top = 423 Width = 369 Height = 81 - Caption = 'Wegnemen van pallet' + Caption = 'Terug' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Tahoma' Font.Style = [] - ImageIndex = 15 + ImageIndex = 12 ImageMargins.Left = 10 Images = ImagesScherm.ilAlgemeen48 ParentFont = False TabOrder = 4 WordWrap = True - OnClick = btnWegnemenClick + OnClick = btnTerugClick end - object btnTerug: TButton [7] + object btnWegnemen: TButton [7] Left = 56 - Top = 423 + Top = 110 Width = 369 Height = 81 - Caption = 'Terug' + Caption = 'Wegnemen van pallet' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Tahoma' Font.Style = [] - ImageIndex = 12 + ImageIndex = 15 ImageMargins.Left = 10 Images = ImagesScherm.ilAlgemeen48 - ModalResult = 7 ParentFont = False TabOrder = 5 WordWrap = True - OnClick = btnTerugClick + OnClick = btnWegnemenClick end end