object LicForm: TLicForm Left = 347 Top = 156 BorderIcons = [biMinimize] BorderStyle = bsDialog Caption = 'Setup - We-Blocker' ClientHeight = 356 ClientWidth = 492 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 312 Width = 492 Height = 2 Shape = bsTopLine Style = bsRaised end object Bevel2: TBevel Left = 0 Top = 55 Width = 492 Height = 2 Align = alTop Shape = bsTopLine Style = bsRaised end object Panel1: TPanel Left = 0 Top = 315 Width = 492 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 0 object NextButton: TButton Left = 324 Top = 8 Width = 73 Height = 25 Caption = 'I agree' TabOrder = 0 OnClick = NextButtonClick end object Cancelbutton: TButton Left = 408 Top = 8 Width = 73 Height = 25 Caption = 'No' TabOrder = 1 OnClick = CancelbuttonClick end object BackButton: TButton Left = 252 Top = 8 Width = 73 Height = 25 Caption = '< Back' TabOrder = 2 OnClick = BackButtonClick end end object Panel2: TPanel Left = 0 Top = 0 Width = 492 Height = 55 Align = alTop BevelOuter = bvNone Color = clWhite TabOrder = 1 object Image1: TImage Left = 436 Top = 0 Width = 57 Height = 57 Picture.Data = {} end object Label1: TLabel Left = 20 Top = 8 Width = 109 Height = 13 Caption = 'License Agreement' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 32 Top = 28 Width = 303 Height = 13 Caption = 'Please read the following important information before continuin' + 'g' end end object Panel3: TPanel Left = 0 Top = 58 Width = 493 Height = 255 BevelOuter = bvNone TabOrder = 2 object Label3: TLabel Left = 28 Top = 16 Width = 416 Height = 26 Caption = 'Please read the following license Agreement. Use the scroll bar ' + 'or press the Page Down key to view the rest of the agreement.' WordWrap = True end object Label4: TLabel Left = 28 Top = 204 Width = 399 Height = 26 Caption = 'Do you accept all the terms of the preceding License Agreement? ' + 'If you choose No, Setup will close. To Install We-Blocker, you m' + 'ust accept this agreement.' WordWrap = True end object Memo1: TMemo Left = 28 Top = 48 Width = 441 Height = 153 Lines.Strings = ( 'Memo1') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end