📄 warehouseinform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class WarehouseInForm
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()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(WarehouseInForm))
Dim label13 As System.Windows.Forms.Label
Dim label12 As System.Windows.Forms.Label
Dim label11 As System.Windows.Forms.Label
Dim label10 As System.Windows.Forms.Label
Dim 商品编号Label As System.Windows.Forms.Label
Dim 商品名称Label As System.Windows.Forms.Label
Dim 规格型号Label As System.Windows.Forms.Label
Dim 单位Label As System.Windows.Forms.Label
Dim 建议采购价Label As System.Windows.Forms.Label
Me.MySaleDataSet = New 商品销售管理系统.MySaleDataSet
Me.商品信息BindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.商品信息TableAdapter = New 商品销售管理系统.MySaleDataSetTableAdapters.商品信息TableAdapter
Me.打印入库单Button = New System.Windows.Forms.Button
Me.采购明细DataGridView = New System.Windows.Forms.DataGridView
Me.添加商品Button = New System.Windows.Forms.Button
Me.金额TextBox = New System.Windows.Forms.TextBox
Me.建议采购价TextBox = New System.Windows.Forms.TextBox
Me.数量TextBox = New System.Windows.Forms.TextBox
Me.实际采购价TextBox = New System.Windows.Forms.TextBox
Me.单位TextBox = New System.Windows.Forms.TextBox
Me.规格型号TextBox = New System.Windows.Forms.TextBox
Me.生产日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.商品名称TextBox = New System.Windows.Forms.TextBox
Me.商品编号TextBox = New System.Windows.Forms.TextBox
Me.新增商品种类Button = New System.Windows.Forms.Button
Me.新增供应商Button = New System.Windows.Forms.Button
Me.保存入库单Button = New System.Windows.Forms.Button
Me.入库日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.付款方式ComboBox = New System.Windows.Forms.ComboBox
Me.新增入库单Button = New System.Windows.Forms.Button
Me.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.printDocument1 = New System.Drawing.Printing.PrintDocument
Me.商品信息DataGridView = New System.Windows.Forms.DataGridView
Me.dataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
Me.减少商品Button = New System.Windows.Forms.Button
Me.客户名称ComboBox = New System.Windows.Forms.ComboBox
Me.说明TextBox = New System.Windows.Forms.TextBox
Me.label9 = New System.Windows.Forms.Label
Me.label8 = New System.Windows.Forms.Label
Me.经办人TextBox = New System.Windows.Forms.TextBox
Me.label7 = New System.Windows.Forms.Label
Me.label6 = New System.Windows.Forms.Label
Me.实付金额TextBox = New System.Windows.Forms.TextBox
Me.label5 = New System.Windows.Forms.Label
Me.应付金额TextBox = New System.Windows.Forms.TextBox
Me.label4 = New System.Windows.Forms.Label
Me.label3 = New System.Windows.Forms.Label
Me.采购单号TextBox = New System.Windows.Forms.TextBox
Me.label2 = New System.Windows.Forms.Label
Me.自编号TextBox = New System.Windows.Forms.TextBox
Me.label1 = New System.Windows.Forms.Label
label13 = New System.Windows.Forms.Label
label12 = New System.Windows.Forms.Label
label11 = New System.Windows.Forms.Label
label10 = New System.Windows.Forms.Label
商品编号Label = New System.Windows.Forms.Label
商品名称Label = New System.Windows.Forms.Label
规格型号Label = New System.Windows.Forms.Label
单位Label = New System.Windows.Forms.Label
建议采购价Label = New System.Windows.Forms.Label
CType(Me.MySaleDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.商品信息BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.采购明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.商品信息DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'MySaleDataSet
'
Me.MySaleDataSet.DataSetName = "MySaleDataSet"
Me.MySaleDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'商品信息BindingSource
'
Me.商品信息BindingSource.DataMember = "商品信息"
Me.商品信息BindingSource.DataSource = Me.MySaleDataSet
'
'商品信息TableAdapter
'
Me.商品信息TableAdapter.ClearBeforeFill = True
'
'打印入库单Button
'
Me.打印入库单Button.Image = CType(resources.GetObject("打印入库单Button.Image"), System.Drawing.Image)
Me.打印入库单Button.Location = New System.Drawing.Point(330, 4)
Me.打印入库单Button.Name = "打印入库单Button"
Me.打印入库单Button.Size = New System.Drawing.Size(100, 23)
Me.打印入库单Button.TabIndex = 91
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.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(6, 311)
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(533, 101)
Me.采购明细DataGridView.TabIndex = 90
'
'添加商品Button
'
Me.添加商品Button.Image = CType(resources.GetObject("添加商品Button.Image"), System.Drawing.Image)
Me.添加商品Button.Location = New System.Drawing.Point(359, 282)
Me.添加商品Button.Name = "添加商品Button"
Me.添加商品Button.Size = New System.Drawing.Size(86, 23)
Me.添加商品Button.TabIndex = 89
Me.添加商品Button.Text = "添加商品"
Me.添加商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.添加商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.添加商品Button.UseVisualStyleBackColor = True
'
'金额TextBox
'
Me.金额TextBox.Location = New System.Drawing.Point(283, 284)
Me.金额TextBox.Name = "金额TextBox"
Me.金额TextBox.ReadOnly = True
Me.金额TextBox.Size = New System.Drawing.Size(70, 21)
Me.金额TextBox.TabIndex = 88
'
'建议采购价TextBox
'
Me.建议采购价TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.建议采购价TextBox.Location = New System.Drawing.Point(458, 257)
Me.建议采购价TextBox.Name = "建议采购价TextBox"
Me.建议采购价TextBox.ReadOnly = True
Me.建议采购价TextBox.Size = New System.Drawing.Size(81, 21)
Me.建议采购价TextBox.TabIndex = 87
'
'数量TextBox
'
Me.数量TextBox.Location = New System.Drawing.Point(180, 284)
Me.数量TextBox.Name = "数量TextBox"
Me.数量TextBox.Size = New System.Drawing.Size(52, 21)
Me.数量TextBox.TabIndex = 86
'
'实际采购价TextBox
'
Me.实际采购价TextBox.Location = New System.Drawing.Point(75, 284)
Me.实际采购价TextBox.Name = "实际采购价TextBox"
Me.实际采购价TextBox.Size = New System.Drawing.Size(65, 21)
Me.实际采购价TextBox.TabIndex = 85
'
'单位TextBox
'
Me.单位TextBox.Location = New System.Drawing.Point(308, 258)
Me.单位TextBox.Name = "单位TextBox"
Me.单位TextBox.ReadOnly = True
Me.单位TextBox.Size = New System.Drawing.Size(60, 21)
Me.单位TextBox.TabIndex = 84
'
'规格型号TextBox
'
Me.规格型号TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.规格型号TextBox.Location = New System.Drawing.Point(458, 230)
Me.规格型号TextBox.Name = "规格型号TextBox"
Me.规格型号TextBox.ReadOnly = True
Me.规格型号TextBox.Size = New System.Drawing.Size(81, 21)
Me.规格型号TextBox.TabIndex = 83
'
'生产日期DateTimePicker
'
Me.生产日期DateTimePicker.Location = New System.Drawing.Point(69, 257)
Me.生产日期DateTimePicker.Name = "生产日期DateTimePicker"
Me.生产日期DateTimePicker.Size = New System.Drawing.Size(192, 21)
Me.生产日期DateTimePicker.TabIndex = 82
'
'商品名称TextBox
'
Me.商品名称TextBox.Location = New System.Drawing.Point(208, 230)
Me.商品名称TextBox.Name = "商品名称TextBox"
Me.商品名称TextBox.ReadOnly = True
Me.商品名称TextBox.Size = New System.Drawing.Size(172, 21)
Me.商品名称TextBox.TabIndex = 81
'
'商品编号TextBox
'
Me.商品编号TextBox.Location = New System.Drawing.Point(69, 230)
Me.商品编号TextBox.Name = "商品编号TextBox"
Me.商品编号TextBox.ReadOnly = True
Me.商品编号TextBox.Size = New System.Drawing.Size(71, 21)
Me.商品编号TextBox.TabIndex = 80
'
'新增商品种类Button
'
Me.新增商品种类Button.Image = CType(resources.GetObject("新增商品种类Button.Image"), System.Drawing.Image)
Me.新增商品种类Button.Location = New System.Drawing.Point(114, 4)
Me.新增商品种类Button.Name = "新增商品种类Button"
Me.新增商品种类Button.Size = New System.Drawing.Size(102, 23)
Me.新增商品种类Button.TabIndex = 79
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(6, 4)
Me.新增供应商Button.Name = "新增供应商Button"
Me.新增供应商Button.Size = New System.Drawing.Size(100, 23)
Me.新增供应商Button.TabIndex = 78
Me.新增供应商Button.Text = "新增供应商"
Me.新增供应商Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.新增供应商Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -