home *** CD-ROM | disk | FTP | other *** search
- object RegInputForm: TRegInputForm
- Left = 60
- Top = 42
- HelpContext = 14062
- BorderStyle = bsDialog
- Caption = 'Program Registration'
- ClientHeight = 163
- ClientWidth = 625
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 12
- Width = 593
- Height = 13
- AutoSize = False
- Caption = 'The Bat! &Key'
- FocusControl = lKey
- end
- object Label2: TLabel
- Left = 16
- Top = 112
- Width = 593
- Height = 13
- AutoSize = False
- Caption = 'Key &Password'
- FocusControl = lPwd
- end
- object Label3: TLabel
- Left = 16
- Top = 64
- Width = 593
- Height = 13
- AutoSize = False
- Caption = 'Key Check&sum'
- FocusControl = lSum
- end
- object lKey: TEdit
- Left = 16
- Top = 28
- Width = 593
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object lPwd: TEdit
- Left = 16
- Top = 128
- Width = 329
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 2
- end
- object bOK: TButton
- Left = 360
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 448
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- OnClick = bCancelClick
- end
- object lSum: TEdit
- Left = 16
- Top = 80
- Width = 593
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object bHelp: TButton
- Left = 536
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- end
- end
-