📄 frmcjykc.frm
字号:
VERSION 5.00
Begin VB.Form frmcjykc
BorderStyle = 1 'Fixed Single
Caption = "成绩与课程管理"
ClientHeight = 4125
ClientLeft = 45
ClientTop = 435
ClientWidth = 6000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmcjykc.frx":0000
ScaleHeight = 4125
ScaleWidth = 6000
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label5
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 = 3120
TabIndex = 4
Top = 3360
Width = 2310
End
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 = 1920
TabIndex = 3
Top = 2520
Width = 1320
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 = 120
TabIndex = 2
Top = 3360
Width = 2310
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 = 4560
TabIndex = 1
Top = 1080
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 = 480
TabIndex = 0
Top = 120
Width = 5040
End
Begin VB.Image Image3
Height = 1410
Left = 3480
Picture = "frmcjykc.frx":9115
Top = 2040
Width = 1440
End
Begin VB.Image Image2
Height = 1485
Left = 1920
Picture = "frmcjykc.frx":D384
Top = 1200
Width = 1440
End
Begin VB.Image Image1
Height = 1455
Left = 360
Picture = "frmcjykc.frx":1173C
Top = 2040
Width = 1440
End
End
Attribute VB_Name = "frmcjykc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
If gblnPurview = True Then
frmaddcj.Show 1
Else
MsgBox "对不起,您是普通用户,不能添加或修改成绩", vbOKOnly, "错误提示"
End If
End Sub
Private Sub Image2_Click()
frmcxcj.Show 1
End Sub
Private Sub Image3_Click()
If gblnPurview = True Then
Frmxgkc.Show 1
Else
MsgBox "对不起,您是普通用户,不能添加或修改课程", vbOKOnly, "错误提示"
End If
End Sub
Private Sub Label2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -