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


VERSION 5.00 
Begin VB.Form Form3  
   BorderStyle     =   3  'Fixed Dialog 
   Caption         =   "提示" 
   ClientHeight    =   1365 
   ClientLeft      =   4560 
   ClientTop       =   4920 
   ClientWidth     =   3030 
   Icon            =   "Form3.frx":0000 
   LinkTopic       =   "Form3" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   1365 
   ScaleWidth      =   3030 
   ShowInTaskbar   =   0   'False 
   Begin VB.PictureBox Picture1  
      BorderStyle     =   0  'None 
      Height          =   615 
      Left            =   120 
      Picture         =   "Form3.frx":030A 
      ScaleHeight     =   615 
      ScaleWidth      =   3015 
      TabIndex        =   2 
      Top             =   120 
      Width           =   3015 
      Begin VB.Label Label1  
         Caption         =   "输了就要走吗?" 
         Height          =   495 
         Left            =   720 
         TabIndex        =   3 
         Top             =   240 
         Width           =   1455 
      End 
   End 
   Begin VB.CommandButton Command1  
      Caption         =   "是" 
      Height          =   375 
      Left            =   240 
      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 = "Form3" 
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