📄 frmuser_modi.vb
字号:
Option Strict Off
Option Explicit On
Friend Class frmuser_modi
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing Then
If m_InitializingDefInstance Then
m_vb6FormDefInstance = Me
Else
Try
'对于启动窗体,所创建的第一个实例为默认实例。
If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
m_vb6FormDefInstance = Me
End If
Catch
End Try
End If
End If
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
End Sub
'窗体重写处置,以清理组件列表。
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
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents cmdcancel As System.Windows.Forms.Button
Public WithEvents cmdok As System.Windows.Forms.Button
Public WithEvents txtnewpwd As System.Windows.Forms.TextBox
Public WithEvents txtoldpwd As System.Windows.Forms.TextBox
Public WithEvents txtusername As System.Windows.Forms.TextBox
Public WithEvents txttwopwd As System.Windows.Forms.TextBox
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents Label1 As System.Windows.Forms.Label
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmuser_modi))
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
Me.ToolTip1.Active = True
Me.cmdcancel = New System.Windows.Forms.Button
Me.cmdok = New System.Windows.Forms.Button
Me.txtnewpwd = New System.Windows.Forms.TextBox
Me.txtoldpwd = New System.Windows.Forms.TextBox
Me.txtusername = New System.Windows.Forms.TextBox
Me.txttwopwd = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Text = "修改用户密码"
Me.ClientSize = New System.Drawing.Size(224, 227)
Me.Location = New System.Drawing.Point(4, 23)
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.BackColor = System.Drawing.SystemColors.Control
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable
Me.ControlBox = True
Me.Enabled = True
Me.KeyPreview = False
Me.MaximizeBox = True
Me.MinimizeBox = True
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ShowInTaskbar = True
Me.HelpButton = False
Me.WindowState = System.Windows.Forms.FormWindowState.Normal
Me.Name = "frmuser_modi"
Me.cmdcancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.cmdcancel.Text = "取消"
Me.cmdcancel.Size = New System.Drawing.Size(81, 33)
Me.cmdcancel.Location = New System.Drawing.Point(112, 176)
Me.cmdcancel.TabIndex = 6
Me.cmdcancel.BackColor = System.Drawing.SystemColors.Control
Me.cmdcancel.CausesValidation = True
Me.cmdcancel.Enabled = True
Me.cmdcancel.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdcancel.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdcancel.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdcancel.TabStop = True
Me.cmdcancel.Name = "cmdcancel"
Me.cmdok.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.cmdok.Text = "确认"
Me.cmdok.Size = New System.Drawing.Size(81, 33)
Me.cmdok.Location = New System.Drawing.Point(8, 176)
Me.cmdok.TabIndex = 5
Me.cmdok.BackColor = System.Drawing.SystemColors.Control
Me.cmdok.CausesValidation = True
Me.cmdok.Enabled = True
Me.cmdok.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdok.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdok.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdok.TabStop = True
Me.cmdok.Name = "cmdok"
Me.txtnewpwd.AutoSize = False
Me.txtnewpwd.Size = New System.Drawing.Size(73, 25)
Me.txtnewpwd.IMEMode = System.Windows.Forms.ImeMode.Disable
Me.txtnewpwd.Location = New System.Drawing.Point(104, 96)
Me.txtnewpwd.PasswordChar = ChrW(42)
Me.txtnewpwd.TabIndex = 3
Me.txtnewpwd.AcceptsReturn = True
Me.txtnewpwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txtnewpwd.BackColor = System.Drawing.SystemColors.Window
Me.txtnewpwd.CausesValidation = True
Me.txtnewpwd.Enabled = True
Me.txtnewpwd.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtnewpwd.HideSelection = True
Me.txtnewpwd.ReadOnly = False
Me.txtnewpwd.Maxlength = 0
Me.txtnewpwd.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtnewpwd.MultiLine = False
Me.txtnewpwd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtnewpwd.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txtnewpwd.TabStop = True
Me.txtnewpwd.Visible = True
Me.txtnewpwd.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txtnewpwd.Name = "txtnewpwd"
Me.txtoldpwd.AutoSize = False
Me.txtoldpwd.Size = New System.Drawing.Size(73, 25)
Me.txtoldpwd.IMEMode = System.Windows.Forms.ImeMode.Disable
Me.txtoldpwd.Location = New System.Drawing.Point(104, 48)
Me.txtoldpwd.PasswordChar = ChrW(42)
Me.txtoldpwd.TabIndex = 2
Me.txtoldpwd.AcceptsReturn = True
Me.txtoldpwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txtoldpwd.BackColor = System.Drawing.SystemColors.Window
Me.txtoldpwd.CausesValidation = True
Me.txtoldpwd.Enabled = True
Me.txtoldpwd.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtoldpwd.HideSelection = True
Me.txtoldpwd.ReadOnly = False
Me.txtoldpwd.Maxlength = 0
Me.txtoldpwd.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtoldpwd.MultiLine = False
Me.txtoldpwd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtoldpwd.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txtoldpwd.TabStop = True
Me.txtoldpwd.Visible = True
Me.txtoldpwd.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txtoldpwd.Name = "txtoldpwd"
Me.txtusername.AutoSize = False
Me.txtusername.Size = New System.Drawing.Size(73, 25)
Me.txtusername.Location = New System.Drawing.Point(104, 8)
Me.txtusername.TabIndex = 1
Me.txtusername.AcceptsReturn = True
Me.txtusername.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txtusername.BackColor = System.Drawing.SystemColors.Window
Me.txtusername.CausesValidation = True
Me.txtusername.Enabled = True
Me.txtusername.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtusername.HideSelection = True
Me.txtusername.ReadOnly = False
Me.txtusername.Maxlength = 0
Me.txtusername.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtusername.MultiLine = False
Me.txtusername.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtusername.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txtusername.TabStop = True
Me.txtusername.Visible = True
Me.txtusername.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txtusername.Name = "txtusername"
Me.txttwopwd.AutoSize = False
Me.txttwopwd.Size = New System.Drawing.Size(73, 25)
Me.txttwopwd.IMEMode = System.Windows.Forms.ImeMode.Disable
Me.txttwopwd.Location = New System.Drawing.Point(104, 136)
Me.txttwopwd.PasswordChar = ChrW(42)
Me.txttwopwd.TabIndex = 4
Me.txttwopwd.AcceptsReturn = True
Me.txttwopwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txttwopwd.BackColor = System.Drawing.SystemColors.Window
Me.txttwopwd.CausesValidation = True
Me.txttwopwd.Enabled = True
Me.txttwopwd.ForeColor = System.Drawing.SystemColors.WindowText
Me.txttwopwd.HideSelection = True
Me.txttwopwd.ReadOnly = False
Me.txttwopwd.Maxlength = 0
Me.txttwopwd.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txttwopwd.MultiLine = False
Me.txttwopwd.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txttwopwd.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txttwopwd.TabStop = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -