1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
object Form1: TForm1
Left = 545
Height = 239
Top = 193
Width = 359
Caption = 'Form1'
ClientHeight = 239
ClientWidth = 359
OnCreate = FormCreate
LCLVersion = '1.3'
object Edit1: TEdit
Left = 71
Height = 21
Top = 72
Width = 225
HelpType = htKeyword
HelpKeyword = 'example/MainPage.html'
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 71
Height = 21
Top = 128
Width = 224
HelpType = htKeyword
HelpKeyword = 'example/SecondPage.html'
TabOrder = 1
Text = 'Edit2'
end
object ShowHelpButton: TButton
Left = 70
Height = 23
Top = 20
Width = 105
AutoSize = True
Caption = 'ShowHelpButton'
OnClick = ShowHelpButtonClick
TabOrder = 2
end
object CHMHelpDatabase1: TCHMHelpDatabase
AutoRegister = True
Filename = '../../../tools/chmmaker/example.chm'
KeywordPrefix = 'example'
left = 80
top = 168
end
object LHelpConnector1: TLHelpConnector
LHelpPath = '../lhelp/lhelp'
AutoRegister = True
left = 256
top = 168
end
end
|