📄 frm5.frm
字号:
VERSION 5.00
Begin VB.Form Frm5
Caption = "成绩添加"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 2640
TabIndex = 14
Top = 2280
Width = 735
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 495
Left = 720
TabIndex = 13
Top = 2040
Width = 975
End
Begin VB.TextBox Text4
Height = 375
Left = 3840
TabIndex = 12
Text = "Text4"
Top = 1320
Width = 615
End
Begin VB.ComboBox Combo2
Height = 300
Left = 1080
TabIndex = 10
Text = "Combo2"
Top = 480
Width = 975
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1560
TabIndex = 9
Text = "Combo1"
Top = 1320
Width = 1095
End
Begin VB.TextBox Text3
Height = 270
Left = 1200
TabIndex = 6
Text = "Text3"
Top = 960
Width = 1215
End
Begin VB.TextBox Text2
Height = 270
Left = 3360
TabIndex = 4
Text = "Text2"
Top = 840
Width = 1095
End
Begin VB.TextBox Text1
Height = 270
Left = 3240
TabIndex = 2
Text = "Text1"
Top = 360
Width = 1335
End
Begin VB.Label Label7
Caption = "分数:"
Height = 255
Left = 2880
TabIndex = 11
Top = 1320
Width = 735
End
Begin VB.Label Label6
Caption = "请选择课程:"
Height = 375
Left = 360
TabIndex = 8
Top = 1320
Width = 1335
End
Begin VB.Label Label5
Caption = "系别:"
Height = 375
Left = 480
TabIndex = 7
Top = 480
Width = 735
End
Begin VB.Label Label4
Caption = "姓名:"
Height = 255
Left = 600
TabIndex = 5
Top = 960
Width = 615
End
Begin VB.Label Label3
Caption = "学号"
Height = 255
Left = 2640
TabIndex = 3
Top = 840
Width = 495
End
Begin VB.Label Label2
Caption = "班级:"
Height = 255
Left = 2640
TabIndex = 1
Top = 480
Width = 615
End
Begin VB.Label Label1
Caption = "成绩添加"
Height = 255
Left = 1560
TabIndex = 0
Top = 120
Width = 975
End
End
Attribute VB_Name = "Frm5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -