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

Comparing ibx/trunk/examples/dbcontrolgrid/unit1.lfm (file contents):
Revision 67 by tony, Mon Jan 9 15:31:51 2017 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 495
2 >  Left = 813
3    Height = 575
4 <  Top = 399
4 >  Top = 318
5    Width = 1026
6    Caption = 'Employee List'
7    ClientHeight = 575
8    ClientWidth = 1026
9 +  DefaultMonitor = dmPrimary
10    OnClose = FormClose
11    OnShow = FormShow
12 <  LCLVersion = '1.6.2.0'
12 >  Position = poDefault
13 >  LCLVersion = '1.8.0.4'
14    object Button1: TButton
15      Left = 939
16      Height = 25
# Line 29 | Line 31 | object Form1: TForm1
31    end
32    object Label1: TLabel
33      Left = 17
34 <    Height = 17
34 >    Height = 14
35      Top = 14
36 <    Width = 82
36 >    Width = 87
37      Caption = 'Started Before'
38      ParentColor = False
39    end
40    object BeforeDate: TDateEdit
41      Left = 112
42 <    Height = 27
42 >    Height = 24
43      Top = 8
44      Width = 96
45      CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
# Line 50 | Line 52 | object Form1: TForm1
52    end
53    object Label2: TLabel
54      Left = 241
55 <    Height = 17
55 >    Height = 14
56      Top = 14
57 <    Width = 72
57 >    Width = 78
58      Caption = 'Started After'
59      ParentColor = False
60    end
61    object AfterDate: TDateEdit
62      Left = 333
63 <    Height = 27
63 >    Height = 24
64      Top = 8
65      Width = 91
66      CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
# Line 115 | Line 117 | object Form1: TForm1
117          Visible = False
118          object Label3: TLabel
119            Left = 0
120 <          Height = 17
120 >          Height = 14
121            Top = 7
122 <          Width = 77
122 >          Width = 83
123            Caption = 'Employee No.'
124            ParentColor = False
125          end
126          object DBEdit1: TDBEdit
127            Left = 90
128 <          Height = 27
128 >          Height = 24
129            Top = 2
130            Width = 120
131            DataField = 'EMP_NO'
# Line 134 | Line 136 | object Form1: TForm1
136          end
137          object Label4: TLabel
138            Left = 12
139 <          Height = 17
139 >          Height = 14
140            Top = 32
141 <          Width = 61
141 >          Width = 64
142            Caption = 'First Name'
143            ParentColor = False
144          end
145          object DBEdit2: TDBEdit
146            Left = 90
147 <          Height = 27
147 >          Height = 24
148            Top = 28
149            Width = 120
150            DataField = 'FIRST_NAME'
# Line 153 | Line 155 | object Form1: TForm1
155          end
156          object Label5: TLabel
157            Left = 12
158 <          Height = 17
158 >          Height = 14
159            Top = 56
160 <          Width = 60
160 >          Width = 64
161            Caption = 'Last Name'
162            ParentColor = False
163          end
164          object DBEdit3: TDBEdit
165            Left = 90
166 <          Height = 27
166 >          Height = 24
167            Top = 54
168            Width = 120
169            DataField = 'LAST_NAME'
# Line 172 | Line 174 | object Form1: TForm1
174          end
175          object Label6: TLabel
176            Left = 216
177 <          Height = 17
177 >          Height = 14
178            Top = 7
179 <          Width = 71
179 >          Width = 77
180            Caption = 'Date Started'
181            ParentColor = False
182          end
183          object IBDateEdit1: TDBDateEdit
184            Left = 300
185 <          Height = 27
185 >          Height = 24
186            Top = 2
187            Width = 100
188            CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
# Line 195 | Line 197 | object Form1: TForm1
197          end
198          object Label7: TLabel
199            Left = 252
200 <          Height = 17
200 >          Height = 14
201            Top = 32
202 <          Width = 35
202 >          Width = 37
203            Caption = 'Salary'
204            ParentColor = False
205          end
206          object DBEdit4: TDBEdit
207            Left = 300
208 <          Height = 27
208 >          Height = 24
209            Top = 28
210            Width = 104
211            DataField = 'SALARY'
# Line 213 | Line 215 | object Form1: TForm1
215            TabOrder = 5
216          end
217          object Label8: TLabel
218 <          Left = 818
219 <          Height = 17
218 >          Left = 814
219 >          Height = 14
220            Top = 58
221 <          Width = 20
221 >          Width = 24
222            Anchors = [akTop, akRight]
223            Caption = 'Ext.'
224            ParentColor = False
225          end
226          object DBEdit5: TDBEdit
227            Left = 838
228 <          Height = 27
228 >          Height = 24
229            Top = 54
230            Width = 40
231            DataField = 'PHONE_EXT'
# Line 235 | Line 237 | object Form1: TForm1
237          end
238          object Label9: TLabel
239            Left = 536
240 <          Height = 17
240 >          Height = 14
241            Top = 7
242 <          Width = 47
242 >          Width = 51
243            Caption = 'Location'
244            ParentColor = False
245          end
246          object Label10: TLabel
247            Left = 413
248 <          Height = 17
248 >          Height = 14
249            Top = 9
250 <          Width = 55
250 >          Width = 59
251            Caption = 'Job Grade'
252            ParentColor = False
253          end
# Line 272 | Line 274 | object Form1: TForm1
274          end
275          object Label11: TLabel
276            Left = 536
277 <          Height = 17
277 >          Height = 14
278            Top = 32
279 <          Width = 44
279 >          Width = 48
280            Caption = 'Job Title'
281            ParentColor = False
282          end
283          object Label12: TLabel
284            Left = 256
285 <          Height = 17
285 >          Height = 14
286            Top = 58
287 <          Width = 30
287 >          Width = 33
288            Caption = 'Dept.'
289            ParentColor = False
290          end
# Line 296 | Line 298 | object Form1: TForm1
298          end
299          object DBEdit6: TDBEdit
300            Left = 300
301 <          Height = 27
301 >          Height = 24
302            Top = 54
303            Width = 478
304            DataField = 'DEPT_PATH'
# Line 309 | Line 311 | object Form1: TForm1
311          end
312          object DBEdit7: TDBEdit
313            Left = 592
314 <          Height = 27
314 >          Height = 24
315            Top = 0
316            Width = 246
317            DataField = 'JOB_COUNTRY'
# Line 321 | Line 323 | object Form1: TForm1
323          end
324          object DBEdit8: TDBEdit
325            Left = 592
326 <          Height = 27
326 >          Height = 24
327            Top = 28
328            Width = 246
329            DataField = 'JOB_TITLE'
# Line 376 | Line 378 | object Form1: TForm1
378          TabOrder = 1
379        end
380        object DBText1: TDBText
381 <        Left = 833
381 >        Left = 832
382          Height = 27
383          Top = 16
384 <        Width = 48
384 >        Width = 49
385          Alignment = taRightJustify
386          Anchors = [akTop, akRight, akBottom]
387          DataField = 'TOTALSALARIES'
# Line 390 | Line 392 | object Form1: TForm1
392    end
393    object Label13: TLabel
394      Left = 456
395 <    Height = 17
395 >    Height = 14
396      Top = 14
397 <    Width = 73
397 >    Width = 79
398      Caption = 'Salary Range'
399      ParentColor = False
400    end
401    object SalaryRange: TComboBox
402      Left = 544
403 <    Height = 27
403 >    Height = 25
404      Top = 8
405      Width = 272
406      ItemHeight = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines