1 |
|
object Form1: TForm1 |
2 |
< |
Left = 248 |
2 |
> |
Left = 310 |
3 |
|
Height = 575 |
4 |
< |
Top = 397 |
4 |
> |
Top = 404 |
5 |
|
Width = 1026 |
6 |
|
Caption = 'Employee List' |
7 |
|
ClientHeight = 575 |
8 |
|
ClientWidth = 1026 |
9 |
|
OnClose = FormClose |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '1.4.0.3' |
11 |
> |
LCLVersion = '1.4.0.4' |
12 |
|
object Button1: TButton |
13 |
|
Left = 939 |
14 |
|
Height = 25 |
94 |
|
AltColorStartNormal = True |
95 |
|
Color = clWhite |
96 |
|
DataSource = EmployeeSource |
97 |
– |
DefaultRowHeight = 80 |
97 |
|
DefaultPositionAtEnd = False |
98 |
|
DrawPanel = EmployeeEditorPanel |
99 |
|
Options = [dgpIndicator] |
404 |
|
end |
405 |
|
object SalaryRange: TComboBox |
406 |
|
Left = 544 |
407 |
< |
Height = 25 |
407 |
> |
Height = 27 |
408 |
|
Top = 8 |
409 |
|
Width = 272 |
410 |
|
ItemHeight = 0 |