📄 frm_adduser.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddUser
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.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.readerNotxt = New System.Windows.Forms.TextBox
Me.addresstxt = New System.Windows.Forms.TextBox
Me.passwordtxt = New System.Windows.Forms.TextBox
Me.emailtxt = New System.Windows.Forms.TextBox
Me.phonetxt = New System.Windows.Forms.TextBox
Me.nametxt = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.okbt = New System.Windows.Forms.Button
Me.exitbt = New System.Windows.Forms.Button
Me.typeCodetxt = New System.Windows.Forms.Label
Me.sexcombo = New System.Windows.Forms.ComboBox
Me.typeCodecombo = New System.Windows.Forms.ComboBox
Me.typecombo = New System.Windows.Forms.ComboBox
Me.resetbt = New System.Windows.Forms.Button
Me.Label6 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(16, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(59, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Reader No"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(259, 131)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(23, 12)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Sex"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(16, 231)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(47, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Address"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(229, 71)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Password"
'
'readerNotxt
'
Me.readerNotxt.Location = New System.Drawing.Point(82, 17)
Me.readerNotxt.Name = "readerNotxt"
Me.readerNotxt.Size = New System.Drawing.Size(181, 21)
Me.readerNotxt.TabIndex = 4
'
'addresstxt
'
Me.addresstxt.Location = New System.Drawing.Point(82, 228)
Me.addresstxt.Name = "addresstxt"
Me.addresstxt.Size = New System.Drawing.Size(336, 21)
Me.addresstxt.TabIndex = 6
'
'passwordtxt
'
Me.passwordtxt.Location = New System.Drawing.Point(298, 71)
Me.passwordtxt.Name = "passwordtxt"
Me.passwordtxt.Size = New System.Drawing.Size(120, 21)
Me.passwordtxt.TabIndex = 7
'
'emailtxt
'
Me.emailtxt.Location = New System.Drawing.Point(80, 178)
Me.emailtxt.Name = "emailtxt"
Me.emailtxt.Size = New System.Drawing.Size(338, 21)
Me.emailtxt.TabIndex = 8
'
'phonetxt
'
Me.phonetxt.Location = New System.Drawing.Point(82, 123)
Me.phonetxt.Name = "phonetxt"
Me.phonetxt.Size = New System.Drawing.Size(111, 21)
Me.phonetxt.TabIndex = 9
'
'nametxt
'
Me.nametxt.Location = New System.Drawing.Point(82, 68)
Me.nametxt.Name = "nametxt"
Me.nametxt.Size = New System.Drawing.Size(111, 21)
Me.nametxt.TabIndex = 11
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(16, 71)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(29, 12)
Me.Label5.TabIndex = 12
Me.Label5.Text = "Name"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(16, 126)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(35, 12)
Me.Label7.TabIndex = 14
Me.Label7.Text = "Phone"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(16, 181)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(35, 12)
Me.Label8.TabIndex = 15
Me.Label8.Text = "Email"
'
'okbt
'
Me.okbt.Location = New System.Drawing.Point(29, 340)
Me.okbt.Name = "okbt"
Me.okbt.Size = New System.Drawing.Size(93, 23)
Me.okbt.TabIndex = 16
Me.okbt.Text = "Ok"
Me.okbt.UseVisualStyleBackColor = True
'
'exitbt
'
Me.exitbt.Location = New System.Drawing.Point(325, 340)
Me.exitbt.Name = "exitbt"
Me.exitbt.Size = New System.Drawing.Size(93, 23)
Me.exitbt.TabIndex = 17
Me.exitbt.Text = "Exit"
Me.exitbt.UseVisualStyleBackColor = True
'
'typeCodetxt
'
Me.typeCodetxt.AutoSize = True
Me.typeCodetxt.Location = New System.Drawing.Point(12, 283)
Me.typeCodetxt.Name = "typeCodetxt"
Me.typeCodetxt.Size = New System.Drawing.Size(59, 12)
Me.typeCodetxt.TabIndex = 18
Me.typeCodetxt.Text = "Type Code"
'
'sexcombo
'
Me.sexcombo.FormattingEnabled = True
Me.sexcombo.Items.AddRange(New Object() {"F", "M"})
Me.sexcombo.Location = New System.Drawing.Point(298, 123)
Me.sexcombo.Name = "sexcombo"
Me.sexcombo.Size = New System.Drawing.Size(120, 20)
Me.sexcombo.TabIndex = 20
'
'typeCodecombo
'
Me.typeCodecombo.FormattingEnabled = True
Me.typeCodecombo.Location = New System.Drawing.Point(82, 275)
Me.typeCodecombo.Name = "typeCodecombo"
Me.typeCodecombo.Size = New System.Drawing.Size(120, 20)
Me.typeCodecombo.TabIndex = 21
'
'typecombo
'
Me.typecombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
Me.typecombo.FormattingEnabled = True
Me.typecombo.Location = New System.Drawing.Point(298, 275)
Me.typecombo.Name = "typecombo"
Me.typecombo.Size = New System.Drawing.Size(120, 20)
Me.typecombo.TabIndex = 22
'
'resetbt
'
Me.resetbt.Location = New System.Drawing.Point(170, 340)
Me.resetbt.Name = "resetbt"
Me.resetbt.Size = New System.Drawing.Size(93, 23)
Me.resetbt.TabIndex = 23
Me.resetbt.Text = "Reset"
Me.resetbt.UseVisualStyleBackColor = True
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(259, 283)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(29, 12)
Me.Label6.TabIndex = 24
Me.Label6.Text = "Type"
'
'AddUser
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(460, 415)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.resetbt)
Me.Controls.Add(Me.typecombo)
Me.Controls.Add(Me.typeCodecombo)
Me.Controls.Add(Me.sexcombo)
Me.Controls.Add(Me.typeCodetxt)
Me.Controls.Add(Me.exitbt)
Me.Controls.Add(Me.okbt)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.nametxt)
Me.Controls.Add(Me.phonetxt)
Me.Controls.Add(Me.emailtxt)
Me.Controls.Add(Me.passwordtxt)
Me.Controls.Add(Me.addresstxt)
Me.Controls.Add(Me.readerNotxt)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "AddUser"
Me.Text = "AddUser"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents readerNotxt As System.Windows.Forms.TextBox
Friend WithEvents addresstxt As System.Windows.Forms.TextBox
Friend WithEvents passwordtxt As System.Windows.Forms.TextBox
Friend WithEvents emailtxt As System.Windows.Forms.TextBox
Friend WithEvents phonetxt As System.Windows.Forms.TextBox
Friend WithEvents nametxt As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents okbt As System.Windows.Forms.Button
Friend WithEvents exitbt As System.Windows.Forms.Button
Friend WithEvents typeCodetxt As System.Windows.Forms.Label
Friend WithEvents sexcombo As System.Windows.Forms.ComboBox
Friend WithEvents typeCodecombo As System.Windows.Forms.ComboBox
Friend WithEvents typecombo As System.Windows.Forms.ComboBox
Friend WithEvents resetbt As System.Windows.Forms.Button
Friend WithEvents Label6 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -