home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / units / childwin.dfm / childwin.txt
Encoding:
Text File  |  1995-03-21  |  324 b   |  18 lines

  1. object MDIChild: TMDIChild
  2.   Left = 327
  3.   Top = 200
  4.   Width = 429
  5.   Height = 215
  6.   Caption = 'MDI Child'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   TextHeight = 16
  17. end
  18.