home *** CD-ROM | disk | FTP | other *** search
- object RegCodesForm: TRegCodesForm
- Left = 243
- Top = 111
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'RegCodesForm'
- ClientHeight = 170
- ClientWidth = 385
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Frame: TGroupBox
- Left = 8
- Top = 12
- Width = 369
- Height = 119
- Caption = 'REGISTRATION CODES'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object LabelPassword: TLabel
- Left = 9
- Top = 28
- Width = 49
- Height = 13
- Caption = 'Password:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelAuthCode: TLabel
- Left = 9
- Top = 50
- Width = 65
- Height = 13
- Caption = 'Auth. Code 1:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 9
- Top = 73
- Width = 65
- Height = 13
- Caption = 'Auth. Code 2:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 9
- Top = 95
- Width = 53
- Height = 13
- Caption = 'POP Code:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Password: TEdit
- Left = 84
- Top = 25
- Width = 277
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object AuthCode1: TEdit
- Left = 84
- Top = 47
- Width = 277
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- object AuthCode2: TEdit
- Left = 84
- Top = 69
- Width = 277
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- end
- object POPCode: TEdit
- Left = 84
- Top = 91
- Width = 277
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- end
- object CloseButton: TButton
- Left = 321
- Top = 139
- Width = 56
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- ModalResult = 2
- TabOrder = 1
- end
- object HelpButton: TButton
- Left = 261
- Top = 139
- Width = 56
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- end
- object BackupButton: TButton
- Left = 201
- Top = 139
- Width = 56
- Height = 25
- Caption = '&Backup'
- TabOrder = 2
- OnClick = BackupButtonClick
- end
- end
-