📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "评定"
ClientHeight = 5220
ClientLeft = 60
ClientTop = 450
ClientWidth = 9225
LinkTopic = "Form3"
ScaleHeight = 5220
ScaleWidth = 9225
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "单科评定"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 6000
TabIndex = 2
Top = 4920
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "总分评定"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2160
TabIndex = 1
Top = 4920
Width = 1575
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "请选择要评定的奖学金的种类"
BeginProperty Font
Name = "楷体_GB2312"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 1320
TabIndex = 0
Top = 1920
Width = 7095
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()
'Form3.Enabled = False
Form4.Show
End Sub
Private Sub Command2_Click()
'Form3.Enabled = False
Form5.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -