home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WEDU / TITANIC.ZIP / TITANIC.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1998-04-07  |  1KB  |  60 lines

  1. object AboutBox: TAboutBox
  2.   Left = 245
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 184
  8.   ClientWidth = 306
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object BitBtn1: TBitBtn
  19.     Left = 114
  20.     Top = 146
  21.     Width = 77
  22.     Height = 30
  23.     TabOrder = 0
  24.     Kind = bkOK
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 306
  30.     Height = 137
  31.     Align = alTop
  32.     BevelInner = bvLowered
  33.     BevelOuter = bvNone
  34.     Caption = 'Panel1'
  35.     TabOrder = 1
  36.     object Viewer: THTMLViewer
  37.       Left = 1
  38.       Top = 1
  39.       Width = 304
  40.       Height = 135
  41.       Cursor = crIBeam
  42.       ViewImages = False
  43.       Enabled = False
  44.       TabOrder = 0
  45.       Align = alClient
  46.       BorderStyle = htSingle
  47.       HistoryMaxCount = 0
  48.       DefFontName = 'Times New Roman'
  49.       DefPreFontName = 'Courier New'
  50.       NoSelect = True
  51.       ScrollBars = ssNone
  52.       PrintMarginLeft = 2.000000000000000000
  53.       PrintMarginRight = 2.000000000000000000
  54.       PrintMarginTop = 2.000000000000000000
  55.       PrintMarginBottom = 2.000000000000000000
  56.       CharSet = DEFAULT_CHARSET
  57.     end
  58.   end
  59. end
  60.