home *** CD-ROM | disk | FTP | other *** search
/ Freelog 37 / Freelog037.iso / ModeEmpl / Weblock / weblock.exe / WESetup.exe / 0 / RCDATA / TLICFORM / TLICFORM.txt < prev   
Text File  |  2001-05-29  |  3KB  |  153 lines

  1. object LicForm: TLicForm
  2.   Left = 347
  3.   Top = 156
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup - We-Blocker'
  7.   ClientHeight = 356
  8.   ClientWidth = 492
  9.   Color = clWhite
  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 = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 312
  23.     Width = 492
  24.     Height = 2
  25.     Shape = bsTopLine
  26.     Style = bsRaised
  27.   end
  28.   object Bevel2: TBevel
  29.     Left = 0
  30.     Top = 55
  31.     Width = 492
  32.     Height = 2
  33.     Align = alTop
  34.     Shape = bsTopLine
  35.     Style = bsRaised
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 315
  40.     Width = 492
  41.     Height = 41
  42.     Align = alBottom
  43.     BevelOuter = bvNone
  44.     TabOrder = 0
  45.     object NextButton: TButton
  46.       Left = 324
  47.       Top = 8
  48.       Width = 73
  49.       Height = 25
  50.       Caption = 'I agree'
  51.       TabOrder = 0
  52.       OnClick = NextButtonClick
  53.     end
  54.     object Cancelbutton: TButton
  55.       Left = 408
  56.       Top = 8
  57.       Width = 73
  58.       Height = 25
  59.       Caption = 'No'
  60.       TabOrder = 1
  61.       OnClick = CancelbuttonClick
  62.     end
  63.     object BackButton: TButton
  64.       Left = 252
  65.       Top = 8
  66.       Width = 73
  67.       Height = 25
  68.       Caption = '< Back'
  69.       TabOrder = 2
  70.       OnClick = BackButtonClick
  71.     end
  72.   end
  73.   object Panel2: TPanel
  74.     Left = 0
  75.     Top = 0
  76.     Width = 492
  77.     Height = 55
  78.     Align = alTop
  79.     BevelOuter = bvNone
  80.     Color = clWhite
  81.     TabOrder = 1
  82.     object Image1: TImage
  83.       Left = 436
  84.       Top = 0
  85.       Width = 57
  86.       Height = 57
  87.       Picture.Data = {<image000.bmp>}
  88.     end
  89.     object Label1: TLabel
  90.       Left = 20
  91.       Top = 8
  92.       Width = 109
  93.       Height = 13
  94.       Caption = 'License Agreement'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clWindowText
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.     end
  102.     object Label2: TLabel
  103.       Left = 32
  104.       Top = 28
  105.       Width = 303
  106.       Height = 13
  107.       Caption = 
  108.         'Please read the following important information before continuin' +
  109.         'g'
  110.     end
  111.   end
  112.   object Panel3: TPanel
  113.     Left = 0
  114.     Top = 58
  115.     Width = 493
  116.     Height = 255
  117.     BevelOuter = bvNone
  118.     TabOrder = 2
  119.     object Label3: TLabel
  120.       Left = 28
  121.       Top = 16
  122.       Width = 416
  123.       Height = 26
  124.       Caption = 
  125.         'Please read the following license Agreement. Use the scroll bar ' +
  126.         'or press the Page Down key to view the rest of the agreement.'
  127.       WordWrap = True
  128.     end
  129.     object Label4: TLabel
  130.       Left = 28
  131.       Top = 204
  132.       Width = 399
  133.       Height = 26
  134.       Caption = 
  135.         'Do you accept all the terms of the preceding License Agreement? ' +
  136.         'If you choose No, Setup will close. To Install We-Blocker, you m' +
  137.         'ust accept this agreement.'
  138.       WordWrap = True
  139.     end
  140.     object Memo1: TMemo
  141.       Left = 28
  142.       Top = 48
  143.       Width = 441
  144.       Height = 153
  145.       Lines.Strings = (
  146.         'Memo1')
  147.       ReadOnly = True
  148.       ScrollBars = ssVertical
  149.       TabOrder = 0
  150.     end
  151.   end
  152. end
  153.