object LoginForm: TLoginForm Left = 479 Height = 177 Top = 255 Width = 405 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Login' ClientHeight = 177 ClientWidth = 405 LCLVersion = '0.9.31' object Label1: TLabel Left = 16 Height = 14 Top = 48 Width = 53 Caption = 'Username:' ParentColor = False end object Label2: TLabel Left = 16 Height = 14 Top = 80 Width = 51 Caption = 'Password:' ParentColor = False end object ButtonCancel: TButton Left = 112 Height = 25 Top = 128 Width = 75 Caption = 'Close' TabOrder = 0 end object ButtonLogin: TButton Left = 16 Height = 25 Top = 128 Width = 75 Caption = 'Login' TabOrder = 1 end object Edit1: TEdit Left = 88 Height = 21 Top = 40 Width = 104 TabOrder = 2 end object MaskEdit1: TMaskEdit Left = 88 Height = 21 Top = 71 Width = 104 CharCase = ecNormal MaxLength = 1 TabOrder = 3 EditMask = '*' Text = '*' SpaceChar = '_' end object Image1: TImage Left = 216 Height = 152 Top = 16 Width = 168 end end