home *** CD-ROM | disk | FTP | other *** search
- object HowRegForm: THowRegForm
- Left = 113
- Top = 91
- HelpContext = 14012
- BorderStyle = bsDialog
- Caption = 'How to Register The Bat!'
- ClientHeight = 373
- ClientWidth = 592
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 264
- Top = 344
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = bOKClick
- end
- object HowRegPopupMenu: TPopupMenu
- Left = 120
- Top = 264
- object mCopyC: TMenuItem
- Caption = 'Copy'
- ShortCut = 16451
- OnClick = mCopyCClick
- end
- object mCopyIns: TMenuItem
- Caption = 'Copy'
- ShortCut = 16429
- Visible = False
- OnClick = mCopyCClick
- end
- object mCopyTo: TMenuItem
- Caption = 'Copy To'
- ShortCut = 32813
- OnClick = mCopyCClick
- end
- object mFind: TMenuItem
- Caption = 'Find'
- ShortCut = 16454
- OnClick = mFindClick
- end
- object mFindNext: TMenuItem
- Caption = 'Find Next'
- ShortCut = 16460
- OnClick = mFindNextClick
- end
- object mSelectAll: TMenuItem
- Caption = 'Select All'
- ShortCut = 16449
- OnClick = mSelectAllClick
- end
- end
- end
-