home *** CD-ROM | disk | FTP | other *** search
- object SharewareForm: TSharewareForm
- Left = 205
- Top = 194
- BorderStyle = bsDialog
- Caption = 'Message From PrimaSoft PC, Inc.'
- ClientHeight = 286
- ClientWidth = 367
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 345
- Height = 209
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 212
- Height = 16
- Caption = 'Thank you for using our software!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 24
- Top = 46
- Width = 317
- Height = 32
- Caption =
- 'This is a Trial version only. If you like this program and want ' +
- 'to use it on a regular basis you MUST register it. '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object BitBtn1: TBitBtn
- Left = 248
- Top = 226
- Width = 105
- Height = 25
- Hint = 'Close This Window'
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn3: TBitBtn
- Left = 8
- Top = 226
- Width = 113
- Height = 25
- Caption = 'Order Form'
- TabOrder = 0
- OnClick = BitBtn3Click
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 90
- Width = 329
- Height = 119
- Caption = 'How To Register:'
- TabOrder = 2
- object Label4: TLabel
- Left = 8
- Top = 18
- Width = 278
- Height = 16
- Caption = '- To register by mail click on Order Form button.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 8
- Top = 37
- Width = 236
- Height = 16
- Caption = '- To register by phone call 604-951-1085.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label6: TLabel
- Left = 8
- Top = 57
- Width = 301
- Height = 32
- Caption =
- '- To register through our Web site load the following page into ' +
- 'your browser: http://www.primasoft.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label9: TLabel
- Left = 8
- Top = 93
- Width = 313
- Height = 16
- Caption = '- To register On Compuserve: GO SWREG, ID# 16698'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 264
- Width = 367
- Height = 22
- Align = alBottom
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 3
- object Label8: TLabel
- Left = 4
- Top = 2
- Width = 303
- Height = 16
- Caption = 'Days remaining to the end of evaluation period:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 313
- Top = 2
- Width = 14
- Height = 16
- Caption = '30'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Timer1: TTimer
- Interval = 3000
- OnTimer = Timer1Timer
- Left = 312
- Top = 16
- end
- end
-