home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TFORMTRIAL / TFORMTRIAL.txt
Text File  |  2005-05-02  |  2KB  |  92 lines

  1. object formTrial: TformTrial
  2.   Left = 387
  3.   Top = 65
  4.   BorderStyle = bsDialog
  5.   Caption = 'Unregistered version'
  6.   ClientHeight = 232
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnContinue: TButton
  20.     Left = 8
  21.     Top = 168
  22.     Width = 137
  23.     Height = 25
  24.     Caption = 'Continue evaluation'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object GroupBox1: TGroupBox
  30.     Left = 8
  31.     Top = 8
  32.     Width = 289
  33.     Height = 153
  34.     TabOrder = 0
  35.     object lblSHAREWARE: TLabel
  36.       Left = 8
  37.       Top = 16
  38.       Width = 273
  39.       Height = 33
  40.       AutoSize = False
  41.       Caption = 'Please note that Rapid File Defragmentor is shareware'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       WordWrap = True
  49.     end
  50.     object txtWarning: TLabel
  51.       Left = 8
  52.       Top = 56
  53.       Width = 273
  54.       Height = 89
  55.       AutoSize = False
  56.       Caption = 
  57.         'You are now on day XX of your 30 day evaluation period. After a ' +
  58.         '30 day period you must either register Rapid File Defragmentor o' +
  59.         'r remove it from your computer'
  60.       WordWrap = True
  61.     end
  62.   end
  63.   object btnHowToBuy: TButton
  64.     Left = 160
  65.     Top = 168
  66.     Width = 137
  67.     Height = 25
  68.     Caption = 'How to buy'
  69.     TabOrder = 2
  70.     OnClick = btnHowToBuyClick
  71.   end
  72.   object btnRegister: TButton
  73.     Left = 8
  74.     Top = 200
  75.     Width = 137
  76.     Height = 25
  77.     Caption = 'Register'
  78.     ModalResult = 6
  79.     TabOrder = 3
  80.   end
  81.   object btnCancel: TButton
  82.     Left = 160
  83.     Top = 200
  84.     Width = 137
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 4
  90.   end
  91. end
  92.