home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / docresc / documentsrescuepro_setup.exe / DocumentsRescuePro.exe / 0 / RCDATA / TEXPIREDFORM / TEXPIREDFORM.txt
Text File  |  2005-03-03  |  2KB  |  85 lines

  1. object ExpiredForm: TExpiredForm
  2.   Left = 325
  3.   Top = 331
  4.   HelpType = htKeyword
  5.   HelpKeyword = '/files/order.html'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsDialog
  8.   Caption = 'License Key Expired'
  9.   ClientHeight = 182
  10.   ClientWidth = 411
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object InfoLabel: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 385
  26.     Height = 65
  27.     AutoSize = False
  28.     Caption = 
  29.       'Sorry, your license key has been expired. Activation code that y' +
  30.       'ou use was time limited and now time is ended. As a previously r' +
  31.       'egistered customer you are eligible for purchasing new license w' +
  32.       'ith considerable discount.'
  33.     WordWrap = True
  34.   end
  35.   object SupportLabel: TLabel
  36.     Left = 16
  37.     Top = 88
  38.     Width = 385
  39.     Height = 49
  40.     Cursor = crHandPoint
  41.     AutoSize = False
  42.     Caption = 
  43.       'If you have questions or need additional information, please cli' +
  44.       'ck here to contact support@objectrescue.com.'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlue
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     WordWrap = True
  52.     OnClick = SupportLabelClick
  53.     OnMouseMove = SupportLabelMouseMove
  54.     OnMouseLeave = SupportLabelMouseLeave
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 0
  58.     Top = 141
  59.     Width = 411
  60.     Height = 41
  61.     Align = alBottom
  62.     BevelOuter = bvNone
  63.     TabOrder = 0
  64.     object ButtonContinue: TButton
  65.       Left = 40
  66.       Top = 8
  67.       Width = 169
  68.       Height = 23
  69.       Cancel = True
  70.       Caption = 'Continue in Demo Mode'
  71.       ModalResult = 1
  72.       TabOrder = 0
  73.     end
  74.     object ButtonPurchase: TButton
  75.       Left = 216
  76.       Top = 8
  77.       Width = 169
  78.       Height = 23
  79.       Caption = 'Purchase Full Version'
  80.       TabOrder = 1
  81.       OnClick = ButtonPurchaseClick
  82.     end
  83.   end
  84. end
  85.