📄 changestu.frm
字号:
VERSION 5.00
Begin VB.Form changestu
Caption = "修改学籍"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form4"
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 = 495
Left = 600
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "student"
Top = 2040
Visible = 0 'False
Width = 2175
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2160
TabIndex = 3
Top = 1320
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "修改"
Height = 495
Left = 360
TabIndex = 2
Top = 1320
Width = 975
End
Begin VB.TextBox Text1
Height = 375
Left = 2520
TabIndex = 1
Top = 480
Width = 1575
End
Begin VB.Label Label1
Caption = "请输入要修改学生的学号"
Height = 375
Left = 240
TabIndex = 0
Top = 600
Width = 2175
End
End
Attribute VB_Name = "changestu"
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 + -