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

📄 form2.frm

📁 这是一个很使用的学生考试管理系统 由于他没有采用数据库
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "mainForm"
   ClientHeight    =   5040
   ClientLeft      =   165
   ClientTop       =   510
   ClientWidth     =   7785
   LinkTopic       =   "Form2"
   Picture         =   "Form2.frx":0000
   ScaleHeight     =   5040
   ScaleWidth      =   7785
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      Height          =   5055
      Left            =   0
      Picture         =   "Form2.frx":3F917
      ScaleHeight     =   4995
      ScaleWidth      =   7755
      TabIndex        =   0
      Top             =   0
      Width           =   7815
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "欢迎使用小学生网上考试系统"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   21.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   960
         TabIndex        =   1
         Top             =   600
         Width           =   5895
      End
   End
   Begin VB.Menu grade 
      Caption         =   "等级(&G)"
      Begin VB.Menu junior 
         Caption         =   "初级"
         Shortcut        =   ^J
      End
      Begin VB.Menu middle 
         Caption         =   "中级"
         Enabled         =   0   'False
         Shortcut        =   ^M
      End
      Begin VB.Menu high 
         Caption         =   "高级"
         Enabled         =   0   'False
         Shortcut        =   ^H
      End
   End
   Begin VB.Menu about 
      Caption         =   "关于(&A)"
      Begin VB.Menu aboutTest 
         Caption         =   "考试说明"
         Shortcut        =   ^T
      End
      Begin VB.Menu aboutPro 
         Caption         =   "关于程序"
         Shortcut        =   ^P
      End
   End
   Begin VB.Menu exit 
      Caption         =   "退出(&E)"
      Begin VB.Menu exitPro 
         Caption         =   "退出程序"
         Shortcut        =   ^E
      End
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub aboutPro_Click()
 Form7.Show
End Sub

Private Sub aboutTest_Click()
 Form6.Show
End Sub

Private Sub exitPro_Click()
 End
End Sub

Private Sub junior_Click()
 Form3.Show
End Sub
Private Sub middle_Click()
 Form4.Show
End Sub
Private Sub high_Click()
 Form5.Show
End Sub

⌨️ 快捷键说明

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