home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95RFILER / RFILER.ZIP / RFILER.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1997-12-27  |  525b  |  28 lines

  1. object Form4: TForm4
  2.   Left = 223
  3.   Top = 149
  4.   Width = 272
  5.   Height = 375
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'RFiler Help'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RichEdit1: TRichEdit
  18.     Left = 0
  19.     Top = 0
  20.     Width = 264
  21.     Height = 348
  22.     Align = alClient
  23.     PlainText = True
  24.     ScrollBars = ssBoth
  25.     TabOrder = 0
  26.   end
  27. end
  28.