home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 March / dpcb0397.iso / multimed / HELICOP / heliDemo.exe / 0 / RCDATA / THELP_FORM / THELP_FORM.txt
Text File  |  1996-12-11  |  1KB  |  72 lines

  1. object Help_Form: THelp_Form
  2.   Left = 15
  3.   Top = 0
  4.   BorderStyle = bsNone
  5.   Caption = 'Help_Form'
  6.   ClientHeight = 457
  7.   ClientWidth = 617
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 617
  21.     Height = 457
  22.     Caption = 'Panel1'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 5
  27.       Width = 598
  28.       Height = 29
  29.       Alignment = taCenter
  30.       Caption = 'Help'
  31.       Font.Color = clBlack
  32.       Font.Height = -24
  33.       Font.Name = 'Arial'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Bevel1: TBevel
  38.       Left = 8
  39.       Top = 8
  40.       Width = 601
  41.       Height = 441
  42.     end
  43.     object Back_Button: TBitBtn
  44.       Left = 512
  45.       Top = 416
  46.       Width = 91
  47.       Height = 25
  48.       Caption = 'Back'
  49.       Font.Color = clBlack
  50.       Font.Height = -16
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       TabOrder = 0
  55.       OnClick = Back_ButtonClick
  56.       NumGlyphs = 2
  57.     end
  58.     object Memo1: TRichEdit
  59.       Left = 16
  60.       Top = 40
  61.       Width = 585
  62.       Height = 361
  63.       HideScrollBars = False
  64.       Lines.Strings = (
  65.         'Memo1')
  66.       ReadOnly = True
  67.       ScrollBars = ssVertical
  68.       TabOrder = 1
  69.     end
  70.   end
  71. end
  72.