home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMBROWSER / TFRMBROWSER.txt < prev   
Text File  |  1997-04-22  |  1KB  |  64 lines

  1. object frmBrowser: TfrmBrowser
  2.   Left = 47
  3.   Top = 98
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Browser Quick View'
  7.   ClientHeight = 273
  8.   ClientWidth = 555
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panBrowser: TPanel
  20.     Left = 0
  21.     Top = 253
  22.     Width = 555
  23.     Height = 20
  24.     Align = alBottom
  25.     Alignment = taLeftJustify
  26.     TabOrder = 0
  27.   end
  28.   object panDisplay: TPanel
  29.     Left = 0
  30.     Top = 20
  31.     Width = 555
  32.     Height = 233
  33.     Align = alClient
  34.     TabOrder = 1
  35.     object htmlBrowser: THTMLViewer
  36.       Left = 1
  37.       Top = 1
  38.       Width = 553
  39.       Height = 231
  40.       Cursor = crIBeam
  41.       HelpContext = 400
  42.       OnHotSpotCovered = htmlBrowserHotSpotCovered
  43.       OnHotSpotClick = htmlBrowserHotSpotClick
  44.       ViewImages = False
  45.       TabOrder = 0
  46.       Align = alClient
  47.       BorderStyle = htFocused
  48.       HistoryMaxCount = 0
  49.       DefFontName = 'Times New Roman'
  50.       DefPreFontName = 'Courier New'
  51.       OnProcessing = htmlBrowserProcessing
  52.       NoSelect = False
  53.     end
  54.   end
  55.   object panTitle: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 555
  59.     Height = 20
  60.     Align = alTop
  61.     TabOrder = 2
  62.   end
  63. end
  64.