File: ctxchmhelpunit1.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (54 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (8)
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