object DirInstForm: TDirInstForm Left = 380 Top = 354 ActiveControl = NextBtn BorderIcons = [] BorderStyle = bsDialog Caption = 'Choose Destination Location' ClientHeight = 329 ClientWidth = 472 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Position = poScreenCenter PrintScale = poNone Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 288 Width = 441 Height = 9 Shape = bsTopLine end object Label1: TLabel Left = 152 Top = 16 Width = 305 Height = 29 AutoSize = False Caption = 'Setup will install Anyware Antivirus in the following directory.' WordWrap = True end object Label2: TLabel Left = 152 Top = 48 Width = 305 Height = 17 AutoSize = False Caption = 'To install to this directory, click Next.' WordWrap = True end object Label3: TLabel Left = 152 Top = 72 Width = 305 Height = 28 AutoSize = False Caption = 'To install to a different directory, click Browse and select ano' + 'ther directory.' WordWrap = True end object Label4: TLabel Left = 152 Top = 104 Width = 305 Height = 28 AutoSize = False Caption = 'You can choose not to install Setup by clicking Cancel to exit S' + 'etup.' WordWrap = True end object Panel1: TPanel Left = 16 Top = 16 Width = 121 Height = 257 BevelOuter = bvLowered Color = clTeal TabOrder = 0 object Image1: TImage Left = 1 Top = 24 Width = 118 Height = 200 AutoSize = True end end object BackBtn: TButton Left = 222 Top = 300 Width = 74 Height = 24 Caption = '< &Back' ModalResult = 7 TabOrder = 1 OnClick = ButtonClick end object NextBtn: TButton Left = 296 Top = 300 Width = 74 Height = 24 Caption = '&Next >' Default = True ModalResult = 6 TabOrder = 2 OnClick = ButtonClick end object CancelBtn: TButton Left = 382 Top = 300 Width = 74 Height = 24 Cancel = True Caption = 'Cancel' ModalResult = 3 TabOrder = 3 OnClick = ButtonClick end object GroupBox1: TGroupBox Left = 152 Top = 224 Width = 305 Height = 49 Caption = ' Destination Directory ' TabOrder = 4 object DirInstLabel: TLabel Left = 8 Top = 23 Width = 209 Height = 17 AutoSize = False WordWrap = True end object Button1: TButton Left = 223 Top = 17 Width = 74 Height = 24 Caption = 'B&rowse...' ModalResult = 6 TabOrder = 0 OnClick = Button1Click end end end