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