home *** CD-ROM | disk | FTP | other *** search
- object RegistrationForm: TRegistrationForm
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Enter registration code'
- ClientHeight = 65
- ClientWidth = 237
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label4: TLabel
- Left = 56
- Top = 12
- Width = 6
- Height = 13
- Caption = '�'
- end
- object edtCode1: TEdit
- Left = 10
- Top = 8
- Width = 41
- Height = 21
- MaxLength = 5
- TabOrder = 0
- end
- object edtCode2: TEdit
- Left = 66
- Top = 8
- Width = 161
- Height = 21
- TabOrder = 1
- end
- object btOK: TButton
- Left = 52
- Top = 40
- Width = 60
- Height = 20
- Caption = 'OK'
- TabOrder = 2
- OnClick = btOKClick
- end
- object btCancel: TButton
- Left = 124
- Top = 40
- Width = 60
- Height = 20
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-