ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBDatabaseEdit.lfm
Revision: 5
Committed: Fri Feb 18 16:26:16 2011 UTC (13 years, 2 months ago) by tony
File size: 5938 byte(s)
Log Message:
Committing updates for Release pre-release

File Contents

# Content
1 object IBDatabaseEditForm: TIBDatabaseEditForm
2 Left = 487
3 Height = 483
4 Top = 125
5 Width = 462
6 ActiveControl = LocalRbtn
7 BorderStyle = bsDialog
8 BorderWidth = 5
9 Caption = 'Database Component Editor'
10 ClientHeight = 483
11 ClientWidth = 462
12 HelpFile = 'ibx.hlp'
13 OnCreate = FormCreate
14 ParentFont = True
15 Position = poScreenCenter
16 LCLVersion = '0.9.28.2'
17 object Panel1: TPanel
18 Left = 5
19 Height = 36
20 Top = 442
21 Width = 452
22 Align = alBottom
23 BevelOuter = bvNone
24 ClientHeight = 36
25 ClientWidth = 452
26 TabOrder = 2
27 object OKBtn: TButton
28 Left = 51
29 Height = 24
30 Top = 7
31 Width = 75
32 Caption = 'OK'
33 Default = True
34 OnClick = OKBtnClick
35 TabOrder = 0
36 end
37 object CancelBtn: TButton
38 Left = 132
39 Height = 24
40 Top = 7
41 Width = 74
42 Cancel = True
43 Caption = 'Cancel'
44 ModalResult = 2
45 TabOrder = 1
46 end
47 object HelpBtn: TButton
48 Left = 293
49 Height = 24
50 Top = 7
51 Width = 75
52 Caption = '&Help'
53 OnClick = HelpBtnClick
54 TabOrder = 3
55 end
56 object Test: TButton
57 Left = 212
58 Height = 25
59 Top = 6
60 Width = 75
61 Caption = '&Test'
62 OnClick = TestClick
63 TabOrder = 2
64 end
65 end
66 object GroupBox2: TGroupBox
67 Left = 5
68 Height = 151
69 Top = 5
70 Width = 452
71 Align = alTop
72 Caption = 'Connection'
73 ClientHeight = 131
74 ClientWidth = 448
75 TabOrder = 0
76 object Label1: TLabel
77 Left = 25
78 Height = 19
79 Top = 81
80 Width = 86
81 Caption = '&Database:'
82 FocusControl = DatabaseName
83 ParentColor = False
84 end
85 object Label7: TLabel
86 Left = 24
87 Height = 19
88 Top = 33
89 Width = 64
90 Caption = '&Server:'
91 Enabled = False
92 FocusControl = ServerName
93 ParentColor = False
94 end
95 object Label8: TLabel
96 Left = 209
97 Height = 19
98 Top = 33
99 Width = 76
100 Caption = '&Protocol:'
101 Enabled = False
102 FocusControl = Protocol
103 ParentColor = False
104 end
105 object DatabaseName: TEdit
106 Left = 24
107 Height = 28
108 Top = 97
109 Width = 414
110 TabOrder = 5
111 end
112 object LocalRbtn: TRadioButton
113 Left = 24
114 Height = 22
115 Top = 9
116 Width = 62
117 Caption = '&Local'
118 Checked = True
119 OnClick = LocalRbtnClick
120 State = cbChecked
121 TabOrder = 0
122 end
123 object RemoteRbtn: TRadioButton
124 Left = 89
125 Height = 22
126 Top = 9
127 Width = 81
128 Caption = '&Remote'
129 OnClick = RemoteRbtnClick
130 TabOrder = 1
131 TabStop = False
132 end
133 object Browse: TButton
134 Left = 353
135 Height = 24
136 Top = 52
137 Width = 75
138 Caption = '&Browse'
139 OnClick = BrowseClick
140 TabOrder = 2
141 end
142 object ServerName: TEdit
143 Left = 25
144 Height = 28
145 Top = 52
146 Width = 144
147 Enabled = False
148 TabOrder = 3
149 end
150 object Protocol: TComboBox
151 Left = 209
152 Height = 30
153 Top = 52
154 Width = 120
155 Enabled = False
156 ItemHeight = 0
157 Items.Strings = (
158 'TCP'
159 'NamedPipe'
160 'SPX'
161 )
162 TabOrder = 4
163 end
164 end
165 object GroupBox1: TGroupBox
166 Left = 5
167 Height = 286
168 Top = 156
169 Width = 452
170 Align = alClient
171 Caption = 'Database Parameters'
172 ClientHeight = 266
173 ClientWidth = 448
174 TabOrder = 1
175 object Label2: TLabel
176 Left = 25
177 Height = 19
178 Top = 10
179 Width = 96
180 Caption = '&User Name:'
181 FocusControl = UserName
182 ParentColor = False
183 end
184 object Label3: TLabel
185 Left = 25
186 Height = 19
187 Top = 66
188 Width = 84
189 Caption = 'Pass&word:'
190 FocusControl = Password
191 ParentColor = False
192 end
193 object Label4: TLabel
194 Left = 24
195 Height = 19
196 Top = 114
197 Width = 77
198 Caption = 'S&QLRole:'
199 FocusControl = SQLRole
200 ParentColor = False
201 end
202 object Label5: TLabel
203 Left = 249
204 Height = 19
205 Top = 10
206 Width = 76
207 Caption = 'Se&ttings:'
208 FocusControl = DatabaseParams
209 ParentColor = False
210 end
211 object Label6: TLabel
212 Left = 25
213 Height = 19
214 Top = 170
215 Width = 117
216 Caption = '&Character Set:'
217 FocusControl = CharacterSet
218 ParentColor = False
219 end
220 object UserName: TEdit
221 Left = 24
222 Height = 28
223 Top = 32
224 Width = 137
225 OnChange = UserNameChange
226 OnExit = UserNameChange
227 TabOrder = 0
228 end
229 object Password: TEdit
230 Left = 25
231 Height = 28
232 Top = 82
233 Width = 137
234 OnChange = PasswordChange
235 OnExit = PasswordChange
236 TabOrder = 1
237 end
238 object SQLRole: TEdit
239 Left = 25
240 Height = 28
241 Top = 130
242 Width = 134
243 OnChange = SQLRoleChange
244 OnExit = SQLRoleChange
245 TabOrder = 2
246 end
247 object DatabaseParams: TMemo
248 Left = 248
249 Height = 124
250 Top = 33
251 Width = 183
252 TabOrder = 5
253 end
254 object LoginPrompt: TCheckBox
255 Left = 25
256 Height = 22
257 Top = 234
258 Width = 119
259 Caption = 'Lo&gin Prompt'
260 TabOrder = 4
261 end
262 object CharacterSet: TComboBox
263 Left = 25
264 Height = 30
265 Top = 194
266 Width = 134
267 ItemHeight = 0
268 ItemIndex = 0
269 Items.Strings = (
270 'None'
271 'ASCII'
272 'BIG_5'
273 'CYRL'
274 'DOS437'
275 'DOS850'
276 'DOS852'
277 'DOS857'
278 'DOS860'
279 'DOS861'
280 'DOS863'
281 'DOS865'
282 'EUCJ_0208'
283 'GB_2312'
284 'ISO8859_1'
285 'KSC_5601'
286 'NEXT'
287 'OCTETS'
288 'SJIS_0208'
289 'UNICODE_FSS'
290 'UTF-8'
291 'WIN1250'
292 'WIN1251'
293 'WIN1252'
294 'WIN1253'
295 'WIN1254'
296 )
297 OnCloseUp = CharacterSetCloseUp
298 TabOrder = 3
299 Text = 'None'
300 end
301 end
302 end