object LoginForm: TLoginForm Left = 262 Height = 182 Top = 238 Width = 477 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Login' ClientHeight = 182 ClientWidth = 477 OnClose = FormClose OnShow = FormShow Position = poScreenCenter LCLVersion = '0.9.31' object Label1: TLabel Left = 16 Height = 18 Top = 60 Width = 72 Caption = 'Username:' ParentColor = False end object Label2: TLabel Left = 16 Height = 18 Top = 92 Width = 66 Caption = 'Password:' ParentColor = False end object ButtonCancel: TButton Left = 144 Height = 25 Top = 143 Width = 75 Caption = 'Close' ModalResult = 11 OnClick = ButtonCancelClick TabOrder = 6 end object ButtonLogin: TButton Left = 40 Height = 25 Top = 144 Width = 75 Caption = 'Login' Default = True ModalResult = 1 OnClick = ButtonLoginClick TabOrder = 5 end object EditUserName: TEdit Left = 104 Height = 27 Top = 56 Width = 104 TabOrder = 2 end object Label3: TLabel Left = 16 Height = 18 Top = 12 Width = 78 Caption = 'Connection:' ParentColor = False end object ComboBoxConnection: TComboBox Left = 104 Height = 27 Top = 7 Width = 105 ItemHeight = 0 Style = csDropDownList TabOrder = 0 end object ButtonChange: TButton Left = 216 Height = 25 Top = 7 Width = 67 Caption = 'Change' OnClick = ButtonChangeClick TabOrder = 1 end object Image1: TImage Left = 296 Height = 156 Top = 12 Width = 168 end object EditPassword: TEdit Left = 105 Height = 27 Top = 88 Width = 104 EchoMode = emPassword PasswordChar = '*' TabOrder = 3 end object CheckBoxRememberPassword: TCheckBox Left = 16 Height = 19 Top = 121 Width = 157 Caption = 'Remember password' TabOrder = 4 end end