home *** CD-ROM | disk | FTP | other *** search
- object inboxform: Tinboxform
- Left = 198
- Top = 103
- Width = 481
- Height = 380
- Caption = 'WebBox'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- OldCreateOrder = True
- Position = poDefault
- Visible = True
- WindowMenu = main.Window1
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object inbox: TListView
- Left = 0
- Top = 0
- Width = 473
- Height = 353
- Hint = 'Displays a list of pages in your URL List with content changes.'
- Align = alClient
- Checkboxes = True
- Columns = <>
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- GridLines = True
- HotTrackStyles = []
- MultiSelect = True
- ReadOnly = True
- ParentFont = False
- ParentShowHint = False
- PopupMenu = PopupMenu1
- ShowHint = True
- TabOrder = 0
- ViewStyle = vsReport
- OnClick = inboxClick
- OnColumnClick = inboxColumnClick
- OnDblClick = inboxDblClick
- OnKeyDown = inboxKeyDown
- OnMouseDown = inboxMouseDown
- end
- object handler: TEdit
- Left = 8
- Top = 24
- Width = 17
- Height = 21
- TabOrder = 1
- Visible = False
- end
- object currentname: TEdit
- Left = 32
- Top = 24
- Width = 17
- Height = 21
- TabOrder = 2
- Visible = False
- end
- object pvlUrl1: TpvlUrl
- Left = 312
- Top = 16
- end
- object PopupMenu1: TPopupMenu
- object Open1: TMenuItem
- Caption = '&Open Graphic-Free'
- Default = True
- OnClick = Open1Click
- end
- object OpenURL1: TMenuItem
- Caption = 'Open &URL'
- object NewBrowser1: TMenuItem
- Caption = '&New Browser'
- OnClick = NewBrowser1Click
- end
- object ActiveBrowser1: TMenuItem
- Caption = '&Active Browser'
- OnClick = ActiveBrowser1Click
- end
- end
- object SortBy1: TMenuItem
- Caption = '&Sort By'
- object Description1: TMenuItem
- Caption = '&Description'
- OnClick = Description1Click
- end
- object URL1: TMenuItem
- Caption = '&URL'
- OnClick = URL1Click
- end
- object DateTime1: TMenuItem
- Caption = 'Date/&Time'
- OnClick = DateTime1Click
- end
- object Read1: TMenuItem
- Caption = '&Read'
- OnClick = Read1Click
- end
- end
- object Delete1: TMenuItem
- Caption = '&Delete URL'
- OnClick = Delete1Click
- end
- object GetInformation1: TMenuItem
- Caption = '&More Information'
- OnClick = GetInformation1Click
- end
- end
- end
-