⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form2.frm

📁 这是一个测试反应的一款小游戏
💻 FRM
字号:
VERSION 5.00
Begin VB.Form pai 
   Caption         =   "风云榜"
   ClientHeight    =   2085
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2085
   ScaleWidth      =   4680
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command2 
      Caption         =   "确定"
      Height          =   350
      Left            =   3480
      TabIndex        =   4
      Top             =   1680
      Width           =   1095
   End
   Begin VB.Label Label4 
      Height          =   180
      Index           =   1
      Left            =   3240
      TabIndex        =   10
      Top             =   1200
      Width           =   705
   End
   Begin VB.Label Label3 
      Height          =   180
      Index           =   1
      Left            =   3240
      TabIndex        =   9
      Top             =   840
      Width           =   705
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Height          =   180
      Index           =   1
      Left            =   3240
      TabIndex        =   8
      Top             =   480
      Width           =   690
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Height          =   180
      Index           =   0
      Left            =   2040
      TabIndex        =   7
      Top             =   1200
      Width           =   570
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Height          =   180
      Index           =   0
      Left            =   2040
      TabIndex        =   6
      Top             =   840
      Width           =   570
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Height          =   180
      Index           =   0
      Left            =   2160
      TabIndex        =   5
      Top             =   480
      Width           =   450
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "3"
      Height          =   180
      Index           =   3
      Left            =   480
      TabIndex        =   3
      Top             =   1200
      Width           =   90
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "2"
      Height          =   180
      Index           =   2
      Left            =   480
      TabIndex        =   2
      Top             =   840
      Width           =   90
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "1"
      Height          =   180
      Index           =   1
      Left            =   480
      TabIndex        =   1
      Top             =   480
      Width           =   90
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "风云榜"
      Height          =   180
      Index           =   0
      Left            =   360
      TabIndex        =   0
      Top             =   165
      Width           =   540
   End
End
Attribute VB_Name = "pai"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Command2_Click()
Form1.Enabled = True
Unload Me
End Sub


Private Sub Form_Load()
Form1.Text1 = pai.Label2(0)
frmLogin.Text1 = pai.Label2(1)
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -