home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / Wewiz32k.wem / 0 / RCDATA / TFRMLINKMAIN / TFRMLINKMAIN.txt < prev   
Text File  |  1996-10-14  |  4KB  |  166 lines

  1. object frmLinkMain: TfrmLinkMain
  2.   Left = 225
  3.   Top = 221
  4.   Width = 647
  5.   Height = 346
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Link Validation Wizard'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object sbStatus: TStatusBar
  21.     Left = 0
  22.     Top = 300
  23.     Width = 639
  24.     Height = 19
  25.     Panels = <
  26.       item
  27.         Width = 400
  28.       end
  29.       item
  30.         Width = 50
  31.       end>
  32.     SimplePanel = False
  33.   end
  34.   object wizLink: TEPWizard
  35.     Left = 0
  36.     Top = 0
  37.     Width = 639
  38.     Height = 300
  39.     ActivePage = pg1
  40.     Buttons = []
  41.     TabOrder = 1
  42.     OnChange = wizLinkChange
  43.     OnFinishClick = wizLinkFinishClick
  44.     object pg1: TEPWizardPage
  45.       Left = 0
  46.       Top = 0
  47.       Width = 639
  48.       Height = 258
  49.       object lblTitle: TLabel
  50.         Left = 156
  51.         Top = 12
  52.         Width = 421
  53.         Height = 29
  54.         Alignment = taCenter
  55.         AutoSize = False
  56.         Caption = 'Link Validation Wizard'
  57.         Font.Color = clTeal
  58.         Font.Height = -24
  59.         Font.Name = 'MS Sans Serif'
  60.         Font.Style = [fsBold]
  61.         ParentFont = False
  62.       end
  63.       object lblWelcome: TLabel
  64.         Left = 156
  65.         Top = 52
  66.         Width = 473
  67.         Height = 189
  68.         AutoSize = False
  69.         Caption = 
  70.           'Welcome to the WebEdit Link Validation Wizard!'#13#10#13#10'The Link Valid' +
  71.           'ation Wizard can examine a web page right on your server to ensu' +
  72.           're that all links are current and all inline images are availabl' +
  73.           'e.'#13#10#13#10'When it is done testing your links, the Validation Wizard ' +
  74.           'will create a report for you, showing which links and images wer' +
  75.           'e not found -- along with the position of the link within the do' +
  76.           'cument -- making it easy for you to update your page.'#13#10#13#10'To get ' +
  77.           'started, click on the "Next" button below.'
  78.       end
  79.       object EPImage1: TEPImage
  80.         Left = 12
  81.         Top = 12
  82.         Width = 124
  83.         Height = 230
  84.         BorderStyle = epbsLowered
  85.         ParentColor = False
  86.         Picture.Data = {<image001.bmp>}
  87.       end
  88.     end
  89.     object pg2: TEPWizardPage
  90.       Left = 0
  91.       Top = 0
  92.       Width = 639
  93.       Height = 258
  94.       object lblURL: TLabel
  95.         Left = 156
  96.         Top = 160
  97.         Width = 74
  98.         Height = 13
  99.         Caption = '&Document URL'
  100.       end
  101.       object lblExplainURL: TLabel
  102.         Left = 156
  103.         Top = 36
  104.         Width = 449
  105.         Height = 117
  106.         AutoSize = False
  107.         Caption = 
  108.           'First, enter the URL of the page whose links you wish to validat' +
  109.           'e.  This URL should be in the form:'#13#10#13#10'  http://www.myserver.com' +
  110.           '/mydirectory/mydocument.html'#13#10#13#10'After you have entered the URL o' +
  111.           'f the document you wish to check, click on the Next button to vi' +
  112.           'ew a list of the links contained in the document.'
  113.       end
  114.       object lblEnterURL: TLabel
  115.         Left = 156
  116.         Top = 12
  117.         Width = 144
  118.         Height = 16
  119.         Caption = 'Enter Document URL'
  120.         Font.Color = clNavy
  121.         Font.Height = -13
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.       end
  126.       object EPImage2: TEPImage
  127.         Left = 12
  128.         Top = 12
  129.         Width = 124
  130.         Height = 230
  131.         BorderStyle = epbsLowered
  132.         PictureControl = EPImage1<image002.unknown>}
  133.       end
  134.     end
  135.     object pg3: TEPWizardPage
  136.       Left = 0
  137.       Top = 0
  138.       Width = 639
  139.       Height = 258
  140.       object lblValidate: TLabel
  141.         Left = 156
  142.         Top = 36
  143.         Width = 313
  144.         Height = 29
  145.         AutoSize = False
  146.         Caption = 'Do you wish to validate all links or only selected links?'
  147.       end
  148.       object lblChooseLinks: TLabel
  149.         Left = 156
  150.         Top = 12
  151.         Width = 173
  152.         Height = 16
  153.         Caption = 'Choose Links to Validate'
  154.         Font.Color = clNavy
  155.         Font.Height = -13
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = [fsBold]
  158.         ParentFont = False
  159.       end
  160.       object EPImage3: TEPImage
  161.         Left = 12
  162.         Top = 12
  163.         Width = 124
  164.         Height = 230
  165.         BorderStyle = epbsLowered
  166.         PictureControl = EPImage1