home *** CD-ROM | disk | FTP | other *** search
- object frmRegEntry: TfrmRegEntry
- Left = 264
- Top = 288
- HelpContext = 370
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Second Copy 97 Registration'
- ClientHeight = 201
- ClientWidth = 554
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label4: TLabel
- Left = 312
- Top = 80
- Width = 70
- Height = 13
- Caption = 'Registered To:'
- end
- object Label6: TLabel
- Left = 312
- Top = 136
- Width = 137
- Height = 17
- AutoSize = False
- Caption = 'Registration Key:'
- WordWrap = True
- end
- object Image1: TImage
- Left = 488
- Top = 80
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object edtRegName: TEdit
- Left = 312
- Top = 104
- Width = 137
- Height = 21
- TabOrder = 0
- end
- object btnRegister: TButton
- Left = 472
- Top = 126
- Width = 73
- Height = 25
- Caption = '&Register'
- Default = True
- TabOrder = 2
- OnClick = btnRegisterClick
- end
- object btnCancel: TButton
- Left = 472
- Top = 158
- Width = 73
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object edtRegKey: TEdit
- Left = 312
- Top = 160
- Width = 137
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 1
- end
- object btnRegInfo: TButton
- Left = 312
- Top = 8
- Width = 227
- Height = 25
- HelpContext = 370
- Caption = '&Ordering and Registration Information'
- TabOrder = 4
- OnClick = GetHelp
- end
- object Button1: TButton
- Left = 312
- Top = 40
- Width = 225
- Height = 25
- HelpContext = 380
- Caption = 'Licensing agreement'
- TabOrder = 5
- OnClick = GetHelp
- end
- object memInfo: TMemo
- Left = 8
- Top = 8
- Width = 289
- Height = 185
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 6
- end
- end
-