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

📄 addbookinfo.designer.vb

📁 是关于图书管理系统的用vb.net 和access开发的
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddBookInfo
    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.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.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.ISBNtxt = New System.Windows.Forms.TextBox
        Me.nametxt = New System.Windows.Forms.TextBox
        Me.authortxt = New System.Windows.Forms.TextBox
        Me.pubDatetxt = New System.Windows.Forms.TextBox
        Me.editiontxt = New System.Windows.Forms.TextBox
        Me.addbt = New System.Windows.Forms.Button
        Me.resetbt = New System.Windows.Forms.Button
        Me.exitbt = New System.Windows.Forms.Button
        Me.codecombo = New System.Windows.Forms.ComboBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.pricetxt = New System.Windows.Forms.TextBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.label6 = New System.Windows.Forms.Label
        Me.publishertxt = New System.Windows.Forms.TextBox
        Me.typecombo = New System.Windows.Forms.ComboBox
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(66, 25)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(29, 12)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "ISBN"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(36, 68)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(59, 12)
        Me.Label3.TabIndex = 2
        Me.Label3.Text = "Book Name"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(36, 154)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(59, 12)
        Me.Label4.TabIndex = 3
        Me.Label4.Text = "Book Code"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(354, 162)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(59, 12)
        Me.Label5.TabIndex = 4
        Me.Label5.Text = "Book Type"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(372, 68)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(41, 12)
        Me.Label7.TabIndex = 6
        Me.Label7.Text = "Author"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(18, 205)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(77, 12)
        Me.Label8.TabIndex = 7
        Me.Label8.Text = "Publish Date"
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Location = New System.Drawing.Point(366, 119)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(47, 12)
        Me.Label10.TabIndex = 9
        Me.Label10.Text = "Edition"
        '
        'ISBNtxt
        '
        Me.ISBNtxt.Location = New System.Drawing.Point(106, 22)
        Me.ISBNtxt.Name = "ISBNtxt"
        Me.ISBNtxt.Size = New System.Drawing.Size(264, 21)
        Me.ISBNtxt.TabIndex = 0
        '
        'nametxt
        '
        Me.nametxt.Location = New System.Drawing.Point(106, 65)
        Me.nametxt.Name = "nametxt"
        Me.nametxt.Size = New System.Drawing.Size(197, 21)
        Me.nametxt.TabIndex = 1
        '
        'authortxt
        '
        Me.authortxt.Location = New System.Drawing.Point(424, 59)
        Me.authortxt.Name = "authortxt"
        Me.authortxt.Size = New System.Drawing.Size(199, 21)
        Me.authortxt.TabIndex = 2
        '
        'pubDatetxt
        '
        Me.pubDatetxt.Location = New System.Drawing.Point(106, 202)
        Me.pubDatetxt.Name = "pubDatetxt"
        Me.pubDatetxt.Size = New System.Drawing.Size(199, 21)
        Me.pubDatetxt.TabIndex = 6
        '
        'editiontxt
        '
        Me.editiontxt.Location = New System.Drawing.Point(424, 110)
        Me.editiontxt.Name = "editiontxt"
        Me.editiontxt.Size = New System.Drawing.Size(199, 21)
        Me.editiontxt.TabIndex = 4
        '
        'addbt
        '
        Me.addbt.Location = New System.Drawing.Point(123, 308)
        Me.addbt.Name = "addbt"
        Me.addbt.Size = New System.Drawing.Size(74, 26)
        Me.addbt.TabIndex = 21
        Me.addbt.Text = "Add"
        Me.addbt.UseVisualStyleBackColor = True
        '
        'resetbt
        '
        Me.resetbt.Location = New System.Drawing.Point(297, 308)
        Me.resetbt.Name = "resetbt"
        Me.resetbt.Size = New System.Drawing.Size(76, 26)
        Me.resetbt.TabIndex = 22
        Me.resetbt.Text = "Reset"
        Me.resetbt.UseVisualStyleBackColor = True
        '
        'exitbt
        '
        Me.exitbt.Location = New System.Drawing.Point(466, 308)
        Me.exitbt.Name = "exitbt"
        Me.exitbt.Size = New System.Drawing.Size(75, 26)
        Me.exitbt.TabIndex = 23
        Me.exitbt.Text = "Exit"
        Me.exitbt.UseVisualStyleBackColor = True
        '
        'codecombo
        '
        Me.codecombo.FormattingEnabled = True
        Me.codecombo.Location = New System.Drawing.Point(106, 154)
        Me.codecombo.Name = "codecombo"
        Me.codecombo.Size = New System.Drawing.Size(199, 20)
        Me.codecombo.TabIndex = 5
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.pricetxt)
        Me.GroupBox1.Controls.Add(Me.Label13)
        Me.GroupBox1.Controls.Add(Me.label6)
        Me.GroupBox1.Controls.Add(Me.publishertxt)
        Me.GroupBox1.Controls.Add(Me.typecombo)
        Me.GroupBox1.Controls.Add(Me.codecombo)
        Me.GroupBox1.Controls.Add(Me.editiontxt)
        Me.GroupBox1.Controls.Add(Me.pubDatetxt)
        Me.GroupBox1.Controls.Add(Me.authortxt)
        Me.GroupBox1.Controls.Add(Me.nametxt)
        Me.GroupBox1.Controls.Add(Me.ISBNtxt)
        Me.GroupBox1.Controls.Add(Me.Label10)
        Me.GroupBox1.Controls.Add(Me.Label8)
        Me.GroupBox1.Controls.Add(Me.Label7)
        Me.GroupBox1.Controls.Add(Me.Label5)
        Me.GroupBox1.Controls.Add(Me.Label4)
        Me.GroupBox1.Controls.Add(Me.Label3)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Location = New System.Drawing.Point(12, 24)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(639, 268)
        Me.GroupBox1.TabIndex = 27
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Book Information"
        '
        'pricetxt
        '
        Me.pricetxt.Location = New System.Drawing.Point(106, 116)
        Me.pricetxt.Name = "pricetxt"
        Me.pricetxt.Size = New System.Drawing.Size(199, 21)
        Me.pricetxt.TabIndex = 3
        '
        'Label13
        '
        Me.Label13.AutoSize = True
        Me.Label13.Location = New System.Drawing.Point(60, 119)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(35, 12)
        Me.Label13.TabIndex = 31
        Me.Label13.Text = "Price"
        '
        'label6
        '
        Me.label6.AutoSize = True
        Me.label6.Location = New System.Drawing.Point(354, 211)
        Me.label6.Name = "label6"
        Me.label6.Size = New System.Drawing.Size(59, 12)
        Me.label6.TabIndex = 28
        Me.label6.Text = "publisher"
        '
        'publishertxt
        '
        Me.publishertxt.Location = New System.Drawing.Point(424, 202)
        Me.publishertxt.Name = "publishertxt"
        Me.publishertxt.Size = New System.Drawing.Size(199, 21)
        Me.publishertxt.TabIndex = 7
        '
        'typecombo
        '
        Me.typecombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
        Me.typecombo.FormattingEnabled = True
        Me.typecombo.Location = New System.Drawing.Point(422, 159)
        Me.typecombo.Name = "typecombo"
        Me.typecombo.Size = New System.Drawing.Size(199, 20)
        Me.typecombo.TabIndex = 9
        '
        'AddBookInfo
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(663, 356)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.addbt)
        Me.Controls.Add(Me.resetbt)
        Me.Controls.Add(Me.exitbt)
        Me.Name = "AddBookInfo"
        Me.Text = "Add Book Information"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    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 Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents ISBNtxt As System.Windows.Forms.TextBox
    Friend WithEvents nametxt As System.Windows.Forms.TextBox
    Friend WithEvents authortxt As System.Windows.Forms.TextBox
    Friend WithEvents pubDatetxt As System.Windows.Forms.TextBox
    Friend WithEvents editiontxt As System.Windows.Forms.TextBox
    Friend WithEvents addbt As System.Windows.Forms.Button
    Friend WithEvents resetbt As System.Windows.Forms.Button
    Friend WithEvents exitbt As System.Windows.Forms.Button
    Friend WithEvents codecombo As System.Windows.Forms.ComboBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents typecombo As System.Windows.Forms.ComboBox
    Friend WithEvents label6 As System.Windows.Forms.Label
    Friend WithEvents publishertxt As System.Windows.Forms.TextBox
    Friend WithEvents pricetxt As System.Windows.Forms.TextBox
    Friend WithEvents Label13 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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