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 266 by tony, Mon Apr 16 08:32:21 2018 UTC vs.
Revision 267 by tony, Fri Dec 28 10:44:23 2018 UTC

# Line 12 | Line 12 | object IBDatabaseEditForm: TIBDatabaseEd
12    OnCreate = FormCreate
13    ParentFont = True
14    Position = poScreenCenter
15 <  LCLVersion = '1.8.3.0'
15 >  LCLVersion = '2.0.0.2'
16    object Panel1: TPanel
17      Left = 5
18      Height = 36
# Line 133 | Line 133 | object IBDatabaseEditForm: TIBDatabaseEd
133      end
134      object DatabaseParams: TMemo
135        Left = 249
136 <      Height = 124
136 >      Height = 80
137        Top = 27
138        Width = 183
139        OnEditingDone = DatabaseParamsEditingDone
# Line 212 | Line 212 | object IBDatabaseEditForm: TIBDatabaseEd
212        TabOrder = 3
213      end
214      object UseSystemDefaultCS: TCheckBox
215 <      Left = 209
215 >      Left = 24
216        Height = 22
217 <      Top = 200
217 >      Top = 264
218        Width = 229
219        Caption = 'Use System Default Character Set'
220        OnChange = UseSystemDefaultCSChange
221        TabOrder = 6
222      end
223 +    object Label10: TLabel
224 +      Left = 249
225 +      Height = 14
226 +      Top = 121
227 +      Width = 123
228 +      Caption = 'Config File Overrides'
229 +      ParentColor = False
230 +    end
231 +    object ConfigOverrides: TMemo
232 +      Left = 249
233 +      Height = 86
234 +      Top = 136
235 +      Width = 182
236 +      OnEditingDone = ConfigOverridesEditingDone
237 +      TabOrder = 7
238 +    end
239 +    object UseWireCompression: TCheckBox
240 +      Left = 249
241 +      Height = 22
242 +      Top = 235
243 +      Width = 158
244 +      Caption = 'Use Wire Compression'
245 +      OnEditingDone = UseWireCompressionEditingDone
246 +      TabOrder = 8
247 +    end
248    end
249    object Label7: TLabel
250      Left = 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines