📄 frm_editreader.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_EditReader
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
Dim UserIDLabel As System.Windows.Forms.Label
Dim UserNameLabel As System.Windows.Forms.Label
Dim PasswordLabel As System.Windows.Forms.Label
Dim StatusLabel As System.Windows.Forms.Label
Dim AddressLabel As System.Windows.Forms.Label
Dim PhoneLabel As System.Windows.Forms.Label
Dim CellPhoneLabel As System.Windows.Forms.Label
Dim EmailLabel As System.Windows.Forms.Label
Dim AdminRightsLabel As System.Windows.Forms.Label
Dim LibRightsLabel As System.Windows.Forms.Label
Dim ReaderRightsLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frm_EditReader))
Me.LibraryDataSet = New LibraryManagementSystem.libraryDataSet
Me.SystemUsersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.SystemUsersTableAdapter = New LibraryManagementSystem.libraryDataSetTableAdapters.SystemUsersTableAdapter
Me.SystemUsersBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
Me.UserIDTextBox = New System.Windows.Forms.TextBox
Me.UserNameTextBox = New System.Windows.Forms.TextBox
Me.PasswordTextBox = New System.Windows.Forms.TextBox
Me.StatusTextBox = New System.Windows.Forms.TextBox
Me.AddressTextBox = New System.Windows.Forms.TextBox
Me.PhoneTextBox = New System.Windows.Forms.TextBox
Me.CellPhoneTextBox = New System.Windows.Forms.TextBox
Me.EmailTextBox = New System.Windows.Forms.TextBox
Me.savebt = New System.Windows.Forms.Button
Me.exitbt = New System.Windows.Forms.Button
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.ComboBox2 = New System.Windows.Forms.ComboBox
Me.ComboBox3 = New System.Windows.Forms.ComboBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
UserIDLabel = New System.Windows.Forms.Label
UserNameLabel = New System.Windows.Forms.Label
PasswordLabel = New System.Windows.Forms.Label
StatusLabel = New System.Windows.Forms.Label
AddressLabel = New System.Windows.Forms.Label
PhoneLabel = New System.Windows.Forms.Label
CellPhoneLabel = New System.Windows.Forms.Label
EmailLabel = New System.Windows.Forms.Label
AdminRightsLabel = New System.Windows.Forms.Label
LibRightsLabel = New System.Windows.Forms.Label
ReaderRightsLabel = New System.Windows.Forms.Label
CType(Me.LibraryDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SystemUsersBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.SystemUsersBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SystemUsersBindingNavigator.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'UserIDLabel
'
UserIDLabel.AutoSize = True
UserIDLabel.Location = New System.Drawing.Point(63, 45)
UserIDLabel.Name = "UserIDLabel"
UserIDLabel.Size = New System.Drawing.Size(53, 12)
UserIDLabel.TabIndex = 1
UserIDLabel.Text = "User ID:"
'
'UserNameLabel
'
UserNameLabel.AutoSize = True
UserNameLabel.Location = New System.Drawing.Point(63, 69)
UserNameLabel.Name = "UserNameLabel"
UserNameLabel.Size = New System.Drawing.Size(65, 12)
UserNameLabel.TabIndex = 3
UserNameLabel.Text = "User Name:"
'
'PasswordLabel
'
PasswordLabel.AutoSize = True
PasswordLabel.Location = New System.Drawing.Point(63, 93)
PasswordLabel.Name = "PasswordLabel"
PasswordLabel.Size = New System.Drawing.Size(59, 12)
PasswordLabel.TabIndex = 5
PasswordLabel.Text = "Password:"
'
'StatusLabel
'
StatusLabel.AutoSize = True
StatusLabel.Location = New System.Drawing.Point(63, 117)
StatusLabel.Name = "StatusLabel"
StatusLabel.Size = New System.Drawing.Size(47, 12)
StatusLabel.TabIndex = 7
StatusLabel.Text = "Status:"
'
'AddressLabel
'
AddressLabel.AutoSize = True
AddressLabel.Location = New System.Drawing.Point(63, 141)
AddressLabel.Name = "AddressLabel"
AddressLabel.Size = New System.Drawing.Size(53, 12)
AddressLabel.TabIndex = 9
AddressLabel.Text = "Address:"
'
'PhoneLabel
'
PhoneLabel.AutoSize = True
PhoneLabel.Location = New System.Drawing.Point(63, 165)
PhoneLabel.Name = "PhoneLabel"
PhoneLabel.Size = New System.Drawing.Size(41, 12)
PhoneLabel.TabIndex = 11
PhoneLabel.Text = "Phone:"
'
'CellPhoneLabel
'
CellPhoneLabel.AutoSize = True
CellPhoneLabel.Location = New System.Drawing.Point(63, 189)
CellPhoneLabel.Name = "CellPhoneLabel"
CellPhoneLabel.Size = New System.Drawing.Size(71, 12)
CellPhoneLabel.TabIndex = 13
CellPhoneLabel.Text = "Cell Phone:"
'
'EmailLabel
'
EmailLabel.AutoSize = True
EmailLabel.Location = New System.Drawing.Point(63, 213)
EmailLabel.Name = "EmailLabel"
EmailLabel.Size = New System.Drawing.Size(41, 12)
EmailLabel.TabIndex = 15
EmailLabel.Text = "Email:"
'
'AdminRightsLabel
'
AdminRightsLabel.AutoSize = True
AdminRightsLabel.Location = New System.Drawing.Point(16, 25)
AdminRightsLabel.Name = "AdminRightsLabel"
AdminRightsLabel.Size = New System.Drawing.Size(83, 12)
AdminRightsLabel.TabIndex = 17
AdminRightsLabel.Text = "Admin Rights:"
'
'LibRightsLabel
'
LibRightsLabel.AutoSize = True
LibRightsLabel.Location = New System.Drawing.Point(16, 58)
LibRightsLabel.Name = "LibRightsLabel"
LibRightsLabel.Size = New System.Drawing.Size(71, 12)
LibRightsLabel.TabIndex = 19
LibRightsLabel.Text = "Lib Rights:"
'
'ReaderRightsLabel
'
ReaderRightsLabel.AutoSize = True
ReaderRightsLabel.Location = New System.Drawing.Point(16, 96)
ReaderRightsLabel.Name = "ReaderRightsLabel"
ReaderRightsLabel.Size = New System.Drawing.Size(89, 12)
ReaderRightsLabel.TabIndex = 21
ReaderRightsLabel.Text = "Reader Rights:"
'
'LibraryDataSet
'
Me.LibraryDataSet.DataSetName = "libraryDataSet"
Me.LibraryDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'SystemUsersBindingSource
'
Me.SystemUsersBindingSource.DataMember = "SystemUsers"
Me.SystemUsersBindingSource.DataSource = Me.LibraryDataSet
'
'SystemUsersTableAdapter
'
Me.SystemUsersTableAdapter.ClearBeforeFill = True
'
'SystemUsersBindingNavigator
'
Me.SystemUsersBindingNavigator.AddNewItem = Nothing
Me.SystemUsersBindingNavigator.BindingSource = Me.SystemUsersBindingSource
Me.SystemUsersBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.SystemUsersBindingNavigator.DeleteItem = Nothing
Me.SystemUsersBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2})
Me.SystemUsersBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.SystemUsersBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.SystemUsersBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.SystemUsersBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.SystemUsersBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.SystemUsersBindingNavigator.Name = "SystemUsersBindingNavigator"
Me.SystemUsersBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.SystemUsersBindingNavigator.Size = New System.Drawing.Size(473, 25)
Me.SystemUsersBindingNavigator.TabIndex = 0
Me.SystemUsersBindingNavigator.Text = "BindingNavigator1"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(41, 22)
Me.BindingNavigatorCountItem.Text = "of {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Total number of items"
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem.Text = "Move first"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem.Text = "Move previous"
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -