📄 frmmodufystinfo.vb
字号:
Imports System.Data.SqlClient
Public Class frmmodufystinfo
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtsid As System.Windows.Forms.TextBox
Friend WithEvents txtname As System.Windows.Forms.TextBox
Friend WithEvents txtborndate As System.Windows.Forms.TextBox
Friend WithEvents txttel As System.Windows.Forms.TextBox
Friend WithEvents txtrudate As System.Windows.Forms.TextBox
Friend WithEvents txtaddress As System.Windows.Forms.TextBox
Friend WithEvents txtcomment As System.Windows.Forms.TextBox
Friend WithEvents btfirst As System.Windows.Forms.Button
Friend WithEvents btprev As System.Windows.Forms.Button
Friend WithEvents btnext As System.Windows.Forms.Button
Friend WithEvents btlast As System.Windows.Forms.Button
Friend WithEvents btmodify As System.Windows.Forms.Button
Friend WithEvents btupdate As System.Windows.Forms.Button
Friend WithEvents btcancel As System.Windows.Forms.Button
Friend WithEvents btdelete As System.Windows.Forms.Button
Friend WithEvents combosex As System.Windows.Forms.ComboBox
Friend WithEvents comboclassno As System.Windows.Forms.ComboBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.btlast = New System.Windows.Forms.Button
Me.btnext = New System.Windows.Forms.Button
Me.btprev = New System.Windows.Forms.Button
Me.btfirst = New System.Windows.Forms.Button
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.btdelete = New System.Windows.Forms.Button
Me.btcancel = New System.Windows.Forms.Button
Me.btupdate = New System.Windows.Forms.Button
Me.btmodify = New System.Windows.Forms.Button
Me.txtsid = New System.Windows.Forms.TextBox
Me.txtname = New System.Windows.Forms.TextBox
Me.txtborndate = New System.Windows.Forms.TextBox
Me.txttel = New System.Windows.Forms.TextBox
Me.txtrudate = New System.Windows.Forms.TextBox
Me.txtaddress = New System.Windows.Forms.TextBox
Me.txtcomment = New System.Windows.Forms.TextBox
Me.combosex = New System.Windows.Forms.ComboBox
Me.comboclassno = New System.Windows.Forms.ComboBox
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(16, 16)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(32, 23)
Me.Label1.TabIndex = 0
Me.Label1.Text = "学号"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(224, 16)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(32, 23)
Me.Label2.TabIndex = 1
Me.Label2.Text = "姓名"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(16, 48)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(32, 23)
Me.Label3.TabIndex = 2
Me.Label3.Text = "性别"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(224, 48)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(56, 23)
Me.Label4.TabIndex = 3
Me.Label4.Text = "出生日期"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(16, 80)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(32, 23)
Me.Label5.TabIndex = 4
Me.Label5.Text = "班级"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(224, 80)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(56, 23)
Me.Label6.TabIndex = 5
Me.Label6.Text = "联系电话"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(16, 112)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(56, 23)
Me.Label7.TabIndex = 6
Me.Label7.Text = "入校时间"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(224, 112)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(56, 23)
Me.Label8.TabIndex = 7
Me.Label8.Text = "家庭住址"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(16, 144)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(32, 23)
Me.Label9.TabIndex = 8
Me.Label9.Text = "备注"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.btlast)
Me.GroupBox1.Controls.Add(Me.btnext)
Me.GroupBox1.Controls.Add(Me.btprev)
Me.GroupBox1.Controls.Add(Me.btfirst)
Me.GroupBox1.Location = New System.Drawing.Point(8, 184)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(384, 64)
Me.GroupBox1.TabIndex = 9
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "查看学籍信息"
'
'btlast
'
Me.btlast.Location = New System.Drawing.Point(288, 24)
Me.btlast.Name = "btlast"
Me.btlast.Size = New System.Drawing.Size(88, 23)
Me.btlast.TabIndex = 3
Me.btlast.Text = "最后一条记录"
'
'btnext
'
Me.btnext.Location = New System.Drawing.Point(200, 24)
Me.btnext.Name = "btnext"
Me.btnext.TabIndex = 2
Me.btnext.Text = "下一条记录"
'
'btprev
'
Me.btprev.Location = New System.Drawing.Point(104, 24)
Me.btprev.Name = "btprev"
Me.btprev.TabIndex = 1
Me.btprev.Text = "上一条记录"
'
'btfirst
'
Me.btfirst.Location = New System.Drawing.Point(8, 24)
Me.btfirst.Name = "btfirst"
Me.btfirst.TabIndex = 0
Me.btfirst.Text = "第一条记录"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btdelete)
Me.GroupBox2.Controls.Add(Me.btcancel)
Me.GroupBox2.Controls.Add(Me.btupdate)
Me.GroupBox2.Controls.Add(Me.btmodify)
Me.GroupBox2.Location = New System.Drawing.Point(8, 256)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(384, 56)
Me.GroupBox2.TabIndex = 10
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "修改学籍信息"
'
'btdelete
'
Me.btdelete.Location = New System.Drawing.Point(288, 24)
Me.btdelete.Name = "btdelete"
Me.btdelete.Size = New System.Drawing.Size(88, 23)
Me.btdelete.TabIndex = 3
Me.btdelete.Text = "删除记录"
'
'btcancel
'
Me.btcancel.Location = New System.Drawing.Point(200, 24)
Me.btcancel.Name = "btcancel"
Me.btcancel.TabIndex = 2
Me.btcancel.Text = "取消修改"
'
'btupdate
'
Me.btupdate.Location = New System.Drawing.Point(104, 24)
Me.btupdate.Name = "btupdate"
Me.btupdate.TabIndex = 1
Me.btupdate.Text = "更新数据"
'
'btmodify
'
Me.btmodify.Location = New System.Drawing.Point(8, 24)
Me.btmodify.Name = "btmodify"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -