📄 修改密码.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 修改密码
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Button2 = New System.Windows.Forms.Button
Me.MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox
Me.MaskedTextBox2 = New System.Windows.Forms.MaskedTextBox
Me.MaskedTextBox3 = New System.Windows.Forms.MaskedTextBox
Me.SuspendLayout()
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!)
Me.Label2.Location = New System.Drawing.Point(40, 115)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(88, 16)
Me.Label2.TabIndex = 3
Me.Label2.Text = "更改新密码"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("宋体", 12.0!)
Me.Label3.Location = New System.Drawing.Point(40, 178)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(88, 16)
Me.Label3.TabIndex = 5
Me.Label3.Text = "确认新密码"
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("宋体", 12.0!)
Me.Button1.Location = New System.Drawing.Point(52, 230)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(57, 25)
Me.Button1.TabIndex = 7
Me.Button1.Text = "修改"
Me.Button1.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!)
Me.Label1.Location = New System.Drawing.Point(24, 53)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(104, 16)
Me.Label1.TabIndex = 8
Me.Label1.Text = "用户初始密码"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(187, 232)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(62, 23)
Me.Button2.TabIndex = 10
Me.Button2.Text = "取消"
Me.Button2.UseVisualStyleBackColor = True
'
'MaskedTextBox1
'
Me.MaskedTextBox1.Location = New System.Drawing.Point(150, 53)
Me.MaskedTextBox1.Name = "MaskedTextBox1"
Me.MaskedTextBox1.Size = New System.Drawing.Size(100, 23)
Me.MaskedTextBox1.TabIndex = 11
'
'MaskedTextBox2
'
Me.MaskedTextBox2.Location = New System.Drawing.Point(149, 114)
Me.MaskedTextBox2.Name = "MaskedTextBox2"
Me.MaskedTextBox2.Size = New System.Drawing.Size(100, 23)
Me.MaskedTextBox2.TabIndex = 12
'
'MaskedTextBox3
'
Me.MaskedTextBox3.Location = New System.Drawing.Point(150, 171)
Me.MaskedTextBox3.Name = "MaskedTextBox3"
Me.MaskedTextBox3.Size = New System.Drawing.Size(100, 23)
Me.MaskedTextBox3.TabIndex = 13
'
'修改密码
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(296, 282)
Me.Controls.Add(Me.MaskedTextBox3)
Me.Controls.Add(Me.MaskedTextBox2)
Me.Controls.Add(Me.MaskedTextBox1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Name = "修改密码"
Me.Text = "修改密码"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents MaskedTextBox1 As System.Windows.Forms.MaskedTextBox
Friend WithEvents MaskedTextBox2 As System.Windows.Forms.MaskedTextBox
Friend WithEvents MaskedTextBox3 As System.Windows.Forms.MaskedTextBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -