object LoginDlg: TLoginDlg Left = 954 Height = 230 Top = 351 Width = 385 ActiveControl = Password BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Database Login' ClientHeight = 230 ClientWidth = 385 Position = poScreenCenter LCLVersion = '0.9.28.2' object DatabaseName: TLabel Left = 121 Height = 23 Top = 42 Width = 117 ParentColor = False end object Label1: TLabel Left = 32 Height = 19 Top = 40 Width = 75 Caption = 'Database:' ParentColor = False end object Label2: TLabel Left = 34 Height = 19 Top = 87 Width = 89 Caption = 'User Name:' ParentColor = False end object Label3: TLabel Left = 35 Height = 19 Top = 135 Width = 73 Caption = 'Password:' ParentColor = False end object Bevel1: TBevel Left = 15 Height = 169 Top = 15 Width = 356 end object Button1: TButton Left = 297 Height = 25 Top = 192 Width = 75 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object Button2: TButton Left = 216 Height = 25 Top = 192 Width = 75 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object UserName: TEdit Left = 144 Height = 28 Top = 87 Width = 195 TabOrder = 2 end object Password: TEdit Left = 144 Height = 28 Top = 129 Width = 190 EchoMode = emPassword PasswordChar = '*' TabOrder = 3 end end