📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BackColor = &H00FFC0C0&
Caption = "普通用户管理界面"
ClientHeight = 3150
ClientLeft = 4365
ClientTop = 915
ClientWidth = 5175
LinkTopic = "Form3"
ScaleHeight = 3150
ScaleWidth = 5175
Begin VB.Frame Frame2
BackColor = &H00FFC0C0&
Caption = "说明"
Height = 855
Left = 240
TabIndex = 5
Top = 240
Width = 2175
Begin VB.TextBox Text1
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00404040&
Height = 975
Left = 120
TabIndex = 6
Text = "您为普通用户"
Top = 360
Width = 1935
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "管理项目"
Height = 2535
Left = 2760
TabIndex = 0
Top = 240
Width = 2055
Begin VB.CommandButton Command4
BackColor = &H00C0C0C0&
Caption = "退出系统"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 4
Top = 2040
Width = 1575
End
Begin VB.CommandButton Command3
BackColor = &H00C0C0C0&
Caption = "口令修改"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 3
Top = 1440
Width = 1575
End
Begin VB.CommandButton Command2
BackColor = &H00C0C0C0&
Caption = "课程查询"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 2
Top = 840
Width = 1575
End
Begin VB.CommandButton Command1
BackColor = &H00C0C0C0&
Caption = "选课"
Height = 375
Left = 240
Style = 1 'Graphical
TabIndex = 1
Top = 240
Width = 1575
End
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form14.Show
End Sub
Private Sub Command2_Click()
Form15.Show
End Sub
Private Sub Command3_Click()
Form16.Show
End Sub
Private Sub Command4_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -