www.pudn.com > MonitorCheck.rar > Form3.frm, change:2009-03-08,size:777b


VERSION 5.00 
Begin VB.Form Form3  
   BackColor       =   &H00000000& 
   BorderStyle     =   0  'None 
   Caption         =   "Form3" 
   ClientHeight    =   11010 
   ClientLeft      =   0 
   ClientTop       =   0 
   ClientWidth     =   9705 
   LinkTopic       =   "Form3" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   Picture         =   "Form3.frx":0000 
   ScaleHeight     =   11010 
   ScaleWidth      =   9705 
   ShowInTaskbar   =   0   'False 
   StartUpPosition =   2  'ÆÁÄ»ÖÐÐÄ 
End 
Attribute VB_Name = "Form3" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
'download by http://www.codefans.net 
Private Sub Form_Click() 
Unload Me 
End Sub