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

📄 frmxueji.frm

📁 这是一个VB+ACCESS开发的学生信息管理系统,我是用了一个多月才弄出来的嘎,界面美观,功能使用,你感觉好的话,那你要支持我的嘎!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmxueji 
   Caption         =   "学籍管理"
   ClientHeight    =   3825
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5685
   LinkTopic       =   "Form1"
   Picture         =   "frmxueji.frx":0000
   ScaleHeight     =   3825
   ScaleWidth      =   5685
   StartUpPosition =   3  '窗口缺省
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "查询学籍信息"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   3480
      TabIndex        =   3
      Top             =   3240
      Width           =   1980
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "添加或修改学籍信息"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   0
      TabIndex        =   2
      Top             =   2640
      Width           =   2970
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "华文行楷"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   510
      Left            =   4440
      TabIndex        =   1
      Top             =   720
      Width           =   930
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "学籍管理"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   36
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   750
      Left            =   1440
      TabIndex        =   0
      Top             =   120
      Width           =   2880
   End
   Begin VB.Image Image3 
      Height          =   1575
      Left            =   3720
      Picture         =   "frmxueji.frx":9115
      Top             =   1680
      Width           =   1440
   End
   Begin VB.Image Image1 
      Height          =   1575
      Left            =   720
      Picture         =   "frmxueji.frx":E172
      Top             =   960
      Width           =   1440
   End
End
Attribute VB_Name = "frmxueji"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
If gblnPurview = True Then
frmxgxj.Show 1
Else
MsgBox "对不起,您是普通用户,不能添加或修改学籍信息", vbOKOnly, "错误提示"
End If
End Sub

Private Sub Image3_Click()
frmcxxj.Show 1
End Sub

Private Sub Label2_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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