Index: PlanScan/Main.dfm =================================================================== diff -u -r350 -r352 --- PlanScan/Main.dfm (.../Main.dfm) (revision 350) +++ PlanScan/Main.dfm (.../Main.dfm) (revision 352) @@ -87,8 +87,57 @@ Align = alClient BevelOuter = bvNone Color = 1513421 + Padding.Left = 20 ParentBackground = False TabOrder = 1 + object lblWegwerppallet: TLabel + Left = 20 + Top = 80 + Width = 165 + Height = 40 + Align = alTop + AutoSize = False + Caption = 'Wegwerppallet' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + ExplicitTop = 40 + end + object lblDnaCodes: TLabel + Left = 20 + Top = 0 + Width = 165 + Height = 40 + Align = alTop + AutoSize = False + Caption = 'DNA codes' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + OnClick = lblDnaCodesClick + end + object lblGebruikers: TLabel + Left = 20 + Top = 40 + Width = 165 + Height = 40 + Align = alTop + AutoSize = False + Caption = 'Gebruikers' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -21 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + OnClick = lblGebruikersClick + end end end object pnlFrames: TPanel