home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / vbpg32 / samples4 / ch05 / frmex5a3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-02-16  |  641 b   |  24 lines

  1. VERSION 4.00
  2. Begin VB.Form frmEX5A3 
  3.    Caption         =   "MDI Child #2"
  4.    ClientHeight    =   1815
  5.    ClientLeft      =   6975
  6.    ClientTop       =   4110
  7.    ClientWidth     =   2445
  8.    Height          =   2220
  9.    Left            =   6915
  10.    LinkTopic       =   "Form2"
  11.    MDIChild        =   -1  'True
  12.    ScaleHeight     =   1815
  13.    ScaleWidth      =   2445
  14.    Top             =   3765
  15.    Width           =   2565
  16. Attribute VB_Name = "frmEX5A3"
  17. Attribute VB_Creatable = False
  18. Attribute VB_Exposed = False
  19. Option Explicit
  20. ' Copyright 
  21.  1996 by Desaware. All Rights Reserved
  22. Private Sub Form_Load()
  23. End Sub
  24.