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

  1. object EndNoticeForm: TEndNoticeForm
  2.   Left = 352
  3.   Top = 161
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 312
  22.     Width = 492
  23.     Height = 2
  24.     Shape = bsTopLine
  25.     Style = bsRaised
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 0
  29.     Top = 55
  30.     Width = 492
  31.     Height = 2
  32.     Align = alTop
  33.     Shape = bsTopLine
  34.     Style = bsRaised
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 315
  39.     Width = 492
  40.     Height = 41
  41.     Align = alBottom
  42.     BevelOuter = bvNone
  43.     TabOrder = 0
  44.     object NextButton: TButton
  45.       Left = 324
  46.       Top = 8
  47.       Width = 73
  48.       Height = 25
  49.       Caption = 'Finished'
  50.       TabOrder = 0
  51.       OnClick = NextButtonClick
  52.     end
  53.   end
  54.   object Panel2: TPanel
  55.     Left = 0
  56.     Top = 0
  57.     Width = 492
  58.     Height = 55
  59.     Align = alTop
  60.     BevelOuter = bvNone
  61.     Color = clWhite
  62.     TabOrder = 1
  63.     object Image1: TImage
  64.       Left = 436
  65.       Top = 0
  66.       Width = 57
  67.       Height = 57
  68.       Picture.Data = {<image000.bmp>}
  69.     end
  70.     object Label1: TLabel
  71.       Left = 20
  72.       Top = 8
  73.       Width = 58
  74.       Height = 13
  75.       Caption = 'Important!'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.     end
  83.     object Label2: TLabel
  84.       Left = 32
  85.       Top = 28
  86.       Width = 303
  87.       Height = 13
  88.       Caption = 
  89.         'Please read the following important information before continuin' +
  90.         'g'
  91.     end
  92.   end
  93.   object Panel3: TPanel
  94.     Left = 0
  95.     Top = 58
  96.     Width = 493
  97.     Height = 255
  98.     BevelOuter = bvNone
  99.     TabOrder = 2
  100.     object Label3: TLabel
  101.       Left = 32
  102.       Top = 216
  103.       Width = 244
  104.       Height = 13
  105.       Caption = 'You may have to re-boot for changes to take effect.'
  106.     end
  107.     object Memo1: TMemo
  108.       Left = 28
  109.       Top = 16
  110.       Width = 441
  111.       Height = 185
  112.       Lines.Strings = (
  113.         'You are now ready to surf safely with We-Blocker'
  114.         ''
  115.         'We have a few quick tips for you before you begin.'
  116.         ''
  117.         
  118.           '1. You will notice a new icon in your system tray. Clicking on t' +
  119.           'his icon with either mouse '
  120.         
  121.           'button will allow you access to the We-blocker menu options. Acc' +
  122.           'ess the parent controls '
  123.         'from this menu. '
  124.         ''
  125.         
  126.           '2. Guard your Master Password, without it, you won'#39't be able to ' +
  127.           'access the Master '
  128.         'controls OR uninstall.')
  129.       ReadOnly = True
  130.       ScrollBars = ssVertical
  131.       TabOrder = 0
  132.     end
  133.   end
  134. end
  135.