home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95hsplit / hjsplit.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt
Text File  |  1996-06-01  |  616b  |  32 lines

  1. object HelpForm: THelpForm
  2.   Left = 188
  3.   Top = 150
  4.   Width = 435
  5.   Height = 244
  6.   Caption = 'HJSplit Help'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object HelpTextMemo: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 217
  19.     Align = alClient
  20.     Font.Color = clBlack
  21.     Font.Height = -13
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     Lines.Strings = (
  25.       'HelpTextMemo')
  26.     ParentFont = False
  27.     ReadOnly = True
  28.     ScrollBars = ssVertical
  29.     TabOrder = 0
  30.   end
  31. end
  32.