home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 May
/
PCWorld_1999-05_cd.bin
/
software
/
Vyzkuste
/
HelpMe9
/
HelpMe9.exe
/
0
/
RCDATA
/
THC31F
/
THC31F.txt
Wrap
Text File
|
1999-01-27
|
3KB
|
146 lines
object HC31F: THC31F
Left = 192
Top = 121
Width = 544
Height = 375
Caption = 'HelpMe HC31'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Splitter1: TSplitter
Left = 153
Top = 0
Width = 4
Height = 319
Cursor = crHSplit
end
object CTopics: TTreeView
Left = 0
Top = 0
Width = 153
Height = 319
Align = alLeft
Color = 12639424
Indent = 19
ReadOnly = True
ShowButtons = False
ShowLines = False
ShowRoot = False
TabOrder = 0
OnClick = CTopicsClick
OnExpanding = CTopicsExpanding
end
object Panel1: TPanel
Left = 157
Top = 0
Width = 379
Height = 319
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object ProjectFile: TMemo
Left = 0
Top = 0
Width = 379
Height = 230
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
object Errors: TMemo
Left = 0
Top = 230
Width = 379
Height = 89
Align = alBottom
ScrollBars = ssVertical
TabOrder = 1
end
end
object MainMenu1: TMainMenu
Left = 104
Top = 56
object File1: TMenuItem
Caption = '&Project'
object NewProject1: TMenuItem
Caption = '&New'
OnClick = NewProject1Click
end
object OpenProject1: TMenuItem
Caption = '&Open...'
OnClick = OpenProject1Click
end
object SaveProject1: TMenuItem
Caption = '&Save'
OnClick = SaveProject1Click
end
object CloseProject1: TMenuItem
Caption = '&Close'
OnClick = CloseProject1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object Edit1: TMenuItem
Caption = '&Edit'
object InsertRoot1: TMenuItem
Caption = 'Insert &Root'
OnClick = InsertRoot1Click
end
object InsertTopicFile1: TMenuItem
Caption = 'Insert &File'
OnClick = InsertTopicFile1Click
end
end
object Topic1: TMenuItem
Caption = '&Topic'
object Load1: TMenuItem
Caption = 'Load...'
OnClick = Load1Click
end
end
object Compiler1: TMenuItem
Caption = '&Compiler'
object Compile1: TMenuItem
Caption = '&Compile'
OnClick = Compile1Click
end
object ShowErrors1: TMenuItem
Caption = 'Show &Errors'
OnClick = ShowErrors1Click
end
object ShowHelpFile1: TMenuItem
Caption = '&Show Help File'
OnClick = ShowHelpFile1Click
end
end
end
object OpenDialog1: TOpenDialog
DefaultExt = 'hpj'
Filter =
'Help Project Files|*.hpj|Rich Text Files|*.rtf|Bitmaps|*.bmp|Hot' +
'spot Files|*.shg|Topic Files|*.txt'
Left = 144
Top = 56
end
object SaveDialog1: TSaveDialog
DefaultExt = 'hpj'
Filter = 'Help Project Files|*.hpj'
Left = 184
Top = 56
end
end