home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / Mdidemo2 / CHILD.dfm / CHILD.txt
Text File  |  1998-03-12  |  507b  |  28 lines

  1. object ChildForm: TChildForm
  2.   Left = 308
  3.   Top = 207
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'MDI Child'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 427
  22.     Height = 273
  23.     Align = alClient
  24.     ScrollBars = ssBoth
  25.     TabOrder = 0
  26.   end
  27. end
  28.