object formBrowser: TformBrowser Left = 372 Height = 439 Top = 267 Width = 621 ClientHeight = 419 ClientWidth = 621 Color = clBtnFace Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Menu = MainMenu OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow Position = poScreenCenter LCLVersion = '0.9.31' object Panel1: TPanel Left = 0 Height = 18 Top = 401 Width = 621 Align = alBottom Alignment = taLeftJustify BevelInner = bvLowered BevelOuter = bvNone ClientHeight = 18 ClientWidth = 621 TabOrder = 0 object ProgressBar: TProgressBar Left = 470 Height = 16 Top = 1 Width = 150 Align = alRight TabOrder = 0 Visible = False end end object Panel2: TPanel Left = 0 Height = 33 Top = 0 Width = 621 Align = alTop BevelOuter = bvNone ClientHeight = 33 ClientWidth = 621 TabOrder = 1 object editURL: TEdit Left = 190 Height = 24 Top = 4 Width = 337 AutoSize = False OnKeyDown = editURLKeyDown TabStop = False TabOrder = 3 end object ReloadButton: TButton Left = 10 Height = 24 Top = 4 Width = 59 Caption = '&Reload' Enabled = False OnClick = ReloadButtonClick TabOrder = 0 end object BackButton: TButton Left = 69 Height = 24 Top = 4 Width = 59 Caption = '&Back' Enabled = False OnClick = FwdBackClick TabOrder = 1 end object FwdButton: TButton Left = 128 Height = 24 Top = 4 Width = 59 Caption = '&Forward' Enabled = False OnClick = FwdBackClick TabOrder = 2 end end object pageBrowser: TPageControl Left = 0 Height = 368 Top = 33 Width = 621 ActivePage = tabBrowser Align = alClient ShowTabs = False TabIndex = 0 TabOrder = 2 object tabBrowser: TTabSheet Caption = 'Browser' ClientHeight = 360 ClientWidth = 613 object Panel3: TPanel Left = 0 Height = 360 Top = 0 Width = 613 Align = alClient BevelInner = bvLowered BevelOuter = bvNone Caption = 'Panel3' ClientHeight = 360 ClientWidth = 613 TabOrder = 0 object Viewer: THTMLViewer Left = 1 Height = 358 Top = 1 Width = 611 OnHotSpotCovered = HotSpotChange OnHotSpotClick = HotSpotClick OnImageRequest = ViewerImageRequest OnFormSubmit = SubmitEvent OnHistoryChange = HistoryChange OnProgress = ViewerProgress TabStop = True TabOrder = 0 Align = alClient DefBackground = clWindow BorderStyle = htFocused HistoryMaxCount = 6 DefFontName = 'Times New Roman' DefPreFontName = 'Courier New' DefFontColor = clWindowText DefOverLinkColor = clFuchsia ImageCacheCount = 6 NoSelect = False CharSet = DEFAULT_CHARSET PrintMarginLeft = 2 PrintMarginRight = 2 PrintMarginTop = 2 PrintMarginBottom = 2 PrintScale = 1 OnMouseMove = ViewerMouseMove OnProcessing = ProcessingHandler OnPrintHTMLHeader = ViewerPrintHTMLHeader OnPrintHTMLFooter = ViewerPrintHTMLFooter OnInclude = ViewerInclude OnSoundRequest = SoundRequest OnMetaRefresh = MetaRefreshEvent OnObjectClick = ObjectClick OnRightClick = RightClick end end end object tabDebug: TTabSheet Caption = 'Debug' ClientHeight = 360 ClientWidth = 613 object memoDebug: TMemo Left = 0 Height = 360 Top = 0 Width = 613 Align = alClient Lines.Strings = ( 'memoDebug' ) TabOrder = 0 end end object tabSource: TTabSheet Caption = 'tabSource' ClientHeight = 360 ClientWidth = 613 object memoSource: TMemo Left = 0 Height = 360 Top = 0 Width = 613 Align = alClient Lines.Strings = ( 'memoSource' ) TabOrder = 0 end end end object OpenDialog: TOpenDialog DefaultExt = '.htm' Filter = 'html files|*.htm;*.html|all files|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] left = 329 top = 2 end object MainMenu: TMainMenu left = 291 top = 4 object File1: TMenuItem Caption = '&File' object Open: TMenuItem Caption = '&Open' ShortCut = 114 OnClick = OpenFileClick end object OpenTextFile: TMenuItem Caption = 'Open &Text File' OnClick = OpenTextFileClick end object OpenImageFile: TMenuItem Caption = 'Open &Image File' OnClick = OpenImageFileClick end object PrinterSetup1: TMenuItem Caption = 'Printer Setup...' OnClick = PrinterSetup1Click end object Printpreview: TMenuItem Caption = 'Print pre&view' Enabled = False OnClick = PrintpreviewClick end object Print1: TMenuItem Caption = '&Print...' Enabled = False OnClick = Print1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end object Edit2: TMenuItem Caption = '&Edit' OnClick = Edit2Click object Find1: TMenuItem Caption = '&Find' Enabled = False OnClick = Find1Click end object CopyItem: TMenuItem Caption = '&Copy' ShortCut = 16451 OnClick = CopyItemClick end object N2: TMenuItem Caption = '-' end object SelectAllItem: TMenuItem Caption = 'Select &All' Enabled = False OnClick = SelectAllItemClick end end object options1: TMenuItem Caption = '&Tools' object ShowImages: TMenuItem Caption = '&Show images' OnClick = ShowImagesClick end object Fonts: TMenuItem Caption = 'Default &Font/Colors...' OnClick = FontColorsClick end object menuViewDebug: TMenuItem Caption = 'View Source and Debug info' OnClick = menuViewDebugClick end end object HistoryMenuItem: TMenuItem Caption = '&History' Visible = False end object About1: TMenuItem Caption = '&About' OnClick = About1Click end end object PrintDialog: TPrintDialog FromPage = 1 MinPage = 1 MaxPage = 9999 Options = [poPageNums] ToPage = 1 left = 362 top = 1 end object FindDialog: TFindDialog Options = [frDown, frHideWholeWord, frDisableWholeWord] OnFind = FindDialogFind left = 248 top = 4 end object PopupMenu: TPopupMenu left = 400 top = 1 object Viewimage: TMenuItem Caption = '&View image' OnClick = ViewimageClick end object CopyImageToClipboard: TMenuItem Caption = '&Copy image to clipboard' OnClick = CopyImageToClipboardClick end object N3: TMenuItem Caption = '-' end object OpenInNewWindow: TMenuItem Caption = '&Open in new window' OnClick = OpenInNewWindowClick end end object MetaTimer: TTimer Enabled = False OnTimer = MetaTimerTimer left = 242 top = 75 end object Timer1: TTimer Interval = 200 OnTimer = Timer1Timer left = 291 top = 71 end object PrinterSetupDialog: TPrinterSetupDialog left = 448 end end