inherited fmLoginScherm: TfmLoginScherm Caption = 'fmLoginScherm' PixelsPerInch = 96 TextHeight = 19 object lblWelkom: TLabel [1] Left = 48 Top = 48 Width = 142 Height = 19 Caption = 'Welkom bij ProScan' end object lblGeefPincodeIn: TLabel [2] Left = 16 Top = 126 Width = 61 Height = 19 Caption = 'Pincode:' end object lblInitialen: TLabel [3] Left = 20 Top = 93 Width = 59 Height = 19 Caption = 'Initalen:' end object edtPincode: TEdit [4] Left = 103 Top = 123 Width = 121 Height = 27 NumbersOnly = True TabOrder = 1 Text = '0030' OnKeyUp = edtPincodeKeyUp end object edtInitialen: TEdit [5] Left = 103 Top = 90 Width = 121 Height = 27 CharCase = ecUpperCase TabOrder = 0 Text = 'NBO' OnKeyUp = edtInitialenKeyUp end inherited pnlDrieKnoppen: TPanel TabOrder = 2 inherited btnLinksOnder: TButton Action = nil end end inherited alKnoppenOnder: TActionList inherited actLinksOnder: TAction Caption = 'actLinksOnder' end inherited actCentraalOnder: TAction Caption = 'actCentraalOnder' end inherited actRechtsOnder: TAction Caption = 'actRechtsOnder' end end inherited alAlgemeen: TActionList inherited actVolgende: TAction OnExecute = actVolgendeExecute end inherited actAfsluiten: TAction OnExecute = actAfsluitenExecute end end end