object fmLogin: TfmLogin Left = 0 Top = 0 ActiveControl = edtInitialen Caption = 'Login' ClientHeight = 120 ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object lblInitialen: TLabel Left = 72 Top = 16 Width = 57 Height = 19 Caption = 'Initialen' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object lblCode: TLabel Left = 72 Top = 43 Width = 36 Height = 19 Caption = 'Code' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object btnLogin: TButton Left = 120 Top = 80 Width = 75 Height = 25 Caption = 'Login' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object edtInitialen: TEdit Left = 160 Top = 13 Width = 121 Height = 27 CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 end object edtLoginCode: TEdit Left = 160 Top = 40 Width = 121 Height = 27 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 2 end end