www.pudn.com > vbgame.rar > Form4.frm


VERSION 5.00 
Begin VB.Form Form4  
   BorderStyle     =   3  'Fixed Dialog 
   Caption         =   "提示" 
   ClientHeight    =   1335 
   ClientLeft      =   4050 
   ClientTop       =   5085 
   ClientWidth     =   3210 
   Icon            =   "Form4.frx":0000 
   LinkTopic       =   "Form4" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   1335 
   ScaleWidth      =   3210 
   ShowInTaskbar   =   0   'False 
   Begin VB.PictureBox Picture1  
      BorderStyle     =   0  'None 
      Height          =   615 
      Left            =   240 
      Picture         =   "Form4.frx":030A 
      ScaleHeight     =   615 
      ScaleWidth      =   3015 
      TabIndex        =   2 
      Top             =   120 
      Width           =   3015 
      Begin VB.Label Label1  
         Caption         =   "游戏不好吗,你要走?" 
         Height          =   375 
         Left            =   720 
         TabIndex        =   3 
         Top             =   120 
         Width           =   2055 
      End 
   End 
   Begin VB.CommandButton Command1  
      Caption         =   "是" 
      Height          =   375 
      Left            =   360 
      TabIndex        =   1 
      Top             =   840 
      Width           =   975 
   End 
   Begin VB.CommandButton Command2  
      Caption         =   "否" 
      Height          =   375 
      Left            =   1800 
      TabIndex        =   0 
      Top             =   840 
      Width           =   975 
   End 
End 
Attribute VB_Name = "Form4" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Command1_Click() 
End 
End Sub 
 
Private Sub Command2_Click() 
Unload Me 
End Sub