📄 formcouse.frm
字号:
VERSION 5.00
Begin VB.Form FormCouse
BorderStyle = 1 'Fixed Single
Caption = "课程"
ClientHeight = 4665
ClientLeft = 6120
ClientTop = 2895
ClientWidth = 5280
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4665
ScaleWidth = 5280
Begin VB.Frame Frame3
Caption = "查询"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4335
Left = 240
TabIndex = 2
Top = 720
Visible = 0 'False
Width = 4815
Begin VB.CommandButton Command6
Caption = "取 消"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2520
TabIndex = 18
Top = 3360
Width = 1335
End
Begin VB.CommandButton Command5
Caption = "查 询"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 480
TabIndex = 17
Top = 3360
Width = 1335
End
Begin VB.TextBox Text5
Height = 375
Left = 3120
TabIndex = 16
Top = 600
Width = 1455
End
Begin VB.Label Label5
Caption = "请输入要查询的课程号:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
TabIndex = 15
Top = 600
Width = 3135
End
End
Begin VB.Frame Frame2
Caption = "删 除"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4335
Left = 360
TabIndex = 1
Top = 480
Visible = 0 'False
Width = 4815
Begin VB.CommandButton Command4
Caption = "取 消"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 14
Top = 2520
Width = 1335
End
Begin VB.CommandButton Command3
Caption = "删 除 "
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 600
TabIndex = 13
Top = 2520
Width = 1335
End
Begin VB.TextBox Text4
Height = 375
Left = 3240
TabIndex = 12
Top = 960
Width = 1455
End
Begin VB.Label Label4
Caption = "请输入要删除的课程号 : "
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 0
TabIndex = 11
Top = 960
Width = 3495
End
End
Begin VB.Frame Frame1
Caption = "添 加"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4335
Left = 360
TabIndex = 0
Top = 0
Visible = 0 'False
Width = 4815
Begin VB.CommandButton Command2
Caption = "取 消"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2760
TabIndex = 10
Top = 3000
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "添 加"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 480
TabIndex = 9
Top = 3000
Width = 1335
End
Begin VB.TextBox Text3
Height = 375
Left = 1560
TabIndex = 8
Top = 1800
Width = 2175
End
Begin VB.TextBox Text2
Height = 375
Left = 1560
TabIndex = 7
Top = 1080
Width = 2415
End
Begin VB.TextBox Text1
Height = 375
Left = 1560
TabIndex = 6
Top = 480
Width = 1455
End
Begin VB.Label Label3
Caption = "任课老师:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 5
Top = 1800
Width = 1455
End
Begin VB.Label Label2
Caption = "课程名:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 4
Top = 1080
Width = 1215
End
Begin VB.Label Label1
Caption = "课程号:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 3
Top = 480
Width = 1215
End
End
End
Attribute VB_Name = "Formcouse"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -