home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / siteh / _setup.1 / SiteHog.exe / 0 / RCDATA / TPAGELISTFORM / TPAGELISTFORM.txt < prev   
Encoding:
Text File  |  1997-01-03  |  2.9 KB  |  137 lines

  1. object PageListForm: TPageListForm
  2.   Left = 65
  3.   Top = 171
  4.   Width = 640
  5.   Height = 200
  6.   Caption = 'HTML Pages Inspected'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poDefaultPosOnly
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object PageListView: TExtendedListView
  20.     Left = 0
  21.     Top = 0
  22.     Width = 632
  23.     Height = 154
  24.     Align = alClient
  25.     ColumnClick = False
  26.     OnDblClick = ViewHTMLReportClick
  27.     Columns = <
  28.       item
  29.         Caption = 'Name'
  30.         Width = 6
  31.         WidthType = (
  32.           -1)
  33.       end
  34.       item
  35.         Caption = 'Size'
  36.         Width = 12
  37.         WidthType = (
  38.           -1)
  39.       end
  40.       item
  41.         Caption = 'Load Size'
  42.         Width = 72
  43.         WidthType = (
  44.           -2)
  45.       end
  46.       item
  47.         Alignment = taCenter
  48.         Caption = 'Updated'
  49.         Width = 75
  50.       end
  51.       item
  52.         Alignment = taCenter
  53.         Caption = 'Inspected'
  54.         Width = 75
  55.       end
  56.       item
  57.         Caption = 'Inspection Result'
  58.         Width = 12
  59.         WidthType = (
  60.           -1)
  61.       end
  62.       item
  63.       end>
  64.     ReadOnly = True
  65.     HideSelection = False
  66.     PopupMenu = PopupMenu
  67.     SortType = stText
  68.     TabOrder = 0
  69.     ViewStyle = vsReport
  70.     ExtendedStyle = [lvexFullRowSelect]
  71.   end
  72.   object StatusBar: TStatusBar
  73.     Left = 0
  74.     Top = 154
  75.     Width = 632
  76.     Height = 19
  77.     Panels = <>
  78.     SimplePanel = True
  79.   end
  80.   object PopupMenu: TPopupMenu
  81.     OnPopup = PopupMenuPopup
  82.     Left = 112
  83.     Top = 96
  84.     object ExploreFromPage: TMenuItem
  85.       Caption = 'Explore From Page'
  86.       ShortCut = 0
  87.       OnClick = ExploreFromPageClick
  88.     end
  89.     object N2: TMenuItem
  90.       Caption = '-'
  91.       ShortCut = 0
  92.     end
  93.     object MarkasCommonLink: TMenuItem
  94.       Caption = 'Mark as Common Link'
  95.       ShortCut = 0
  96.       OnClick = MarkasCommonLinkClick
  97.     end
  98.     object N4: TMenuItem
  99.       Caption = '-'
  100.       ShortCut = 0
  101.     end
  102.     object OpenPageBrowser: TMenuItem
  103.       Caption = 'Open Page in Browser(s)'
  104.       ShortCut = 0
  105.       OnClick = OpenPageBrowserClick
  106.     end
  107.     object OpenPageEditor: TMenuItem
  108.       Caption = 'Open Page in HTML Editor'
  109.       ShortCut = 0
  110.       OnClick = OpenPageEditorClick
  111.     end
  112.     object OpenPageSiteHog: TMenuItem
  113.       Caption = 'Edit Page in SiteHog'
  114.       ShortCut = 0
  115.       OnClick = EditPageClick
  116.     end
  117.     object N1: TMenuItem
  118.       Caption = '-'
  119.       ShortCut = 0
  120.     end
  121.     object ViewHTMLReport: TMenuItem
  122.       Caption = 'View HTML Report'
  123.       ShortCut = 0
  124.       OnClick = ViewHTMLReportClick
  125.     end
  126.     object N3: TMenuItem
  127.       Caption = '-'
  128.       ShortCut = 0
  129.     end
  130.     object ClearPageList: TMenuItem
  131.       Caption = 'Clear Page List'
  132.       ShortCut = 0
  133.       OnClick = ClearPageListClick
  134.     end
  135.   end
  136. end
  137.