📄 warehouseinform.designer.vb
字号:
Me.新增供应商Button.UseVisualStyleBackColor = True
'
'保存入库单Button
'
Me.保存入库单Button.Image = CType(resources.GetObject("保存入库单Button.Image"), System.Drawing.Image)
Me.保存入库单Button.Location = New System.Drawing.Point(438, 4)
Me.保存入库单Button.Name = "保存入库单Button"
Me.保存入库单Button.Size = New System.Drawing.Size(100, 23)
Me.保存入库单Button.TabIndex = 77
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(75, 87)
Me.入库日期DateTimePicker.Name = "入库日期DateTimePicker"
Me.入库日期DateTimePicker.Size = New System.Drawing.Size(124, 21)
Me.入库日期DateTimePicker.TabIndex = 76
'
'付款方式ComboBox
'
Me.付款方式ComboBox.FormattingEnabled = True
Me.付款方式ComboBox.Items.AddRange(New Object() {"现金", "银行卡", "支票", "汇票"})
Me.付款方式ComboBox.Location = New System.Drawing.Point(347, 61)
Me.付款方式ComboBox.Name = "付款方式ComboBox"
Me.付款方式ComboBox.Size = New System.Drawing.Size(70, 20)
Me.付款方式ComboBox.TabIndex = 75
'
'新增入库单Button
'
Me.新增入库单Button.Image = CType(resources.GetObject("新增入库单Button.Image"), System.Drawing.Image)
Me.新增入库单Button.Location = New System.Drawing.Point(222, 4)
Me.新增入库单Button.Name = "新增入库单Button"
Me.新增入库单Button.Size = New System.Drawing.Size(100, 23)
Me.新增入库单Button.TabIndex = 74
Me.新增入库单Button.Text = "新增入库单"
Me.新增入库单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.新增入库单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.新增入库单Button.UseVisualStyleBackColor = True
'
'dataGridViewTextBoxColumn7
'
Me.dataGridViewTextBoxColumn7.DataPropertyName = "累计销售量"
Me.dataGridViewTextBoxColumn7.HeaderText = "累计销售量"
Me.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"
Me.dataGridViewTextBoxColumn7.ReadOnly = True
'
'dataGridViewTextBoxColumn6
'
Me.dataGridViewTextBoxColumn6.DataPropertyName = "累计采购量"
Me.dataGridViewTextBoxColumn6.HeaderText = "累计采购量"
Me.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"
Me.dataGridViewTextBoxColumn6.ReadOnly = True
'
'dataGridViewTextBoxColumn4
'
Me.dataGridViewTextBoxColumn4.DataPropertyName = "生产厂商"
Me.dataGridViewTextBoxColumn4.HeaderText = "生产厂商"
Me.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"
Me.dataGridViewTextBoxColumn4.ReadOnly = True
'
'dataGridViewTextBoxColumn10
'
Me.dataGridViewTextBoxColumn10.DataPropertyName = "建议销售价"
Me.dataGridViewTextBoxColumn10.HeaderText = "建议销售价"
Me.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"
Me.dataGridViewTextBoxColumn10.ReadOnly = True
'
'printDocument1
'
'
'商品信息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.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.商品信息DataGridView.AutoGenerateColumns = False
Me.商品信息DataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken
Me.商品信息DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dataGridViewTextBoxColumn1, Me.dataGridViewTextBoxColumn2, Me.dataGridViewTextBoxColumn3, Me.dataGridViewTextBoxColumn5, Me.dataGridViewTextBoxColumn9, Me.dataGridViewTextBoxColumn11, Me.dataGridViewTextBoxColumn4, Me.dataGridViewTextBoxColumn6, Me.dataGridViewTextBoxColumn7, Me.dataGridViewTextBoxColumn10})
Me.商品信息DataGridView.DataSource = Me.商品信息BindingSource
Me.商品信息DataGridView.Location = New System.Drawing.Point(6, 116)
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, 108)
Me.商品信息DataGridView.TabIndex = 92
'
'dataGridViewTextBoxColumn1
'
Me.dataGridViewTextBoxColumn1.DataPropertyName = "商品编号"
Me.dataGridViewTextBoxColumn1.HeaderText = "商品编号"
Me.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"
Me.dataGridViewTextBoxColumn1.ReadOnly = True
'
'dataGridViewTextBoxColumn2
'
Me.dataGridViewTextBoxColumn2.DataPropertyName = "商品名称"
Me.dataGridViewTextBoxColumn2.HeaderText = "商品名称"
Me.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"
Me.dataGridViewTextBoxColumn2.ReadOnly = True
'
'dataGridViewTextBoxColumn3
'
Me.dataGridViewTextBoxColumn3.DataPropertyName = "规格型号"
Me.dataGridViewTextBoxColumn3.HeaderText = "规格型号"
Me.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"
Me.dataGridViewTextBoxColumn3.ReadOnly = True
'
'dataGridViewTextBoxColumn5
'
Me.dataGridViewTextBoxColumn5.DataPropertyName = "单位"
Me.dataGridViewTextBoxColumn5.HeaderText = "单位"
Me.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"
Me.dataGridViewTextBoxColumn5.ReadOnly = True
'
'dataGridViewTextBoxColumn9
'
Me.dataGridViewTextBoxColumn9.DataPropertyName = "建议采购价"
Me.dataGridViewTextBoxColumn9.HeaderText = "建议采购价"
Me.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"
Me.dataGridViewTextBoxColumn9.ReadOnly = True
'
'dataGridViewTextBoxColumn11
'
Me.dataGridViewTextBoxColumn11.DataPropertyName = "说明"
Me.dataGridViewTextBoxColumn11.HeaderText = "说明"
Me.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"
Me.dataGridViewTextBoxColumn11.ReadOnly = True
'
'printPreviewDialog1
'
Me.printPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
Me.printPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)
Me.printPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300)
Me.printPreviewDialog1.Enabled = True
Me.printPreviewDialog1.Icon = CType(resources.GetObject("printPreviewDialog1.Icon"), System.Drawing.Icon)
Me.printPreviewDialog1.Name = "printPreviewDialog1"
Me.printPreviewDialog1.Visible = False
'
'减少商品Button
'
Me.减少商品Button.Image = CType(resources.GetObject("减少商品Button.Image"), System.Drawing.Image)
Me.减少商品Button.Location = New System.Drawing.Point(453, 282)
Me.减少商品Button.Name = "减少商品Button"
Me.减少商品Button.Size = New System.Drawing.Size(86, 23)
Me.减少商品Button.TabIndex = 93
Me.减少商品Button.Text = "减少商品"
Me.减少商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.减少商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.减少商品Button.UseVisualStyleBackColor = True
'
'label13
'
label13.AutoSize = True
label13.Location = New System.Drawing.Point(4, 261)
label13.Name = "label13"
label13.Size = New System.Drawing.Size(59, 12)
label13.TabIndex = 73
label13.Text = "生产日期:"
'
'label12
'
label12.AutoSize = True
label12.Location = New System.Drawing.Point(242, 287)
label12.Name = "label12"
label12.Size = New System.Drawing.Size(35, 12)
label12.TabIndex = 72
label12.Text = "金额:"
'
'label11
'
label11.AutoSize = True
label11.Location = New System.Drawing.Point(144, 287)
label11.Name = "label11"
label11.Size = New System.Drawing.Size(35, 12)
label11.TabIndex = 71
label11.Text = "数量:"
'
'label10
'
label10.AutoSize = True
label10.Location = New System.Drawing.Point(4, 287)
label10.Name = "label10"
label10.Size = New System.Drawing.Size(71, 12)
label10.TabIndex = 70
label10.Text = "实际采购价:"
'
'商品编号Label
'
商品编号Label.AutoSize = True
商品编号Label.Location = New System.Drawing.Point(4, 235)
商品编号Label.Name = "商品编号Label"
商品编号Label.Size = New System.Drawing.Size(59, 12)
商品编号Label.TabIndex = 65
商品编号Label.Text = "商品编号:"
'
'商品名称Label
'
商品名称Label.AutoSize = True
商品名称Label.Location = New System.Drawing.Point(146, 235)
商品名称Label.Name = "商品名称Label"
商品名称Label.Size = New System.Drawing.Size(59, 12)
商品名称Label.TabIndex = 66
商品名称Label.Text = "商品名称:"
'
'规格型号Label
'
规格型号Label.AutoSize = True
规格型号Label.Location = New System.Drawing.Point(386, 235)
规格型号Label.Name = "规格型号Label"
规格型号Label.Size = New System.Drawing.Size(59, 12)
规格型号Label.TabIndex = 67
规格型号Label.Text = "规格型号:"
'
'单位Label
'
单位Label.AutoSize = True
单位Label.Location = New System.Drawing.Point(267, 262)
单位Label.Name = "单位Label"
单位Label.Size = New System.Drawing.Size(35, 12)
单位Label.TabIndex = 68
单位Label.Text = "单位:"
'
'建议采购价Label
'
建议采购价Label.AutoSize = True
建议采购价Label.Location = New System.Drawing.Point(374, 261)
建议采购价Label.Name = "建议采购价Label"
建议采购价Label.Size = New System.Drawing.Size(71, 12)
建议采购价Label.TabIndex = 69
建议采购价Label.Text = "建议采购价:"
'
'客户名称ComboBox
'
Me.客户名称ComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.客户名称ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.客户名称ComboBox.FormattingEnabled = True
Me.客户名称ComboBox.Location = New System.Drawing.Point(347, 36)
Me.客户名称ComboBox.Name = "客户名称ComboBox"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -