📄 frm_renewalbook.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_renewalBook
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.readerNotxt = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.ISBNtxt = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.maxRewNotxt = New System.Windows.Forms.TextBox
Me.Label13 = New System.Windows.Forms.Label
Me.alrRewNotxt = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.renewalbt = New System.Windows.Forms.Button
Me.resetbt = New System.Windows.Forms.Button
Me.exitbt = New System.Windows.Forms.Button
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.passwordtxt = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.admNotxt = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
Me.GroupBox4.SuspendLayout()
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'readerNotxt
'
Me.ErrorProvider1.SetError(Me.readerNotxt, "Enter Key")
Me.readerNotxt.Location = New System.Drawing.Point(129, 24)
Me.readerNotxt.Name = "readerNotxt"
Me.readerNotxt.Size = New System.Drawing.Size(184, 21)
Me.readerNotxt.TabIndex = 6
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(24, 27)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(59, 12)
Me.Label1.TabIndex = 7
Me.Label1.Text = "Reader No"
'
'ISBNtxt
'
Me.ErrorProvider1.SetError(Me.ISBNtxt, "Enter Key")
Me.ISBNtxt.Location = New System.Drawing.Point(129, 67)
Me.ISBNtxt.Name = "ISBNtxt"
Me.ISBNtxt.Size = New System.Drawing.Size(184, 21)
Me.ISBNtxt.TabIndex = 14
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(54, 67)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 15
Me.Label2.Text = "ISBN"
'
'maxRewNotxt
'
Me.maxRewNotxt.Location = New System.Drawing.Point(129, 111)
Me.maxRewNotxt.Name = "maxRewNotxt"
Me.maxRewNotxt.ReadOnly = True
Me.maxRewNotxt.Size = New System.Drawing.Size(184, 21)
Me.maxRewNotxt.TabIndex = 20
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(10, 114)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(89, 12)
Me.Label13.TabIndex = 19
Me.Label13.Text = "Max Renewal No"
'
'alrRewNotxt
'
Me.alrRewNotxt.Location = New System.Drawing.Point(129, 153)
Me.alrRewNotxt.Name = "alrRewNotxt"
Me.alrRewNotxt.ReadOnly = True
Me.alrRewNotxt.Size = New System.Drawing.Size(184, 21)
Me.alrRewNotxt.TabIndex = 22
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(10, 156)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(113, 12)
Me.Label3.TabIndex = 21
Me.Label3.Text = "Already Renewal No"
'
'renewalbt
'
Me.renewalbt.Location = New System.Drawing.Point(20, 310)
Me.renewalbt.Name = "renewalbt"
Me.renewalbt.Size = New System.Drawing.Size(77, 23)
Me.renewalbt.TabIndex = 23
Me.renewalbt.Text = "Renewal"
Me.renewalbt.UseVisualStyleBackColor = True
'
'resetbt
'
Me.resetbt.Location = New System.Drawing.Point(129, 310)
Me.resetbt.Name = "resetbt"
Me.resetbt.Size = New System.Drawing.Size(74, 23)
Me.resetbt.TabIndex = 24
Me.resetbt.Text = "Reset"
Me.resetbt.UseVisualStyleBackColor = True
'
'exitbt
'
Me.exitbt.Location = New System.Drawing.Point(238, 310)
Me.exitbt.Name = "exitbt"
Me.exitbt.Size = New System.Drawing.Size(75, 23)
Me.exitbt.TabIndex = 25
Me.exitbt.Text = "Exit"
Me.exitbt.UseVisualStyleBackColor = True
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.passwordtxt)
Me.GroupBox4.Controls.Add(Me.Label12)
Me.GroupBox4.Controls.Add(Me.admNotxt)
Me.GroupBox4.Controls.Add(Me.Label15)
Me.GroupBox4.Location = New System.Drawing.Point(12, 192)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(316, 83)
Me.GroupBox4.TabIndex = 26
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Administrator Information"
'
'passwordtxt
'
Me.ErrorProvider1.SetError(Me.passwordtxt, "Enter Key!")
Me.passwordtxt.Location = New System.Drawing.Point(117, 56)
Me.passwordtxt.Name = "passwordtxt"
Me.passwordtxt.Size = New System.Drawing.Size(178, 21)
Me.passwordtxt.TabIndex = 25
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(51, 59)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(53, 12)
Me.Label12.TabIndex = 24
Me.Label12.Text = "Password"
'
'admNotxt
'
Me.admNotxt.Location = New System.Drawing.Point(117, 29)
Me.admNotxt.Name = "admNotxt"
Me.admNotxt.Size = New System.Drawing.Size(178, 21)
Me.admNotxt.TabIndex = 21
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(6, 32)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(101, 12)
Me.Label15.TabIndex = 20
Me.Label15.Text = "Administrator No"
'
'ErrorProvider1
'
Me.ErrorProvider1.ContainerControl = Me
'
'frm_renewalBook
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(389, 361)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.exitbt)
Me.Controls.Add(Me.resetbt)
Me.Controls.Add(Me.renewalbt)
Me.Controls.Add(Me.alrRewNotxt)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.maxRewNotxt)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.ISBNtxt)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.readerNotxt)
Me.Controls.Add(Me.Label1)
Me.Name = "frm_renewalBook"
Me.Text = "frm_renewalBook"
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents readerNotxt As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ISBNtxt As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents maxRewNotxt As System.Windows.Forms.TextBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents alrRewNotxt As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents renewalbt As System.Windows.Forms.Button
Friend WithEvents resetbt As System.Windows.Forms.Button
Friend WithEvents exitbt As System.Windows.Forms.Button
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents passwordtxt As System.Windows.Forms.TextBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents admNotxt As System.Windows.Forms.TextBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents ErrorProvider1 As System.Windows.Forms.ErrorProvider
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -