object frmBrowser: TfrmBrowser Left = 47 Top = 98 BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsSingle Caption = 'Browser Quick View' ClientHeight = 273 ClientWidth = 555 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object panBrowser: TPanel Left = 0 Top = 253 Width = 555 Height = 20 Align = alBottom Alignment = taLeftJustify TabOrder = 0 end object panDisplay: TPanel Left = 0 Top = 20 Width = 555 Height = 233 Align = alClient TabOrder = 1 object htmlBrowser: THTMLViewer Left = 1 Top = 1 Width = 553 Height = 231 Cursor = crIBeam HelpContext = 400 OnHotSpotCovered = htmlBrowserHotSpotCovered OnHotSpotClick = htmlBrowserHotSpotClick ViewImages = False TabOrder = 0 Align = alClient BorderStyle = htFocused HistoryMaxCount = 0 DefFontName = 'Times New Roman' DefPreFontName = 'Courier New' OnProcessing = htmlBrowserProcessing NoSelect = False end end object panTitle: TPanel Left = 0 Top = 0 Width = 555 Height = 20 Align = alTop TabOrder = 2 end end