📄 reportwarehouseoutform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ReportWarehouseOutForm
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(ReportWarehouseOutForm))
Me.销售出库明细DataGridView = New System.Windows.Forms.DataGridView
Me.打印出库商品Button = New System.Windows.Forms.Button
Me.商品名称ComboBox = New System.Windows.Forms.ComboBox
Me.label3 = New System.Windows.Forms.Label
Me.查询出库商品Button = New System.Windows.Forms.Button
Me.销售结束日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.label2 = New System.Windows.Forms.Label
Me.销售开始日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.label1 = New System.Windows.Forms.Label
CType(Me.销售出库明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'销售出库明细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, 56)
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, 355)
Me.销售出库明细DataGridView.TabIndex = 26
'
'打印出库商品Button
'
Me.打印出库商品Button.Image = CType(resources.GetObject("打印出库商品Button.Image"), System.Drawing.Image)
Me.打印出库商品Button.Location = New System.Drawing.Point(425, 27)
Me.打印出库商品Button.Name = "打印出库商品Button"
Me.打印出库商品Button.Size = New System.Drawing.Size(113, 23)
Me.打印出库商品Button.TabIndex = 25
Me.打印出库商品Button.Text = "打印出库商品"
Me.打印出库商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.打印出库商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.打印出库商品Button.UseVisualStyleBackColor = True
'
'商品名称ComboBox
'
Me.商品名称ComboBox.FormattingEnabled = True
Me.商品名称ComboBox.Location = New System.Drawing.Point(69, 30)
Me.商品名称ComboBox.Name = "商品名称ComboBox"
Me.商品名称ComboBox.Size = New System.Drawing.Size(350, 20)
Me.商品名称ComboBox.TabIndex = 24
Me.商品名称ComboBox.Text = "%%"
'
'label3
'
Me.label3.AutoSize = True
Me.label3.Location = New System.Drawing.Point(6, 34)
Me.label3.Name = "label3"
Me.label3.Size = New System.Drawing.Size(65, 12)
Me.label3.TabIndex = 23
Me.label3.Text = "商品名称:"
'
'查询出库商品Button
'
Me.查询出库商品Button.Image = CType(resources.GetObject("查询出库商品Button.Image"), System.Drawing.Image)
Me.查询出库商品Button.Location = New System.Drawing.Point(425, 6)
Me.查询出库商品Button.Name = "查询出库商品Button"
Me.查询出库商品Button.Size = New System.Drawing.Size(113, 23)
Me.查询出库商品Button.TabIndex = 22
Me.查询出库商品Button.Text = "查询出库商品"
Me.查询出库商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.查询出库商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.查询出库商品Button.UseVisualStyleBackColor = True
'
'销售结束日期DateTimePicker
'
Me.销售结束日期DateTimePicker.Location = New System.Drawing.Point(282, 7)
Me.销售结束日期DateTimePicker.Name = "销售结束日期DateTimePicker"
Me.销售结束日期DateTimePicker.Size = New System.Drawing.Size(137, 21)
Me.销售结束日期DateTimePicker.TabIndex = 21
'
'label2
'
Me.label2.AutoSize = True
Me.label2.Location = New System.Drawing.Point(223, 11)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(65, 12)
Me.label2.TabIndex = 20
Me.label2.Text = "结束日期:"
'
'销售开始日期DateTimePicker
'
Me.销售开始日期DateTimePicker.Location = New System.Drawing.Point(69, 7)
Me.销售开始日期DateTimePicker.Name = "销售开始日期DateTimePicker"
Me.销售开始日期DateTimePicker.Size = New System.Drawing.Size(148, 21)
Me.销售开始日期DateTimePicker.TabIndex = 19
Me.销售开始日期DateTimePicker.Value = New Date(2006, 2, 28, 21, 34, 0, 0)
'
'label1
'
Me.label1.AutoSize = True
Me.label1.Location = New System.Drawing.Point(6, 11)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(65, 12)
Me.label1.TabIndex = 18
Me.label1.Text = "开始日期:"
'
'ReportWarehouseOutForm
'
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.销售出库明细DataGridView)
Me.Controls.Add(Me.打印出库商品Button)
Me.Controls.Add(Me.商品名称ComboBox)
Me.Controls.Add(Me.label3)
Me.Controls.Add(Me.查询出库商品Button)
Me.Controls.Add(Me.销售结束日期DateTimePicker)
Me.Controls.Add(Me.label2)
Me.Controls.Add(Me.销售开始日期DateTimePicker)
Me.Controls.Add(Me.label1)
Me.Name = "ReportWarehouseOutForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "商品销售出库报表"
CType(Me.销售出库明细DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents 销售出库明细DataGridView As System.Windows.Forms.DataGridView
Private WithEvents 打印出库商品Button As System.Windows.Forms.Button
Private WithEvents 商品名称ComboBox As System.Windows.Forms.ComboBox
Private WithEvents label3 As System.Windows.Forms.Label
Private WithEvents 查询出库商品Button As System.Windows.Forms.Button
Private WithEvents 销售结束日期DateTimePicker As System.Windows.Forms.DateTimePicker
Private WithEvents label2 As System.Windows.Forms.Label
Private WithEvents 销售开始日期DateTimePicker As System.Windows.Forms.DateTimePicker
Private WithEvents label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -