home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / CHILDWIN.DFM / CHILDWIN.txt
Text File  |  1997-02-14  |  324b  |  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.