?? borrowbook.vb
字號:
Public Class frmBorrowBook
Inherits System.Windows.Forms.Form
#Region " Windows 窗體設計器生成的代碼 "
Public Sub New()
MyBase.New()
'該調用是 Windows 窗體設計器所必需的。
InitializeComponent()
'在 InitializeComponent() 調用之后添加任何初始化
End Sub
'窗體重寫 dispose 以清理組件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗體設計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設計器所必需的
'可以使用 Windows 窗體設計器修改此過程。
'不要使用代碼編輯器修改它。
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents Label22 As System.Windows.Forms.Label
Friend WithEvents Label23 As System.Windows.Forms.Label
Friend WithEvents Label24 As System.Windows.Forms.Label
Friend WithEvents Label25 As System.Windows.Forms.Label
Friend WithEvents Label26 As System.Windows.Forms.Label
Friend WithEvents Label28 As System.Windows.Forms.Label
Friend WithEvents Label30 As System.Windows.Forms.Label
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtCanBorrowCount As System.Windows.Forms.TextBox
Friend WithEvents txtUnReturnedCount As System.Windows.Forms.TextBox
Friend WithEvents txtDemo As System.Windows.Forms.TextBox
Friend WithEvents txtReaderId As System.Windows.Forms.TextBox
Friend WithEvents txtReaderType As System.Windows.Forms.TextBox
Friend WithEvents txtReaderAddress As System.Windows.Forms.TextBox
Friend WithEvents txtReaderTelephone As System.Windows.Forms.TextBox
Friend WithEvents txtReaderName As System.Windows.Forms.TextBox
Friend WithEvents txtReaderDepartment As System.Windows.Forms.TextBox
Friend WithEvents txtReaderAddTime As System.Windows.Forms.TextBox
Friend WithEvents txtLendCount As System.Windows.Forms.TextBox
Friend WithEvents txtReaderSex As System.Windows.Forms.TextBox
Friend WithEvents txtBookType As System.Windows.Forms.TextBox
Friend WithEvents txtExistCount As System.Windows.Forms.TextBox
Friend WithEvents txtBookCount As System.Windows.Forms.TextBox
Friend WithEvents txtPublisher As System.Windows.Forms.TextBox
Friend WithEvents txtBookName As System.Windows.Forms.TextBox
Friend WithEvents txtPublishTime As System.Windows.Forms.TextBox
Friend WithEvents txtBookPrice As System.Windows.Forms.TextBox
Friend WithEvents txtBookAuthor As System.Windows.Forms.TextBox
Friend WithEvents labInfo As System.Windows.Forms.Label
Friend WithEvents txtBookId As System.Windows.Forms.TextBox
Friend WithEvents txtReturnTime As System.Windows.Forms.TextBox
Friend WithEvents btnLend As System.Windows.Forms.Button
Friend WithEvents btnClear As System.Windows.Forms.Button
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents rdoBookId As System.Windows.Forms.RadioButton
Friend WithEvents rdoBarCode As System.Windows.Forms.RadioButton
Friend WithEvents grdLendBook As System.Windows.Forms.DataGrid
Friend WithEvents txtBorrowTime As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.Label3 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.txtCanBorrowCount = New System.Windows.Forms.TextBox
Me.txtUnReturnedCount = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.txtDemo = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.txtReaderId = New System.Windows.Forms.TextBox
Me.Label14 = New System.Windows.Forms.Label
Me.txtReaderType = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.txtReaderAddress = New System.Windows.Forms.TextBox
Me.Label16 = New System.Windows.Forms.Label
Me.txtReaderTelephone = New System.Windows.Forms.TextBox
Me.Label17 = New System.Windows.Forms.Label
Me.txtReaderName = New System.Windows.Forms.TextBox
Me.Label18 = New System.Windows.Forms.Label
Me.txtReaderDepartment = New System.Windows.Forms.TextBox
Me.Label19 = New System.Windows.Forms.Label
Me.txtReaderAddTime = New System.Windows.Forms.TextBox
Me.Label20 = New System.Windows.Forms.Label
Me.txtLendCount = New System.Windows.Forms.TextBox
Me.txtReaderSex = New System.Windows.Forms.TextBox
Me.txtBookType = New System.Windows.Forms.TextBox
Me.txtExistCount = New System.Windows.Forms.TextBox
Me.Label21 = New System.Windows.Forms.Label
Me.txtBookCount = New System.Windows.Forms.TextBox
Me.txtPublisher = New System.Windows.Forms.TextBox
Me.Label23 = New System.Windows.Forms.Label
Me.txtBookName = New System.Windows.Forms.TextBox
Me.Label24 = New System.Windows.Forms.Label
Me.txtPublishTime = New System.Windows.Forms.TextBox
Me.Label25 = New System.Windows.Forms.Label
Me.txtBookPrice = New System.Windows.Forms.TextBox
Me.Label26 = New System.Windows.Forms.Label
Me.txtBookAuthor = New System.Windows.Forms.TextBox
Me.labInfo = New System.Windows.Forms.Label
Me.txtBookId = New System.Windows.Forms.TextBox
Me.Label28 = New System.Windows.Forms.Label
Me.Label30 = New System.Windows.Forms.Label
Me.Label22 = New System.Windows.Forms.Label
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.txtBorrowTime = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txtReturnTime = New System.Windows.Forms.TextBox
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.btnLend = New System.Windows.Forms.Button
Me.btnClear = New System.Windows.Forms.Button
Me.btnClose = New System.Windows.Forms.Button
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.rdoBookId = New System.Windows.Forms.RadioButton
Me.rdoBarCode = New System.Windows.Forms.RadioButton
Me.Label4 = New System.Windows.Forms.Label
Me.grdLendBook = New System.Windows.Forms.DataGrid
Me.GroupBox1.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox5.SuspendLayout()
CType(Me.grdLendBook, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.GroupBox2)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.txtCanBorrowCount)
Me.GroupBox1.Controls.Add(Me.txtUnReturnedCount)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.txtDemo)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.txtReaderId)
Me.GroupBox1.Controls.Add(Me.Label14)
Me.GroupBox1.Controls.Add(Me.txtReaderType)
Me.GroupBox1.Controls.Add(Me.Label15)
Me.GroupBox1.Controls.Add(Me.txtReaderAddress)
Me.GroupBox1.Controls.Add(Me.Label16)
Me.GroupBox1.Controls.Add(Me.txtReaderTelephone)
Me.GroupBox1.Controls.Add(Me.Label17)
Me.GroupBox1.Controls.Add(Me.txtReaderName)
Me.GroupBox1.Controls.Add(Me.Label18)
Me.GroupBox1.Controls.Add(Me.txtReaderDepartment)
Me.GroupBox1.Controls.Add(Me.Label19)
Me.GroupBox1.Controls.Add(Me.txtReaderAddTime)
Me.GroupBox1.Controls.Add(Me.Label20)
Me.GroupBox1.Controls.Add(Me.txtLendCount)
Me.GroupBox1.Controls.Add(Me.txtReaderSex)
Me.GroupBox1.Controls.Add(Me.txtBookType)
Me.GroupBox1.Controls.Add(Me.txtExistCount)
Me.GroupBox1.Controls.Add(Me.Label21)
Me.GroupBox1.Controls.Add(Me.txtBookCount)
Me.GroupBox1.Controls.Add(Me.txtPublisher)
Me.GroupBox1.Controls.Add(Me.Label23)
Me.GroupBox1.Controls.Add(Me.txtBookName)
Me.GroupBox1.Controls.Add(Me.Label24)
Me.GroupBox1.Controls.Add(Me.txtPublishTime)
Me.GroupBox1.Controls.Add(Me.Label25)
Me.GroupBox1.Controls.Add(Me.txtBookPrice)
Me.GroupBox1.Controls.Add(Me.Label26)
Me.GroupBox1.Controls.Add(Me.txtBookAuthor)
Me.GroupBox1.Controls.Add(Me.labInfo)
Me.GroupBox1.Controls.Add(Me.txtBookId)
Me.GroupBox1.Controls.Add(Me.Label28)
Me.GroupBox1.Controls.Add(Me.Label30)
Me.GroupBox1.Controls.Add(Me.Label22)
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(584, 272)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
'
'GroupBox2
'
Me.GroupBox2.BackColor = System.Drawing.SystemColors.Control
Me.GroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System
Me.GroupBox2.ForeColor = System.Drawing.SystemColors.ActiveBorder
Me.GroupBox2.Location = New System.Drawing.Point(8, 152)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(560, 8)
Me.GroupBox2.TabIndex = 2
Me.GroupBox2.TabStop = False
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(8, 88)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(56, 16)
Me.Label3.TabIndex = 0
Me.Label3.Text = "宿舍"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(8, 120)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(56, 16)
Me.Label7.TabIndex = 0
Me.Label7.Text = "可借書數"
'
'txtCanBorrowCount
'
Me.txtCanBorrowCount.Enabled = False
Me.txtCanBorrowCount.Location = New System.Drawing.Point(80, 120)
Me.txtCanBorrowCount.Name = "txtCanBorrowCount"
Me.txtCanBorrowCount.Size = New System.Drawing.Size(104, 21)
Me.txtCanBorrowCount.TabIndex = 1
Me.txtCanBorrowCount.Text = ""
'
'txtUnReturnedCount
'
Me.txtUnReturnedCount.Enabled = False
Me.txtUnReturnedCount.Location = New System.Drawing.Point(264, 120)
Me.txtUnReturnedCount.Name = "txtUnReturnedCount"
Me.txtUnReturnedCount.Size = New System.Drawing.Size(112, 21)
Me.txtUnReturnedCount.TabIndex = 1
Me.txtUnReturnedCount.Text = ""
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(192, 123)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(56, 23)
Me.Label8.TabIndex = 0
Me.Label8.Text = "未還書數"
'
'txtDemo
'
Me.txtDemo.Enabled = False
Me.txtDemo.Location = New System.Drawing.Point(456, 120)
Me.txtDemo.Name = "txtDemo"
Me.txtDemo.Size = New System.Drawing.Size(112, 21)
Me.txtDemo.TabIndex = 1
Me.txtDemo.Text = ""
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(384, 123)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(56, 23)
Me.Label10.TabIndex = 0
Me.Label10.Text = "備注"
'
'Label13
'
Me.Label13.Location = New System.Drawing.Point(384, 57)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(56, 23)
Me.Label13.TabIndex = 0
Me.Label13.Text = "聯系電話"
'
'txtReaderId
'
Me.txtReaderId.Location = New System.Drawing.Point(80, 24)
Me.txtReaderId.Name = "txtReaderId"
Me.txtReaderId.Size = New System.Drawing.Size(104, 21)
Me.txtReaderId.TabIndex = 1
Me.txtReaderId.Text = ""
'
'Label14
'
Me.Label14.BackColor = System.Drawing.SystemColors.Control
Me.Label14.ForeColor = System.Drawing.Color.Blue
Me.Label14.Location = New System.Drawing.Point(8, 24)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(56, 16)
Me.Label14.TabIndex = 0
Me.Label14.Text = "讀者學號"
'
'txtReaderType
'
Me.txtReaderType.Enabled = False
Me.txtReaderType.Location = New System.Drawing.Point(80, 56)
Me.txtReaderType.Name = "txtReaderType"
Me.txtReaderType.Size = New System.Drawing.Size(104, 21)
Me.txtReaderType.TabIndex = 1
Me.txtReaderType.Text = ""
'
'Label15
'
Me.Label15.Location = New System.Drawing.Point(8, 56)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(56, 16)
Me.Label15.TabIndex = 0
Me.Label15.Text = "類別"
'
'txtReaderAddress
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -