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

📄 form1.frm

📁 智商商测试软件 VB
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FormA 
   BackColor       =   &H00808000&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "数字智商测试"
   ClientHeight    =   5205
   ClientLeft      =   1905
   ClientTop       =   1680
   ClientWidth     =   6345
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "Form1.frx":030A
   ScaleHeight     =   5205
   ScaleWidth      =   6345
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command1 
      Caption         =   "开始"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   4440
      TabIndex        =   0
      Top             =   2880
      Width           =   1095
   End
   Begin VB.Label Label5 
      BackColor       =   &H000000FF&
      Caption         =   "李文东2003.4.8.编写"
      ForeColor       =   &H0080FFFF&
      Height          =   255
      Left            =   3720
      TabIndex        =   4
      Top             =   4080
      Width           =   2295
   End
   Begin VB.Label Label3 
      BackColor       =   &H00808000&
      Caption         =   "本试题是测试你的适应能力方面的智商。 "
      Height          =   495
      Left            =   3000
      TabIndex        =   3
      Top             =   480
      Width           =   2655
   End
   Begin VB.Label Label2 
      BackColor       =   &H00808000&
      Caption         =   "文登数字智商测试 "
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   375
      Left            =   3000
      TabIndex        =   2
      Top             =   0
      Width           =   2535
   End
   Begin VB.Label Label1 
      BackColor       =   &H00808000&
      Caption         =   $"Form1.frx":347B
      ForeColor       =   &H00000000&
      Height          =   1455
      Left            =   3000
      TabIndex        =   1
      Top             =   1200
      Width           =   2655
   End
End
Attribute VB_Name = "FormA"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Show
Unload Me
End Sub

Private Sub Form_Load()
Form13.Show
End Sub

Private Sub Option11_Click()
If Text1.Text = "521" Then
Form12.Show
Else: Text2.Text = "想看答案?没有那么容易!"
End If
End Sub

Private Sub Option2_Click()
Form2.Show
End Sub

Private Sub Option3_Click()
Form3.Show
End Sub

Private Sub Option4_Click()
If Text1.Text = "1234" Then
Form4.Show
Else: Text2.Text = "密码不对!前三关不用密码!"
End If
End Sub
Private Sub Option5_Click()
If Text1.Text = "1235" Then
Form5.Show
Else: Text2.Text = "密码不对!前三关不用密码!"
End If
End Sub

Private Sub Option6_Click()
If Text1.Text = "1236" Then
Form6.Show
Else: Text2.Text = "密码不对!前三关不用密码!"
End If
End Sub

Private Sub Option7_Click()
If Text1.Text = "1237" Then
Form7.Show
Else: Text2.Text = "密码不对!"
End If
End Sub


Private Sub Option8_Click()
If Text1.Text = "1238" Then
Form8.Show
Else: Text2.Text = "密码不对!"
End If
End Sub

Private Sub Option9_Click()
If Text1.Text = "1239" Then
Form9.Show
Else: Text2.Text = "密码不对!前三关不用密码!"
End If
End Sub

Private Sub Option10_Click()
If Text1.Text = "521" Then
Form10.Show
Else: Text2.Text = "最后一关不会让你轻易过关!"
End If
End Sub

⌨️ 快捷键说明

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