📄 reportcollectform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ReportCollectForm
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(ReportCollectForm))
Me.打印汇总报表Button = New System.Windows.Forms.Button
Me.当前库存商品Button = New System.Windows.Forms.Button
Me.累计出库商品Button = New System.Windows.Forms.Button
Me.累计入库商品Button = New System.Windows.Forms.Button
Me.汇总信息DataGridView = New System.Windows.Forms.DataGridView
CType(Me.汇总信息DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'打印汇总报表Button
'
Me.打印汇总报表Button.Image = CType(resources.GetObject("打印汇总报表Button.Image"), System.Drawing.Image)
Me.打印汇总报表Button.Location = New System.Drawing.Point(412, 5)
Me.打印汇总报表Button.Name = "打印汇总报表Button"
Me.打印汇总报表Button.Size = New System.Drawing.Size(125, 23)
Me.打印汇总报表Button.TabIndex = 35
Me.打印汇总报表Button.Text = "打印汇总报表"
Me.打印汇总报表Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.打印汇总报表Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.打印汇总报表Button.UseVisualStyleBackColor = True
'
'当前库存商品Button
'
Me.当前库存商品Button.Image = CType(resources.GetObject("当前库存商品Button.Image"), System.Drawing.Image)
Me.当前库存商品Button.Location = New System.Drawing.Point(276, 5)
Me.当前库存商品Button.Name = "当前库存商品Button"
Me.当前库存商品Button.Size = New System.Drawing.Size(125, 23)
Me.当前库存商品Button.TabIndex = 34
Me.当前库存商品Button.Text = "当前库存商品"
Me.当前库存商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.当前库存商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.当前库存商品Button.UseVisualStyleBackColor = True
'
'累计出库商品Button
'
Me.累计出库商品Button.Image = CType(resources.GetObject("累计出库商品Button.Image"), System.Drawing.Image)
Me.累计出库商品Button.Location = New System.Drawing.Point(140, 5)
Me.累计出库商品Button.Name = "累计出库商品Button"
Me.累计出库商品Button.Size = New System.Drawing.Size(125, 23)
Me.累计出库商品Button.TabIndex = 33
Me.累计出库商品Button.Text = "累计出库商品"
Me.累计出库商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.累计出库商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.累计出库商品Button.UseVisualStyleBackColor = True
'
'累计入库商品Button
'
Me.累计入库商品Button.Image = CType(resources.GetObject("累计入库商品Button.Image"), System.Drawing.Image)
Me.累计入库商品Button.Location = New System.Drawing.Point(4, 5)
Me.累计入库商品Button.Name = "累计入库商品Button"
Me.累计入库商品Button.Size = New System.Drawing.Size(125, 23)
Me.累计入库商品Button.TabIndex = 32
Me.累计入库商品Button.Text = "累计入库商品"
Me.累计入库商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.累计入库商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.累计入库商品Button.UseVisualStyleBackColor = True
'
'汇总信息DataGridView
'
Me.汇总信息DataGridView.AllowUserToAddRows = False
Me.汇总信息DataGridView.AllowUserToDeleteRows = False
Me.汇总信息DataGridView.AllowUserToResizeRows = False
Me.汇总信息DataGridView.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.汇总信息DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.汇总信息DataGridView.Location = New System.Drawing.Point(4, 32)
Me.汇总信息DataGridView.MultiSelect = False
Me.汇总信息DataGridView.Name = "汇总信息DataGridView"
Me.汇总信息DataGridView.ReadOnly = True
Me.汇总信息DataGridView.RowHeadersVisible = False
Me.汇总信息DataGridView.RowTemplate.Height = 23
Me.汇总信息DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.汇总信息DataGridView.Size = New System.Drawing.Size(534, 379)
Me.汇总信息DataGridView.TabIndex = 31
'
'ReportCollectForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(542, 416)
Me.Controls.Add(Me.打印汇总报表Button)
Me.Controls.Add(Me.当前库存商品Button)
Me.Controls.Add(Me.累计出库商品Button)
Me.Controls.Add(Me.累计入库商品Button)
Me.Controls.Add(Me.汇总信息DataGridView)
Me.Name = "ReportCollectForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "商品采购销售汇总报表"
CType(Me.汇总信息DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Private WithEvents 打印汇总报表Button As System.Windows.Forms.Button
Private WithEvents 当前库存商品Button As System.Windows.Forms.Button
Private WithEvents 累计出库商品Button As System.Windows.Forms.Button
Private WithEvents 累计入库商品Button As System.Windows.Forms.Button
Private WithEvents 汇总信息DataGridView As System.Windows.Forms.DataGridView
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -