home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / HTMLVIEW.ZIP / DEMOSRC.ZIP / HTMLABT.DFM / HTMLABT.txt
Encoding:
Text File  |  1995-11-03  |  929 b   |  49 lines

  1. object AboutBox: TAboutBox
  2.   Left = 245
  3.   Top = 137
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 168
  7.   ClientWidth = 306
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object BitBtn1: TBitBtn
  17.     Left = 114
  18.     Top = 130
  19.     Width = 77
  20.     Height = 30
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 306
  28.     Height = 122
  29.     Align = alTop
  30.     BevelInner = bvLowered
  31.     BevelOuter = bvNone
  32.     Caption = 'Panel1'
  33.     TabOrder = 1
  34.     object Viewer: THTMLViewer
  35.       Left = 1
  36.       Top = 1
  37.       Width = 304
  38.       Height = 120
  39.       Cursor = crIBeam
  40.       ViewImages = False
  41.       TabOrder = 0
  42.       Align = alClient
  43.       BorderStyle = bsNone
  44.       HistoryMaxCount = 0
  45.       DefFontName = 'Times New Roman'
  46.     end
  47.   end
  48. end
  49.