📄 readermanage.vb
字号:
Public Class frmReaderManage
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 Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents cmbSex As System.Windows.Forms.ComboBox
Friend WithEvents txtReaderName As System.Windows.Forms.TextBox
Friend WithEvents btnDown As System.Windows.Forms.Button
Friend WithEvents txtReaderId As System.Windows.Forms.TextBox
Friend WithEvents txtAddress As System.Windows.Forms.TextBox
Friend WithEvents txtDepartment As System.Windows.Forms.TextBox
Friend WithEvents txtTelephone As System.Windows.Forms.TextBox
Friend WithEvents txtDemo As System.Windows.Forms.TextBox
Friend WithEvents txtBorrowCount As System.Windows.Forms.TextBox
Friend WithEvents cmbType As System.Windows.Forms.ComboBox
Friend WithEvents btnEnd As System.Windows.Forms.Button
Friend WithEvents btnUp As System.Windows.Forms.Button
Friend WithEvents btnFirst As System.Windows.Forms.Button
Friend WithEvents txtReaderId2 As System.Windows.Forms.TextBox
Friend WithEvents txtReaderName2 As System.Windows.Forms.TextBox
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents btnModify As System.Windows.Forms.Button
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents cmbAddTime As System.Windows.Forms.ComboBox
Friend WithEvents mcdAddTime As System.Windows.Forms.MonthCalendar
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.mcdAddTime = New System.Windows.Forms.MonthCalendar
Me.txtReaderName = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.txtReaderId = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.txtAddress = New System.Windows.Forms.TextBox
Me.txtDepartment = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.txtTelephone = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.txtDemo = New System.Windows.Forms.TextBox
Me.txtBorrowCount = New System.Windows.Forms.TextBox
Me.Label9 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.cmbSex = New System.Windows.Forms.ComboBox
Me.cmbType = New System.Windows.Forms.ComboBox
Me.cmbAddTime = New System.Windows.Forms.ComboBox
Me.btnDown = New System.Windows.Forms.Button
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.btnEnd = New System.Windows.Forms.Button
Me.btnUp = New System.Windows.Forms.Button
Me.btnFirst = New System.Windows.Forms.Button
Me.Label11 = New System.Windows.Forms.Label
Me.txtReaderId2 = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.txtReaderName2 = New System.Windows.Forms.TextBox
Me.btnSave = New System.Windows.Forms.Button
Me.btnModify = New System.Windows.Forms.Button
Me.btnDelete = New System.Windows.Forms.Button
Me.btnClose = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.mcdAddTime)
Me.GroupBox1.Controls.Add(Me.txtReaderName)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.txtReaderId)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.txtAddress)
Me.GroupBox1.Controls.Add(Me.txtDepartment)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.txtTelephone)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.txtDemo)
Me.GroupBox1.Controls.Add(Me.txtBorrowCount)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.cmbSex)
Me.GroupBox1.Controls.Add(Me.cmbType)
Me.GroupBox1.Controls.Add(Me.cmbAddTime)
Me.GroupBox1.Location = New System.Drawing.Point(16, 16)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(440, 288)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "读者信息"
'
'mcdAddTime
'
Me.mcdAddTime.Location = New System.Drawing.Point(155, 136)
Me.mcdAddTime.Name = "mcdAddTime"
Me.mcdAddTime.TabIndex = 4
Me.mcdAddTime.Visible = False
'
'txtReaderName
'
Me.txtReaderName.Location = New System.Drawing.Point(80, 73)
Me.txtReaderName.Name = "txtReaderName"
Me.txtReaderName.TabIndex = 2
Me.txtReaderName.Text = ""
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(16, 73)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(56, 24)
Me.Label1.TabIndex = 0
Me.Label1.Text = "姓名"
'
'txtReaderId
'
Me.txtReaderId.Location = New System.Drawing.Point(80, 32)
Me.txtReaderId.Name = "txtReaderId"
Me.txtReaderId.TabIndex = 2
Me.txtReaderId.Text = ""
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(16, 32)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(56, 24)
Me.Label2.TabIndex = 0
Me.Label2.Text = "编号"
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(16, 114)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(56, 24)
Me.Label3.TabIndex = 0
Me.Label3.Text = "性别"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(16, 155)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(56, 24)
Me.Label4.TabIndex = 0
Me.Label4.Text = "类别"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(16, 196)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(56, 24)
Me.Label5.TabIndex = 0
Me.Label5.Text = "住址"
'
'txtAddress
'
Me.txtAddress.Location = New System.Drawing.Point(80, 196)
Me.txtAddress.Name = "txtAddress"
Me.txtAddress.Size = New System.Drawing.Size(168, 21)
Me.txtAddress.TabIndex = 2
Me.txtAddress.Text = ""
'
'txtDepartment
'
Me.txtDepartment.Location = New System.Drawing.Point(80, 235)
Me.txtDepartment.Name = "txtDepartment"
Me.txtDepartment.Size = New System.Drawing.Size(168, 21)
Me.txtDepartment.TabIndex = 2
Me.txtDepartment.Text = ""
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(16, 235)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(56, 24)
Me.Label6.TabIndex = 0
Me.Label6.Text = "单位部门"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(200, 32)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(56, 24)
Me.Label7.TabIndex = 0
Me.Label7.Text = "借书次数"
'
'txtTelephone
'
Me.txtTelephone.Location = New System.Drawing.Point(264, 73)
Me.txtTelephone.Name = "txtTelephone"
Me.txtTelephone.Size = New System.Drawing.Size(160, 21)
Me.txtTelephone.TabIndex = 2
Me.txtTelephone.Text = ""
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(200, 73)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(56, 24)
Me.Label8.TabIndex = 0
Me.Label8.Text = "联系电话"
'
'txtDemo
'
Me.txtDemo.Location = New System.Drawing.Point(264, 155)
Me.txtDemo.Multiline = True
Me.txtDemo.Name = "txtDemo"
Me.txtDemo.Size = New System.Drawing.Size(160, 101)
Me.txtDemo.TabIndex = 2
Me.txtDemo.Text = ""
'
'txtBorrowCount
'
Me.txtBorrowCount.Location = New System.Drawing.Point(264, 32)
Me.txtBorrowCount.Name = "txtBorrowCount"
Me.txtBorrowCount.Size = New System.Drawing.Size(160, 21)
Me.txtBorrowCount.TabIndex = 2
Me.txtBorrowCount.Text = ""
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(200, 114)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(56, 24)
Me.Label9.TabIndex = 0
Me.Label9.Text = "登记日期"
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(200, 155)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(56, 24)
Me.Label10.TabIndex = 0
Me.Label10.Text = "备注"
'
'cmbSex
'
Me.cmbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbSex.Items.AddRange(New Object() {"男", "女"})
Me.cmbSex.Location = New System.Drawing.Point(80, 114)
Me.cmbSex.Name = "cmbSex"
Me.cmbSex.Size = New System.Drawing.Size(100, 20)
Me.cmbSex.TabIndex = 3
'
'cmbType
'
Me.cmbType.Location = New System.Drawing.Point(80, 155)
Me.cmbType.Name = "cmbType"
Me.cmbType.Size = New System.Drawing.Size(100, 20)
Me.cmbType.TabIndex = 3
'
'cmbAddTime
'
Me.cmbAddTime.Location = New System.Drawing.Point(264, 114)
Me.cmbAddTime.Name = "cmbAddTime"
Me.cmbAddTime.Size = New System.Drawing.Size(160, 20)
Me.cmbAddTime.TabIndex = 3
'
'btnDown
'
Me.btnDown.Location = New System.Drawing.Point(16, 80)
Me.btnDown.Name = "btnDown"
Me.btnDown.Size = New System.Drawing.Size(64, 32)
Me.btnDown.TabIndex = 1
Me.btnDown.Text = "下一条"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btnDown)
Me.GroupBox2.Controls.Add(Me.btnEnd)
Me.GroupBox2.Controls.Add(Me.btnUp)
Me.GroupBox2.Controls.Add(Me.btnFirst)
Me.GroupBox2.Controls.Add(Me.Label11)
Me.GroupBox2.Controls.Add(Me.txtReaderId2)
Me.GroupBox2.Controls.Add(Me.Label12)
Me.GroupBox2.Controls.Add(Me.txtReaderName2)
Me.GroupBox2.Location = New System.Drawing.Point(464, 16)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(176, 288)
Me.GroupBox2.TabIndex = 2
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "读者定位"
'
'btnEnd
'
Me.btnEnd.Location = New System.Drawing.Point(96, 80)
Me.btnEnd.Name = "btnEnd"
Me.btnEnd.Size = New System.Drawing.Size(64, 32)
Me.btnEnd.TabIndex = 1
Me.btnEnd.Text = "最后一条"
'
'btnUp
'
Me.btnUp.Location = New System.Drawing.Point(16, 32)
Me.btnUp.Name = "btnUp"
Me.btnUp.Size = New System.Drawing.Size(64, 32)
Me.btnUp.TabIndex = 1
Me.btnUp.Text = "上一条"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -