home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TREGINPUTFORM / TREGINPUTFORM.txt
Encoding:
Text File  |  2004-02-23  |  2.3 KB  |  121 lines

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