home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / exitwi4r / view.frm (.txt) < prev   
Encoding:
Visual Basic Form  |  1999-07-12  |  692 b   |  24 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    AutoRedraw      =   -1  'True
  4.    Caption         =   "Runtime"
  5.    ClientHeight    =   6045
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   7410
  9.    LinkTopic       =   "Form2"
  10.    MDIChild        =   -1  'True
  11.    ScaleHeight     =   6045
  12.    ScaleWidth      =   7410
  13.    WindowState     =   2  'Maximized
  14. Attribute VB_Name = "Form2"
  15. Attribute VB_GlobalNameSpace = False
  16. Attribute VB_Creatable = False
  17. Attribute VB_PredeclaredId = True
  18. Attribute VB_Exposed = False
  19. Private Sub Form_Unload(Cancel As Integer)
  20. Form1.Enabled = True
  21. MDIForm1.Command4.Enabled = True
  22. MDIForm1.Command5.Enabled = False
  23. End Sub
  24.