📄 frm_losebook.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_LoseBook
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.readerNotxt = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.isbncombo = New System.Windows.Forms.ComboBox
Me.namecombo = New System.Windows.Forms.ComboBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.calbt = New System.Windows.Forms.Button
Me.finePerDaytxt = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.paidbt = 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.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.SuspendLayout()
'
'readerNotxt
'
Me.readerNotxt.Location = New System.Drawing.Point(132, 23)
Me.readerNotxt.Name = "readerNotxt"
Me.readerNotxt.Size = New System.Drawing.Size(199, 21)
Me.readerNotxt.TabIndex = 0
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(67, 26)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(59, 12)
Me.Label1.TabIndex = 7
Me.Label1.Text = "Reader No"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(67, 66)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(59, 12)
Me.Label3.TabIndex = 19
Me.Label3.Text = "Book Name"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(87, 107)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 18
Me.Label2.Text = "ISBN"
'
'isbncombo
'
Me.isbncombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
Me.isbncombo.Enabled = False
Me.isbncombo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
Me.isbncombo.FormattingEnabled = True
Me.isbncombo.Location = New System.Drawing.Point(133, 99)
Me.isbncombo.Name = "isbncombo"
Me.isbncombo.Size = New System.Drawing.Size(199, 20)
Me.isbncombo.TabIndex = 20
'
'namecombo
'
Me.namecombo.FormattingEnabled = True
Me.namecombo.Location = New System.Drawing.Point(132, 58)
Me.namecombo.Name = "namecombo"
Me.namecombo.Size = New System.Drawing.Size(200, 20)
Me.namecombo.TabIndex = 21
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.namecombo)
Me.GroupBox1.Controls.Add(Me.isbncombo)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.readerNotxt)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(13, 9)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(401, 134)
Me.GroupBox1.TabIndex = 22
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Rent Information"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.calbt)
Me.GroupBox2.Controls.Add(Me.finePerDaytxt)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Location = New System.Drawing.Point(13, 165)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(401, 62)
Me.GroupBox2.TabIndex = 23
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Calculate Fine"
'
'calbt
'
Me.calbt.Location = New System.Drawing.Point(304, 16)
Me.calbt.Name = "calbt"
Me.calbt.Size = New System.Drawing.Size(83, 26)
Me.calbt.TabIndex = 2
Me.calbt.Text = "Calculate"
Me.calbt.UseVisualStyleBackColor = True
'
'finePerDaytxt
'
Me.finePerDaytxt.Location = New System.Drawing.Point(89, 20)
Me.finePerDaytxt.Name = "finePerDaytxt"
Me.finePerDaytxt.Size = New System.Drawing.Size(198, 21)
Me.finePerDaytxt.TabIndex = 1
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(6, 29)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(65, 12)
Me.Label4.TabIndex = 0
Me.Label4.Text = "FinePerDay"
'
'paidbt
'
Me.paidbt.Location = New System.Drawing.Point(82, 387)
Me.paidbt.Name = "paidbt"
Me.paidbt.Size = New System.Drawing.Size(94, 35)
Me.paidbt.TabIndex = 24
Me.paidbt.Text = "Reader Paid"
Me.paidbt.UseVisualStyleBackColor = True
'
'exitbt
'
Me.exitbt.Location = New System.Drawing.Point(271, 387)
Me.exitbt.Name = "exitbt"
Me.exitbt.Size = New System.Drawing.Size(98, 33)
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(13, 256)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(401, 83)
Me.GroupBox4.TabIndex = 27
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Administrator Information"
'
'passwordtxt
'
Me.passwordtxt.Location = New System.Drawing.Point(133, 56)
Me.passwordtxt.Name = "passwordtxt"
Me.passwordtxt.Size = New System.Drawing.Size(214, 21)
Me.passwordtxt.TabIndex = 25
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(63, 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(132, 29)
Me.admNotxt.Name = "admNotxt"
Me.admNotxt.Size = New System.Drawing.Size(215, 21)
Me.admNotxt.TabIndex = 21
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(15, 29)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(101, 12)
Me.Label15.TabIndex = 20
Me.Label15.Text = "Administrator No"
'
'frm_LoseBook
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(434, 434)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.exitbt)
Me.Controls.Add(Me.paidbt)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Name = "frm_LoseBook"
Me.Text = "frm_LoseBook"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents readerNotxt As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents isbncombo As System.Windows.Forms.ComboBox
Friend WithEvents namecombo As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents calbt As System.Windows.Forms.Button
Friend WithEvents finePerDaytxt As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents paidbt 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
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -