Index: PlanScan/Main.dfm =================================================================== diff -u -r352 -r353 --- PlanScan/Main.dfm (.../Main.dfm) (revision 352) +++ PlanScan/Main.dfm (.../Main.dfm) (revision 353) @@ -88,12 +88,13 @@ BevelOuter = bvNone Color = 1513421 Padding.Left = 20 + Padding.Right = 20 ParentBackground = False TabOrder = 1 object lblWegwerppallet: TLabel Left = 20 Top = 80 - Width = 165 + Width = 145 Height = 40 Align = alTop AutoSize = False @@ -104,12 +105,16 @@ Font.Name = 'Tahoma' Font.Style = [] ParentFont = False + Transparent = False + Layout = tlCenter + OnClick = lblWegwerppalletClick ExplicitTop = 40 + ExplicitWidth = 165 end object lblDnaCodes: TLabel Left = 20 Top = 0 - Width = 165 + Width = 145 Height = 40 Align = alTop AutoSize = False @@ -120,12 +125,15 @@ Font.Name = 'Tahoma' Font.Style = [] ParentFont = False + Transparent = False + Layout = tlCenter OnClick = lblDnaCodesClick + ExplicitWidth = 165 end object lblGebruikers: TLabel Left = 20 Top = 40 - Width = 165 + Width = 145 Height = 40 Align = alTop AutoSize = False @@ -136,7 +144,10 @@ Font.Name = 'Tahoma' Font.Style = [] ParentFont = False + Transparent = False + Layout = tlCenter OnClick = lblGebruikersClick + ExplicitWidth = 165 end end end