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 6 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines