home *** CD-ROM | disk | FTP | other *** search
- object frmRegCode: TfrmRegCode
- Left = 245
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Registration Code'
- ClientHeight = 213
- ClientWidth = 313
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 297
- Height = 161
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 68
- Top = 56
- Width = 54
- Height = 13
- Caption = 'Your name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 112
- Width = 106
- Height = 13
- Caption = 'Your registration code:'
- end
- object OKBtn: TButton
- Left = 79
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 159
- Top = 180
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object editName: TEdit
- Left = 136
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 2
- OnKeyPress = editNameKeyPress
- end
- object editRegCode: TEdit
- Left = 136
- Top = 104
- Width = 121
- Height = 21
- TabOrder = 3
- OnKeyPress = editRegCodeKeyPress
- end
- end
-