home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form2
- AutoRedraw = -1 'True
- Caption = "Runtime"
- ClientHeight = 6045
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 7410
- LinkTopic = "Form2"
- MDIChild = -1 'True
- ScaleHeight = 6045
- ScaleWidth = 7410
- WindowState = 2 'Maximized
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Unload(Cancel As Integer)
- Form1.Enabled = True
- MDIForm1.Command4.Enabled = True
- MDIForm1.Command5.Enabled = False
- End Sub
-