📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "修改学籍信息"
ClientHeight = 6405
ClientLeft = 60
ClientTop = 450
ClientWidth = 9000
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form2"
MDIChild = -1 'True
Picture = "Form2.frx":0000
ScaleHeight = 6405
ScaleWidth = 9000
WindowState = 2 'Maximized
Begin VB.ComboBox cboclassnumber
BackColor = &H00E0E0E0&
DataField = "class_no"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 5880
TabIndex = 19
Top = 720
Width = 1695
End
Begin VB.Frame Frame2
BackColor = &H00808080&
Caption = "修改学籍信息"
Height = 855
Left = 480
TabIndex = 13
Top = 4080
Width = 6855
Begin VB.CommandButton cmdexit
BackColor = &H00C0C0C0&
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5280
Style = 1 'Graphical
TabIndex = 18
Top = 360
Width = 1095
End
Begin VB.CommandButton cmddelete
BackColor = &H00C0C0C0&
Caption = "删除记录"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3960
Style = 1 'Graphical
TabIndex = 17
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdcancel
BackColor = &H00C0C0C0&
Caption = "退出修改"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2640
Style = 1 'Graphical
TabIndex = 16
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdupdate
BackColor = &H00C0C0C0&
Caption = "更新数据"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
Style = 1 'Graphical
TabIndex = 15
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdedit
BackColor = &H00C0C0C0&
Caption = "修改状态"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
Style = 1 'Graphical
TabIndex = 14
Top = 360
Width = 1095
End
End
Begin VB.Frame Frame1
BackColor = &H00808080&
Caption = "查看学籍信息"
Height = 855
Left = 600
TabIndex = 8
Top = 2880
Width = 6615
Begin VB.CommandButton cmdlast
BackColor = &H00C0C0C0&
Caption = "最后一条"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4560
Style = 1 'Graphical
TabIndex = 12
Top = 360
Width = 1215
End
Begin VB.CommandButton cmdnext
BackColor = &H00C0C0C0&
Caption = "下一条"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3000
Style = 1 'Graphical
TabIndex = 11
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdprevious
BackColor = &H00C0C0C0&
Caption = "上一条"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
Style = 1 'Graphical
TabIndex = 10
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdfirst
BackColor = &H00C0C0C0&
Caption = "第一条"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
Style = 1 'Graphical
TabIndex = 9
Top = 360
Width = 975
End
End
Begin VB.TextBox txtaddress
BackColor = &H00E0E0E0&
DataField = "address"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 5880
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 7
Top = 1560
Width = 1695
End
Begin VB.TextBox txtcomment
BackColor = &H00E0E0E0&
DataField = "comment"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2400
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 6
Top = 1920
Width = 1575
End
Begin VB.TextBox txtphone
BackColor = &H00E0E0E0&
DataField = "tele_number"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5880
TabIndex = 5
Top = 1080
Width = 1695
End
Begin VB.TextBox txtdate
BackColor = &H00E0E0E0&
DataField = "ru_date"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 4
Top = 1440
Width = 1575
End
Begin VB.TextBox txtbirthday
BackColor = &H00E0E0E0&
DataField = "born_date"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 3
Top = 960
Width = 1575
End
Begin VB.ComboBox cbogender
BackColor = &H00E0E0E0&
DataField = "student_gender"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 2400
TabIndex = 2
Top = 600
Width = 1575
End
Begin VB.TextBox txtname
BackColor = &H00E0E0E0&
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -