Index: AAPClient/UI/HomeScherm.dfm =================================================================== diff -u -r118 -r123 --- AAPClient/UI/HomeScherm.dfm (.../HomeScherm.dfm) (revision 118) +++ AAPClient/UI/HomeScherm.dfm (.../HomeScherm.dfm) (revision 123) @@ -1,8 +1,10 @@ inherited fmHomeScherm: TfmHomeScherm Caption = 'fmHomeScherm' + Color = 1513421 PixelsPerInch = 96 TextHeight = 19 inherited pnlDrieKnoppen: TPanel + Visible = False inherited btnCentraalOnder: TButton Visible = False end @@ -14,34 +16,65 @@ end end object btnHernoemPallet: TButton [1] - Left = 56 - Top = 112 - Width = 121 - Height = 66 + Left = 68 + Top = 240 + Width = 345 + Height = 65 Caption = 'Hernoem pallet' - ImageIndex = 0 - Images = ImagesScherm.ilAlgemeen32 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ImageIndex = 8 + Images = ImagesScherm.ilAlgemeen48 ModalResult = 7 + ParentFont = False TabOrder = 1 WordWrap = True OnClick = btnHernoemPalletClick end object btnAfmeldenProducten: TButton [2] - Left = 56 - Top = 40 - Width = 121 - Height = 66 + Left = 68 + Top = 120 + Width = 345 + Height = 65 Caption = 'Afmelden producten' - ImageIndex = 1 - Images = ImagesScherm.ilAlgemeen32 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ImageIndex = 7 + Images = ImagesScherm.ilAlgemeen48 ModalResult = 6 + ParentFont = False TabOrder = 2 WordWrap = True OnClick = btnAfmeldenProductenClick end inherited pnlTop: TPanel TabOrder = 3 end + object btnUitloggen: TButton [4] + Left = 68 + Top = 360 + Width = 345 + Height = 65 + Caption = 'Uitloggen' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [] + ImageIndex = 2 + Images = ImagesScherm.ilAlgemeen48 + ModalResult = 7 + ParentFont = False + TabOrder = 4 + WordWrap = True + OnClick = btnUitloggenClick + end inherited alAlgemeen: TActionList inherited actAfsluiten: TAction OnExecute = actAfsluitenExecute