home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / JOBDES.DLL / 0 / RCDATA / TJOBCHOOSE / TJOBCHOOSE.txt
Text File  |  1997-05-05  |  1KB  |  68 lines

  1. object JobChoose: TJobChoose
  2.   Left = 8
  3.   Top = 82
  4.   Width = 628
  5.   Height = 145
  6.   Caption = 'Job Choose'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object BitBtn1: TBitBtn
  16.     Left = 80
  17.     Top = 8
  18.     Width = 89
  19.     Height = 33
  20.     TabOrder = 0
  21.     OnClick = BitBtn1Click
  22.     Kind = bkOK
  23.   end
  24.   object BitBtn2: TBitBtn
  25.     Left = 208
  26.     Top = 8
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 1
  30.     OnClick = BitBtn2Click
  31.     Kind = bkCancel
  32.   end
  33.   object JobChoose1: TDBLookupCombo
  34.     Left = 16
  35.     Top = 48
  36.     Width = 601
  37.     Height = 25
  38.     LookupSource = DataSource1
  39.     LookupDisplay = 'Job Title;Department;Section'
  40.     LookupField = 'Job Title'
  41.     Options = [loColLines, loTitles]
  42.     TabOrder = 2
  43.   end
  44.   object Table1: TTable
  45.     DatabaseName = 'Personnel_System'
  46.     TableName = 'JOB.DB'
  47.     Left = 120
  48.     Top = 8
  49.     object Table1JobTitle: TStringField
  50.       FieldName = 'Job Title'
  51.       Size = 30
  52.     end
  53.     object Table1Department: TStringField
  54.       FieldName = 'Department'
  55.       Size = 30
  56.     end
  57.     object Table1Section: TStringField
  58.       FieldName = 'Section'
  59.       Size = 30
  60.     end
  61.   end
  62.   object DataSource1: TDataSource
  63.     DataSet = Table1
  64.     Left = 184
  65.     Top = 8
  66.   end
  67. end
  68.