home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / software / Vyzkuste / HelpMe9 / HelpMe9.exe / 0 / RCDATA / THELPCONTENTF / THELPCONTENTF.txt
Text File  |  1999-01-27  |  3KB  |  156 lines

  1. object HelpContentF: THelpContentF
  2.   Left = 192
  3.   Top = 121
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'HelpMe Contents'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Splitter1: TSplitter
  19.     Left = 180
  20.     Top = 29
  21.     Width = 3
  22.     Height = 271
  23.     Cursor = crHSplit
  24.   end
  25.   object CTopics: TTreeView
  26.     Left = 0
  27.     Top = 29
  28.     Width = 180
  29.     Height = 271
  30.     Align = alLeft
  31.     Indent = 19
  32.     PopupMenu = PopupMenu1
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.     OnClick = CTopicsClick
  36.   end
  37.   object ToolBar1: TToolBar
  38.     Left = 0
  39.     Top = 0
  40.     Width = 536
  41.     Height = 29
  42.     ButtonHeight = 26
  43.     Caption = 'ToolBar1'
  44.     TabOrder = 1
  45.     object ToolButton1: TToolButton
  46.       Left = 0
  47.       Top = 2
  48.       Width = 8
  49.       Caption = 'ToolButton1'
  50.       Style = tbsSeparator
  51.     end
  52.     object Level: TSpinEdit
  53.       Left = 8
  54.       Top = 2
  55.       Width = 41
  56.       Height = 26
  57.       Hint = 'Contents Level'
  58.       MaxValue = 7
  59.       MinValue = 1
  60.       ParentShowHint = False
  61.       ShowHint = True
  62.       TabOrder = 0
  63.       Value = 2
  64.     end
  65.   end
  66.   object Contents: TMemo
  67.     Left = 183
  68.     Top = 29
  69.     Width = 353
  70.     Height = 271
  71.     Align = alClient
  72.     ScrollBars = ssVertical
  73.     TabOrder = 2
  74.     WantTabs = True
  75.   end
  76.   object StatusBar1: TStatusBar
  77.     Left = 0
  78.     Top = 300
  79.     Width = 536
  80.     Height = 19
  81.     Panels = <
  82.       item
  83.         Width = 180
  84.       end
  85.       item
  86.         Width = 50
  87.       end>
  88.     SimplePanel = False
  89.   end
  90.   object MainMenu1: TMainMenu
  91.     Left = 120
  92.     Top = 64
  93.     object File1: TMenuItem
  94.       Caption = '&File'
  95.       object Open1: TMenuItem
  96.         Caption = '&Open...'
  97.         OnClick = Open1Click
  98.       end
  99.       object Exit1: TMenuItem
  100.         Caption = 'E&xit'
  101.       end
  102.     end
  103.     object Contents1: TMenuItem
  104.       Caption = '&Contents'
  105.       object New1: TMenuItem
  106.         Caption = '&New'
  107.         OnClick = New1Click
  108.       end
  109.       object Open2: TMenuItem
  110.         Caption = '&Open...'
  111.         OnClick = Open2Click
  112.       end
  113.       object Save2: TMenuItem
  114.         Caption = '&Save'
  115.         OnClick = Save2Click
  116.       end
  117.       object SaveAs2: TMenuItem
  118.         Caption = 'Save &As...'
  119.         OnClick = SaveAs2Click
  120.       end
  121.       object Close1: TMenuItem
  122.         Caption = '&Close'
  123.         OnClick = Close1Click
  124.       end
  125.     end
  126.     object Help1: TMenuItem
  127.       Caption = '&Help'
  128.       object Contents2: TMenuItem
  129.         Caption = '&Contents'
  130.         ShortCut = 112
  131.         OnClick = Contents2Click
  132.       end
  133.     end
  134.   end
  135.   object OpenDialog1: TOpenDialog
  136.     DefaultExt = 'txt'
  137.     Filter = 'Topic Files|*.txt|Content Files|*.cnt'
  138.     Left = 208
  139.     Top = 64
  140.   end
  141.   object SaveDialog1: TSaveDialog
  142.     DefaultExt = 'cnt'
  143.     Filter = 'Content Files|*.cnt'
  144.     Left = 240
  145.     Top = 64
  146.   end
  147.   object PopupMenu1: TPopupMenu
  148.     Left = 40
  149.     Top = 160
  150.     object All1: TMenuItem
  151.       Caption = 'All'
  152.       OnClick = All1Click
  153.     end
  154.   end
  155. end
  156.