www.pudn.com > autorunKill.rar > Form2.frm


VERSION 5.00 
Begin VB.Form Form2  
   Caption         =   "autorun病毒专杀(BY黑白无常)v1.1" 
   ClientHeight    =   3300 
   ClientLeft      =   60 
   ClientTop       =   450 
   ClientWidth     =   5445 
   Icon            =   "Form2.frx":0000 
   LinkTopic       =   "Form2" 
   ScaleHeight     =   3300 
   ScaleWidth      =   5445 
   StartUpPosition =   2  '屏幕中心 
   Begin VB.TextBox Text1  
      BackColor       =   &H00000000& 
      BeginProperty Font  
         Name            =   "宋体-18030" 
         Size            =   10.5 
         Charset         =   134 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H0000C000& 
      Height          =   2535 
      Left            =   120 
      MultiLine       =   -1  'True 
      ScrollBars      =   2  'Vertical 
      TabIndex        =   1 
      Text            =   "Form2.frx":1272 
      Top             =   120 
      Width           =   5175 
   End 
   Begin VB.CommandButton Command1  
      Caption         =   "好了,返回吧!" 
      BeginProperty Font  
         Name            =   "隶书" 
         Size            =   12 
         Charset         =   134 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      Height          =   375 
      Left            =   960 
      TabIndex        =   0 
      Top             =   2760 
      Width           =   3495 
   End 
End 
Attribute VB_Name = "Form2" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Command1_Click() 
Form2.Hide 
Form1.Show 
End Sub