home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TJOBDETAILS / TJOBDETAILS.txt
Text File  |  1998-04-21  |  5KB  |  254 lines

  1. object JobDetails: TJobDetails
  2.   Left = 60
  3.   Top = 77
  4.   Width = 533
  5.   Height = 356
  6.   Caption = 'Job Details'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object MinSalary: TDBText
  16.     Left = 20
  17.     Top = 296
  18.     Width = 65
  19.     Height = 17
  20.     DataField = 'Top Pay'
  21.     DataSource = Payset
  22.   end
  23.   object OTRate: TDBText
  24.     Left = 260
  25.     Top = 296
  26.     Width = 65
  27.     Height = 17
  28.     DataField = 'Overtime Rate/Hour'
  29.     DataSource = Payset
  30.   end
  31.   object Maxsalary: TDBText
  32.     Left = 144
  33.     Top = 296
  34.     Width = 73
  35.     Height = 17
  36.     DataField = 'Top Pay'
  37.     DataSource = Payset
  38.   end
  39.   object Label1: TLabel
  40.     Left = 309
  41.     Top = 168
  42.     Width = 133
  43.     Height = 37
  44.     Caption = 'Holiday Entitlement per year'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 344
  48.     Top = 120
  49.     Width = 92
  50.     Height = 16
  51.     Caption = 'Weekly Hours'
  52.   end
  53.   object Label3: TLabel
  54.     Left = 348
  55.     Top = 64
  56.     Width = 87
  57.     Height = 16
  58.     Caption = 'Period of Pay'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 20
  62.     Top = 40
  63.     Width = 55
  64.     Height = 16
  65.     Caption = 'Job Title'
  66.   end
  67.   object Label5: TLabel
  68.     Left = 20
  69.     Top = 96
  70.     Width = 75
  71.     Height = 16
  72.     Caption = 'Department'
  73.   end
  74.   object Label6: TLabel
  75.     Left = 20
  76.     Top = 152
  77.     Width = 48
  78.     Height = 16
  79.     Caption = 'Section'
  80.   end
  81.   object TLabel
  82.     Left = 40
  83.     Top = 224
  84.     Width = 96
  85.     Height = 16
  86.     Caption = 'Grade Look Up'
  87.   end
  88.   object Label7: TLabel
  89.     Left = 96
  90.     Top = 252
  91.     Width = 75
  92.     Height = 16
  93.     Caption = 'Pay Details'
  94.   end
  95.   object Label8: TLabel
  96.     Left = 20
  97.     Top = 276
  98.     Width = 60
  99.     Height = 16
  100.     Caption = 'Minimum'
  101.   end
  102.   object Label9: TLabel
  103.     Left = 144
  104.     Top = 276
  105.     Width = 64
  106.     Height = 16
  107.     Caption = 'Maximum'
  108.   end
  109.   object Label10: TLabel
  110.     Left = 256
  111.     Top = 276
  112.     Width = 126
  113.     Height = 16
  114.     Caption = 'Overtime Rate/hour'
  115.   end
  116.   object JobTitle: TDBEdit
  117.     Left = 20
  118.     Top = 56
  119.     Width = 249
  120.     Height = 24
  121.     DataField = 'Job Title'
  122.     DataSource = Jobset
  123.     Font.Color = clBlack
  124.     Font.Height = -13
  125.     Font.Name = 'System'
  126.     Font.Style = [fsBold]
  127.     MaxLength = 30
  128.     ParentFont = False
  129.     TabOrder = 0
  130.   end
  131.   object JobNavigator: TDBNavigator
  132.     Left = 156
  133.     Top = 4
  134.     Width = 240
  135.     Height = 25
  136.     DataSource = Jobset
  137.     ParentShowHint = False
  138.     ShowHint = True
  139.     TabOrder = 1
  140.   end
  141.   object Department: TDBEdit
  142.     Left = 20
  143.     Top = 112
  144.     Width = 249
  145.     Height = 24
  146.     MaxLength = 30
  147.     TabOrder = 2
  148.   end
  149.   object Section: TDBEdit
  150.     Left = 20
  151.     Top = 168
  152.     Width = 249
  153.     Height = 24
  154.     DataField = 'Section'
  155.     DataSource = Jobset
  156.     MaxLength = 30
  157.     TabOrder = 3
  158.   end
  159.   object GradeLookup: TDBLookupCombo
  160.     Left = 144
  161.     Top = 216
  162.     Width = 121
  163.     Height = 25
  164.     DataField = 'Grade'
  165.     DataSource = Jobset
  166.     LookupSource = Payset
  167.     LookupDisplay = 'Grade'
  168.     LookupField = 'Grade'
  169.     TabOrder = 4
  170.   end
  171.   object PeriodofPay: TDBEdit
  172.     Left = 444
  173.     Top = 56
  174.     Width = 21
  175.     Height = 24
  176.     Hint = 'M=Monthly, W=Weekly, D=Daily, H=Hourly, J=Per Job.'
  177.     DataField = 'Period of Pay'
  178.     DataSource = Jobset
  179.     MaxLength = 1
  180.     ParentShowHint = False
  181.     ShowHint = True
  182.     TabOrder = 5
  183.   end
  184.   object WeeklyHours: TDBEdit
  185.     Left = 444
  186.     Top = 112
  187.     Width = 41
  188.     Height = 24
  189.     DataField = 'Weekly Hours'
  190.     DataSource = Jobset
  191.     MaxLength = 0
  192.     TabOrder = 6
  193.   end
  194.   object Holiday: TDBEdit
  195.     Left = 444
  196.     Top = 168
  197.     Width = 41
  198.     Height = 24
  199.     DataField = 'Holiday entitlement/year'
  200.     DataSource = Jobset
  201.     MaxLength = 0
  202.     TabOrder = 7
  203.   end
  204.   object Job: TTable
  205.     DatabaseName = 'Personnel_System'
  206.     IndexFieldNames = 'Job Title'
  207.     TableName = 'JOB.DB'
  208.     Left = 116
  209.     Top = 8
  210.     object JobJobTitle: TStringField
  211.       FieldName = 'Job Title'
  212.       Size = 30
  213.     end
  214.     object JobDepartment: TStringField
  215.       FieldName = 'Department'
  216.       Size = 30
  217.     end
  218.     object JobSection: TStringField
  219.       FieldName = 'Section'
  220.       Size = 30
  221.     end
  222.     object JobGrade: TStringField
  223.       FieldName = 'Grade'
  224.       Size = 4
  225.     end
  226.     object JobPeriodofPay: TStringField
  227.       FieldName = 'Period of Pay'
  228.       Size = 1
  229.     end
  230.     object JobWeeklyHours: TFloatField
  231.       FieldName = 'Weekly Hours'
  232.     end
  233.     object JobHolidayentitlementyear: TFloatField
  234.       FieldName = 'Holiday entitlement/year'
  235.     end
  236.   end
  237.   object Jobset: TDataSource
  238.     DataSet = Job
  239.     Left = 88
  240.     Top = 8
  241.   end
  242.   object Pay: TTable
  243.     DatabaseName = 'Personnel_System'
  244.     TableName = 'PAY.DB'
  245.     Left = 108
  246.     Top = 52
  247.   end
  248.   object Payset: TDataSource
  249.     DataSet = Pay
  250.     Left = 84
  251.     Top = 60
  252.   end
  253. end
  254.