home *** CD-ROM | disk | FTP | other *** search
- object FormReg: TFormReg
- Left = 401
- Top = 187
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Registration'
- ClientHeight = 337
- ClientWidth = 422
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 202
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'Registered User:'
- end
- object Label2: TLabel
- Left = 8
- Top = 234
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'Company Name:'
- end
- object Label3: TLabel
- Left = 8
- Top = 266
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'Registration Code:'
- end
- object Days: TLabel
- Left = 8
- Top = 308
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'Days Left:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 422
- Height = 89
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 8
- object Image1: TImage
- Left = 56
- Top = 1
- Width = 310
- Height = 80
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- end
- end
- object Memo1: TMemo
- Left = 8
- Top = 96
- Width = 409
- Height = 97
- HelpContext = 74
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
-
- 'This software will run for thirty days, after which time you mus' +
- 't purchase a license '
- 'to continue to use the software.'
- ''
-
- 'You can use this dialog to enter your regsitration information a' +
- 't any time by using '
- 'the "Registration" item in the help menu.'
- ''
- 'After registration you will no longer see this dialog.')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 9
- end
- object EditUser: TEdit
- Left = 104
- Top = 200
- Width = 225
- Height = 21
- HelpContext = 75
- TabOrder = 1
- end
- object EditCompany: TEdit
- Left = 104
- Top = 232
- Width = 225
- Height = 21
- HelpContext = 76
- TabOrder = 2
- end
- object EditRegCode: TEdit
- Left = 104
- Top = 264
- Width = 225
- Height = 21
- HelpContext = 77
- TabOrder = 3
- end
- object Button1: TButton
- Left = 103
- Top = 304
- Width = 66
- Height = 25
- HelpContext = 79
- Caption = 'Trial Mode'
- Enabled = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 175
- Top = 304
- Width = 90
- Height = 25
- HelpContext = 80
- Caption = 'Register Online'
- TabOrder = 5
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 344
- Top = 262
- Width = 65
- Height = 25
- HelpContext = 78
- Caption = 'Save Code'
- TabOrder = 4
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 344
- Top = 304
- Width = 65
- Height = 25
- HelpContext = 81
- Caption = 'Exit'
- TabOrder = 7
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 272
- Top = 304
- Width = 65
- Height = 25
- Caption = 'Help'
- TabOrder = 6
- OnClick = Button5Click
- end
- end
-