10 |
|
OnClose = FormClose |
11 |
|
OnShow = FormShow |
12 |
|
Position = poScreenCenter |
13 |
< |
LCLVersion = '1.8.0.4' |
13 |
> |
LCLVersion = '1.8.1.0' |
14 |
|
object Label1: TLabel |
15 |
|
Left = 16 |
16 |
|
Height = 14 |
160 |
|
end |
161 |
|
object DBComboBox1: TDBComboBox |
162 |
|
Left = 331 |
163 |
< |
Height = 25 |
163 |
> |
Height = 28 |
164 |
|
Top = 32 |
165 |
|
Width = 53 |
166 |
|
DataField = 'JOB_GRADE' |
315 |
|
IdleTimer = 0 |
316 |
|
TraceFlags = [] |
317 |
|
UseDefaultSystemCodePage = False |
318 |
< |
left = 328 |
319 |
< |
top = 24 |
318 |
> |
left = 224 |
319 |
> |
top = 18 |
320 |
|
end |
321 |
|
object IBTransaction1: TIBTransaction |
322 |
|
Active = False |
323 |
|
DefaultDatabase = IBDatabase1 |
324 |
< |
left = 296 |
325 |
< |
top = 24 |
324 |
> |
left = 136 |
325 |
> |
top = 18 |
326 |
|
end |
327 |
|
object Employees: TIBDataSet |
328 |
|
AllowAutoActivateTransaction = False |
392 |
|
GenerateParamNames = False |
393 |
|
DataSetCloseAction = dcSaveChanges |
394 |
|
AfterTransactionEnd = EmployeesAfterTransactionEnd |
395 |
< |
left = 496 |
396 |
< |
top = 16 |
395 |
> |
left = 376 |
396 |
> |
top = 264 |
397 |
|
object EmployeesEMP_NO: TSmallintField |
398 |
|
DisplayWidth = 10 |
399 |
|
FieldKind = fkData |
546 |
|
object EmployeeSource: TDataSource |
547 |
|
DataSet = Employees |
548 |
|
OnDataChange = EmployeeSourceDataChange |
549 |
< |
left = 462 |
550 |
< |
top = 16 |
549 |
> |
left = 272 |
550 |
> |
top = 264 |
551 |
|
end |
552 |
|
object ApplicationProperties1: TApplicationProperties |
553 |
|
OnIdle = ApplicationProperties1Idle |
554 |
< |
left = 328 |
555 |
< |
top = 56 |
554 |
> |
left = 152 |
555 |
> |
top = 280 |
556 |
|
end |
557 |
|
object Countries: TIBQuery |
558 |
|
AllowAutoActivateTransaction = False |
580 |
|
ParamType = ptInput |
581 |
|
end> |
582 |
|
DataSetCloseAction = dcDiscardChanges |
583 |
< |
left = 425 |
584 |
< |
top = 56 |
583 |
> |
left = 616 |
584 |
> |
top = 16 |
585 |
|
ParamData = < |
586 |
|
item |
587 |
|
DataType = ftUnknown |
596 |
|
end |
597 |
|
object CountriesSource: TDataSource |
598 |
|
DataSet = Countries |
599 |
< |
left = 392 |
600 |
< |
top = 58 |
599 |
> |
left = 528 |
600 |
> |
top = 18 |
601 |
|
end |
602 |
|
object JobCodes: TIBQuery |
603 |
|
AllowAutoActivateTransaction = False |
620 |
|
ParamType = ptInput |
621 |
|
end> |
622 |
|
DataSetCloseAction = dcDiscardChanges |
623 |
< |
left = 425 |
623 |
> |
left = 416 |
624 |
|
top = 18 |
625 |
|
ParamData = < |
626 |
|
item |
631 |
|
end |
632 |
|
object JobCodeSource: TDataSource |
633 |
|
DataSet = JobCodes |
634 |
< |
left = 392 |
634 |
> |
left = 328 |
635 |
|
top = 18 |
636 |
|
end |
637 |
|
end |