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

Comparing ibx/trunk/design/IBXServiceEditor.lfm (file contents):
Revision 266 by tony, Mon Apr 16 13:45:11 2018 UTC vs.
Revision 267 by tony, Fri Dec 28 10:44:23 2018 UTC

# Line 1 | Line 1
1   object IBXServiceEditorForm: TIBXServiceEditorForm
2 <  Left = 761
3 <  Height = 340
4 <  Top = 285
2 >  Left = 1032
3 >  Height = 400
4 >  Top = 401
5    Width = 438
6    Caption = 'Services Connection Editor'
7 <  ClientHeight = 340
7 >  ClientHeight = 400
8    ClientWidth = 438
9    Position = poScreenCenter
10 <  LCLVersion = '1.8.3.0'
10 >  LCLVersion = '2.0.0.2'
11    object Bevel1: TBevel
12      Left = 21
13 <    Height = 269
13 >    Height = 329
14      Top = 22
15      Width = 395
16      Anchors = [akTop, akLeft, akRight, akBottom]
# Line 102 | Line 102 | object IBXServiceEditorForm: TIBXService
102    end
103    object ServiceParams: TMemo
104      Left = 217
105 <    Height = 124
105 >    Height = 80
106      Top = 154
107      Width = 183
108      OnEditingDone = ServiceParamsEditingDone
# Line 121 | Line 121 | object IBXServiceEditorForm: TIBXService
121    object OKBtn: TButton
122      Left = 88
123      Height = 30
124 <    Top = 300
124 >    Top = 360
125      Width = 75
126      Anchors = [akLeft, akBottom]
127      Caption = 'OK'
# Line 132 | Line 132 | object IBXServiceEditorForm: TIBXService
132    object CancelBtn: TButton
133      Left = 169
134      Height = 30
135 <    Top = 300
135 >    Top = 360
136      Width = 74
137      Anchors = [akLeft, akBottom]
138      Cancel = True
# Line 143 | Line 143 | object IBXServiceEditorForm: TIBXService
143    object Test: TButton
144      Left = 249
145      Height = 30
146 <    Top = 299
146 >    Top = 359
147      Width = 75
148      Anchors = [akLeft, akBottom]
149      Caption = '&Test'
# Line 190 | Line 190 | object IBXServiceEditorForm: TIBXService
190      OnSelectionChanged = ConnectionTypeBtnSelectionChanged
191      TabOrder = 10
192    end
193 +  object UseWireCompression: TCheckBox
194 +    Left = 32
195 +    Height = 22
196 +    Top = 288
197 +    Width = 158
198 +    Caption = 'Use Wire Compression'
199 +    OnEditingDone = UseWireCompressionEditingDone
200 +    TabOrder = 11
201 +  end
202 +  object Label10: TLabel
203 +    Left = 218
204 +    Height = 14
205 +    Top = 240
206 +    Width = 123
207 +    Caption = 'Config File Overrides'
208 +    ParentColor = False
209 +  end
210 +  object ConfigOverrides: TMemo
211 +    Left = 218
212 +    Height = 86
213 +    Top = 255
214 +    Width = 182
215 +    OnEditingDone = ConfigOverridesEditingDone
216 +    TabOrder = 12
217 +  end
218   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines