📄 form7.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form7
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form7))
Me.Label1 = New System.Windows.Forms.Label
Me.txtName = New System.Windows.Forms.TextBox
Me.DGVResult = New System.Windows.Forms.DataGridView
Me.Button1 = New System.Windows.Forms.Button
Me.Label2 = New System.Windows.Forms.Label
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(50, 32)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(21, 14)
Me.Label1.TabIndex = 2
Me.Label1.Text = "按"
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(89, 32)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(100, 21)
Me.txtName.TabIndex = 3
'
'DGVResult
'
Me.DGVResult.BackgroundColor = System.Drawing.Color.Azure
Me.DGVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVResult.Location = New System.Drawing.Point(53, 59)
Me.DGVResult.Name = "DGVResult"
Me.DGVResult.RowTemplate.Height = 23
Me.DGVResult.Size = New System.Drawing.Size(377, 169)
Me.DGVResult.TabIndex = 4
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.Transparent
Me.Button1.BackgroundImage = CType(resources.GetObject("Button1.BackgroundImage"), System.Drawing.Image)
Me.Button1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button1.ForeColor = System.Drawing.Color.LightSlateGray
Me.Button1.Location = New System.Drawing.Point(513, 110)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(61, 58)
Me.Button1.TabIndex = 5
Me.Button1.Text = "退出"
Me.Button1.UseVisualStyleBackColor = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Location = New System.Drawing.Point(221, 35)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(161, 12)
Me.Label2.TabIndex = 9
Me.Label2.Text = "商品编号查询未销售商品信息"
'
'Form7
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.超市系统开发.My.Resources.Resources._2005430142557494
Me.ClientSize = New System.Drawing.Size(659, 266)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.DGVResult)
Me.Controls.Add(Me.txtName)
Me.Controls.Add(Me.Label1)
Me.Name = "Form7"
Me.Text = "Form7"
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtName As System.Windows.Forms.TextBox
Friend WithEvents DGVResult As System.Windows.Forms.DataGridView
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -