object JobDetails: TJobDetails Left = 60 Top = 77 Width = 533 Height = 356 Caption = 'Job Details' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object MinSalary: TDBText Left = 20 Top = 296 Width = 65 Height = 17 DataField = 'Top Pay' DataSource = Payset end object OTRate: TDBText Left = 260 Top = 296 Width = 65 Height = 17 DataField = 'Overtime Rate/Hour' DataSource = Payset end object Maxsalary: TDBText Left = 144 Top = 296 Width = 73 Height = 17 DataField = 'Top Pay' DataSource = Payset end object Label1: TLabel Left = 309 Top = 168 Width = 133 Height = 37 Caption = 'Holiday Entitlement per year' end object Label2: TLabel Left = 344 Top = 120 Width = 92 Height = 16 Caption = 'Weekly Hours' end object Label3: TLabel Left = 348 Top = 64 Width = 87 Height = 16 Caption = 'Period of Pay' end object Label4: TLabel Left = 20 Top = 40 Width = 55 Height = 16 Caption = 'Job Title' end object Label5: TLabel Left = 20 Top = 96 Width = 75 Height = 16 Caption = 'Department' end object Label6: TLabel Left = 20 Top = 152 Width = 48 Height = 16 Caption = 'Section' end object TLabel Left = 40 Top = 224 Width = 96 Height = 16 Caption = 'Grade Look Up' end object Label7: TLabel Left = 96 Top = 252 Width = 75 Height = 16 Caption = 'Pay Details' end object Label8: TLabel Left = 20 Top = 276 Width = 60 Height = 16 Caption = 'Minimum' end object Label9: TLabel Left = 144 Top = 276 Width = 64 Height = 16 Caption = 'Maximum' end object Label10: TLabel Left = 256 Top = 276 Width = 126 Height = 16 Caption = 'Overtime Rate/hour' end object JobTitle: TDBEdit Left = 20 Top = 56 Width = 249 Height = 24 DataField = 'Job Title' DataSource = Jobset Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] MaxLength = 30 ParentFont = False TabOrder = 0 end object JobNavigator: TDBNavigator Left = 156 Top = 4 Width = 240 Height = 25 DataSource = Jobset ParentShowHint = False ShowHint = True TabOrder = 1 end object Department: TDBEdit Left = 20 Top = 112 Width = 249 Height = 24 MaxLength = 30 TabOrder = 2 end object Section: TDBEdit Left = 20 Top = 168 Width = 249 Height = 24 DataField = 'Section' DataSource = Jobset MaxLength = 30 TabOrder = 3 end object GradeLookup: TDBLookupCombo Left = 144 Top = 216 Width = 121 Height = 25 DataField = 'Grade' DataSource = Jobset LookupSource = Payset LookupDisplay = 'Grade' LookupField = 'Grade' TabOrder = 4 end object PeriodofPay: TDBEdit Left = 444 Top = 56 Width = 21 Height = 24 Hint = 'M=Monthly, W=Weekly, D=Daily, H=Hourly, J=Per Job.' DataField = 'Period of Pay' DataSource = Jobset MaxLength = 1 ParentShowHint = False ShowHint = True TabOrder = 5 end object WeeklyHours: TDBEdit Left = 444 Top = 112 Width = 41 Height = 24 DataField = 'Weekly Hours' DataSource = Jobset MaxLength = 0 TabOrder = 6 end object Holiday: TDBEdit Left = 444 Top = 168 Width = 41 Height = 24 DataField = 'Holiday entitlement/year' DataSource = Jobset MaxLength = 0 TabOrder = 7 end object Job: TTable DatabaseName = 'Personnel_System' IndexFieldNames = 'Job Title' TableName = 'JOB.DB' Left = 116 Top = 8 object JobJobTitle: TStringField FieldName = 'Job Title' Size = 30 end object JobDepartment: TStringField FieldName = 'Department' Size = 30 end object JobSection: TStringField FieldName = 'Section' Size = 30 end object JobGrade: TStringField FieldName = 'Grade' Size = 4 end object JobPeriodofPay: TStringField FieldName = 'Period of Pay' Size = 1 end object JobWeeklyHours: TFloatField FieldName = 'Weekly Hours' end object JobHolidayentitlementyear: TFloatField FieldName = 'Holiday entitlement/year' end end object Jobset: TDataSource DataSet = Job Left = 88 Top = 8 end object Pay: TTable DatabaseName = 'Personnel_System' TableName = 'PAY.DB' Left = 108 Top = 52 end object Payset: TDataSource DataSet = Pay Left = 84 Top = 60 end end