home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Programmer'…arterly (Limited Edition) / Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso / code / ch19code / window.frm < prev    next >
Text File  |  1994-10-15  |  830b  |  31 lines

  1. VERSION 4.00
  2. Begin VB.Form Window 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   4230
  5.    ClientLeft      =   1095
  6.    ClientTop       =   1515
  7.    ClientWidth     =   6720
  8.    BeginProperty Font 
  9.       name            =   "MS Sans Serif"
  10.       charset         =   1
  11.       weight          =   400
  12.       size            =   8.25
  13.       underline       =   0   'False
  14.       italic          =   0   'False
  15.       strikethrough   =   0   'False
  16.    EndProperty
  17.    Height          =   4635
  18.    Left            =   1035
  19.    LinkTopic       =   "Form1"
  20.    MDIChild        =   -1  'True
  21.    ScaleHeight     =   4230
  22.    ScaleWidth      =   6720
  23.    Top             =   1170
  24.    Width           =   6840
  25. End
  26. Attribute VB_Name = "Window"
  27. Attribute VB_Creatable = False
  28. Attribute VB_Exposed = False
  29. Option Explicit
  30.  
  31.