home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / THOWREGFORM / THOWREGFORM.txt
Text File  |  2001-09-09  |  1KB  |  67 lines

  1. object HowRegForm: THowRegForm
  2.   Left = 113
  3.   Top = 91
  4.   HelpContext = 14012
  5.   BorderStyle = bsDialog
  6.   Caption = 'How to Register The Bat!'
  7.   ClientHeight = 373
  8.   ClientWidth = 592
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bOK: TButton
  20.     Left = 264
  21.     Top = 344
  22.     Width = 75
  23.     Height = 25
  24.     Cancel = True
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = bOKClick
  30.   end
  31.   object HowRegPopupMenu: TPopupMenu
  32.     Left = 120
  33.     Top = 264
  34.     object mCopyC: TMenuItem
  35.       Caption = 'Copy'
  36.       ShortCut = 16451
  37.       OnClick = mCopyCClick
  38.     end
  39.     object mCopyIns: TMenuItem
  40.       Caption = 'Copy'
  41.       ShortCut = 16429
  42.       Visible = False
  43.       OnClick = mCopyCClick
  44.     end
  45.     object mCopyTo: TMenuItem
  46.       Caption = 'Copy To'
  47.       ShortCut = 32813
  48.       OnClick = mCopyCClick
  49.     end
  50.     object mFind: TMenuItem
  51.       Caption = 'Find'
  52.       ShortCut = 16454
  53.       OnClick = mFindClick
  54.     end
  55.     object mFindNext: TMenuItem
  56.       Caption = 'Find Next'
  57.       ShortCut = 16460
  58.       OnClick = mFindNextClick
  59.     end
  60.     object mSelectAll: TMenuItem
  61.       Caption = 'Select All'
  62.       ShortCut = 16449
  63.       OnClick = mSelectAllClick
  64.     end
  65.   end
  66. end
  67.