📄 frmfindhouse_name.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmFindHouse_Name
#Region "Windows 窗体设计器生成的代码 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'此窗体是 MDI 子窗体。
'此代码模拟 VB6
' 的自动加载和显示
' MDI 子级的父级
' 的功能。
End Sub
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.DGVResult = New System.Windows.Forms.DataGridView
Me.TxtName = New System.Windows.Forms.TextBox
Me.BtnOK = New System.Windows.Forms.Button
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DGVResult
'
Me.DGVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVResult.Location = New System.Drawing.Point(12, 67)
Me.DGVResult.Name = "DGVResult"
Me.DGVResult.RowTemplate.Height = 23
Me.DGVResult.Size = New System.Drawing.Size(520, 324)
Me.DGVResult.TabIndex = 10
'
'TxtName
'
Me.TxtName.Location = New System.Drawing.Point(46, 26)
Me.TxtName.Name = "TxtName"
Me.TxtName.Size = New System.Drawing.Size(148, 21)
Me.TxtName.TabIndex = 14
'
'BtnOK
'
Me.BtnOK.Location = New System.Drawing.Point(335, 23)
Me.BtnOK.Name = "BtnOK"
Me.BtnOK.Size = New System.Drawing.Size(109, 23)
Me.BtnOK.TabIndex = 13
Me.BtnOK.Text = "确定"
Me.BtnOK.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(200, 29)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(101, 12)
Me.Label2.TabIndex = 12
Me.Label2.Text = "查询姓名业主信息"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(23, 29)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(17, 12)
Me.Label1.TabIndex = 11
Me.Label1.Text = "按"
'
'frmFindHouse_Name
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(545, 401)
Me.Controls.Add(Me.TxtName)
Me.Controls.Add(Me.BtnOK)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.DGVResult)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Location = New System.Drawing.Point(3, 22)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmFindHouse_Name"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "查询业主信息"
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DGVResult As System.Windows.Forms.DataGridView
Friend WithEvents TxtName As System.Windows.Forms.TextBox
Friend WithEvents BtnOK As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -