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

Comparing ibx/trunk/design/ibserviceeditor.lfm (file contents):
Revision 208 by tony, Tue Oct 3 14:08:11 2017 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 1 | Line 1
1   object IBServiceEditorForm: TIBServiceEditorForm
2 <  Left = 416
3 <  Height = 345
4 <  Top = 533
2 >  Left = 761
3 >  Height = 340
4 >  Top = 285
5    Width = 438
6    Caption = 'Service Editor'
7 <  ClientHeight = 345
7 >  ClientHeight = 340
8    ClientWidth = 438
9    Position = poScreenCenter
10 <  LCLVersion = '1.8.0.4'
10 >  LCLVersion = '1.8.3.0'
11    object Bevel1: TBevel
12      Left = 21
13 <    Height = 274
13 >    Height = 269
14      Top = 22
15      Width = 395
16 +    Anchors = [akTop, akLeft, akRight, akBottom]
17    end
18    object LocalRbtn: TRadioButton
19      Left = 32
# Line 134 | Line 135 | object IBServiceEditorForm: TIBServiceEd
135    object OKBtn: TButton
136      Left = 88
137      Height = 30
138 <    Top = 305
138 >    Top = 300
139      Width = 75
140 +    Anchors = [akLeft, akBottom]
141      Caption = 'OK'
142      Default = True
143      ModalResult = 1
# Line 144 | Line 146 | object IBServiceEditorForm: TIBServiceEd
146    object CancelBtn: TButton
147      Left = 169
148      Height = 30
149 <    Top = 305
149 >    Top = 300
150      Width = 74
151 +    Anchors = [akLeft, akBottom]
152      Cancel = True
153      Caption = 'Cancel'
154      ModalResult = 2
# Line 154 | Line 157 | object IBServiceEditorForm: TIBServiceEd
157    object Test: TButton
158      Left = 249
159      Height = 30
160 <    Top = 304
160 >    Top = 299
161      Width = 75
162 +    Anchors = [akLeft, akBottom]
163      Caption = '&Test'
164      OnClick = TestClick
165      TabOrder = 10
166    end
167 +  object Label1: TLabel
168 +    Left = 352
169 +    Height = 14
170 +    Top = 71
171 +    Width = 48
172 +    Caption = 'Port No.'
173 +    ParentColor = False
174 +  end
175 +  object PortNo: TEdit
176 +    Left = 352
177 +    Height = 24
178 +    Top = 89
179 +    Width = 48
180 +    TabOrder = 11
181 +  end
182   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines