1 |
|
object Form1: TForm1 |
2 |
< |
Left = 453 |
2 |
> |
Left = 231 |
3 |
|
Height = 482 |
4 |
|
Top = 355 |
5 |
|
Width = 1043 |
6 |
|
Caption = 'Employee List' |
7 |
< |
ClientHeight = 459 |
7 |
> |
ClientHeight = 462 |
8 |
|
ClientWidth = 1043 |
9 |
+ |
DefaultMonitor = dmPrimary |
10 |
|
Menu = MainMenu1 |
11 |
|
OnClose = FormClose |
12 |
|
OnShow = FormShow |
13 |
< |
LCLVersion = '1.6.4.0' |
13 |
> |
Position = poScreenCenter |
14 |
> |
LCLVersion = '1.8.0.4' |
15 |
|
object Button1: TButton |
16 |
|
Left = 956 |
17 |
|
Height = 25 |
41 |
|
end |
42 |
|
object Label1: TLabel |
43 |
|
Left = 17 |
44 |
< |
Height = 17 |
44 |
> |
Height = 14 |
45 |
|
Top = 14 |
46 |
< |
Width = 82 |
46 |
> |
Width = 87 |
47 |
|
Caption = 'Started Before' |
48 |
|
ParentColor = False |
49 |
|
end |
50 |
|
object BeforeDate: TDateEdit |
51 |
|
Left = 112 |
52 |
< |
Height = 27 |
52 |
> |
Height = 24 |
53 |
|
Top = 8 |
54 |
|
Width = 80 |
55 |
|
CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] |
62 |
|
end |
63 |
|
object Label2: TLabel |
64 |
|
Left = 241 |
65 |
< |
Height = 17 |
65 |
> |
Height = 14 |
66 |
|
Top = 14 |
67 |
< |
Width = 72 |
67 |
> |
Width = 78 |
68 |
|
Caption = 'Started After' |
69 |
|
ParentColor = False |
70 |
|
end |
71 |
|
object AfterDate: TDateEdit |
72 |
|
Left = 333 |
73 |
< |
Height = 27 |
73 |
> |
Height = 24 |
74 |
|
Top = 8 |
75 |
|
Width = 80 |
76 |
|
CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] |
83 |
|
end |
84 |
|
object Panel1: TPanel |
85 |
|
Left = 0 |
86 |
< |
Height = 411 |
86 |
> |
Height = 414 |
87 |
|
Top = 42 |
88 |
|
Width = 921 |
89 |
|
Anchors = [akTop, akLeft, akRight, akBottom] |
90 |
|
BevelOuter = bvNone |
91 |
< |
ClientHeight = 411 |
91 |
> |
ClientHeight = 414 |
92 |
|
ClientWidth = 921 |
93 |
|
Color = clBackground |
94 |
|
ParentColor = False |
95 |
|
TabOrder = 5 |
96 |
|
object IBDynamicGrid1: TIBDynamicGrid |
97 |
|
Left = 0 |
98 |
< |
Height = 361 |
98 |
> |
Height = 364 |
99 |
|
Top = 0 |
100 |
|
Width = 921 |
101 |
|
Align = alClient |
198 |
|
object Panel2: TPanel |
199 |
|
Left = 0 |
200 |
|
Height = 50 |
201 |
< |
Top = 361 |
201 |
> |
Top = 364 |
202 |
|
Width = 921 |
203 |
|
Align = alBottom |
204 |
|
BevelOuter = bvNone |
228 |
|
Left = 688 |
229 |
|
Height = 27 |
230 |
|
Top = 16 |
231 |
< |
Width = 48 |
231 |
> |
Width = 49 |
232 |
|
Alignment = taRightJustify |
233 |
|
Anchors = [akTop, akLeft, akBottom] |
234 |
|
DataField = 'TOTALSALARIES' |
252 |
|
Visible = False |
253 |
|
object Label3: TLabel |
254 |
|
Left = 0 |
255 |
< |
Height = 17 |
255 |
> |
Height = 14 |
256 |
|
Top = 7 |
257 |
< |
Width = 77 |
257 |
> |
Width = 83 |
258 |
|
Caption = 'Employee No.' |
259 |
|
ParentColor = False |
260 |
|
end |
261 |
|
object DBEdit1: TDBEdit |
262 |
|
Left = 90 |
263 |
< |
Height = 27 |
263 |
> |
Height = 24 |
264 |
|
Top = 2 |
265 |
|
Width = 120 |
266 |
|
DataField = 'EMP_NO' |
271 |
|
end |
272 |
|
object Label4: TLabel |
273 |
|
Left = 12 |
274 |
< |
Height = 17 |
274 |
> |
Height = 14 |
275 |
|
Top = 32 |
276 |
< |
Width = 61 |
276 |
> |
Width = 64 |
277 |
|
Caption = 'First Name' |
278 |
|
ParentColor = False |
279 |
|
end |
280 |
|
object DBEdit2: TDBEdit |
281 |
|
Left = 90 |
282 |
< |
Height = 27 |
282 |
> |
Height = 24 |
283 |
|
Top = 24 |
284 |
|
Width = 120 |
285 |
|
DataField = 'FIRST_NAME' |
290 |
|
end |
291 |
|
object Label5: TLabel |
292 |
|
Left = 12 |
293 |
< |
Height = 17 |
293 |
> |
Height = 14 |
294 |
|
Top = 56 |
295 |
< |
Width = 60 |
295 |
> |
Width = 64 |
296 |
|
Caption = 'Last Name' |
297 |
|
ParentColor = False |
298 |
|
end |
299 |
|
object DBEdit3: TDBEdit |
300 |
|
Left = 90 |
301 |
< |
Height = 27 |
301 |
> |
Height = 24 |
302 |
|
Top = 46 |
303 |
|
Width = 120 |
304 |
|
DataField = 'LAST_NAME' |
309 |
|
end |
310 |
|
object Label6: TLabel |
311 |
|
Left = 216 |
312 |
< |
Height = 17 |
312 |
> |
Height = 14 |
313 |
|
Top = 7 |
314 |
< |
Width = 71 |
314 |
> |
Width = 77 |
315 |
|
Caption = 'Date Started' |
316 |
|
ParentColor = False |
317 |
|
end |
318 |
|
object IBDateEdit1: TDBDateEdit |
319 |
|
Left = 300 |
320 |
< |
Height = 27 |
320 |
> |
Height = 24 |
321 |
|
Top = 2 |
322 |
|
Width = 80 |
323 |
|
CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] |
332 |
|
end |
333 |
|
object Label7: TLabel |
334 |
|
Left = 252 |
335 |
< |
Height = 17 |
335 |
> |
Height = 14 |
336 |
|
Top = 32 |
337 |
< |
Width = 35 |
337 |
> |
Width = 37 |
338 |
|
Caption = 'Salary' |
339 |
|
ParentColor = False |
340 |
|
end |
341 |
|
object DBEdit4: TDBEdit |
342 |
|
Left = 300 |
343 |
< |
Height = 27 |
343 |
> |
Height = 24 |
344 |
|
Top = 24 |
345 |
|
Width = 104 |
346 |
|
DataField = 'SALARY' |
350 |
|
TabOrder = 5 |
351 |
|
end |
352 |
|
object Label8: TLabel |
353 |
< |
Left = 700 |
354 |
< |
Height = 17 |
353 |
> |
Left = 696 |
354 |
> |
Height = 14 |
355 |
|
Top = 54 |
356 |
< |
Width = 20 |
356 |
> |
Width = 24 |
357 |
|
Anchors = [akTop, akRight] |
358 |
|
Caption = 'Ext.' |
359 |
|
ParentColor = False |
360 |
|
end |
361 |
|
object DBEdit5: TDBEdit |
362 |
|
Left = 720 |
363 |
< |
Height = 27 |
363 |
> |
Height = 24 |
364 |
|
Top = 48 |
365 |
|
Width = 40 |
366 |
|
DataField = 'PHONE_EXT' |
372 |
|
end |
373 |
|
object Label9: TLabel |
374 |
|
Left = 536 |
375 |
< |
Height = 17 |
375 |
> |
Height = 14 |
376 |
|
Top = 7 |
377 |
< |
Width = 47 |
377 |
> |
Width = 51 |
378 |
|
Caption = 'Location' |
379 |
|
ParentColor = False |
380 |
|
end |
381 |
|
object Label10: TLabel |
382 |
|
Left = 413 |
383 |
< |
Height = 17 |
383 |
> |
Height = 14 |
384 |
|
Top = 9 |
385 |
< |
Width = 55 |
385 |
> |
Width = 59 |
386 |
|
Caption = 'Job Grade' |
387 |
|
ParentColor = False |
388 |
|
end |
409 |
|
end |
410 |
|
object Label11: TLabel |
411 |
|
Left = 536 |
412 |
< |
Height = 17 |
412 |
> |
Height = 14 |
413 |
|
Top = 32 |
414 |
< |
Width = 44 |
414 |
> |
Width = 48 |
415 |
|
Caption = 'Job Title' |
416 |
|
ParentColor = False |
417 |
|
end |
418 |
|
object Label12: TLabel |
419 |
|
Left = 256 |
420 |
< |
Height = 17 |
420 |
> |
Height = 14 |
421 |
|
Top = 54 |
422 |
< |
Width = 30 |
422 |
> |
Width = 33 |
423 |
|
Caption = 'Dept.' |
424 |
|
ParentColor = False |
425 |
|
end |
433 |
|
end |
434 |
|
object DBEdit6: TDBEdit |
435 |
|
Left = 300 |
436 |
< |
Height = 27 |
436 |
> |
Height = 24 |
437 |
|
Top = 48 |
438 |
|
Width = 356 |
439 |
|
DataField = 'DEPT_PATH' |
513 |
|
end |
514 |
|
object Label13: TLabel |
515 |
|
Left = 456 |
516 |
< |
Height = 17 |
516 |
> |
Height = 14 |
517 |
|
Top = 14 |
518 |
< |
Width = 73 |
518 |
> |
Width = 79 |
519 |
|
Caption = 'Salary Range' |
520 |
|
ParentColor = False |
521 |
|
end |
522 |
|
object SalaryRange: TComboBox |
523 |
|
Left = 544 |
524 |
< |
Height = 27 |
524 |
> |
Height = 25 |
525 |
|
Top = 8 |
526 |
|
Width = 272 |
527 |
|
ItemHeight = 0 |