home *** CD-ROM | disk | FTP | other *** search
- object frmRegCode: TfrmRegCode
- Left = 442
- Top = 257
- ActiveControl = edtReg
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Enter Registration Code'
- ClientHeight = 115
- ClientWidth = 306
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 289
- Height = 41
- AutoSize = False
- Caption =
- 'Enter the registration code given to you by the sales representa' +
- 'tive. Entering the correct code will convert this program to a ' +
- 'registered version eliminating the '#39'nag screen'#39'.'
- Transparent = True
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 3
- Height = 13
- end
- object edtReg: TEdit
- Left = 8
- Top = 60
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 228
- Top = 88
- Width = 69
- Height = 21
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button2: TButton
- Left = 152
- Top = 88
- Width = 69
- Height = 21
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
-