home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TUNREGFORM / TUNREGFORM.txt
Text File  |  2001-09-09  |  3KB  |  126 lines

  1. object UnregForm: TUnregForm
  2.   Left = 125
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'The Bat! is not Freeware'
  7.   ClientHeight = 243
  8.   ClientWidth = 592
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 592
  26.     Height = 243
  27.     Align = alClient
  28.     BevelWidth = 2
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 16
  32.       Top = 16
  33.       Width = 561
  34.       Height = 41
  35.       Alignment = taCenter
  36.       AutoSize = False
  37.       Caption = 'This program is provided to you for evaluation purposes.'
  38.       Font.Color = clBlack
  39.       Font.Height = -13
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       WordWrap = True
  44.     end
  45.     object Label2: TLabel
  46.       Left = 24
  47.       Top = 56
  48.       Width = 545
  49.       Height = 81
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 
  53.         'If you find The Bat! useful and wish to continue using it, pleas' +
  54.         'e find the time to register it. If you do not want to use the pr' +
  55.         'ogram any further, please remove its copy from your disk within ' +
  56.         'the period stated in The Licence Agreement.'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       WordWrap = True
  63.     end
  64.     object lDayLimit: TLabel
  65.       Left = 549
  66.       Top = 144
  67.       Width = 5
  68.       Height = 13
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object lDay: TLabel
  76.       Left = 8
  77.       Top = 168
  78.       Width = 577
  79.       Height = 13
  80.       Alignment = taCenter
  81.       AutoSize = False
  82.       Font.Color = clBlack
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object bbOK: TButton
  89.       Left = 112
  90.       Top = 200
  91.       Width = 75
  92.       Height = 25
  93.       Caption = 'OK'
  94.       ModalResult = 1
  95.       TabOrder = 0
  96.     end
  97.     object bExit: TButton
  98.       Left = 408
  99.       Top = 200
  100.       Width = 75
  101.       Height = 25
  102.       Caption = 'Exit'
  103.       ModalResult = 2
  104.       TabOrder = 2
  105.     end
  106.     object bHowReg: TButton
  107.       Left = 192
  108.       Top = 200
  109.       Width = 209
  110.       Height = 25
  111.       Caption = 'How to Register'
  112.       TabOrder = 1
  113.       OnClick = bHowRegClick
  114.     end
  115.     object bar: TProgressBar
  116.       Left = 40
  117.       Top = 144
  118.       Width = 500
  119.       Height = 16
  120.       Min = 0
  121.       Max = 100
  122.       TabOrder = 3
  123.     end
  124.   end
  125. end
  126.