📄 frm_edituser.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_EditUser
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<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
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.BtCancel = New System.Windows.Forms.Button
Me.BtOK = New System.Windows.Forms.Button
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.LBUserName = New System.Windows.Forms.ListBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.ComboGeneral = New System.Windows.Forms.ComboBox
Me.Label11 = New System.Windows.Forms.Label
Me.ComboLib = New System.Windows.Forms.ComboBox
Me.ComboAdmin = New System.Windows.Forms.ComboBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.ComboStatus = New System.Windows.Forms.ComboBox
Me.TxtEmail = New System.Windows.Forms.TextBox
Me.TxtCellPhone = New System.Windows.Forms.TextBox
Me.TxtPhone = New System.Windows.Forms.TextBox
Me.TxtAddress = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.TxtName = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.TxtPassword = New System.Windows.Forms.TextBox
Me.TxtUserID = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox1.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.ComboStatus)
Me.GroupBox1.Controls.Add(Me.TxtEmail)
Me.GroupBox1.Controls.Add(Me.TxtCellPhone)
Me.GroupBox1.Controls.Add(Me.TxtPhone)
Me.GroupBox1.Controls.Add(Me.TxtAddress)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.TxtName)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.TxtPassword)
Me.GroupBox1.Controls.Add(Me.TxtUserID)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.GroupBox2)
Me.GroupBox1.Location = New System.Drawing.Point(199, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(433, 351)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "用户信息"
'
'BtCancel
'
Me.BtCancel.Location = New System.Drawing.Point(374, 382)
Me.BtCancel.Name = "BtCancel"
Me.BtCancel.Size = New System.Drawing.Size(95, 24)
Me.BtCancel.TabIndex = 29
Me.BtCancel.Text = "关闭"
'
'BtOK
'
Me.BtOK.Location = New System.Drawing.Point(152, 382)
Me.BtOK.Name = "BtOK"
Me.BtOK.Size = New System.Drawing.Size(92, 24)
Me.BtOK.TabIndex = 28
Me.BtOK.Text = "保存"
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.LBUserName)
Me.GroupBox3.Location = New System.Drawing.Point(19, 12)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(166, 351)
Me.GroupBox3.TabIndex = 30
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "用户名列表"
'
'LBUserName
'
Me.LBUserName.FormattingEnabled = True
Me.LBUserName.ItemHeight = 12
Me.LBUserName.Location = New System.Drawing.Point(12, 25)
Me.LBUserName.Name = "LBUserName"
Me.LBUserName.Size = New System.Drawing.Size(143, 316)
Me.LBUserName.TabIndex = 0
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.ComboGeneral)
Me.GroupBox2.Controls.Add(Me.Label11)
Me.GroupBox2.Controls.Add(Me.ComboLib)
Me.GroupBox2.Controls.Add(Me.ComboAdmin)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Location = New System.Drawing.Point(25, 184)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(384, 146)
Me.GroupBox2.TabIndex = 38
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "权限设置"
'
'ComboGeneral
'
Me.ComboGeneral.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboGeneral.FormattingEnabled = True
Me.ComboGeneral.Items.AddRange(New Object() {"是", "否"})
Me.ComboGeneral.Location = New System.Drawing.Point(122, 103)
Me.ComboGeneral.Name = "ComboGeneral"
Me.ComboGeneral.Size = New System.Drawing.Size(240, 20)
Me.ComboGeneral.TabIndex = 5
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(15, 106)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(89, 12)
Me.Label11.TabIndex = 4
Me.Label11.Text = "图书管理员权限"
'
'ComboLib
'
Me.ComboLib.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboLib.FormattingEnabled = True
Me.ComboLib.Items.AddRange(New Object() {"是", "否"})
Me.ComboLib.Location = New System.Drawing.Point(122, 65)
Me.ComboLib.Name = "ComboLib"
Me.ComboLib.Size = New System.Drawing.Size(240, 20)
Me.ComboLib.TabIndex = 3
'
'ComboAdmin
'
Me.ComboAdmin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboAdmin.FormattingEnabled = True
Me.ComboAdmin.Items.AddRange(New Object() {"是", "否"})
Me.ComboAdmin.Location = New System.Drawing.Point(120, 28)
Me.ComboAdmin.Name = "ComboAdmin"
Me.ComboAdmin.Size = New System.Drawing.Size(242, 20)
Me.ComboAdmin.TabIndex = 2
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(17, 68)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(89, 12)
Me.Label6.TabIndex = 1
Me.Label6.Text = "图书管理员权限"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(16, 31)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(89, 12)
Me.Label5.TabIndex = 0
Me.Label5.Text = "系统管理员权限"
'
'ComboStatus
'
Me.ComboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboStatus.FormattingEnabled = True
Me.ComboStatus.Items.AddRange(New Object() {"正常", "冻结"})
Me.ComboStatus.Location = New System.Drawing.Point(287, 64)
Me.ComboStatus.Name = "ComboStatus"
Me.ComboStatus.Size = New System.Drawing.Size(120, 20)
Me.ComboStatus.TabIndex = 54
'
'TxtEmail
'
Me.TxtEmail.Location = New System.Drawing.Point(289, 144)
Me.TxtEmail.MaxLength = 10
Me.TxtEmail.Name = "TxtEmail"
Me.TxtEmail.Size = New System.Drawing.Size(120, 21)
Me.TxtEmail.TabIndex = 53
'
'TxtCellPhone
'
Me.TxtCellPhone.Location = New System.Drawing.Point(77, 141)
Me.TxtCellPhone.MaxLength = 10
Me.TxtCellPhone.Name = "TxtCellPhone"
Me.TxtCellPhone.Size = New System.Drawing.Size(120, 21)
Me.TxtCellPhone.TabIndex = 52
'
'TxtPhone
'
Me.TxtPhone.Location = New System.Drawing.Point(287, 106)
Me.TxtPhone.MaxLength = 10
Me.TxtPhone.Name = "TxtPhone"
Me.TxtPhone.Size = New System.Drawing.Size(120, 21)
Me.TxtPhone.TabIndex = 51
'
'TxtAddress
'
Me.TxtAddress.Location = New System.Drawing.Point(77, 106)
Me.TxtAddress.MaxLength = 10
Me.TxtAddress.Name = "TxtAddress"
Me.TxtAddress.Size = New System.Drawing.Size(120, 21)
Me.TxtAddress.TabIndex = 50
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(233, 144)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(48, 24)
Me.Label10.TabIndex = 49
Me.Label10.Text = "Email"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(23, 144)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(48, 24)
Me.Label9.TabIndex = 48
Me.Label9.Text = "手机"
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(233, 109)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(48, 24)
Me.Label8.TabIndex = 47
Me.Label8.Text = "电话"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(23, 109)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(48, 24)
Me.Label7.TabIndex = 46
Me.Label7.Text = "地址"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(233, 71)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(48, 24)
Me.Label4.TabIndex = 45
Me.Label4.Text = "状态"
'
'TxtName
'
Me.TxtName.Location = New System.Drawing.Point(287, 24)
Me.TxtName.Name = "TxtName"
Me.TxtName.Size = New System.Drawing.Size(120, 21)
Me.TxtName.TabIndex = 44
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(216, 30)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 12)
Me.Label3.TabIndex = 43
Me.Label3.Text = "用户姓名"
'
'TxtPassword
'
Me.TxtPassword.Location = New System.Drawing.Point(77, 62)
Me.TxtPassword.MaxLength = 10
Me.TxtPassword.Name = "TxtPassword"
Me.TxtPassword.Size = New System.Drawing.Size(120, 21)
Me.TxtPassword.TabIndex = 42
'
'TxtUserID
'
Me.TxtUserID.Location = New System.Drawing.Point(77, 24)
Me.TxtUserID.MaxLength = 10
Me.TxtUserID.Name = "TxtUserID"
Me.TxtUserID.Size = New System.Drawing.Size(120, 21)
Me.TxtUserID.TabIndex = 41
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(23, 66)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(48, 24)
Me.Label2.TabIndex = 40
Me.Label2.Text = "密码"
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(15, 27)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(56, 24)
Me.Label1.TabIndex = 39
Me.Label1.Text = "用户编号"
'
'frm_EditUser
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(633, 429)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.BtOK)
Me.Controls.Add(Me.BtCancel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frm_EditUser"
Me.Text = "编辑用户信息"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents BtCancel As System.Windows.Forms.Button
Friend WithEvents BtOK As System.Windows.Forms.Button
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents LBUserName As System.Windows.Forms.ListBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents ComboGeneral As System.Windows.Forms.ComboBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents ComboLib As System.Windows.Forms.ComboBox
Friend WithEvents ComboAdmin As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents ComboStatus As System.Windows.Forms.ComboBox
Friend WithEvents TxtEmail As System.Windows.Forms.TextBox
Friend WithEvents TxtCellPhone As System.Windows.Forms.TextBox
Friend WithEvents TxtPhone As System.Windows.Forms.TextBox
Friend WithEvents TxtAddress As System.Windows.Forms.TextBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TxtName As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TxtPassword As System.Windows.Forms.TextBox
Friend WithEvents TxtUserID As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -