home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Orangator / ORAN20.EXE / 0 / RCDATA / THELPFORM / THELPFORM.txt
Text File  |  1998-02-08  |  947b  |  48 lines

  1. object HelpForm: THelpForm
  2.   Left = 116
  3.   Top = 97
  4.   BorderIcons = []
  5.   AutoScroll = False
  6.   Caption = 'Instructions...'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo: TMemo
  18.     Left = 8
  19.     Top = 8
  20.     Width = 409
  21.     Height = 233
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     ReadOnly = True
  28.     ScrollBars = ssVertical
  29.     TabOrder = 0
  30.     WantReturns = False
  31.   end
  32.   object CloseButton: TButton
  33.     Left = 176
  34.     Top = 246
  35.     Width = 73
  36.     Height = 23
  37.     Caption = 'Close'
  38.     Default = True
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ModalResult = 1
  44.     ParentFont = False
  45.     TabOrder = 1
  46.   end
  47. end
  48.