📄 reportwarehouseinform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ReportWarehouseInForm
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(ReportWarehouseInForm))
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 = 17
'
'打印入库商品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 = 16
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 = 15
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 = 14
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 = 13
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 = 12
'
'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 = 11
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 = 10
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 = 9
Me.label1.Text = "开始日期:"
'
'ReportWarehouseInForm
'
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 = "ReportWarehouseInForm"
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 + -