8 |
|
ClientWidth = 1026 |
9 |
|
OnClose = FormClose |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '1.4.0.4' |
11 |
> |
LCLVersion = '1.4.2.0' |
12 |
|
object Button1: TButton |
13 |
|
Left = 939 |
14 |
|
Height = 25 |
404 |
|
end |
405 |
|
object SalaryRange: TComboBox |
406 |
|
Left = 544 |
407 |
< |
Height = 27 |
407 |
> |
Height = 25 |
408 |
|
Top = 8 |
409 |
|
Width = 272 |
410 |
|
ItemHeight = 0 |
426 |
|
DatabaseName = 'localhost:employee' |
427 |
|
Params.Strings = ( |
428 |
|
'user_name=SYSDBA' |
429 |
< |
'lc_ctype=UTF-8' |
429 |
> |
'lc_ctype=UTF8' |
430 |
|
) |
431 |
|
DefaultTransaction = IBTransaction1 |
432 |
|
IdleTimer = 0 |