home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / hry / hexagon / hexagon.exe / 0 / RCDATA / THELP / THELP.txt
Text File  |  1997-03-02  |  1KB  |  51 lines

  1. object Help: THelp
  2.   Left = 210
  3.   Top = 184
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Help'
  7.   ClientHeight = 263
  8.   ClientWidth = 379
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = populate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 16
  20.     Width = 369
  21.     Height = 209
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Ctl3D = False
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     Lines.Strings = (
  30.       'Memo1')
  31.     ParentCtl3D = False
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.   end
  36.   object Close: TButton
  37.     Left = 120
  38.     Top = 232
  39.     Width = 137
  40.     Height = 25
  41.     Caption = 'Close'
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnClick = close_help
  49.   end
  50. end
  51.