object frmLinkMain: TfrmLinkMain Left = 225 Top = 221 Width = 647 Height = 346 BorderIcons = [biSystemMenu] Caption = 'Link Validation Wizard' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object sbStatus: TStatusBar Left = 0 Top = 300 Width = 639 Height = 19 Panels = < item Width = 400 end item Width = 50 end> SimplePanel = False end object wizLink: TEPWizard Left = 0 Top = 0 Width = 639 Height = 300 ActivePage = pg1 Buttons = [] TabOrder = 1 OnChange = wizLinkChange OnFinishClick = wizLinkFinishClick object pg1: TEPWizardPage Left = 0 Top = 0 Width = 639 Height = 258 object lblTitle: TLabel Left = 156 Top = 12 Width = 421 Height = 29 Alignment = taCenter AutoSize = False Caption = 'Link Validation Wizard' Font.Color = clTeal Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblWelcome: TLabel Left = 156 Top = 52 Width = 473 Height = 189 AutoSize = False Caption = 'Welcome to the WebEdit Link Validation Wizard!'#13#10#13#10'The Link Valid' + 'ation Wizard can examine a web page right on your server to ensu' + 're that all links are current and all inline images are availabl' + 'e.'#13#10#13#10'When it is done testing your links, the Validation Wizard ' + 'will create a report for you, showing which links and images wer' + 'e not found -- along with the position of the link within the do' + 'cument -- making it easy for you to update your page.'#13#10#13#10'To get ' + 'started, click on the "Next" button below.' end object EPImage1: TEPImage Left = 12 Top = 12 Width = 124 Height = 230 BorderStyle = epbsLowered ParentColor = False Picture.Data = {} end end object pg2: TEPWizardPage Left = 0 Top = 0 Width = 639 Height = 258 object lblURL: TLabel Left = 156 Top = 160 Width = 74 Height = 13 Caption = '&Document URL' end object lblExplainURL: TLabel Left = 156 Top = 36 Width = 449 Height = 117 AutoSize = False Caption = 'First, enter the URL of the page whose links you wish to validat' + 'e. This URL should be in the form:'#13#10#13#10' http://www.myserver.com' + '/mydirectory/mydocument.html'#13#10#13#10'After you have entered the URL o' + 'f the document you wish to check, click on the Next button to vi' + 'ew a list of the links contained in the document.' end object lblEnterURL: TLabel Left = 156 Top = 12 Width = 144 Height = 16 Caption = 'Enter Document URL' Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EPImage2: TEPImage Left = 12 Top = 12 Width = 124 Height = 230 BorderStyle = epbsLowered PictureControl = EPImage1} end end object pg3: TEPWizardPage Left = 0 Top = 0 Width = 639 Height = 258 object lblValidate: TLabel Left = 156 Top = 36 Width = 313 Height = 29 AutoSize = False Caption = 'Do you wish to validate all links or only selected links?' end object lblChooseLinks: TLabel Left = 156 Top = 12 Width = 173 Height = 16 Caption = 'Choose Links to Validate' Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EPImage3: TEPImage Left = 12 Top = 12 Width = 124 Height = 230 BorderStyle = epbsLowered PictureControl = EPImage1