home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Objrepos / Mdiapp / childwin.dfm / childwin.txt
Text File  |  1999-08-11  |  444b  |  26 lines

  1. object MDIChild: TMDIChild
  2.   Left = 197
  3.   Top = 117
  4.   Width = 290
  5.   Height = 207
  6.   Caption = 'MDI Child'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   FormStyle = fsMDIChild
  10.   OldCreateOrder = True
  11.   Position = poDefault
  12.   Visible = True
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 282
  20.     Height = 180
  21.     Align = alClient
  22.     TabOrder = 0
  23.     WordWrap = False
  24.   end
  25. end
  26.