You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7883 8e941d3f-bd1b-0410-a28a-d453659cc2b4
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
object HelpFrm: THelpFrm
|
|
Left = 239
|
|
Height = 117
|
|
Top = 107
|
|
Width = 303
|
|
Caption = 'HTML Help Viewer'
|
|
ClientHeight = 117
|
|
ClientWidth = 303
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Height = 14
|
|
Top = 8
|
|
Width = 235
|
|
Caption = 'PRESS THE Button for the TABLE OF CONTENTS!'
|
|
ParentColor = False
|
|
end
|
|
object HelpBtn: TButton
|
|
Left = 8
|
|
Height = 28
|
|
Top = 32
|
|
Width = 154
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'HTML/LAZTOC.html'
|
|
Caption = 'Table of Contents'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 200
|
|
Height = 27
|
|
Top = 32
|
|
Width = 85
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object HTMLHelpDatabase1: THTMLHelpDatabase
|
|
BaseURL = 'file://html/'
|
|
AutoRegister = True
|
|
KeywordPrefix = 'HTML/'
|
|
left = 16
|
|
top = 72
|
|
end
|
|
object HTMLBrowserHelpViewer1: THTMLBrowserHelpViewer
|
|
BrowserParams = '%s'
|
|
AutoRegister = True
|
|
left = 144
|
|
top = 72
|
|
end
|
|
end
|