Index: AAPClient/UI/PopupScherm.dfm =================================================================== diff -u -r143 -r144 --- AAPClient/UI/PopupScherm.dfm (.../PopupScherm.dfm) (revision 143) +++ AAPClient/UI/PopupScherm.dfm (.../PopupScherm.dfm) (revision 144) @@ -37,7 +37,8 @@ Left = 48 Top = 444 Width = 300 - Height = 60 + Height = 64 + BevelOuter = bvNone Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite @@ -56,26 +57,34 @@ OnClick = imgActie1Click end object lblActie1: TLabel - Left = 1 - Top = 1 - Width = 298 - Height = 58 + Left = 0 + Top = 0 + Width = 300 + Height = 64 Align = alClient Alignment = taCenter AutoSize = False Caption = 'links' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -27 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False Layout = tlCenter WordWrap = True - ExplicitTop = 20 - ExplicitWidth = 62 - ExplicitHeight = 39 + OnClick = lblActie1Click + ExplicitLeft = 1 + ExplicitTop = 1 + ExplicitWidth = 298 end end object pnlbtnActie2: TPanel Left = 214 Top = 444 Width = 134 - Height = 60 + Height = 64 + BevelOuter = bvNone Color = 1513421 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite @@ -96,19 +105,26 @@ OnClick = imgActie2Click end object lblActie2: TLabel - Left = 1 - Top = 1 - Width = 132 - Height = 58 + Left = 0 + Top = 0 + Width = 134 + Height = 64 Align = alClient Alignment = taCenter AutoSize = False Caption = 'rechts' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -27 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False Layout = tlCenter WordWrap = True - ExplicitTop = 20 - ExplicitWidth = 62 - ExplicitHeight = 39 + OnClick = lblActie2Click + ExplicitLeft = 1 + ExplicitTop = 1 + ExplicitWidth = 132 end end object pnlGroteImage: TPanel