object IBDatabaseEditForm: TIBDatabaseEditForm Left = 488 Height = 517 Top = 125 Width = 462 ActiveControl = LocalRbtn BorderStyle = bsDialog BorderWidth = 5 Caption = 'Database Component Editor' ClientHeight = 517 ClientWidth = 462 HelpFile = 'ibx.hlp' OnCreate = FormCreate ParentFont = True Position = poScreenCenter LCLVersion = '1.4.2.0' object Panel1: TPanel Left = 5 Height = 36 Top = 476 Width = 452 Align = alBottom BevelOuter = bvNone ClientHeight = 36 ClientWidth = 452 TabOrder = 2 object OKBtn: TButton Left = 83 Height = 30 Top = 6 Width = 75 Caption = '&OK' Default = True OnClick = OKBtnClick TabOrder = 0 end object CancelBtn: TButton Left = 164 Height = 30 Top = 7 Width = 74 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Test: TButton Left = 244 Height = 30 Top = 6 Width = 75 Caption = '&Test' OnClick = TestClick TabOrder = 2 end end object GroupBox2: TGroupBox Left = 5 Height = 179 Top = 5 Width = 452 Align = alTop Caption = 'Connection' ClientHeight = 163 ClientWidth = 450 TabOrder = 0 object Label1: TLabel Left = 24 Height = 15 Top = 98 Width = 60 Caption = '&Database:' FocusControl = DatabaseName ParentColor = False end object Label7: TLabel Left = 24 Height = 15 Top = 48 Width = 43 Caption = '&Server:' Enabled = False FocusControl = ServerName ParentColor = False end object Label8: TLabel Left = 209 Height = 15 Top = 48 Width = 52 Caption = '&Protocol:' Enabled = False FocusControl = Protocol ParentColor = False end object DatabaseName: TEdit Left = 24 Height = 25 Top = 116 Width = 414 TabOrder = 5 end object LocalRbtn: TRadioButton Left = 24 Height = 22 Top = 9 Width = 55 Caption = '&Local' Checked = True OnClick = LocalRbtnClick TabOrder = 0 TabStop = True end object RemoteRbtn: TRadioButton Left = 89 Height = 22 Top = 9 Width = 69 Caption = '&Remote' OnClick = RemoteRbtnClick TabOrder = 1 end object Browse: TButton Left = 353 Height = 30 Top = 66 Width = 75 Caption = '&Browse' OnClick = BrowseClick TabOrder = 2 end object ServerName: TEdit Left = 24 Height = 25 Top = 66 Width = 144 Enabled = False TabOrder = 3 end object Protocol: TComboBox Left = 209 Height = 27 Top = 66 Width = 120 Enabled = False ItemHeight = 0 Items.Strings = ( 'TCP' 'NamedPipe' 'SPX' ) TabOrder = 4 end end object GroupBox1: TGroupBox Left = 5 Height = 292 Top = 184 Width = 452 Align = alClient Caption = 'Database Parameters' ClientHeight = 276 ClientWidth = 450 TabOrder = 1 object Label2: TLabel Left = 24 Height = 15 Top = 9 Width = 70 Caption = '&User Name:' FocusControl = UserName ParentColor = False end object Label3: TLabel Left = 24 Height = 15 Top = 65 Width = 59 Caption = 'Pass&word:' FocusControl = Password ParentColor = False end object Label4: TLabel Left = 24 Height = 15 Top = 121 Width = 52 Caption = 'S&QLRole:' FocusControl = SQLRole ParentColor = False end object Label5: TLabel Left = 249 Height = 15 Top = 9 Width = 54 Caption = 'Se&ttings:' FocusControl = DatabaseParams ParentColor = False end object Label6: TLabel Left = 24 Height = 15 Top = 177 Width = 87 Caption = '&Character Set:' FocusControl = CharacterSet ParentColor = False end object UserName: TEdit Left = 24 Height = 25 Top = 27 Width = 137 OnChange = UserNameChange OnExit = UserNameChange TabOrder = 0 end object Password: TEdit Left = 24 Height = 25 Top = 83 Width = 137 OnChange = PasswordChange OnExit = PasswordChange TabOrder = 1 end object SQLRole: TEdit Left = 24 Height = 25 Top = 139 Width = 134 OnChange = SQLRoleChange OnExit = SQLRoleChange TabOrder = 2 end object DatabaseParams: TMemo Left = 249 Height = 124 Top = 27 Width = 183 ScrollBars = ssAutoVertical TabOrder = 5 end object LoginPrompt: TCheckBox Left = 24 Height = 22 Top = 235 Width = 105 Caption = 'Lo&gin Prompt' TabOrder = 4 end object CharacterSet: TComboBox Left = 24 Height = 27 Top = 195 Width = 134 ItemHeight = 0 Items.Strings = ( 'None' 'ASCII ' 'BIG_5 ' 'CP943C ' 'CYRL ' 'DOS437 ' 'DOS737 ' 'DOS775 ' 'DOS850 ' 'DOS852 ' 'DOS857 ' 'DOS858 ' 'DOS860 ' 'DOS861 ' 'DOS862 ' 'DOS863 ' 'DOS864 ' 'DOS865 ' 'DOS866 ' 'DOS869 ' 'EUCJ_0208 ' 'GB18030 ' 'GBK ' 'GB_2312 ' 'ISO8859_1 ' 'ISO8859_13 ' 'ISO8859_2 ' 'ISO8859_3 ' 'ISO8859_4 ' 'ISO8859_5 ' 'ISO8859_6 ' 'ISO8859_7 ' 'ISO8859_8 ' 'ISO8859_9 ' 'KOI8R ' 'KOI8U ' 'KSC_5601 ' 'NEXT ' 'NONE ' 'OCTETS ' 'SJIS_0208 ' 'TIS620 ' 'UNICODE_FSS ' 'UTF8 ' 'WIN1250 ' 'WIN1251 ' 'WIN1252 ' 'WIN1253 ' 'WIN1254 ' 'WIN1255 ' 'WIN1256 ' 'WIN1257 ' 'WIN1258 ' ) OnChange = CharacterSetChange TabOrder = 3 Text = 'None' end end end