ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBDatabaseEdit.lfm
(Generate patch)

Comparing ibx/trunk/design/IBDatabaseEdit.lfm (file contents):
Revision 33 by tony, Sat Jul 18 12:30:52 2015 UTC vs.
Revision 67 by tony, Tue Oct 3 14:08:11 2017 UTC

# Line 13 | Line 13 | object IBDatabaseEditForm: TIBDatabaseEd
13    OnCreate = FormCreate
14    ParentFont = True
15    Position = poScreenCenter
16 <  LCLVersion = '1.4.2.0'
16 >  LCLVersion = '1.8.0.4'
17    object Panel1: TPanel
18      Left = 5
19      Height = 36
# Line 61 | Line 61 | object IBDatabaseEditForm: TIBDatabaseEd
61      Width = 452
62      Align = alTop
63      Caption = 'Connection'
64 <    ClientHeight = 163
64 >    ClientHeight = 164
65      ClientWidth = 450
66      TabOrder = 0
67      object Label1: TLabel
68        Left = 24
69 <      Height = 15
69 >      Height = 14
70        Top = 98
71        Width = 60
72        Caption = '&Database:'
# Line 75 | Line 75 | object IBDatabaseEditForm: TIBDatabaseEd
75      end
76      object Label7: TLabel
77        Left = 24
78 <      Height = 15
78 >      Height = 14
79        Top = 48
80        Width = 43
81        Caption = '&Server:'
# Line 85 | Line 85 | object IBDatabaseEditForm: TIBDatabaseEd
85      end
86      object Label8: TLabel
87        Left = 209
88 <      Height = 15
88 >      Height = 14
89        Top = 48
90        Width = 52
91        Caption = '&Protocol:'
# Line 95 | Line 95 | object IBDatabaseEditForm: TIBDatabaseEd
95      end
96      object DatabaseName: TEdit
97        Left = 24
98 <      Height = 25
98 >      Height = 24
99        Top = 116
100        Width = 414
101        TabOrder = 5
# Line 131 | Line 131 | object IBDatabaseEditForm: TIBDatabaseEd
131      end
132      object ServerName: TEdit
133        Left = 24
134 <      Height = 25
134 >      Height = 24
135        Top = 66
136        Width = 144
137        Enabled = False
# Line 159 | Line 159 | object IBDatabaseEditForm: TIBDatabaseEd
159      Width = 452
160      Align = alClient
161      Caption = 'Database Parameters'
162 <    ClientHeight = 276
162 >    ClientHeight = 277
163      ClientWidth = 450
164      TabOrder = 1
165      object Label2: TLabel
166        Left = 24
167 <      Height = 15
167 >      Height = 14
168        Top = 9
169        Width = 70
170        Caption = '&User Name:'
# Line 173 | Line 173 | object IBDatabaseEditForm: TIBDatabaseEd
173      end
174      object Label3: TLabel
175        Left = 24
176 <      Height = 15
176 >      Height = 14
177        Top = 65
178        Width = 59
179        Caption = 'Pass&word:'
# Line 182 | Line 182 | object IBDatabaseEditForm: TIBDatabaseEd
182      end
183      object Label4: TLabel
184        Left = 24
185 <      Height = 15
185 >      Height = 14
186        Top = 121
187        Width = 52
188        Caption = 'S&QLRole:'
# Line 191 | Line 191 | object IBDatabaseEditForm: TIBDatabaseEd
191      end
192      object Label5: TLabel
193        Left = 249
194 <      Height = 15
194 >      Height = 14
195        Top = 9
196        Width = 54
197        Caption = 'Se&ttings:'
# Line 200 | Line 200 | object IBDatabaseEditForm: TIBDatabaseEd
200      end
201      object Label6: TLabel
202        Left = 24
203 <      Height = 15
203 >      Height = 14
204        Top = 177
205        Width = 87
206        Caption = '&Character Set:'
# Line 209 | Line 209 | object IBDatabaseEditForm: TIBDatabaseEd
209      end
210      object UserName: TEdit
211        Left = 24
212 <      Height = 25
212 >      Height = 24
213        Top = 27
214        Width = 137
215        OnChange = UserNameChange
# Line 218 | Line 218 | object IBDatabaseEditForm: TIBDatabaseEd
218      end
219      object Password: TEdit
220        Left = 24
221 <      Height = 25
221 >      Height = 24
222        Top = 83
223        Width = 137
224        OnChange = PasswordChange
# Line 227 | Line 227 | object IBDatabaseEditForm: TIBDatabaseEd
227      end
228      object SQLRole: TEdit
229        Left = 24
230 <      Height = 25
230 >      Height = 24
231        Top = 139
232        Width = 134
233        OnChange = SQLRoleChange
# Line 256 | Line 256 | object IBDatabaseEditForm: TIBDatabaseEd
256        Top = 195
257        Width = 134
258        ItemHeight = 0
259 +      ItemIndex = 0
260        Items.Strings = (
261          'None'
262 <        'ASCII                          '
263 <        'BIG_5                          '
264 <        'CP943C                         '
265 <        'CYRL                           '
266 <        'DOS437                         '
267 <        'DOS737                         '
268 <        'DOS775                         '
269 <        'DOS850                         '
270 <        'DOS852                         '
271 <        'DOS857                         '
272 <        'DOS858                         '
273 <        'DOS860                         '
274 <        'DOS861                         '
275 <        'DOS862                         '
276 <        'DOS863                         '
277 <        'DOS864                         '
278 <        'DOS865                         '
279 <        'DOS866                         '
280 <        'DOS869                         '
281 <        'EUCJ_0208                      '
282 <        'GB18030                        '
283 <        'GBK                            '
284 <        'GB_2312                        '
285 <        'ISO8859_1                      '
286 <        'ISO8859_13                     '
287 <        'ISO8859_2                      '
288 <        'ISO8859_3                      '
289 <        'ISO8859_4                      '
290 <        'ISO8859_5                      '
291 <        'ISO8859_6                      '
292 <        'ISO8859_7                      '
293 <        'ISO8859_8                      '
294 <        'ISO8859_9                      '
295 <        'KOI8R                          '
296 <        'KOI8U                          '
297 <        'KSC_5601                       '
298 <        'NEXT                           '
299 <        'NONE                           '
300 <        'OCTETS                         '
301 <        'SJIS_0208                      '
302 <        'TIS620                         '
303 <        'UNICODE_FSS                    '
304 <        'UTF8                           '
305 <        'WIN1250                        '
306 <        'WIN1251                        '
307 <        'WIN1252                        '
308 <        'WIN1253                        '
309 <        'WIN1254                        '
310 <        'WIN1255                        '
311 <        'WIN1256                        '
312 <        'WIN1257                        '
313 <        'WIN1258                        '
262 >        'ASCII'
263 >        'BIG_5'
264 >        'CP943C'
265 >        'CYRL'
266 >        'DOS437'
267 >        'DOS737'
268 >        'DOS775'
269 >        'DOS850'
270 >        'DOS852'
271 >        'DOS857'
272 >        'DOS858'
273 >        'DOS860'
274 >        'DOS861'
275 >        'DOS862'
276 >        'DOS863'
277 >        'DOS864'
278 >        'DOS865'
279 >        'DOS866'
280 >        'DOS869'
281 >        'EUCJ_0208'
282 >        'GB18030'
283 >        'GBK'
284 >        'GB_2312'
285 >        'ISO8859_1'
286 >        'ISO8859_13'
287 >        'ISO8859_2'
288 >        'ISO8859_3'
289 >        'ISO8859_4'
290 >        'ISO8859_5'
291 >        'ISO8859_6'
292 >        'ISO8859_7'
293 >        'ISO8859_8'
294 >        'ISO8859_9'
295 >        'KOI8R'
296 >        'KOI8U'
297 >        'KSC_5601'
298 >        'NEXT'
299 >        'NONE'
300 >        'OCTETS'
301 >        'SJIS_0208'
302 >        'TIS620'
303 >        'UNICODE_FSS'
304 >        'UTF8'
305 >        'WIN1250'
306 >        'WIN1251'
307 >        'WIN1252'
308 >        'WIN1253'
309 >        'WIN1254'
310 >        'WIN1255'
311 >        'WIN1256'
312 >        'WIN1257'
313 >        'WIN1258'
314        )
315        OnChange = CharacterSetChange
316        TabOrder = 3
317        Text = 'None'
318      end
319 +    object UseSystemDefaultCS: TCheckBox
320 +      Left = 209
321 +      Height = 22
322 +      Top = 200
323 +      Width = 229
324 +      Caption = 'Use System Default Character Set'
325 +      OnChange = UseSystemDefaultCSChange
326 +      TabOrder = 6
327 +    end
328    end
329   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines