📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BackColor = &H00FFC0C0&
Caption = "超级用户管理界面"
ClientHeight = 3405
ClientLeft = 3060
ClientTop = 3225
ClientWidth = 6060
LinkTopic = "Form2"
ScaleHeight = 3405
ScaleWidth = 6060
Begin VB.Frame Frame2
BackColor = &H00FFC0C0&
Caption = "说明"
Height = 3255
Left = 3000
TabIndex = 7
Top = 120
Width = 3015
Begin VB.TextBox Text7
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Height = 495
Left = 120
TabIndex = 14
Text = $"Form2.frx":0000
Top = 2640
Width = 2895
End
Begin VB.TextBox Text6
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Height = 405
Left = 120
TabIndex = 13
Text = $"Form2.frx":0067
Top = 2280
Width = 2895
End
Begin VB.TextBox Text5
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Height = 375
Left = 120
TabIndex = 12
Text = $"Form2.frx":00C0
Top = 1920
Width = 2895
End
Begin VB.TextBox Text4
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Height = 375
Left = 120
TabIndex = 11
Text = $"Form2.frx":01DF
Top = 1560
Width = 2895
End
Begin VB.TextBox Text3
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Height = 375
Left = 120
TabIndex = 10
Text = $"Form2.frx":0238
Top = 1200
Width = 2895
End
Begin VB.TextBox Text2
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Height = 375
Left = 120
TabIndex = 9
Text = $"Form2.frx":0325
Top = 840
Width = 2895
End
Begin VB.TextBox Text1
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00404040&
Height = 375
Left = 240
TabIndex = 8
Text = "您为授权用户"
Top = 360
Width = 2895
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "项目"
Height = 3255
Left = 120
TabIndex = 0
Top = 120
Width = 2655
Begin VB.CommandButton Command6
BackColor = &H00C0C0C0&
Caption = "退出系统"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 6
Top = 2640
Width = 2175
End
Begin VB.CommandButton Command5
BackColor = &H00C0C0C0&
Caption = "口令修改"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 5
Top = 2160
Width = 2175
End
Begin VB.CommandButton Command4
BackColor = &H00C0C0C0&
Caption = "选课管理"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 4
Top = 1680
Width = 2175
End
Begin VB.CommandButton Command3
BackColor = &H00C0C0C0&
Caption = "课程信息管理"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 3
Top = 1200
Width = 2175
End
Begin VB.CommandButton Command2
BackColor = &H00C0C0C0&
Caption = "学生个人信息管理"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 2
Top = 720
Width = 2175
End
Begin VB.CommandButton Command1
BackColor = &H00C0C0C0&
Caption = "班级信息管理"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 1
Top = 240
Width = 2175
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 Command1_Click()
Form4.Show
End Sub
Private Sub Command2_Click()
Form5.Show
End Sub
Private Sub Command3_Click()
Form6.Show
End Sub
Private Sub Command4_Click()
Form7.Show
End Sub
Private Sub Command5_Click()
Form8.Show
End Sub
Private Sub Command6_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -