home *** CD-ROM | disk | FTP | other *** search
- object frmUnlockSerial: TfrmUnlockSerial
- Left = 267
- Top = 393
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Please enter the unlock information'
- ClientHeight = 196
- ClientWidth = 311
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblName: TLabel
- Left = 8
- Top = 94
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = txtName
- end
- object lblUnlockCode: TLabel
- Left = 8
- Top = 142
- Width = 62
- Height = 13
- Caption = '&Unlock Code'
- FocusControl = txtUnlockCode
- end
- object lblCompanyname: TLabel
- Left = 8
- Top = 118
- Width = 75
- Height = 13
- Caption = '&Company Name'
- FocusControl = txtUserCompanyName
- end
- object lblMessage: TLabel
- Left = 8
- Top = 8
- Width = 297
- Height = 49
- AutoSize = False
- Caption =
- 'To unlock this software, please provide the following serial num' +
- 'ber when you make your purchase. Your unlock code will unlock t' +
- 'he program for execution on this computer only.'
- WordWrap = True
- end
- object lblSerialNumber: TLabel
- Left = 8
- Top = 72
- Width = 66
- Height = 13
- Caption = 'S&erial Number'
- end
- object txtUnlockCode: TEdit
- Left = 96
- Top = 138
- Width = 209
- Height = 21
- TabOrder = 3
- end
- object txtName: TEdit
- Left = 96
- Top = 90
- Width = 209
- Height = 21
- TabOrder = 1
- end
- object btnOk: TButton
- Left = 231
- Top = 168
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = btnOkClick
- end
- object txtUserCompanyName: TEdit
- Left = 96
- Top = 114
- Width = 209
- Height = 21
- TabOrder = 2
- end
- object txtSerialNumber: TEdit
- Left = 96
- Top = 66
- Width = 209
- Height = 21
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- end
-