home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / ch_code / ch09 / mdidemo1 / mdiform1.frm (.txt) < prev   
Encoding:
Visual Basic Form  |  1997-02-20  |  830 b   |  30 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   3675
  5.    ClientLeft      =   60
  6.    ClientTop       =   630
  7.    ClientWidth     =   6720
  8.    LinkTopic       =   "Form1"
  9.    MDIChild        =   -1  'True
  10.    ScaleHeight     =   3675
  11.    ScaleWidth      =   6720
  12.    Begin VB.Menu ChildMenu 
  13.       Caption         =   "Child Menu"
  14.       Begin VB.Menu childOpen 
  15.          Caption         =   "Child Open"
  16.       End
  17.       Begin VB.Menu ChildSave 
  18.          Caption         =   "Child Save"
  19.       End
  20.       Begin VB.Menu ChildClose 
  21.          Caption         =   "Child Close"
  22.       End
  23.    End
  24. Attribute VB_Name = "Form1"
  25. Attribute VB_GlobalNameSpace = False
  26. Attribute VB_Creatable = False
  27. Attribute VB_PredeclaredId = True
  28. Attribute VB_Exposed = False
  29. Option Explicit
  30.