object LoginForm: TLoginForm Left = 312 Height = 163 Top = 186 Width = 433 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Login' ClientHeight = 163 ClientWidth = 433 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.31' object Label1: TLabel Left = 16 Height = 14 Top = 64 Width = 53 Caption = 'Username:' ParentColor = False end object Label2: TLabel Left = 16 Height = 14 Top = 96 Width = 51 Caption = 'Password:' ParentColor = False end object ButtonCancel: TButton Left = 112 Height = 25 Top = 128 Width = 75 Caption = 'Close' ModalResult = 11 OnClick = ButtonCancelClick TabOrder = 5 end object ButtonLogin: TButton Left = 16 Height = 25 Top = 128 Width = 75 Caption = 'Login' Default = True ModalResult = 1 OnClick = ButtonLoginClick TabOrder = 4 end object EditUserName: TEdit Left = 88 Height = 21 Top = 64 Width = 104 TabOrder = 2 end object Label3: TLabel Left = 16 Height = 14 Top = 12 Width = 59 Caption = 'Connection:' ParentColor = False end object ComboBoxConnection: TComboBox Left = 88 Height = 21 Top = 12 Width = 105 ItemHeight = 13 Style = csDropDownList TabOrder = 0 end object ButtonChange: TButton Left = 198 Height = 25 Top = 9 Width = 67 Caption = 'Change' OnClick = ButtonChangeClick TabOrder = 1 end object Image1: TImage Left = 272 Height = 140 Top = 12 Width = 152 end object EditPassword: TEdit Left = 89 Height = 21 Top = 96 Width = 104 EchoMode = emPassword PasswordChar = '*' TabOrder = 3 end end