📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "Form5"
ClientHeight = 4200
ClientLeft = 60
ClientTop = 420
ClientWidth = 6270
LinkTopic = "Form5"
ScaleHeight = 4200
ScaleWidth = 6270
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Caption = "学生档案管理"
Height = 1935
Left = 120
TabIndex = 5
Top = 2280
Width = 5895
Begin VB.CommandButton Command3
Caption = "查询信息"
Height = 495
Left = 4080
TabIndex = 8
Top = 600
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "浏览信息"
Height = 495
Left = 2400
TabIndex = 7
Top = 600
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "学生添加、删除"
Height = 495
Left = 120
TabIndex = 6
Top = 600
Width = 1815
End
End
Begin VB.Frame Frame1
Caption = "学生学籍管理"
Height = 1935
Left = 120
TabIndex = 1
Top = 120
Width = 5895
Begin VB.CommandButton Command7
Caption = "查询信息"
Height = 495
Left = 4440
TabIndex = 4
Top = 480
Width = 1335
End
Begin VB.CommandButton Command6
Caption = "浏览信息"
Height = 495
Left = 2280
TabIndex = 3
Top = 480
Width = 1335
End
Begin VB.CommandButton Command5
Caption = "学生添加、删除"
Height = 495
Left = 240
TabIndex = 2
Top = 480
Width = 1575
End
End
Begin VB.CommandButton Command4
Caption = "返回"
Height = 615
Left = 2040
TabIndex = 0
Top = 3720
Width = 1215
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If kk = "系统用户" Then
Form3.Show
Form5.Hide
Else
MsgBox "你不是系统用户,不能进行此操作"
End If
End Sub
Private Sub Command2_Click()
Form8.Show
Form5.Hide
End Sub
Private Sub Command3_Click()
Formf.Show
Form5.Hide
End Sub
Private Sub Command4_Click()
Unload Me
End Sub
Private Sub Command5_Click()
If kk = "系统用户" Then
Form3.Show
Form5.Hide
Else
MsgBox "你不是系统用户,不能进行此操作"
End If
End Sub
Private Sub Command6_Click()
学生成绩档案.Show
Form5.Hide
End Sub
Private Sub Command7_Click()
学生成绩档案2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -