📄 cjdy.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "成绩打印"
ClientHeight = 3450
ClientLeft = 60
ClientTop = 345
ClientWidth = 6390
LinkTopic = "Form1"
ScaleHeight = 3450
ScaleWidth = 6390
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 4440
TabIndex = 2
Top = 2400
Width = 855
End
Begin VB.CommandButton Command1
Caption = "打印"
Height = 495
Left = 3000
TabIndex = 1
Top = 2400
Width = 975
End
Begin VB.Frame Frame1
Caption = "打印条件"
Height = 2055
Left = 240
TabIndex = 0
Top = 120
Width = 5895
Begin VB.ComboBox Combo4
Height = 300
Left = 4320
TabIndex = 10
Text = "打印全部"
Top = 1200
Width = 1455
End
Begin VB.CheckBox Check4
Caption = "按学期"
Height = 255
Left = 3120
TabIndex = 9
Top = 1200
Width = 855
End
Begin VB.ComboBox Combo3
Height = 300
Left = 1320
TabIndex = 8
Text = "打印全部"
Top = 1200
Width = 1095
End
Begin VB.CheckBox Check3
Caption = "按班级"
Height = 255
Left = 360
TabIndex = 7
Top = 1200
Width = 855
End
Begin VB.ComboBox Combo2
Height = 300
Left = 4320
TabIndex = 6
Text = "打印全部"
Top = 360
Width = 1335
End
Begin VB.CheckBox Check2
Caption = "按课程号"
Height = 375
Left = 3120
TabIndex = 5
Top = 360
Width = 1095
End
Begin VB.ComboBox Combo1
Height = 300
ItemData = "cjdy.frx":0000
Left = 1320
List = "cjdy.frx":0007
TabIndex = 4
Text = "打印全部"
Top = 360
Width = 1095
End
Begin VB.CheckBox Check1
Caption = "按学号"
Height = 375
Left = 360
TabIndex = 3
Top = 360
Width = 975
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
xh = 4040204101#
xscj.Show
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -