home *** CD-ROM | disk | FTP | other *** search
- object CodeDlg: TCodeDlg
- Left = 207
- Top = 205
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Registration Code'
- ClientHeight = 141
- ClientWidth = 236
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 92
- Height = 13
- Caption = 'Licensee Name:'
- end
- object Label2: TLabel
- Left = 8
- Top = 57
- Width = 106
- Height = 13
- Caption = 'Registration Code:'
- end
- object Edit1: TEdit
- Left = 8
- Top = 27
- Width = 220
- Height = 20
- TabOrder = 0
- end
- object OKBtn: TBitBtn
- Left = 37
- Top = 107
- Width = 77
- Height = 27
- Caption = '&OK'
- TabOrder = 2
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 123
- Top = 107
- Width = 77
- Height = 27
- Caption = '&Cancel'
- TabOrder = 3
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object Edit2: TEdit
- Left = 8
- Top = 75
- Width = 220
- Height = 20
- TabOrder = 1
- end
- end
-