home *** CD-ROM | disk | FTP | other *** search
- object Form_HTMLView: TForm_HTMLView
- Left = 244
- Top = 194
- Width = 615
- Height = 521
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- Menu = MainMenu
- Position = poDefaultPosOnly
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 16
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 607
- Height = 475
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvNone
- Caption = 'Panel3'
- TabOrder = 0
- object Viewer: THTMLViewer
- Left = 1
- Top = 1
- Width = 605
- Height = 473
- Cursor = crIBeam
- OnHotSpotCovered = HotSpotChange
- OnHotSpotClick = HotSpotClick
- OnFormSubmit = SubmitEvent
- OnHistoryChange = HistoryChange
- ViewImages = True
- TabStop = True
- TabOrder = 0
- Align = alClient
- PopupMenu = PopupMenu1
- BorderStyle = htNone
- HistoryMaxCount = 6
- DefFontName = 'Times New Roman'
- DefPreFontName = 'Courier New'
- OnProcessing = ProcessingHandler
- ImageCacheCount = 0
- NoSelect = False
- end
- end
- object MainMenu: TMainMenu
- AutoMerge = True
- Left = 355
- Top = 4
- object HistoryMenuItem: TMenuItem
- Caption = '&Browser'
- GroupIndex = 3
- ShortCut = 0
- object Open1: TMenuItem
- Caption = 'Open...'
- ShortCut = 0
- OnClick = Open1Click
- end
- object Print1: TMenuItem
- Caption = 'Print'
- ShortCut = 0
- OnClick = Print1Click
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object ShowImages: TMenuItem
- Caption = '&Show images'
- Checked = True
- ShortCut = 0
- OnClick = ShowImagesClick
- end
- object N4: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object BackButton: TMenuItem
- Tag = 1
- Caption = 'Back'
- ShortCut = 122
- OnClick = FwdBackClick
- end
- object FwdButton: TMenuItem
- Caption = 'Forward'
- ShortCut = 123
- OnClick = FwdBackClick
- end
- object N1: TMenuItem
- Caption = '-'
- GroupIndex = 1
- ShortCut = 0
- end
- end
- end
- object PrintDialog: TPrintDialog
- FromPage = 1
- MinPage = 1
- MaxPage = 9999
- Options = [poPageNums]
- ToPage = 1
- Left = 434
- Top = 1
- end
- object FindDialog: TFindDialog
- Options = [frDown, frHideWholeWord, frHideUpDown, frDisableUpDown, frDisableWholeWord]
- Left = 313
- Top = 65535
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'HTML Documents (*.htm)|*.htm;*.html|All Documents (*.*)|*.*'
- Title = 'Open HTML document'
- Left = 393
- Top = 9
- end
- object PopupMenu1: TPopupMenu
- Left = 337
- Top = 81
- object BackButton1: TMenuItem
- Tag = 1
- Caption = 'Back'
- ShortCut = 0
- OnClick = FwdBackClick
- end
- object FwdButton1: TMenuItem
- Caption = 'Forward'
- ShortCut = 0
- OnClick = FwdBackClick
- end
- object N3: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object EditDocument2: TMenuItem
- Caption = 'Edit Document'
- ShortCut = 0
- OnClick = EditDocument1Click
- end
- end
- object FormStorage1: TFormStorage
- Left = 146
- Top = 74
- end
- end
-