home *** CD-ROM | disk | FTP | other *** search
- object ExpiredForm: TExpiredForm
- Left = 325
- Top = 331
- HelpType = htKeyword
- HelpKeyword = '/files/order.html'
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'License Key Expired'
- ClientHeight = 182
- ClientWidth = 411
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object InfoLabel: TLabel
- Left = 16
- Top = 16
- Width = 385
- Height = 65
- AutoSize = False
- Caption =
- 'Sorry, your license key has been expired. Activation code that y' +
- 'ou use was time limited and now time is ended. As a previously r' +
- 'egistered customer you are eligible for purchasing new license w' +
- 'ith considerable discount.'
- WordWrap = True
- end
- object SupportLabel: TLabel
- Left = 16
- Top = 88
- Width = 385
- Height = 49
- Cursor = crHandPoint
- AutoSize = False
- Caption =
- 'If you have questions or need additional information, please cli' +
- 'ck here to contact support@objectrescue.com.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- OnClick = SupportLabelClick
- OnMouseMove = SupportLabelMouseMove
- OnMouseLeave = SupportLabelMouseLeave
- end
- object Panel1: TPanel
- Left = 0
- Top = 141
- Width = 411
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object ButtonContinue: TButton
- Left = 40
- Top = 8
- Width = 169
- Height = 23
- Cancel = True
- Caption = 'Continue in Demo Mode'
- ModalResult = 1
- TabOrder = 0
- end
- object ButtonPurchase: TButton
- Left = 216
- Top = 8
- Width = 169
- Height = 23
- Caption = 'Purchase Full Version'
- TabOrder = 1
- OnClick = ButtonPurchaseClick
- end
- end
- end
-