home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 180
- Top = 126
- Width = 587
- Height = 410
- BorderIcons = [biSystemMenu, biHelp]
- Caption = 'Context help demo: Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 212
- Top = 8
- Width = 361
- Height = 201
- HelpContext = 1
- Caption = 'GroupBox1'
- PopupMenu = PopupMenu1
- TabOrder = 0
- object Edit1: TEdit
- Left = 12
- Top = 28
- Width = 337
- Height = 24
- HelpContext = 1
- PopupMenu = PopupMenu1
- TabOrder = 0
- Text = 'Edit1: has a help topic (Form1.Edit1)'
- end
- object Edit2: TEdit
- Left = 12
- Top = 60
- Width = 337
- Height = 24
- HelpContext = 1
- PopupMenu = PopupMenu1
- TabOrder = 1
- Text = 'Edit2: has a help topic (Form1.Edit2)'
- end
- object Memo1: TMemo
- Left = 12
- Top = 100
- Width = 257
- Height = 89
- Lines.Strings = (
- 'Memo1: has NO help topic, context help is '
- 'redirected to Groupbox1 (TopicID: '
- 'Form1.Groupbox1)')
- PopupMenu = PopupMenu1
- TabOrder = 2
- end
- end
- object Panel1: TPanel
- Left = 212
- Top = 216
- Width = 361
- Height = 145
- Caption = 'Panel1'
- PopupMenu = PopupMenu1
- TabOrder = 1
- object SpeedButton1: TSpeedButton
- Left = 16
- Top = 112
- Width = 277
- Height = 25
- Caption = 'SpeedButtons do not have context help...'
- end
- object Edit3: TEdit
- Left = 12
- Top = 12
- Width = 325
- Height = 24
- HelpContext = 1
- PopupMenu = PopupMenu1
- TabOrder = 0
- Text = 'Edit3: has a help topic (Form1.Edit3)'
- end
- object Edit4: TEdit
- Left = 12
- Top = 44
- Width = 325
- Height = 24
- PopupMenu = PopupMenu1
- TabOrder = 1
- Text = 'Edit4: has NO help at all (redirected to NoHelpTopic)'
- end
- object Button1: TButton
- Left = 16
- Top = 80
- Width = 233
- Height = 25
- Caption = 'No help available for Button1'
- PopupMenu = PopupMenu1
- TabOrder = 2
- end
- end
- object Memo2: TMemo
- Left = 8
- Top = 4
- Width = 197
- Height = 317
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'This demo form shows how '
- 'to use context sensitive Help '
- 'with TContextHelp.'
- ''
- 'NONE of these controls have '
- 'an individual ContextHelp-ID!'
- ''
- 'There is NO [MAP]-section in '
- 'the .HPJ-file (check it out, if you '
- 'can'#39't believe it)!'
- ''
- 'Press the Help-button below to'
- 'open the help file.')
- ParentFont = False
- PopupMenu = PopupMenu1
- ReadOnly = True
- ScrollBars = ssHorizontal
- TabOrder = 2
- WordWrap = False
- end
- object Button2: TButton
- Left = 16
- Top = 332
- Width = 177
- Height = 25
- Caption = 'Overview + Help'
- PopupMenu = PopupMenu1
- TabOrder = 3
- OnClick = Button2Click
- end
- object ContextHelp1: TContextHelp
- NoHelpTopic = 'NoHelpAvailable'
- TestMode = True
- UsePrefix = True
- Left = 164
- Top = 44
- end
- object PopupMenu1: TPopupMenu
- Left = 164
- Top = 92
- object Whatsthis: TMenuItem
- Caption = 'What'#39's this?'
- OnClick = WhatsthisClick
- end
- end
- end
-