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

  1. object Mainform: TMainform
  2.   Left = 296
  3.   Top = 157
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup - We-Blocker'
  7.   ClientHeight = 357
  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 Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 165
  23.     Height = 313
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 0
  28.     Top = 312
  29.     Width = 492
  30.     Height = 2
  31.     Shape = bsTopLine
  32.     Style = bsRaised
  33.   end
  34.   object WelcomeLabel: TLabel
  35.     Left = 184
  36.     Top = 20
  37.     Width = 262
  38.     Height = 38
  39.     Caption = 'Welcome to the We-Blocker Setup program'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -16
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object Label2: TLabel
  49.     Left = 184
  50.     Top = 80
  51.     Width = 270
  52.     Height = 13
  53.     Caption = 'This will install We-Blocker versioin 2.0 on your computer.'
  54.   end
  55.   object Label1: TLabel
  56.     Left = 184
  57.     Top = 112
  58.     Width = 272
  59.     Height = 39
  60.     Caption = 
  61.       'It is strongly recommended that you close all other applications' +
  62.       ' you have running before continuing. This will help prevent conf' +
  63.       'licts during the installatioin process.'
  64.     WordWrap = True
  65.   end
  66.   object Label3: TLabel
  67.     Left = 184
  68.     Top = 200
  69.     Width = 220
  70.     Height = 13
  71.     Caption = 'Click Next to continue, or Cancel to exit Setup.'
  72.   end
  73.   object Panel1: TPanel
  74.     Left = 0
  75.     Top = 315
  76.     Width = 492
  77.     Height = 42
  78.     Align = alBottom
  79.     BevelOuter = bvNone
  80.     TabOrder = 0
  81.     object NextButton: TButton
  82.       Left = 324
  83.       Top = 8
  84.       Width = 73
  85.       Height = 25
  86.       Caption = 'Next >'
  87.       TabOrder = 0
  88.       OnClick = NextButtonClick
  89.     end
  90.     object Cancelbutton: TButton
  91.       Left = 408
  92.       Top = 8
  93.       Width = 73
  94.       Height = 25
  95.       Caption = 'Cancel'
  96.       TabOrder = 1
  97.       OnClick = CancelbuttonClick
  98.     end
  99.   end
  100. end
  101.