object SelectDBDlg: TSelectDBDlg Left = 746 Height = 92 Top = 264 Width = 366 BorderStyle = bsDialog Caption = 'Select Database' ClientHeight = 92 ClientWidth = 366 Position = poMainFormCenter LCLVersion = '1.8.1.0' object Bevel1: TBevel Left = 9 Height = 74 Top = 6 Width = 271 end object Label1: TLabel Left = 22 Height = 14 Top = 16 Width = 165 Caption = 'Database Name (on server)' ParentColor = False end object Edit1: TEdit Left = 22 Height = 24 Top = 32 Width = 242 TabOrder = 0 Text = 'Edit1' end object Button1: TButton Left = 286 Height = 28 Top = 6 Width = 75 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 288 Height = 28 Top = 41 Width = 75 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end