home *** CD-ROM | disk | FTP | other *** search
- object IBDatabaseEditForm: TIBDatabaseEditForm
- Left = 487
- Top = 125
- ActiveControl = DatabaseName
- BorderStyle = bsDialog
- BorderWidth = 5
- Caption = 'Database Component Editor'
- ClientHeight = 412
- ClientWidth = 409
- Color = clBtnFace
- ParentFont = True
- HelpFile = 'ibx.hlp'
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 368
- Width = 409
- Height = 44
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object OKBtn: TButton
- Left = 74
- Top = 11
- Width = 92
- Height = 30
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 189
- Top = 11
- Width = 92
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object HelpBtn: TButton
- Left = 303
- Top = 11
- Width = 92
- Height = 30
- Caption = '&Help'
- TabOrder = 1
- OnClick = HelpBtnClick
- end
- end
- object GroupBox2: TGroupBox
- Left = 0
- Top = 0
- Width = 409
- Height = 137
- Align = alTop
- Caption = 'Connection'
- TabOrder = 0
- object Label1: TLabel
- Left = 30
- Top = 83
- Width = 63
- Height = 16
- Caption = '&Database:'
- FocusControl = DatabaseName
- end
- object Label7: TLabel
- Left = 30
- Top = 40
- Width = 43
- Height = 16
- Caption = '&Server:'
- Enabled = False
- FocusControl = ServerName
- end
- object Label8: TLabel
- Left = 168
- Top = 40
- Width = 53
- Height = 16
- Caption = '&Protocol:'
- Enabled = False
- FocusControl = Protocol
- end
- object DatabaseName: TEdit
- Left = 30
- Top = 99
- Width = 361
- Height = 24
- TabOrder = 5
- end
- object LocalRbtn: TRadioButton
- Left = 30
- Top = 18
- Width = 59
- Height = 21
- Caption = '&Local'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = LocalRbtnClick
- end
- object RemoteRbtn: TRadioButton
- Left = 110
- Top = 18
- Width = 68
- Height = 21
- Caption = '&Remote'
- TabOrder = 1
- OnClick = RemoteRbtnClick
- end
- object Browse: TButton
- Left = 299
- Top = 56
- Width = 92
- Height = 30
- Caption = '&Browse'
- TabOrder = 2
- OnClick = BrowseClick
- end
- object ServerName: TEdit
- Left = 30
- Top = 56
- Width = 115
- Height = 24
- Enabled = False
- TabOrder = 3
- end
- object Protocol: TComboBox
- Left = 167
- Top = 56
- Width = 115
- Height = 24
- Enabled = False
- ItemHeight = 16
- Items.Strings = (
- 'TCP'
- 'NamedPipe'
- 'SPX')
- TabOrder = 4
- end
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 137
- Width = 409
- Height = 231
- Align = alClient
- Caption = 'Database Parameters'
- TabOrder = 1
- object Label2: TLabel
- Left = 30
- Top = 22
- Width = 72
- Height = 16
- Caption = '&User Name:'
- FocusControl = UserName
- end
- object Label3: TLabel
- Left = 30
- Top = 65
- Width = 63
- Height = 16
- Caption = 'Pass&word:'
- FocusControl = Password
- end
- object Label4: TLabel
- Left = 30
- Top = 109
- Width = 58
- Height = 16
- Caption = 'S&QLRole:'
- FocusControl = SQLRole
- end
- object Label5: TLabel
- Left = 167
- Top = 23
- Width = 51
- Height = 16
- Caption = 'Se&ttings:'
- FocusControl = DatabaseParams
- end
- object Label6: TLabel
- Left = 30
- Top = 151
- Width = 84
- Height = 16
- Caption = '&Character Set:'
- FocusControl = CharacterSet
- end
- object UserName: TEdit
- Left = 30
- Top = 39
- Width = 115
- Height = 24
- TabOrder = 0
- OnExit = UserNameChange
- end
- object Password: TEdit
- Left = 30
- Top = 82
- Width = 115
- Height = 24
- TabOrder = 1
- OnExit = PasswordChange
- end
- object SQLRole: TEdit
- Left = 30
- Top = 126
- Width = 115
- Height = 24
- TabOrder = 2
- OnExit = SQLRoleChange
- end
- object DatabaseParams: TMemo
- Left = 167
- Top = 40
- Width = 226
- Height = 153
- TabOrder = 4
- end
- object LoginPrompt: TCheckBox
- Left = 30
- Top = 202
- Width = 123
- Height = 17
- Caption = 'Lo&gin Prompt'
- TabOrder = 5
- end
- object CharacterSet: TComboBox
- Left = 30
- Top = 168
- Width = 115
- Height = 24
- ItemHeight = 16
- Items.Strings = (
- 'None'
- 'ASCII'
- 'BIG_5'
- 'CYRL'
- 'DOS437'
- 'DOS850'
- 'DOS852'
- 'DOS857'
- 'DOS860'
- 'DOS861'
- 'DOS863'
- 'DOS865'
- 'EUCJ_0208'
- 'GB_2312'
- 'ISO8859_1'
- 'KSC_5601'
- 'NEXT'
- 'OCTETS'
- 'SJIS_0208'
- 'UNICODE_FSS'
- 'WIN1250'
- 'WIN1251'
- 'WIN1252'
- 'WIN1253'
- 'WIN1254')
- TabOrder = 3
- Text = 'None'
- OnExit = CharacterSetChange
- end
- end
- end
-