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 32 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 33 by tony, Sat Jul 18 12:30:52 2015 UTC

# Line 13 | Line 13 | object IBDatabaseEditForm: TIBDatabaseEd
13    OnCreate = FormCreate
14    ParentFont = True
15    Position = poScreenCenter
16 <  LCLVersion = '0.9.30'
16 >  LCLVersion = '1.4.2.0'
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 = 160
65 <    ClientWidth = 448
64 >    ClientHeight = 163
65 >    ClientWidth = 450
66      TabOrder = 0
67      object Label1: TLabel
68        Left = 24
69 <      Height = 18
69 >      Height = 15
70        Top = 98
71 <      Width = 67
71 >      Width = 60
72        Caption = '&Database:'
73        FocusControl = DatabaseName
74        ParentColor = False
75      end
76      object Label7: TLabel
77        Left = 24
78 <      Height = 18
78 >      Height = 15
79        Top = 48
80 <      Width = 47
80 >      Width = 43
81        Caption = '&Server:'
82        Enabled = False
83        FocusControl = ServerName
# Line 85 | Line 85 | object IBDatabaseEditForm: TIBDatabaseEd
85      end
86      object Label8: TLabel
87        Left = 209
88 <      Height = 18
88 >      Height = 15
89        Top = 48
90 <      Width = 58
90 >      Width = 52
91        Caption = '&Protocol:'
92        Enabled = False
93        FocusControl = Protocol
# Line 95 | Line 95 | object IBDatabaseEditForm: TIBDatabaseEd
95      end
96      object DatabaseName: TEdit
97        Left = 24
98 <      Height = 27
98 >      Height = 25
99        Top = 116
100        Width = 414
101        TabOrder = 5
# Line 104 | Line 104 | object IBDatabaseEditForm: TIBDatabaseEd
104        Left = 24
105        Height = 22
106        Top = 9
107 <      Width = 58
107 >      Width = 55
108        Caption = '&Local'
109        Checked = True
110        OnClick = LocalRbtnClick
# Line 115 | Line 115 | object IBDatabaseEditForm: TIBDatabaseEd
115        Left = 89
116        Height = 22
117        Top = 9
118 <      Width = 74
118 >      Width = 69
119        Caption = '&Remote'
120        OnClick = RemoteRbtnClick
121        TabOrder = 1
# Line 131 | Line 131 | object IBDatabaseEditForm: TIBDatabaseEd
131      end
132      object ServerName: TEdit
133        Left = 24
134 <      Height = 27
134 >      Height = 25
135        Top = 66
136        Width = 144
137        Enabled = False
# Line 139 | Line 139 | object IBDatabaseEditForm: TIBDatabaseEd
139      end
140      object Protocol: TComboBox
141        Left = 209
142 <      Height = 29
142 >      Height = 27
143        Top = 66
144        Width = 120
145        Enabled = False
# Line 159 | Line 159 | object IBDatabaseEditForm: TIBDatabaseEd
159      Width = 452
160      Align = alClient
161      Caption = 'Database Parameters'
162 <    ClientHeight = 273
163 <    ClientWidth = 448
162 >    ClientHeight = 276
163 >    ClientWidth = 450
164      TabOrder = 1
165      object Label2: TLabel
166        Left = 24
167 <      Height = 18
167 >      Height = 15
168        Top = 9
169 <      Width = 78
169 >      Width = 70
170        Caption = '&User Name:'
171        FocusControl = UserName
172        ParentColor = False
173      end
174      object Label3: TLabel
175        Left = 24
176 <      Height = 18
176 >      Height = 15
177        Top = 65
178 <      Width = 66
178 >      Width = 59
179        Caption = 'Pass&word:'
180        FocusControl = Password
181        ParentColor = False
182      end
183      object Label4: TLabel
184        Left = 24
185 <      Height = 18
185 >      Height = 15
186        Top = 121
187 <      Width = 58
187 >      Width = 52
188        Caption = 'S&QLRole:'
189        FocusControl = SQLRole
190        ParentColor = False
191      end
192      object Label5: TLabel
193        Left = 249
194 <      Height = 18
194 >      Height = 15
195        Top = 9
196 <      Width = 58
196 >      Width = 54
197        Caption = 'Se&ttings:'
198        FocusControl = DatabaseParams
199        ParentColor = False
200      end
201      object Label6: TLabel
202        Left = 24
203 <      Height = 18
203 >      Height = 15
204        Top = 177
205 <      Width = 93
205 >      Width = 87
206        Caption = '&Character Set:'
207        FocusControl = CharacterSet
208        ParentColor = False
209      end
210      object UserName: TEdit
211        Left = 24
212 <      Height = 27
212 >      Height = 25
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 = 27
221 >      Height = 25
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 = 27
230 >      Height = 25
231        Top = 139
232        Width = 134
233        OnChange = SQLRoleChange
# Line 246 | Line 246 | object IBDatabaseEditForm: TIBDatabaseEd
246        Left = 24
247        Height = 22
248        Top = 235
249 <      Width = 110
249 >      Width = 105
250        Caption = 'Lo&gin Prompt'
251        TabOrder = 4
252      end
253      object CharacterSet: TComboBox
254        Left = 24
255 <      Height = 29
255 >      Height = 27
256        Top = 195
257        Width = 134
258        ItemHeight = 0
259      ItemIndex = 0
259        Items.Strings = (
260          'None'
261 <        'ASCII'
262 <        'BIG_5'
263 <        'CYRL'
264 <        'DOS437'
265 <        'DOS850'
266 <        'DOS852'
267 <        'DOS857'
268 <        'DOS860'
269 <        'DOS861'
270 <        'DOS863'
271 <        'DOS865'
272 <        'EUCJ_0208'
273 <        'GB_2312'
274 <        'ISO8859_1'
275 <        'KSC_5601'
276 <        'NEXT'
277 <        'OCTETS'
278 <        'SJIS_0208'
279 <        'UNICODE_FSS'
280 <        'UTF-8'
281 <        'WIN1250'
282 <        'WIN1251'
283 <        'WIN1252'
284 <        'WIN1253'
285 <        'WIN1254'
261 >        'ASCII                          '
262 >        'BIG_5                          '
263 >        'CP943C                         '
264 >        'CYRL                           '
265 >        'DOS437                         '
266 >        'DOS737                         '
267 >        'DOS775                         '
268 >        'DOS850                         '
269 >        'DOS852                         '
270 >        'DOS857                         '
271 >        'DOS858                         '
272 >        'DOS860                         '
273 >        'DOS861                         '
274 >        'DOS862                         '
275 >        'DOS863                         '
276 >        'DOS864                         '
277 >        'DOS865                         '
278 >        'DOS866                         '
279 >        'DOS869                         '
280 >        'EUCJ_0208                      '
281 >        'GB18030                        '
282 >        'GBK                            '
283 >        'GB_2312                        '
284 >        'ISO8859_1                      '
285 >        'ISO8859_13                     '
286 >        'ISO8859_2                      '
287 >        'ISO8859_3                      '
288 >        'ISO8859_4                      '
289 >        'ISO8859_5                      '
290 >        'ISO8859_6                      '
291 >        'ISO8859_7                      '
292 >        'ISO8859_8                      '
293 >        'ISO8859_9                      '
294 >        'KOI8R                          '
295 >        'KOI8U                          '
296 >        'KSC_5601                       '
297 >        'NEXT                           '
298 >        'NONE                           '
299 >        'OCTETS                         '
300 >        'SJIS_0208                      '
301 >        'TIS620                         '
302 >        'UNICODE_FSS                    '
303 >        'UTF8                           '
304 >        'WIN1250                        '
305 >        'WIN1251                        '
306 >        'WIN1252                        '
307 >        'WIN1253                        '
308 >        'WIN1254                        '
309 >        'WIN1255                        '
310 >        'WIN1256                        '
311 >        'WIN1257                        '
312 >        'WIN1258                        '
313        )
314        OnChange = CharacterSetChange
315        TabOrder = 3

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines