Index: AAPClient/UI/DrieKnoppenScherm.dfm =================================================================== diff -u -r105 -r117 --- AAPClient/UI/DrieKnoppenScherm.dfm (.../DrieKnoppenScherm.dfm) (revision 105) +++ AAPClient/UI/DrieKnoppenScherm.dfm (.../DrieKnoppenScherm.dfm) (revision 117) @@ -2,8 +2,8 @@ Left = 0 Top = 0 BorderStyle = bsNone - ClientHeight = 246 - ClientWidth = 232 + ClientHeight = 640 + ClientWidth = 480 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -15,55 +15,124 @@ OnShow = FormShow PixelsPerInch = 96 TextHeight = 19 - object lblGebruiker: TLabel - Left = 8 - Top = 8 - Width = 71 - Height = 25 - AutoSize = False - Font.Charset = DEFAULT_CHARSET - Font.Color = clWindowText - Font.Height = -21 - Font.Name = 'Tahoma' - Font.Style = [fsBold] - ParentFont = False - end object pnlDrieKnoppen: TPanel Left = 0 - Top = 189 - Width = 232 - Height = 57 + Top = 508 + Width = 480 + Height = 132 Align = alBottom BevelOuter = bvNone + Color = clBlack + ParentBackground = False TabOrder = 0 - object btnLinksOnder: TButton - Left = 3 - Top = 0 - Width = 75 - Height = 57 - Action = actLinksOnder - ImageAlignment = iaCenter - ModalResult = 1 - TabOrder = 0 + ExplicitTop = 550 + object pnlLinksOnder: TPanel + Left = 2 + Top = 2 + Width = 157 + Height = 128 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False + TabOrder = 3 + object imgLinksOnder: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgLinksOnderClick + end end + object pnlCentraalOnder: TPanel + Left = 161 + Top = 2 + Width = 157 + Height = 128 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False + TabOrder = 4 + object imgCentraalOnder: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgCentraalOnderClick + end + end + object pnlRechtsOnder: TPanel + Left = 320 + Top = 2 + Width = 157 + Height = 128 + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False + TabOrder = 5 + object imgRechtsOnder: TImage + Left = 14 + Top = 0 + Width = 128 + Height = 128 + Transparent = True + OnClick = imgRechtsOnderClick + end + end object btnCentraalOnder: TButton - Left = 78 - Top = 0 - Width = 75 - Height = 57 + Left = 161 + Top = 56 + Width = 40 + Height = 33 ImageAlignment = iaCenter ModalResult = 6 TabOrder = 1 end + object btnLinksOnder: TButton + Left = 2 + Top = 56 + Width = 39 + Height = 33 + Action = actLinksOnder + ImageAlignment = iaCenter + ModalResult = 1 + TabOrder = 0 + end object btnRechtsOnder: TButton - Left = 153 - Top = 0 - Width = 75 - Height = 57 + Left = 320 + Top = 56 + Width = 41 + Height = 33 ImageAlignment = iaCenter TabOrder = 2 end end + object pnlTop: TPanel + Left = 0 + Top = 0 + Width = 480 + Height = 57 + Align = alTop + BevelOuter = bvNone + Color = 1513421 + ParentBackground = False + TabOrder = 1 + object lblGebruiker: TLabel + Left = 195 + Top = 11 + Width = 89 + Height = 35 + Alignment = taCenter + AutoSize = False + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -32 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + ParentFont = False + end + end object alKnoppenOnder: TActionList Left = 104 Top = 200