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

📄 changeuserpasswordform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ChangeUserPasswordForm
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ChangeUserPasswordForm))
        Me.用户名称TextBox = New System.Windows.Forms.TextBox
        Me.label4 = New System.Windows.Forms.Label
        Me.返回系统Button = New System.Windows.Forms.Button
        Me.修改密码Button = New System.Windows.Forms.Button
        Me.再输一次新密码TextBox = New System.Windows.Forms.TextBox
        Me.label3 = New System.Windows.Forms.Label
        Me.新密码TextBox = New System.Windows.Forms.TextBox
        Me.label2 = New System.Windows.Forms.Label
        Me.旧密码TextBox = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        '用户名称TextBox
        '
        Me.用户名称TextBox.Location = New System.Drawing.Point(120, 98)
        Me.用户名称TextBox.Name = "用户名称TextBox"
        Me.用户名称TextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.用户名称TextBox.ReadOnly = True
        Me.用户名称TextBox.Size = New System.Drawing.Size(173, 21)
        Me.用户名称TextBox.TabIndex = 39
        '
        'label4
        '
        Me.label4.AutoSize = True
        Me.label4.Location = New System.Drawing.Point(49, 103)
        Me.label4.Name = "label4"
        Me.label4.Size = New System.Drawing.Size(65, 12)
        Me.label4.TabIndex = 38
        Me.label4.Text = "用户名称:"
        '
        '返回系统Button
        '
        Me.返回系统Button.Image = CType(resources.GetObject("返回系统Button.Image"), System.Drawing.Image)
        Me.返回系统Button.Location = New System.Drawing.Point(177, 125)
        Me.返回系统Button.Name = "返回系统Button"
        Me.返回系统Button.Size = New System.Drawing.Size(100, 25)
        Me.返回系统Button.TabIndex = 37
        Me.返回系统Button.Text = "返回系统"
        Me.返回系统Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.返回系统Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.返回系统Button.UseVisualStyleBackColor = True
        '
        '修改密码Button
        '
        Me.修改密码Button.Image = CType(resources.GetObject("修改密码Button.Image"), System.Drawing.Image)
        Me.修改密码Button.Location = New System.Drawing.Point(65, 125)
        Me.修改密码Button.Name = "修改密码Button"
        Me.修改密码Button.Size = New System.Drawing.Size(100, 25)
        Me.修改密码Button.TabIndex = 36
        Me.修改密码Button.Text = "修改密码"
        Me.修改密码Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.修改密码Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.修改密码Button.UseVisualStyleBackColor = True
        '
        '再输一次新密码TextBox
        '
        Me.再输一次新密码TextBox.Location = New System.Drawing.Point(165, 71)
        Me.再输一次新密码TextBox.Name = "再输一次新密码TextBox"
        Me.再输一次新密码TextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.再输一次新密码TextBox.Size = New System.Drawing.Size(128, 21)
        Me.再输一次新密码TextBox.TabIndex = 35
        '
        'label3
        '
        Me.label3.AutoSize = True
        Me.label3.Location = New System.Drawing.Point(49, 76)
        Me.label3.Name = "label3"
        Me.label3.Size = New System.Drawing.Size(101, 12)
        Me.label3.TabIndex = 34
        Me.label3.Text = "再输一次新密码:"
        '
        '新密码TextBox
        '
        Me.新密码TextBox.Location = New System.Drawing.Point(108, 44)
        Me.新密码TextBox.Name = "新密码TextBox"
        Me.新密码TextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.新密码TextBox.Size = New System.Drawing.Size(185, 21)
        Me.新密码TextBox.TabIndex = 33
        '
        'label2
        '
        Me.label2.AutoSize = True
        Me.label2.Location = New System.Drawing.Point(49, 49)
        Me.label2.Name = "label2"
        Me.label2.Size = New System.Drawing.Size(53, 12)
        Me.label2.TabIndex = 32
        Me.label2.Text = "新密码:"
        '
        '旧密码TextBox
        '
        Me.旧密码TextBox.Location = New System.Drawing.Point(108, 17)
        Me.旧密码TextBox.Name = "旧密码TextBox"
        Me.旧密码TextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.旧密码TextBox.Size = New System.Drawing.Size(185, 21)
        Me.旧密码TextBox.TabIndex = 31
        '
        'label1
        '
        Me.label1.AutoSize = True
        Me.label1.Location = New System.Drawing.Point(49, 22)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(53, 12)
        Me.label1.TabIndex = 30
        Me.label1.Text = "旧密码:"
        '
        'ChangeUserPasswordForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(342, 166)
        Me.Controls.Add(Me.用户名称TextBox)
        Me.Controls.Add(Me.label4)
        Me.Controls.Add(Me.返回系统Button)
        Me.Controls.Add(Me.修改密码Button)
        Me.Controls.Add(Me.再输一次新密码TextBox)
        Me.Controls.Add(Me.label3)
        Me.Controls.Add(Me.新密码TextBox)
        Me.Controls.Add(Me.label2)
        Me.Controls.Add(Me.旧密码TextBox)
        Me.Controls.Add(Me.label1)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "ChangeUserPasswordForm"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "修改用户密码"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Public WithEvents 用户名称TextBox As System.Windows.Forms.TextBox
    Private WithEvents label4 As System.Windows.Forms.Label
    Private WithEvents 返回系统Button As System.Windows.Forms.Button
    Private WithEvents 修改密码Button As System.Windows.Forms.Button
    Private WithEvents 再输一次新密码TextBox As System.Windows.Forms.TextBox
    Private WithEvents label3 As System.Windows.Forms.Label
    Private WithEvents 新密码TextBox As System.Windows.Forms.TextBox
    Private WithEvents label2 As System.Windows.Forms.Label
    Private WithEvents 旧密码TextBox As System.Windows.Forms.TextBox
    Private WithEvents label1 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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