changepasswordform.designer.vb
来自「使用Access数据库演示的任务分配管理程序 一个使用ADO.NET基于」· VB 代码 · 共 92 行
VB
92 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class ChangePasswordForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ChangePasswordForm))
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txtConfirmPassword = New System.Windows.Forms.TextBox
Me.txtPassword = New System.Windows.Forms.TextBox
Me.btnCancel = New System.Windows.Forms.Button
Me.btnAccept = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label3
'
resources.ApplyResources(Me.Label3, "Label3")
Me.Label3.Name = "Label3"
'
'Label2
'
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
'
'txtConfirmPassword
'
resources.ApplyResources(Me.txtConfirmPassword, "txtConfirmPassword")
Me.txtConfirmPassword.Name = "txtConfirmPassword"
'
'txtPassword
'
resources.ApplyResources(Me.txtPassword, "txtPassword")
Me.txtPassword.Name = "txtPassword"
'
'btnCancel
'
resources.ApplyResources(Me.btnCancel, "btnCancel")
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Name = "btnCancel"
'
'btnAccept
'
resources.ApplyResources(Me.btnAccept, "btnAccept")
Me.btnAccept.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnAccept.Name = "btnAccept"
'
'ChangePasswordForm
'
Me.AcceptButton = Me.btnAccept
resources.ApplyResources(Me, "$this")
Me.CancelButton = Me.btnCancel
Me.Controls.Add(Me.btnAccept)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtConfirmPassword)
Me.Controls.Add(Me.txtPassword)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.Name = "ChangePasswordForm"
Me.ShowInTaskbar = False
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnAccept As System.Windows.Forms.Button
Friend WithEvents txtConfirmPassword As System.Windows.Forms.TextBox
Friend WithEvents txtPassword As System.Windows.Forms.TextBox
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?