⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_search.designer.vb

📁 是关于图书管理系统的用vb.net 和access开发的
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_Search
    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.seachTab = New System.Windows.Forms.TabControl
        Me.bookTab = New System.Windows.Forms.TabPage
        Me.readerTab = New System.Windows.Forms.TabPage
        Me.administratorTab = New System.Windows.Forms.TabPage
        Me.readerNotxt = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.readerbt = New System.Windows.Forms.Button
        Me.DataGridView1 = New System.Windows.Forms.DataGridView
        Me.admNotxt = New System.Windows.Forms.TextBox
        Me.Label15 = New System.Windows.Forms.Label
        Me.administratorbt = New System.Windows.Forms.Button
        Me.DataGridView2 = New System.Windows.Forms.DataGridView
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.namerd = New System.Windows.Forms.RadioButton
        Me.isbnrd = New System.Windows.Forms.RadioButton
        Me.authorrd = New System.Windows.Forms.RadioButton
        Me.keytxt = New System.Windows.Forms.TextBox
        Me.bookbt = New System.Windows.Forms.Button
        Me.DataGridView3 = New System.Windows.Forms.DataGridView
        Me.seachTab.SuspendLayout()
        Me.bookTab.SuspendLayout()
        Me.readerTab.SuspendLayout()
        Me.administratorTab.SuspendLayout()
        CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox1.SuspendLayout()
        CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'seachTab
        '
        Me.seachTab.Controls.Add(Me.bookTab)
        Me.seachTab.Controls.Add(Me.readerTab)
        Me.seachTab.Controls.Add(Me.administratorTab)
        Me.seachTab.Location = New System.Drawing.Point(22, 22)
        Me.seachTab.Name = "seachTab"
        Me.seachTab.SelectedIndex = 0
        Me.seachTab.Size = New System.Drawing.Size(781, 375)
        Me.seachTab.TabIndex = 0
        '
        'bookTab
        '
        Me.bookTab.Controls.Add(Me.DataGridView3)
        Me.bookTab.Controls.Add(Me.bookbt)
        Me.bookTab.Controls.Add(Me.keytxt)
        Me.bookTab.Controls.Add(Me.GroupBox1)
        Me.bookTab.Location = New System.Drawing.Point(4, 21)
        Me.bookTab.Name = "bookTab"
        Me.bookTab.Padding = New System.Windows.Forms.Padding(3)
        Me.bookTab.Size = New System.Drawing.Size(773, 350)
        Me.bookTab.TabIndex = 0
        Me.bookTab.Text = "SearchBook"
        Me.bookTab.UseVisualStyleBackColor = True
        '
        'readerTab
        '
        Me.readerTab.Controls.Add(Me.DataGridView1)
        Me.readerTab.Controls.Add(Me.readerbt)
        Me.readerTab.Controls.Add(Me.readerNotxt)
        Me.readerTab.Controls.Add(Me.Label1)
        Me.readerTab.Location = New System.Drawing.Point(4, 21)
        Me.readerTab.Name = "readerTab"
        Me.readerTab.Padding = New System.Windows.Forms.Padding(3)
        Me.readerTab.Size = New System.Drawing.Size(773, 350)
        Me.readerTab.TabIndex = 1
        Me.readerTab.Text = "SearchReader"
        Me.readerTab.UseVisualStyleBackColor = True
        '
        'administratorTab
        '
        Me.administratorTab.Controls.Add(Me.DataGridView2)
        Me.administratorTab.Controls.Add(Me.administratorbt)
        Me.administratorTab.Controls.Add(Me.admNotxt)
        Me.administratorTab.Controls.Add(Me.Label15)
        Me.administratorTab.Location = New System.Drawing.Point(4, 21)
        Me.administratorTab.Name = "administratorTab"
        Me.administratorTab.Padding = New System.Windows.Forms.Padding(3)
        Me.administratorTab.Size = New System.Drawing.Size(773, 350)
        Me.administratorTab.TabIndex = 2
        Me.administratorTab.Text = "SearchAdministrator"
        Me.administratorTab.UseVisualStyleBackColor = True
        '
        'readerNotxt
        '
        Me.readerNotxt.Location = New System.Drawing.Point(128, 45)
        Me.readerNotxt.Name = "readerNotxt"
        Me.readerNotxt.Size = New System.Drawing.Size(134, 21)
        Me.readerNotxt.TabIndex = 6
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(23, 54)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(59, 12)
        Me.Label1.TabIndex = 5
        Me.Label1.Text = "Reader No"
        '
        'readerbt
        '
        Me.readerbt.Location = New System.Drawing.Point(384, 43)
        Me.readerbt.Name = "readerbt"
        Me.readerbt.Size = New System.Drawing.Size(75, 23)
        Me.readerbt.TabIndex = 7
        Me.readerbt.Text = "Search"
        Me.readerbt.UseVisualStyleBackColor = True
        '
        'DataGridView1
        '
        Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.DataGridView1.Location = New System.Drawing.Point(13, 97)
        Me.DataGridView1.Name = "DataGridView1"
        Me.DataGridView1.RowTemplate.Height = 23
        Me.DataGridView1.Size = New System.Drawing.Size(754, 131)
        Me.DataGridView1.TabIndex = 8
        '
        'admNotxt
        '
        Me.admNotxt.Location = New System.Drawing.Point(218, 29)
        Me.admNotxt.Name = "admNotxt"
        Me.admNotxt.Size = New System.Drawing.Size(146, 21)
        Me.admNotxt.TabIndex = 23
        '
        'Label15
        '
        Me.Label15.AutoSize = True
        Me.Label15.Location = New System.Drawing.Point(89, 32)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(101, 12)
        Me.Label15.TabIndex = 22
        Me.Label15.Text = "Administrator No"
        '
        'administratorbt
        '
        Me.administratorbt.Location = New System.Drawing.Point(493, 26)
        Me.administratorbt.Name = "administratorbt"
        Me.administratorbt.Size = New System.Drawing.Size(75, 23)
        Me.administratorbt.TabIndex = 24
        Me.administratorbt.Text = "Search"
        Me.administratorbt.UseVisualStyleBackColor = True
        '
        'DataGridView2
        '
        Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.DataGridView2.Location = New System.Drawing.Point(24, 77)
        Me.DataGridView2.Name = "DataGridView2"
        Me.DataGridView2.RowTemplate.Height = 23
        Me.DataGridView2.Size = New System.Drawing.Size(584, 223)
        Me.DataGridView2.TabIndex = 25
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.authorrd)
        Me.GroupBox1.Controls.Add(Me.isbnrd)
        Me.GroupBox1.Controls.Add(Me.namerd)
        Me.GroupBox1.Location = New System.Drawing.Point(22, 20)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(588, 51)
        Me.GroupBox1.TabIndex = 0
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Search By"
        '
        'namerd
        '
        Me.namerd.AutoSize = True
        Me.namerd.Location = New System.Drawing.Point(28, 27)
        Me.namerd.Name = "namerd"
        Me.namerd.Size = New System.Drawing.Size(71, 16)
        Me.namerd.TabIndex = 0
        Me.namerd.TabStop = True
        Me.namerd.Text = "BookName"
        Me.namerd.UseVisualStyleBackColor = True
        '
        'isbnrd
        '
        Me.isbnrd.AutoSize = True
        Me.isbnrd.Location = New System.Drawing.Point(234, 27)
        Me.isbnrd.Name = "isbnrd"
        Me.isbnrd.Size = New System.Drawing.Size(47, 16)
        Me.isbnrd.TabIndex = 1
        Me.isbnrd.TabStop = True
        Me.isbnrd.Text = "ISBN"
        Me.isbnrd.UseVisualStyleBackColor = True
        '
        'authorrd
        '
        Me.authorrd.AutoSize = True
        Me.authorrd.Location = New System.Drawing.Point(440, 27)
        Me.authorrd.Name = "authorrd"
        Me.authorrd.Size = New System.Drawing.Size(59, 16)
        Me.authorrd.TabIndex = 2
        Me.authorrd.TabStop = True
        Me.authorrd.Text = "Author"
        Me.authorrd.UseVisualStyleBackColor = True
        '
        'keytxt
        '
        Me.keytxt.Location = New System.Drawing.Point(22, 96)
        Me.keytxt.Name = "keytxt"
        Me.keytxt.Size = New System.Drawing.Size(587, 21)
        Me.keytxt.TabIndex = 1
        Me.keytxt.Text = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
        '
        'bookbt
        '
        Me.bookbt.Location = New System.Drawing.Point(22, 295)
        Me.bookbt.Name = "bookbt"
        Me.bookbt.Size = New System.Drawing.Size(75, 23)
        Me.bookbt.TabIndex = 2
        Me.bookbt.Text = "Search"
        Me.bookbt.UseVisualStyleBackColor = True
        '
        'DataGridView3
        '
        Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.DataGridView3.Location = New System.Drawing.Point(6, 132)
        Me.DataGridView3.Name = "DataGridView3"
        Me.DataGridView3.RowTemplate.Height = 23
        Me.DataGridView3.Size = New System.Drawing.Size(614, 146)
        Me.DataGridView3.TabIndex = 3
        '
        'frm_Search
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(815, 409)
        Me.Controls.Add(Me.seachTab)
        Me.Name = "frm_Search"
        Me.Text = "frm_Search"
        Me.seachTab.ResumeLayout(False)
        Me.bookTab.ResumeLayout(False)
        Me.bookTab.PerformLayout()
        Me.readerTab.ResumeLayout(False)
        Me.readerTab.PerformLayout()
        Me.administratorTab.ResumeLayout(False)
        Me.administratorTab.PerformLayout()
        CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents seachTab As System.Windows.Forms.TabControl
    Friend WithEvents bookTab As System.Windows.Forms.TabPage
    Friend WithEvents readerTab As System.Windows.Forms.TabPage
    Friend WithEvents administratorTab As System.Windows.Forms.TabPage
    Friend WithEvents readerbt As System.Windows.Forms.Button
    Friend WithEvents readerNotxt As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
    Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView
    Friend WithEvents administratorbt As System.Windows.Forms.Button
    Friend WithEvents admNotxt As System.Windows.Forms.TextBox
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents bookbt As System.Windows.Forms.Button
    Friend WithEvents keytxt As System.Windows.Forms.TextBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents authorrd As System.Windows.Forms.RadioButton
    Friend WithEvents isbnrd As System.Windows.Forms.RadioButton
    Friend WithEvents namerd As System.Windows.Forms.RadioButton
    Friend WithEvents DataGridView3 As System.Windows.Forms.DataGridView
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -