home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TKEYEXPIREDFRM / TKEYEXPIREDFRM.txt
Encoding:
Text File  |  2002-10-30  |  2.5 KB  |  117 lines

  1. object KeyExpiredFrm: TKeyExpiredFrm
  2.   Left = 249
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'KeyExpiredFrm'
  7.   ClientHeight = 153
  8.   ClientWidth = 479
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 12
  22.     Top = 24
  23.     Width = 41
  24.     Height = 49
  25.     Transparent = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 64
  29.     Top = 11
  30.     Width = 382
  31.     Height = 64
  32.     Caption = 
  33.       'Offline Commander is not free software. The trial version of Off' +
  34.       'line Commander is limited to 30 uses. You have used up all your ' +
  35.       'trial uses. If you like the product and want to continue using O' +
  36.       'ffline Commander you should purchase (register) it.'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     WordWrap = True
  44.   end
  45.   object Label2: TLabel
  46.     Left = 64
  47.     Top = 80
  48.     Width = 25
  49.     Height = 16
  50.     Caption = 'Visit'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object URLLabel1: TURLLabel
  59.     Left = 96
  60.     Top = 80
  61.     Width = 92
  62.     Height = 16
  63.     Cursor = crHandPoint
  64.     Caption = 'www.zylox.com '
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlue
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     OnClick = URLLabel1Click
  72.   end
  73.   object Label3: TLabel
  74.     Left = 192
  75.     Top = 80
  76.     Width = 120
  77.     Height = 16
  78.     Caption = 'for more information.'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -13
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.   end
  86.   object Button1: TButton
  87.     Left = 94
  88.     Top = 120
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'Register'
  92.     TabOrder = 0
  93.     OnClick = Button1Click
  94.   end
  95.   object Button3: TButton
  96.     Left = 310
  97.     Top = 120
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = 'Exit'
  102.     Default = True
  103.     ModalResult = 3
  104.     TabOrder = 1
  105.     OnClick = Button3Click
  106.   end
  107.   object Button2: TButton
  108.     Left = 184
  109.     Top = 120
  110.     Width = 113
  111.     Height = 25
  112.     Caption = 'Visit www.zylox.com'
  113.     TabOrder = 2
  114.     OnClick = URLLabel1Click
  115.   end
  116. end
  117.