⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmuserinfomodify.vb

📁 图书管理系统,用来管理图书的借还,以及借阅超过时间进行处罚,和管理员用户权限
💻 VB
📖 第 1 页 / 共 2 页
字号:
Imports System.Data
Imports System.Data.SqlClient
Public Class frmuserinfomodify
    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 tbsex As System.Windows.Forms.TextBox
    Friend WithEvents tbtelno As System.Windows.Forms.TextBox
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents bnCancle As System.Windows.Forms.Button
    Friend WithEvents bnModify As System.Windows.Forms.Button
    Friend WithEvents tbStudNo As System.Windows.Forms.TextBox
    Friend WithEvents tbClass As System.Windows.Forms.TextBox
    Friend WithEvents tbEmail As System.Windows.Forms.TextBox
    Friend WithEvents tbUsername As System.Windows.Forms.TextBox
    Friend WithEvents tbPwdConfirm As System.Windows.Forms.TextBox
    Friend WithEvents tbPwd As System.Windows.Forms.TextBox
    Friend WithEvents tbLoginname As System.Windows.Forms.TextBox
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents lbUser As System.Windows.Forms.ListBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmuserinfomodify))
        Me.Label1 = New System.Windows.Forms.Label
        Me.tbsex = New System.Windows.Forms.TextBox
        Me.tbtelno = New System.Windows.Forms.TextBox
        Me.Label15 = New System.Windows.Forms.Label
        Me.bnCancle = New System.Windows.Forms.Button
        Me.bnModify = New System.Windows.Forms.Button
        Me.tbStudNo = New System.Windows.Forms.TextBox
        Me.tbClass = New System.Windows.Forms.TextBox
        Me.tbEmail = New System.Windows.Forms.TextBox
        Me.tbUsername = New System.Windows.Forms.TextBox
        Me.tbPwdConfirm = New System.Windows.Forms.TextBox
        Me.tbPwd = New System.Windows.Forms.TextBox
        Me.tbLoginname = New System.Windows.Forms.TextBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.lbUser = New System.Windows.Forms.ListBox
        Me.SuspendLayout()
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(200, 176)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(56, 24)
        Me.Label1.TabIndex = 187
        Me.Label1.Text = "性别:"
        Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'tbsex
        '
        Me.tbsex.Location = New System.Drawing.Point(256, 176)
        Me.tbsex.Name = "tbsex"
        Me.tbsex.Size = New System.Drawing.Size(152, 21)
        Me.tbsex.TabIndex = 186
        Me.tbsex.Text = ""
        '
        'tbtelno
        '
        Me.tbtelno.Location = New System.Drawing.Point(256, 304)
        Me.tbtelno.Name = "tbtelno"
        Me.tbtelno.Size = New System.Drawing.Size(152, 21)
        Me.tbtelno.TabIndex = 185
        Me.tbtelno.Text = ""
        '
        'Label15
        '
        Me.Label15.Location = New System.Drawing.Point(200, 304)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(56, 24)
        Me.Label15.TabIndex = 184
        Me.Label15.Text = "电话:"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'bnCancle
        '
        Me.bnCancle.Location = New System.Drawing.Point(448, 192)
        Me.bnCancle.Name = "bnCancle"
        Me.bnCancle.Size = New System.Drawing.Size(88, 24)
        Me.bnCancle.TabIndex = 182
        Me.bnCancle.Text = "清空"
        '
        'bnModify
        '
        Me.bnModify.Location = New System.Drawing.Point(448, 136)
        Me.bnModify.Name = "bnModify"
        Me.bnModify.Size = New System.Drawing.Size(88, 24)
        Me.bnModify.TabIndex = 181
        Me.bnModify.Text = "修改"
        '
        'tbStudNo
        '
        Me.tbStudNo.Location = New System.Drawing.Point(256, 240)
        Me.tbStudNo.Name = "tbStudNo"
        Me.tbStudNo.Size = New System.Drawing.Size(152, 21)
        Me.tbStudNo.TabIndex = 180
        Me.tbStudNo.Text = ""
        '
        'tbClass
        '
        Me.tbClass.Location = New System.Drawing.Point(256, 208)
        Me.tbClass.Name = "tbClass"
        Me.tbClass.Size = New System.Drawing.Size(152, 21)
        Me.tbClass.TabIndex = 179
        Me.tbClass.Text = ""
        '
        'tbEmail
        '
        Me.tbEmail.Location = New System.Drawing.Point(256, 272)
        Me.tbEmail.Name = "tbEmail"
        Me.tbEmail.Size = New System.Drawing.Size(152, 21)
        Me.tbEmail.TabIndex = 178
        Me.tbEmail.Text = ""
        '
        'tbUsername
        '
        Me.tbUsername.Location = New System.Drawing.Point(256, 144)
        Me.tbUsername.Name = "tbUsername"
        Me.tbUsername.Size = New System.Drawing.Size(152, 21)
        Me.tbUsername.TabIndex = 177
        Me.tbUsername.Text = ""
        '
        'tbPwdConfirm
        '
        Me.tbPwdConfirm.Location = New System.Drawing.Point(256, 112)
        Me.tbPwdConfirm.Name = "tbPwdConfirm"
        Me.tbPwdConfirm.Size = New System.Drawing.Size(152, 21)
        Me.tbPwdConfirm.TabIndex = 176
        Me.tbPwdConfirm.Text = ""
        '
        'tbPwd
        '
        Me.tbPwd.Location = New System.Drawing.Point(256, 80)
        Me.tbPwd.Name = "tbPwd"
        Me.tbPwd.Size = New System.Drawing.Size(152, 21)
        Me.tbPwd.TabIndex = 175
        Me.tbPwd.Text = ""
        '
        'tbLoginname
        '
        Me.tbLoginname.Location = New System.Drawing.Point(256, 48)
        Me.tbLoginname.Name = "tbLoginname"
        Me.tbLoginname.ReadOnly = True
        Me.tbLoginname.Size = New System.Drawing.Size(152, 21)
        Me.tbLoginname.TabIndex = 183
        Me.tbLoginname.Text = ""
        '
        'Label7
        '
        Me.Label7.Location = New System.Drawing.Point(200, 240)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(56, 24)
        Me.Label7.TabIndex = 174
        Me.Label7.Text = "学号:"
        Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Label6
        '
        Me.Label6.Location = New System.Drawing.Point(184, 112)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(72, 24)
        Me.Label6.TabIndex = 173
        Me.Label6.Text = "确认口令:"
        Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Label5
        '
        Me.Label5.Location = New System.Drawing.Point(200, 144)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(56, 24)
        Me.Label5.TabIndex = 172
        Me.Label5.Text = "姓名:"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -