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

  1. object RegInputForm: TRegInputForm
  2.   Left = 60
  3.   Top = 42
  4.   HelpContext = 14062
  5.   BorderStyle = bsDialog
  6.   Caption = 'Program Registration'
  7.   ClientHeight = 187
  8.   ClientWidth = 625
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 12
  23.     Width = 75
  24.     Height = 13
  25.     Caption = 'The Bat! &Key'
  26.     FocusControl = lKey
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 120
  36.     Width = 80
  37.     Height = 13
  38.     Caption = 'Key &Password'
  39.     FocusControl = lPwd
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 16
  48.     Top = 64
  49.     Width = 84
  50.     Height = 13
  51.     Caption = 'Key Check&sum'
  52.     FocusControl = lSum
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object lKey: TEdit
  60.     Left = 16
  61.     Top = 28
  62.     Width = 593
  63.     Height = 24
  64.     Font.Color = clBlack
  65.     Font.Height = -12
  66.     Font.Name = 'Fixedsys'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     TabOrder = 0
  70.   end
  71.   object lPwd: TEdit
  72.     Left = 16
  73.     Top = 136
  74.     Width = 329
  75.     Height = 24
  76.     Font.Color = clBlack
  77.     Font.Height = -12
  78.     Font.Name = 'Fixedsys'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     PasswordChar = '*'
  82.     TabOrder = 2
  83.   end
  84.   object bOK: TButton
  85.     Left = 360
  86.     Top = 136
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'OK'
  90.     Default = True
  91.     ModalResult = 1
  92.     TabOrder = 3
  93.     OnClick = bOKClick
  94.   end
  95.   object bCancel: TButton
  96.     Left = 448
  97.     Top = 136
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = 'Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 4
  104.     OnClick = bCancelClick
  105.   end
  106.   object lSum: TEdit
  107.     Left = 16
  108.     Top = 80
  109.     Width = 593
  110.     Height = 24
  111.     Font.Color = clBlack
  112.     Font.Height = -12
  113.     Font.Name = 'Fixedsys'
  114.     Font.Style = []
  115.     ParentFont = False
  116.     TabOrder = 1
  117.   end
  118.   object bHelp: TButton
  119.     Left = 536
  120.     Top = 136
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'Help'
  124.     TabOrder = 5
  125.   end
  126. end
  127.