object frmSiteVerify: TfrmSiteVerify Left = 155 Top = 135 HelpContext = 380 ActiveControl = edLocation BorderStyle = bsDialog Caption = 'Retrieve Site Pages' ClientHeight = 211 ClientWidth = 353 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 194 Height = 13 Caption = 'Enter &Location of Site to Start Verification' FocusControl = edLocation end object edLocation: TEdit Left = 4 Top = 24 Width = 257 Height = 21 HelpContext = 380 TabOrder = 0 OnChange = edLocationChange end object btnOK: TButton Left = 285 Top = 163 Width = 64 Height = 21 HelpContext = 380 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 7 OnClick = btnOKClick end object btnCancel: TButton Left = 285 Top = 187 Width = 64 Height = 21 HelpContext = 380 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 8 end object chkAutomatic: TCheckBox Left = 4 Top = 188 Width = 269 Height = 20 HelpContext = 380 Caption = '&Automatically Start Verification When Done' TabOrder = 6 end object lstSites: TListBox Left = 4 Top = 52 Width = 345 Height = 77 HelpContext = 380 Columns = 1 ExtendedSelect = False ItemHeight = 13 Sorted = True TabOrder = 2 OnDblClick = lstSitesDblClick end object btnOpen: TButton Left = 266 Top = 24 Width = 83 Height = 21 HelpContext = 380 Caption = '&Browse' TabOrder = 1 OnClick = btnOpenClick end object chkBuildOn: TCheckBox Left = 4 Top = 171 Width = 221 Height = 17 HelpContext = 380 Caption = '&Build Page Structure' TabOrder = 5 end object chkSavePageList: TCheckBox Left = 4 Top = 137 Width = 213 Height = 18 HelpContext = 380 Caption = 'Save pages retrieved using this filename' TabOrder = 3 OnClick = chkSavePageListClick end object edFileName: TEdit Left = 224 Top = 132 Width = 125 Height = 21 HelpContext = 380 TabOrder = 4 OnKeyPress = edFileNameKeyPress end end