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

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