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

  1. object Jobsel: TJobsel
  2.   Left = 65
  3.   Top = 81
  4.   Width = 706
  5.   Height = 421
  6.   Caption = 'Job Contract Transfer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object DBRowGrid1: TDBRowGrid
  15.     Left = 0
  16.     Top = 0
  17.     Width = 698
  18.     Height = 120
  19.     Align = alTop
  20.     Columns = <
  21.       item
  22.         FieldName = 'Job Title'
  23.       end
  24.       item
  25.         FieldName = 'Department'
  26.       end
  27.       item
  28.         FieldName = 'Section'
  29.       end
  30.       item
  31.         FieldName = 'Grade'
  32.       end
  33.       item
  34.         FieldName = 'CompanyPostcode'
  35.       end>
  36.     DataSource = ReportGenerator1.compcontset
  37.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  38.     TabOrder = 0
  39.     TitleFont.Color = clWindowText
  40.     TitleFont.Height = -11
  41.     TitleFont.Name = 'MS Sans Serif'
  42.     TitleFont.Style = []
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 0
  46.     Top = 120
  47.     Width = 698
  48.     Height = 41
  49.     Align = alTop
  50.     Caption = 'Panel1'
  51.     TabOrder = 1
  52.     object BitBtn1: TBitBtn
  53.       Left = 260
  54.       Top = 8
  55.       Width = 225
  56.       Height = 25
  57.       Caption = 'Copy to Employee Contract'
  58.       TabOrder = 0
  59.       OnClick = BitBtn1Click
  60.       Kind = bkOK
  61.     end
  62.   end
  63.   object DBWPRichText1: TDBWPRichText
  64.     Left = 0
  65.     Top = 161
  66.     Width = 698
  67.     Height = 233
  68.     Cursor = crIBeam
  69.     Language = twpGerman
  70.     DataField = 'Description'
  71.     DataSource = ReportGenerator1.compcontset
  72.     HyperLinkCursor = crDefault
  73.     NoBlockMarking = False
  74.     Inserting = True
  75.     OneClickHyperlink = False
  76.     Zooming = 80
  77.     Resizing = 100
  78.     Align = alClient
  79.     BorderStyle = bsSingle
  80.     Font.Color = clBlack
  81.     Font.Height = 0
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ParentColor = False
  85.     ScrollBars = ssNone
  86.     TabOrder = 2
  87.     TabStop = True
  88.     WantTabs = True
  89.   end
  90. end
  91.