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

📄 form13.frm

📁 智商商测试软件 VB
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form13 
   BackColor       =   &H00C0C000&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "数字智商测试"
   ClientHeight    =   7080
   ClientLeft      =   9675
   ClientTop       =   585
   ClientWidth     =   1500
   Icon            =   "Form13.frx":0000
   LinkTopic       =   "Form13"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7080
   ScaleWidth      =   1500
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C000&
      Caption         =   "选项"
      Height          =   7095
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   1455
      Begin VB.CommandButton Command2 
         Caption         =   "开始跳关"
         Height          =   375
         Left            =   120
         TabIndex        =   17
         Top             =   4680
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "启用记算器"
         Height          =   375
         Left            =   120
         TabIndex        =   16
         Top             =   5280
         Width           =   1215
      End
      Begin VB.TextBox Text2 
         Appearance      =   0  'Flat
         BackColor       =   &H00C0FFFF&
         Height          =   735
         Left            =   120
         MultiLine       =   -1  'True
         TabIndex        =   14
         Text            =   "Form13.frx":0E42
         Top             =   3840
         Width           =   1215
      End
      Begin VB.TextBox Text1 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   120
         PasswordChar    =   "*"
         TabIndex        =   13
         Top             =   3360
         Width           =   1215
      End
      Begin VB.OptionButton Option11 
         BackColor       =   &H00C0C000&
         Caption         =   "全部答案"
         Height          =   255
         Left            =   240
         TabIndex        =   12
         Top             =   2760
         Width           =   1095
      End
      Begin VB.OptionButton Option1 
         BackColor       =   &H00C0C000&
         Caption         =   "第1关"
         Height          =   180
         Left            =   240
         TabIndex        =   10
         Top             =   360
         Width           =   855
      End
      Begin VB.OptionButton Option2 
         BackColor       =   &H00C0C000&
         Caption         =   "第2关"
         Height          =   180
         Left            =   240
         TabIndex        =   9
         Top             =   600
         Width           =   975
      End
      Begin VB.OptionButton Option3 
         BackColor       =   &H00C0C000&
         Caption         =   "第3关"
         Height          =   180
         Left            =   240
         TabIndex        =   8
         Top             =   840
         Width           =   855
      End
      Begin VB.OptionButton Option4 
         BackColor       =   &H00C0C000&
         Caption         =   "第4关"
         Height          =   180
         Left            =   240
         TabIndex        =   7
         Top             =   1080
         Width           =   975
      End
      Begin VB.OptionButton Option5 
         BackColor       =   &H00C0C000&
         Caption         =   "第5关"
         Height          =   180
         Left            =   240
         TabIndex        =   6
         Top             =   1320
         Width           =   855
      End
      Begin VB.OptionButton Option6 
         BackColor       =   &H00C0C000&
         Caption         =   "第6关"
         Height          =   180
         Left            =   240
         TabIndex        =   5
         Top             =   1560
         Width           =   855
      End
      Begin VB.OptionButton Option7 
         BackColor       =   &H00C0C000&
         Caption         =   "第7关"
         Height          =   180
         Left            =   240
         TabIndex        =   4
         Top             =   1800
         Width           =   855
      End
      Begin VB.OptionButton Option8 
         BackColor       =   &H00C0C000&
         Caption         =   "第8关"
         Height          =   180
         Left            =   240
         TabIndex        =   3
         Top             =   2040
         Width           =   855
      End
      Begin VB.OptionButton Option9 
         BackColor       =   &H00C0C000&
         Caption         =   "第9关"
         Height          =   180
         Left            =   240
         TabIndex        =   2
         Top             =   2280
         Width           =   855
      End
      Begin VB.OptionButton Option10 
         BackColor       =   &H00C0C000&
         Caption         =   "第10关"
         Height          =   180
         Left            =   240
         TabIndex        =   1
         Top             =   2520
         Width           =   855
      End
      Begin VB.Label Label1 
         BackColor       =   &H00C0C000&
         Caption         =   "幽谷听泉"
         Height          =   255
         Left            =   120
         TabIndex        =   15
         Top             =   6720
         Width           =   735
      End
      Begin VB.Image Image1 
         Height          =   480
         Left            =   960
         Picture         =   "Form13.frx":0E64
         Top             =   6480
         Width           =   480
      End
      Begin VB.Label Label4 
         BackColor       =   &H00C0C000&
         Caption         =   "密码:"
         Height          =   255
         Left            =   240
         TabIndex        =   11
         Top             =   3120
         Width           =   735
      End
   End
End
Attribute VB_Name = "Form13"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Calculator.Show
End Sub

Private Sub Command2_Click()
If Option1.Value = True Then
Form1.Show
ElseIf Option4.Value = True And Text1.Text = "521521" Then Form4.Show
ElseIf Option5.Value = True And Text1.Text = "521521" Then Form5.Show
ElseIf Option6.Value = True And Text1.Text = "521521" Then Form6.Show
ElseIf Option7.Value = True And Text1.Text = "521521" Then Form7.Show
ElseIf Option8.Value = True And Text1.Text = "521521" Then Form8.Show
ElseIf Option9.Value = True And Text1.Text = "521521" Then Form9.Show
ElseIf Option10.Value = True And Text1.Text = "yougutingquan" Then Form10.Show
ElseIf Option11.Value = True And Text1.Text = "yougutingquan@163.com" 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



⌨️ 快捷键说明

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