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

📄 个人信息.designer.vb

📁 初学者的练习一个简单的图书管理系统简单的查询和添加删除
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 个人信息
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Label_Name = New System.Windows.Forms.Label
        Me.TextBox_Name = New System.Windows.Forms.TextBox
        Me.TextBox_Age = New System.Windows.Forms.TextBox
        Me.Label_Age = New System.Windows.Forms.Label
        Me.TextBox_Faverity = New System.Windows.Forms.TextBox
        Me.Label_Faverity = New System.Windows.Forms.Label
        Me.Button_Insert = New System.Windows.Forms.Button
        Me.TextBox_Select = New System.Windows.Forms.TextBox
        Me.Label_SelectName = New System.Windows.Forms.Label
        Me.Button_Select = New System.Windows.Forms.Button
        Me.Button_Close = New System.Windows.Forms.Button
        Me.Button_Reset = New System.Windows.Forms.Button
        Me.Button_XML = New System.Windows.Forms.Button
        Me.Button_SelectAll = New System.Windows.Forms.Button
        Me.Button_Delete = New System.Windows.Forms.Button
        Me.ListBox1 = New System.Windows.Forms.ListBox
        Me.SuspendLayout()
        '
        'Label_Name
        '
        Me.Label_Name.AutoSize = True
        Me.Label_Name.Location = New System.Drawing.Point(12, 9)
        Me.Label_Name.Name = "Label_Name"
        Me.Label_Name.Size = New System.Drawing.Size(29, 12)
        Me.Label_Name.TabIndex = 0
        Me.Label_Name.Text = "姓名"
        '
        'TextBox_Name
        '
        Me.TextBox_Name.Location = New System.Drawing.Point(47, 6)
        Me.TextBox_Name.Name = "TextBox_Name"
        Me.TextBox_Name.Size = New System.Drawing.Size(100, 21)
        Me.TextBox_Name.TabIndex = 1
        '
        'TextBox_Age
        '
        Me.TextBox_Age.Location = New System.Drawing.Point(188, 6)
        Me.TextBox_Age.Name = "TextBox_Age"
        Me.TextBox_Age.Size = New System.Drawing.Size(100, 21)
        Me.TextBox_Age.TabIndex = 3
        '
        'Label_Age
        '
        Me.Label_Age.AutoSize = True
        Me.Label_Age.Location = New System.Drawing.Point(153, 9)
        Me.Label_Age.Name = "Label_Age"
        Me.Label_Age.Size = New System.Drawing.Size(29, 12)
        Me.Label_Age.TabIndex = 2
        Me.Label_Age.Text = "年龄"
        '
        'TextBox_Faverity
        '
        Me.TextBox_Faverity.Location = New System.Drawing.Point(329, 6)
        Me.TextBox_Faverity.Name = "TextBox_Faverity"
        Me.TextBox_Faverity.Size = New System.Drawing.Size(100, 21)
        Me.TextBox_Faverity.TabIndex = 5
        '
        'Label_Faverity
        '
        Me.Label_Faverity.AutoSize = True
        Me.Label_Faverity.Location = New System.Drawing.Point(294, 9)
        Me.Label_Faverity.Name = "Label_Faverity"
        Me.Label_Faverity.Size = New System.Drawing.Size(29, 12)
        Me.Label_Faverity.TabIndex = 4
        Me.Label_Faverity.Text = "爱好"
        '
        'Button_Insert
        '
        Me.Button_Insert.Location = New System.Drawing.Point(435, 4)
        Me.Button_Insert.Name = "Button_Insert"
        Me.Button_Insert.Size = New System.Drawing.Size(75, 23)
        Me.Button_Insert.TabIndex = 6
        Me.Button_Insert.Text = "添加"
        Me.Button_Insert.UseVisualStyleBackColor = True
        '
        'TextBox_Select
        '
        Me.TextBox_Select.Location = New System.Drawing.Point(623, 6)
        Me.TextBox_Select.Name = "TextBox_Select"
        Me.TextBox_Select.Size = New System.Drawing.Size(100, 21)
        Me.TextBox_Select.TabIndex = 8
        '
        'Label_SelectName
        '
        Me.Label_SelectName.AutoSize = True
        Me.Label_SelectName.Location = New System.Drawing.Point(516, 9)
        Me.Label_SelectName.Name = "Label_SelectName"
        Me.Label_SelectName.Size = New System.Drawing.Size(101, 12)
        Me.Label_SelectName.TabIndex = 7
        Me.Label_SelectName.Text = "请输入查找的名字"
        '
        'Button_Select
        '
        Me.Button_Select.Location = New System.Drawing.Point(729, 4)
        Me.Button_Select.Name = "Button_Select"
        Me.Button_Select.Size = New System.Drawing.Size(75, 23)
        Me.Button_Select.TabIndex = 9
        Me.Button_Select.Text = "查找"
        Me.Button_Select.UseVisualStyleBackColor = True
        '
        'Button_Close
        '
        Me.Button_Close.Location = New System.Drawing.Point(729, 329)
        Me.Button_Close.Name = "Button_Close"
        Me.Button_Close.Size = New System.Drawing.Size(75, 23)
        Me.Button_Close.TabIndex = 10
        Me.Button_Close.Text = "退出"
        Me.Button_Close.UseVisualStyleBackColor = True
        '
        'Button_Reset
        '
        Me.Button_Reset.Location = New System.Drawing.Point(639, 329)
        Me.Button_Reset.Name = "Button_Reset"
        Me.Button_Reset.Size = New System.Drawing.Size(75, 23)
        Me.Button_Reset.TabIndex = 11
        Me.Button_Reset.Text = "重置"
        Me.Button_Reset.UseVisualStyleBackColor = True
        '
        'Button_XML
        '
        Me.Button_XML.Location = New System.Drawing.Point(396, 329)
        Me.Button_XML.Name = "Button_XML"
        Me.Button_XML.Size = New System.Drawing.Size(75, 23)
        Me.Button_XML.TabIndex = 12
        Me.Button_XML.Text = "查看XML"
        Me.Button_XML.UseVisualStyleBackColor = True
        '
        'Button_SelectAll
        '
        Me.Button_SelectAll.Location = New System.Drawing.Point(477, 329)
        Me.Button_SelectAll.Name = "Button_SelectAll"
        Me.Button_SelectAll.Size = New System.Drawing.Size(75, 23)
        Me.Button_SelectAll.TabIndex = 13
        Me.Button_SelectAll.Text = "查看全部"
        Me.Button_SelectAll.UseVisualStyleBackColor = True
        '
        'Button_Delete
        '
        Me.Button_Delete.Location = New System.Drawing.Point(558, 329)
        Me.Button_Delete.Name = "Button_Delete"
        Me.Button_Delete.Size = New System.Drawing.Size(75, 23)
        Me.Button_Delete.TabIndex = 14
        Me.Button_Delete.Text = "删除"
        Me.Button_Delete.UseVisualStyleBackColor = True
        '
        'ListBox1
        '
        Me.ListBox1.FormattingEnabled = True
        Me.ListBox1.ItemHeight = 12
        Me.ListBox1.Location = New System.Drawing.Point(12, 33)
        Me.ListBox1.Name = "ListBox1"
        Me.ListBox1.Size = New System.Drawing.Size(792, 292)
        Me.ListBox1.TabIndex = 15
        '
        '个人信息
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(816, 364)
        Me.Controls.Add(Me.ListBox1)
        Me.Controls.Add(Me.Button_Delete)
        Me.Controls.Add(Me.Button_SelectAll)
        Me.Controls.Add(Me.Button_XML)
        Me.Controls.Add(Me.Button_Reset)
        Me.Controls.Add(Me.Button_Close)
        Me.Controls.Add(Me.Button_Select)
        Me.Controls.Add(Me.TextBox_Select)
        Me.Controls.Add(Me.Label_SelectName)
        Me.Controls.Add(Me.Button_Insert)
        Me.Controls.Add(Me.TextBox_Faverity)
        Me.Controls.Add(Me.Label_Faverity)
        Me.Controls.Add(Me.TextBox_Age)
        Me.Controls.Add(Me.Label_Age)
        Me.Controls.Add(Me.TextBox_Name)
        Me.Controls.Add(Me.Label_Name)
        Me.Name = "个人信息"
        Me.Text = "个人信息"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label_Name As System.Windows.Forms.Label
    Friend WithEvents TextBox_Name As System.Windows.Forms.TextBox
    Friend WithEvents TextBox_Age As System.Windows.Forms.TextBox
    Friend WithEvents Label_Age As System.Windows.Forms.Label
    Friend WithEvents TextBox_Faverity As System.Windows.Forms.TextBox
    Friend WithEvents Label_Faverity As System.Windows.Forms.Label
    Friend WithEvents Button_Insert As System.Windows.Forms.Button
    Friend WithEvents TextBox_Select As System.Windows.Forms.TextBox
    Friend WithEvents Label_SelectName As System.Windows.Forms.Label
    Friend WithEvents Button_Select As System.Windows.Forms.Button
    Friend WithEvents Button_Close As System.Windows.Forms.Button
    Friend WithEvents Button_Reset As System.Windows.Forms.Button
    Friend WithEvents Button_XML As System.Windows.Forms.Button
    Friend WithEvents Button_SelectAll As System.Windows.Forms.Button
    Friend WithEvents Button_Delete As System.Windows.Forms.Button
    Friend WithEvents ListBox1 As System.Windows.Forms.ListBox

End Class

⌨️ 快捷键说明

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