📄 cancelstu.frm
字号:
VERSION 5.00
Begin VB.Form cancelstu
Caption = "删除学籍"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "D:\vb课程设计\db1.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 375
Left = 720
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "student"
Top = 2280
Visible = 0 'False
Width = 2055
End
Begin VB.CommandButton cmdexit
Caption = "取消"
Height = 375
Left = 1800
TabIndex = 3
Top = 1680
Width = 1215
End
Begin VB.CommandButton cmdcancel
Caption = "删除"
Height = 375
Left = 360
TabIndex = 2
Top = 1680
Width = 1215
End
Begin VB.TextBox Text1
Height = 375
Left = 2280
TabIndex = 1
Top = 960
Width = 1575
End
Begin VB.Label Label1
Caption = "请输入要删除的学生学号"
Height = 375
Left = 120
TabIndex = 0
Top = 960
Width = 2175
End
End
Attribute VB_Name = "cancelstu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -