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

📄 form1.designer.vb

📁 SQL Server 业已成为最为流行的几大数据库之一
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <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

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

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Label1 = New System.Windows.Forms.Label
        Me.tbResults = New System.Windows.Forms.TextBox
        Me.tbCategoryID = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.btDoSearch = New System.Windows.Forms.Button
        Me.btUpdate = New System.Windows.Forms.Button
        Me.tbDescription = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(1, 14)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(65, 12)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "查询结果:"
        '
        'tbResults
        '
        Me.tbResults.Location = New System.Drawing.Point(3, 34)
        Me.tbResults.Multiline = True
        Me.tbResults.Name = "tbResults"
        Me.tbResults.ReadOnly = True
        Me.tbResults.ScrollBars = System.Windows.Forms.ScrollBars.Both
        Me.tbResults.Size = New System.Drawing.Size(411, 256)
        Me.tbResults.TabIndex = 1
        '
        'tbCategoryID
        '
        Me.tbCategoryID.Location = New System.Drawing.Point(457, 62)
        Me.tbCategoryID.Name = "tbCategoryID"
        Me.tbCategoryID.Size = New System.Drawing.Size(100, 21)
        Me.tbCategoryID.TabIndex = 2
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(456, 34)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(101, 12)
        Me.Label2.TabIndex = 3
        Me.Label2.Text = "输入查询记录号:"
        '
        'btDoSearch
        '
        Me.btDoSearch.Location = New System.Drawing.Point(469, 98)
        Me.btDoSearch.Name = "btDoSearch"
        Me.btDoSearch.Size = New System.Drawing.Size(75, 23)
        Me.btDoSearch.TabIndex = 4
        Me.btDoSearch.Text = "开始查询"
        Me.btDoSearch.UseVisualStyleBackColor = True
        '
        'btUpdate
        '
        Me.btUpdate.Location = New System.Drawing.Point(469, 201)
        Me.btUpdate.Name = "btUpdate"
        Me.btUpdate.Size = New System.Drawing.Size(75, 23)
        Me.btUpdate.TabIndex = 5
        Me.btUpdate.Text = "开始更新"
        Me.btUpdate.UseVisualStyleBackColor = True
        '
        'tbDescription
        '
        Me.tbDescription.Location = New System.Drawing.Point(457, 170)
        Me.tbDescription.Name = "tbDescription"
        Me.tbDescription.Size = New System.Drawing.Size(100, 21)
        Me.tbDescription.TabIndex = 6
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(456, 155)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(107, 12)
        Me.Label3.TabIndex = 7
        Me.Label3.Text = "新Description值:"
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(569, 293)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.tbDescription)
        Me.Controls.Add(Me.btUpdate)
        Me.Controls.Add(Me.btDoSearch)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.tbCategoryID)
        Me.Controls.Add(Me.tbResults)
        Me.Controls.Add(Me.Label1)
        Me.Name = "Form1"
        Me.Text = "使用SQLXML访问数据库"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents tbResults As System.Windows.Forms.TextBox
    Friend WithEvents tbCategoryID As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents btDoSearch As System.Windows.Forms.Button
    Friend WithEvents btUpdate As System.Windows.Forms.Button
    Friend WithEvents tbDescription As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label

End Class

⌨️ 快捷键说明

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