home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 272
- Top = 180
- Width = 350
- Height = 248
- HelpType = htKeyword
- HelpContext = 1
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = True
- Position = poScreenCenter
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 16
- object Edit1: TEdit
- Left = 32
- Top = 32
- Width = 121
- Height = 24
- HelpContext = 2
- TabOrder = 0
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 184
- Top = 32
- Width = 121
- Height = 24
- HelpContext = 3
- TabOrder = 1
- Text = 'Edit2'
- end
- object Button1: TButton
- Left = 32
- Top = 96
- Width = 121
- Height = 25
- HelpContext = 4
- Caption = 'Button1'
- TabOrder = 2
- end
- object Button2: TButton
- Left = 184
- Top = 96
- Width = 121
- Height = 25
- HelpContext = 5
- Caption = 'Button2'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Edit3: TEdit
- Left = 32
- Top = 144
- Width = 121
- Height = 24
- TabOrder = 4
- Text = 'Edit3'
- end
- object MainMenu1: TMainMenu
- Left = 8
- object File1: TMenuItem
- Caption = 'File'
- object Close1: TMenuItem
- Caption = 'Close'
- OnClick = Close1Click
- end
- end
- object Help1: TMenuItem
- Caption = 'Help'
- object Contents1: TMenuItem
- Caption = 'Contents'
- OnClick = Contents1Click
- end
- object Index1: TMenuItem
- Caption = 'Index'
- OnClick = Index1Click
- end
- end
- end
- object HHComp1: THHComp
- HelpFile = 'test.chm'
- Left = 152
- end
- end
-