📄 frm_rentbook.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_RentBook
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.GroupBox1 = New System.Windows.Forms.GroupBox
Me.editiontxt = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.authortxt = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.bookNametxt = New System.Windows.Forms.TextBox
Me.statustxt = New System.Windows.Forms.TextBox
Me.Label11 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.ISBNtxt = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.maxRewNotxt = New System.Windows.Forms.TextBox
Me.Label13 = New System.Windows.Forms.Label
Me.maxBorrNotxt = New System.Windows.Forms.TextBox
Me.alreadyBorrNotxt = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.readerNametxt = New System.Windows.Forms.TextBox
Me.readerNotxt = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.Label14 = New System.Windows.Forms.Label
Me.dueDatetxt = New System.Windows.Forms.TextBox
Me.rentDatetxt = New System.Windows.Forms.TextBox
Me.Label9 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.rentbt = New System.Windows.Forms.Button
Me.exitbt = New System.Windows.Forms.Button
Me.Label15 = New System.Windows.Forms.Label
Me.admNotxt = New System.Windows.Forms.TextBox
Me.passwordtxt = New System.Windows.Forms.TextBox
Me.resetbt = New System.Windows.Forms.Button
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.editiontxt)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.authortxt)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.bookNametxt)
Me.GroupBox1.Controls.Add(Me.statustxt)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.ISBNtxt)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Location = New System.Drawing.Point(373, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(295, 219)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Book Information"
'
'editiontxt
'
Me.editiontxt.Location = New System.Drawing.Point(71, 182)
Me.editiontxt.Name = "editiontxt"
Me.editiontxt.ReadOnly = True
Me.editiontxt.Size = New System.Drawing.Size(199, 21)
Me.editiontxt.TabIndex = 9
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(18, 191)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(47, 12)
Me.Label10.TabIndex = 30
Me.Label10.Text = "Edition"
'
'authortxt
'
Me.authortxt.Location = New System.Drawing.Point(71, 149)
Me.authortxt.Name = "authortxt"
Me.authortxt.ReadOnly = True
Me.authortxt.Size = New System.Drawing.Size(199, 21)
Me.authortxt.TabIndex = 8
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(24, 152)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(41, 12)
Me.Label7.TabIndex = 28
Me.Label7.Text = "Author"
'
'bookNametxt
'
Me.bookNametxt.Location = New System.Drawing.Point(71, 78)
Me.bookNametxt.Name = "bookNametxt"
Me.bookNametxt.ReadOnly = True
Me.bookNametxt.Size = New System.Drawing.Size(199, 21)
Me.bookNametxt.TabIndex = 6
'
'statustxt
'
Me.statustxt.Location = New System.Drawing.Point(71, 114)
Me.statustxt.Name = "statustxt"
Me.statustxt.ReadOnly = True
Me.statustxt.Size = New System.Drawing.Size(199, 21)
Me.statustxt.TabIndex = 7
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(24, 117)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(41, 12)
Me.Label11.TabIndex = 26
Me.Label11.Text = "Status"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(6, 81)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(59, 12)
Me.Label3.TabIndex = 15
Me.Label3.Text = "Book Name"
'
'ISBNtxt
'
Me.ErrorProvider1.SetError(Me.ISBNtxt, "Enter Key")
Me.ISBNtxt.Location = New System.Drawing.Point(71, 41)
Me.ISBNtxt.Name = "ISBNtxt"
Me.ISBNtxt.Size = New System.Drawing.Size(199, 21)
Me.ISBNtxt.TabIndex = 4
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(36, 44)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 13
Me.Label2.Text = "ISBN"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.maxRewNotxt)
Me.GroupBox2.Controls.Add(Me.Label13)
Me.GroupBox2.Controls.Add(Me.maxBorrNotxt)
Me.GroupBox2.Controls.Add(Me.alreadyBorrNotxt)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.readerNametxt)
Me.GroupBox2.Controls.Add(Me.readerNotxt)
Me.GroupBox2.Controls.Add(Me.Label1)
Me.GroupBox2.Location = New System.Drawing.Point(22, 12)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(317, 219)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Reader Information"
'
'maxRewNotxt
'
Me.maxRewNotxt.Location = New System.Drawing.Point(129, 182)
Me.maxRewNotxt.Name = "maxRewNotxt"
Me.maxRewNotxt.ReadOnly = True
Me.maxRewNotxt.Size = New System.Drawing.Size(162, 21)
Me.maxRewNotxt.TabIndex = 18
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(30, 188)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(89, 12)
Me.Label13.TabIndex = 17
Me.Label13.Text = "Max Renewal No"
'
'maxBorrNotxt
'
Me.maxBorrNotxt.Location = New System.Drawing.Point(129, 114)
Me.maxBorrNotxt.Name = "maxBorrNotxt"
Me.maxBorrNotxt.ReadOnly = True
Me.maxBorrNotxt.Size = New System.Drawing.Size(162, 21)
Me.maxBorrNotxt.TabIndex = 3
'
'alreadyBorrNotxt
'
Me.alreadyBorrNotxt.Location = New System.Drawing.Point(130, 149)
Me.alreadyBorrNotxt.Name = "alreadyBorrNotxt"
Me.alreadyBorrNotxt.ReadOnly = True
Me.alreadyBorrNotxt.Size = New System.Drawing.Size(161, 21)
Me.alreadyBorrNotxt.TabIndex = 4
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(16, 158)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(107, 12)
Me.Label6.TabIndex = 16
Me.Label6.Text = "Already Borrow No"
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -