home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / WEBSPECTOR.EXE / 0 / RCDATA / TINBOXFORM / TINBOXFORM.txt
Encoding:
Text File  |  1999-08-11  |  2.7 KB  |  120 lines

  1. object inboxform: Tinboxform
  2.   Left = 198
  3.   Top = 103
  4.   Width = 481
  5.   Height = 380
  6.   Caption = 'WebBox'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = True
  15.   Position = poDefault
  16.   Visible = True
  17.   WindowMenu = main.Window1
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDeactivate = FormDeactivate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object inbox: TListView
  25.     Left = 0
  26.     Top = 0
  27.     Width = 473
  28.     Height = 353
  29.     Hint = 'Displays a list of pages in your URL List with content changes.'
  30.     Align = alClient
  31.     Checkboxes = True
  32.     Columns = <>
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     GridLines = True
  39.     HotTrackStyles = []
  40.     MultiSelect = True
  41.     ReadOnly = True
  42.     ParentFont = False
  43.     ParentShowHint = False
  44.     PopupMenu = PopupMenu1
  45.     ShowHint = True
  46.     TabOrder = 0
  47.     ViewStyle = vsReport
  48.     OnClick = inboxClick
  49.     OnColumnClick = inboxColumnClick
  50.     OnDblClick = inboxDblClick
  51.     OnKeyDown = inboxKeyDown
  52.     OnMouseDown = inboxMouseDown
  53.   end
  54.   object handler: TEdit
  55.     Left = 8
  56.     Top = 24
  57.     Width = 17
  58.     Height = 21
  59.     TabOrder = 1
  60.     Visible = False
  61.   end
  62.   object currentname: TEdit
  63.     Left = 32
  64.     Top = 24
  65.     Width = 17
  66.     Height = 21
  67.     TabOrder = 2
  68.     Visible = False
  69.   end
  70.   object pvlUrl1: TpvlUrl
  71.     Left = 312
  72.     Top = 16
  73.   end
  74.   object PopupMenu1: TPopupMenu
  75.     object Open1: TMenuItem
  76.       Caption = '&Open Graphic-Free'
  77.       Default = True
  78.       OnClick = Open1Click
  79.     end
  80.     object OpenURL1: TMenuItem
  81.       Caption = 'Open &URL'
  82.       object NewBrowser1: TMenuItem
  83.         Caption = '&New Browser'
  84.         OnClick = NewBrowser1Click
  85.       end
  86.       object ActiveBrowser1: TMenuItem
  87.         Caption = '&Active Browser'
  88.         OnClick = ActiveBrowser1Click
  89.       end
  90.     end
  91.     object SortBy1: TMenuItem
  92.       Caption = '&Sort By'
  93.       object Description1: TMenuItem
  94.         Caption = '&Description'
  95.         OnClick = Description1Click
  96.       end
  97.       object URL1: TMenuItem
  98.         Caption = '&URL'
  99.         OnClick = URL1Click
  100.       end
  101.       object DateTime1: TMenuItem
  102.         Caption = 'Date/&Time'
  103.         OnClick = DateTime1Click
  104.       end
  105.       object Read1: TMenuItem
  106.         Caption = '&Read'
  107.         OnClick = Read1Click
  108.       end
  109.     end
  110.     object Delete1: TMenuItem
  111.       Caption = '&Delete URL'
  112.       OnClick = Delete1Click
  113.     end
  114.     object GetInformation1: TMenuItem
  115.       Caption = '&More Information'
  116.       OnClick = GetInformation1Click
  117.     end
  118.   end
  119. end
  120.