📄 frm_changereaderpass.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_changeReaderPass
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'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()
Me.components = New System.ComponentModel.Container
Me.oldPasstxt = New System.Windows.Forms.TextBox
Me.readerNotxt = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.newPasstxt = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.againtxt = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.okbt = New System.Windows.Forms.Button
Me.resetbt = New System.Windows.Forms.Button
Me.exitbt = New System.Windows.Forms.Button
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'oldPasstxt
'
Me.ErrorProvider1.SetError(Me.oldPasstxt, "After must click Enter Key!")
Me.oldPasstxt.Location = New System.Drawing.Point(157, 80)
Me.oldPasstxt.Name = "oldPasstxt"
Me.oldPasstxt.Size = New System.Drawing.Size(111, 21)
Me.oldPasstxt.TabIndex = 11
'
'readerNotxt
'
Me.readerNotxt.Location = New System.Drawing.Point(157, 30)
Me.readerNotxt.Name = "readerNotxt"
Me.readerNotxt.Size = New System.Drawing.Size(111, 21)
Me.readerNotxt.TabIndex = 10
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(52, 80)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(77, 12)
Me.Label4.TabIndex = 9
Me.Label4.Text = "Old Password"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(70, 30)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(59, 12)
Me.Label1.TabIndex = 8
Me.Label1.Text = "Reader No"
'
'newPasstxt
'
Me.ErrorProvider1.SetError(Me.newPasstxt, "After must click Enter Key!")
Me.newPasstxt.Location = New System.Drawing.Point(157, 117)
Me.newPasstxt.Name = "newPasstxt"
Me.newPasstxt.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.newPasstxt.Size = New System.Drawing.Size(111, 21)
Me.newPasstxt.TabIndex = 13
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(52, 126)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(77, 12)
Me.Label2.TabIndex = 12
Me.Label2.Text = "New Password"
'
'againtxt
'
Me.againtxt.Location = New System.Drawing.Point(157, 161)
Me.againtxt.Name = "againtxt"
Me.againtxt.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.againtxt.Size = New System.Drawing.Size(111, 21)
Me.againtxt.TabIndex = 15
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(16, 170)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(113, 12)
Me.Label3.TabIndex = 14
Me.Label3.Text = "New Password Again"
'
'okbt
'
Me.okbt.Location = New System.Drawing.Point(54, 226)
Me.okbt.Name = "okbt"
Me.okbt.Size = New System.Drawing.Size(75, 23)
Me.okbt.TabIndex = 16
Me.okbt.Text = "OK"
Me.okbt.UseVisualStyleBackColor = True
'
'resetbt
'
Me.resetbt.Location = New System.Drawing.Point(157, 226)
Me.resetbt.Name = "resetbt"
Me.resetbt.Size = New System.Drawing.Size(75, 23)
Me.resetbt.TabIndex = 17
Me.resetbt.Text = "Reset"
Me.resetbt.UseVisualStyleBackColor = True
'
'exitbt
'
Me.exitbt.Location = New System.Drawing.Point(258, 225)
Me.exitbt.Name = "exitbt"
Me.exitbt.Size = New System.Drawing.Size(75, 24)
Me.exitbt.TabIndex = 18
Me.exitbt.Text = "Exit"
Me.exitbt.UseVisualStyleBackColor = True
'
'ErrorProvider1
'
Me.ErrorProvider1.ContainerControl = Me
'
'frm_changeReaderPass
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(389, 266)
Me.Controls.Add(Me.exitbt)
Me.Controls.Add(Me.resetbt)
Me.Controls.Add(Me.okbt)
Me.Controls.Add(Me.againtxt)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.newPasstxt)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.oldPasstxt)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.readerNotxt)
Me.Name = "frm_changeReaderPass"
Me.Text = "frm_changeReaderPass"
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents oldPasstxt As System.Windows.Forms.TextBox
Friend WithEvents readerNotxt As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents newPasstxt As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents againtxt As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents okbt As System.Windows.Forms.Button
Friend WithEvents resetbt As System.Windows.Forms.Button
Friend WithEvents exitbt As System.Windows.Forms.Button
Friend WithEvents ErrorProvider1 As System.Windows.Forms.ErrorProvider
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -