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


VERSION 5.00 
Begin VB.Form Form6  
   BorderStyle     =   3  'Fixed Dialog 
   Caption         =   "提示" 
   ClientHeight    =   1515 
   ClientLeft      =   4470 
   ClientTop       =   4095 
   ClientWidth     =   3405 
   DrawStyle       =   4  'Dash-Dot-Dot 
   LinkTopic       =   "Form6" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   1515 
   ScaleWidth      =   3405 
   ShowInTaskbar   =   0   'False 
   Begin VB.PictureBox Picture1  
      BorderStyle     =   0  'None 
      Height          =   615 
      Left            =   240 
      Picture         =   "Form6.frx":0000 
      ScaleHeight     =   615 
      ScaleWidth      =   3015 
      TabIndex        =   2 
      Top             =   240 
      Width           =   3015 
      Begin VB.Label Label1  
         Caption         =   "是否把你的尊姓大名添入       英雄榜?" 
         Height          =   495 
         Left            =   720 
         TabIndex        =   3 
         Top             =   120 
         Width           =   2055 
      End 
   End 
   Begin VB.CommandButton Command2  
      Caption         =   "是" 
      Height          =   375 
      Left            =   480 
      TabIndex        =   1 
      Top             =   960 
      Width           =   975 
   End 
   Begin VB.CommandButton Command1  
      Caption         =   "否" 
      Height          =   375 
      Left            =   1800 
      TabIndex        =   0 
      Top             =   960 
      Width           =   975 
   End 
End 
Attribute VB_Name = "Form6" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Command1_Click() 
Unload Me 
End Sub 
 
Private Sub Command2_Click() 
frminput.Show 
Unload Me 
 
End Sub