📄 form1.designer.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.components = New System.ComponentModel.Container
Me.Label1 = New System.Windows.Forms.Label
Me.tbSearch = New System.Windows.Forms.TextBox
Me.btSearch = New System.Windows.Forms.Button
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.DataGridView1 = New System.Windows.Forms.DataGridView
Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
Me.btCreate = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(24, 29)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(89, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "输入查询条件:"
'
'tbSearch
'
Me.tbSearch.Location = New System.Drawing.Point(26, 58)
Me.tbSearch.Name = "tbSearch"
Me.tbSearch.Size = New System.Drawing.Size(100, 21)
Me.tbSearch.TabIndex = 1
'
'btSearch
'
Me.btSearch.Location = New System.Drawing.Point(194, 58)
Me.btSearch.Name = "btSearch"
Me.btSearch.Size = New System.Drawing.Size(75, 23)
Me.btSearch.TabIndex = 2
Me.btSearch.Text = "开始查询"
Me.btSearch.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.DataGridView1)
Me.GroupBox1.Location = New System.Drawing.Point(2, 98)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(279, 116)
Me.GroupBox1.TabIndex = 3
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "查询结果:"
'
'DataGridView1
'
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Location = New System.Drawing.Point(7, 12)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.RowTemplate.Height = 23
Me.DataGridView1.Size = New System.Drawing.Size(266, 98)
Me.DataGridView1.TabIndex = 0
'
'BindingSource1
'
'
'btCreate
'
Me.btCreate.Location = New System.Drawing.Point(194, 17)
Me.btCreate.Name = "btCreate"
Me.btCreate.Size = New System.Drawing.Size(75, 23)
Me.btCreate.TabIndex = 4
Me.btCreate.Text = "创建索引"
Me.btCreate.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(281, 215)
Me.Controls.Add(Me.btCreate)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.btSearch)
Me.Controls.Add(Me.tbSearch)
Me.Controls.Add(Me.Label1)
Me.Name = "Form1"
Me.Text = "使用SMO创建全文索引"
Me.GroupBox1.ResumeLayout(False)
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents tbSearch As System.Windows.Forms.TextBox
Friend WithEvents btSearch As System.Windows.Forms.Button
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents BindingSource1 As System.Windows.Forms.BindingSource
Friend WithEvents btCreate As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -