home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 July
/
dpcb0798.bin
/
Business
/
Persdesk
/
_SETUP.1
/
JOBDES.DLL
/
0
/
RCDATA
/
TJOBCHOOSE
/
TJOBCHOOSE.txt
Wrap
Text File
|
1997-05-05
|
1KB
|
68 lines
object JobChoose: TJobChoose
Left = 8
Top = 82
Width = 628
Height = 145
Caption = 'Job Choose'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 16
object BitBtn1: TBitBtn
Left = 80
Top = 8
Width = 89
Height = 33
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 208
Top = 8
Width = 89
Height = 33
TabOrder = 1
OnClick = BitBtn2Click
Kind = bkCancel
end
object JobChoose1: TDBLookupCombo
Left = 16
Top = 48
Width = 601
Height = 25
LookupSource = DataSource1
LookupDisplay = 'Job Title;Department;Section'
LookupField = 'Job Title'
Options = [loColLines, loTitles]
TabOrder = 2
end
object Table1: TTable
DatabaseName = 'Personnel_System'
TableName = 'JOB.DB'
Left = 120
Top = 8
object Table1JobTitle: TStringField
FieldName = 'Job Title'
Size = 30
end
object Table1Department: TStringField
FieldName = 'Department'
Size = 30
end
object Table1Section: TStringField
FieldName = 'Section'
Size = 30
end
end
object DataSource1: TDataSource
DataSet = Table1
Left = 184
Top = 8
end
end