home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / REC.DLL / 0 / RCDATA / TSELECTFORM / TSELECTFORM.txt
Text File  |  1998-03-24  |  2KB  |  102 lines

  1. object SelectForm: TSelectForm
  2.   Left = 272
  3.   Top = 161
  4.   Width = 341
  5.   Height = 371
  6.   Caption = 'Select Form'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   OnClose = FormClose
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object grid1: TDBRowGrid
  17.     Left = 0
  18.     Top = 49
  19.     Width = 333
  20.     Height = 116
  21.     Hint = 'Select Form to use for merge'
  22.     Align = alTop
  23.     Columns = <
  24.       item
  25.         FieldName = 'Form Type'
  26.       end
  27.       item
  28.         FieldName = 'Name'
  29.       end
  30.       item
  31.         FieldName = 'Number'
  32.       end>
  33.     DataSource = ReportGenerator.FormSource
  34.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  35.     TabOrder = 0
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 333
  45.     Height = 49
  46.     Align = alTop
  47.     TabOrder = 1
  48.     object Label1: TLabel
  49.       Left = 96
  50.       Top = 32
  51.       Width = 3
  52.       Height = 13
  53.     end
  54.     object BitBtn1: TBitBtn
  55.       Left = 60
  56.       Top = 4
  57.       Width = 77
  58.       Height = 25
  59.       TabOrder = 0
  60.       OnClick = BitBtn1Click
  61.       Kind = bkOK
  62.     end
  63.     object BitBtn2: TBitBtn
  64.       Left = 168
  65.       Top = 4
  66.       Width = 75
  67.       Height = 25
  68.       TabOrder = 1
  69.       OnClick = BitBtn2Click
  70.       Kind = bkCancel
  71.     end
  72.   end
  73.   object DBWPRichText1: TDBWPRichText
  74.     Left = 0
  75.     Top = 165
  76.     Width = 333
  77.     Height = 179
  78.     Cursor = crIBeam
  79.     Language = twpGerman
  80.     DataField = 'Report'
  81.     DataSource = ReportGenerator.FormSource
  82.     ReadOnly = True
  83.     HyperLinkCursor = crDefault
  84.     NoBlockMarking = False
  85.     Inserting = True
  86.     OneClickHyperlink = False
  87.     Zooming = 50
  88.     Resizing = 100
  89.     Align = alClient
  90.     BorderStyle = bsSingle
  91.     Font.Color = clBlack
  92.     Font.Height = 0
  93.     Font.Name = 'Arial'
  94.     Font.Style = []
  95.     ParentColor = False
  96.     ScrollBars = ssNone
  97.     TabOrder = 2
  98.     TabStop = True
  99.     WantTabs = True
  100.   end
  101. end
  102.