home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / README / MAIN.dfm / MAIN.txt
Text File  |  1998-01-21  |  814b  |  42 lines

  1. object MainForm: TMainForm
  2.   Left = 238
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Readme'
  6.   ClientHeight = 375
  7.   ClientWidth = 462
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   WindowState = wsMaximized
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Memo1: TMemo
  19.     Left = 8
  20.     Top = 8
  21.     Width = 446
  22.     Height = 329
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Courier'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssBoth
  31.     TabOrder = 0
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 184
  35.     Top = 344
  36.     Width = 89
  37.     Height = 25
  38.     TabOrder = 1
  39.     Kind = bkClose
  40.   end
  41. end
  42.