|
|
|
@ -28,22 +28,24 @@ |
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
this.btnEnableWeight = new System.Windows.Forms.Button(); |
|
|
|
this.picNetStatus = new System.Windows.Forms.PictureBox(); |
|
|
|
this.label10 = new System.Windows.Forms.Label(); |
|
|
|
this.panel3 = new System.Windows.Forms.Panel(); |
|
|
|
this.cbxBatch = new System.Windows.Forms.ComboBox(); |
|
|
|
this.cbxStore = new System.Windows.Forms.ComboBox(); |
|
|
|
this.lbStore = new System.Windows.Forms.Label(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.cbxWorkUnit = new System.Windows.Forms.ComboBox(); |
|
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
|
@ -54,6 +56,7 @@ |
|
|
|
this.btnWeightSet = new System.Windows.Forms.Button(); |
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.gridChecked = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.gridUnCheck = new System.Windows.Forms.DataGridView(); |
|
|
|
this.uncheck序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -61,7 +64,6 @@ |
|
|
|
this.uncheck产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.uncheck数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.uncheck重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.gridChecked = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -69,8 +71,6 @@ |
|
|
|
this.入库重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.胴体重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.损耗 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.lbStore = new System.Windows.Forms.Label(); |
|
|
|
this.cbxBatch = new System.Windows.Forms.ComboBox(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
|
@ -83,9 +83,9 @@ |
|
|
|
this.splitContainer2.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer2.SuspendLayout(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).BeginInit(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).BeginInit(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
// splitContainer1
|
|
|
|
@ -170,6 +170,16 @@ |
|
|
|
this.panel3.Size = new System.Drawing.Size(234, 139); |
|
|
|
this.panel3.TabIndex = 35; |
|
|
|
//
|
|
|
|
// cbxBatch
|
|
|
|
//
|
|
|
|
this.cbxBatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
this.cbxBatch.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.cbxBatch.FormattingEnabled = true; |
|
|
|
this.cbxBatch.Location = new System.Drawing.Point(75, 106); |
|
|
|
this.cbxBatch.Name = "cbxBatch"; |
|
|
|
this.cbxBatch.Size = new System.Drawing.Size(121, 24); |
|
|
|
this.cbxBatch.TabIndex = 43; |
|
|
|
//
|
|
|
|
// cbxStore
|
|
|
|
//
|
|
|
|
this.cbxStore.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
@ -180,6 +190,15 @@ |
|
|
|
this.cbxStore.Size = new System.Drawing.Size(121, 24); |
|
|
|
this.cbxStore.TabIndex = 43; |
|
|
|
//
|
|
|
|
// lbStore
|
|
|
|
//
|
|
|
|
this.lbStore.AutoSize = true; |
|
|
|
this.lbStore.Location = new System.Drawing.Point(9, 113); |
|
|
|
this.lbStore.Name = "lbStore"; |
|
|
|
this.lbStore.Size = new System.Drawing.Size(65, 12); |
|
|
|
this.lbStore.TabIndex = 42; |
|
|
|
this.lbStore.Text = "批 次:"; |
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
@ -287,6 +306,46 @@ |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
this.groupBox2.Text = "已提交"; |
|
|
|
//
|
|
|
|
// gridChecked
|
|
|
|
//
|
|
|
|
this.gridChecked.AllowUserToAddRows = false; |
|
|
|
this.gridChecked.AllowUserToDeleteRows = false; |
|
|
|
this.gridChecked.AllowUserToResizeColumns = false; |
|
|
|
this.gridChecked.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
this.gridChecked.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
this.gridChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.gridChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.序号, |
|
|
|
this.条码, |
|
|
|
this.产品名称, |
|
|
|
this.数量, |
|
|
|
this.入库重量, |
|
|
|
this.胴体重量, |
|
|
|
this.损耗}); |
|
|
|
this.gridChecked.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.gridChecked.Location = new System.Drawing.Point(3, 17); |
|
|
|
this.gridChecked.MultiSelect = false; |
|
|
|
this.gridChecked.Name = "gridChecked"; |
|
|
|
this.gridChecked.ReadOnly = true; |
|
|
|
this.gridChecked.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.gridChecked.RowTemplate.Height = 23; |
|
|
|
this.gridChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.gridChecked.Size = new System.Drawing.Size(659, 157); |
|
|
|
this.gridChecked.TabIndex = 4; |
|
|
|
//
|
|
|
|
// groupBox1
|
|
|
|
//
|
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
@ -305,17 +364,17 @@ |
|
|
|
this.gridUnCheck.AllowUserToDeleteRows = false; |
|
|
|
this.gridUnCheck.AllowUserToResizeColumns = false; |
|
|
|
this.gridUnCheck.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridUnCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; |
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridUnCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; |
|
|
|
this.gridUnCheck.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridUnCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; |
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridUnCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; |
|
|
|
this.gridUnCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.gridUnCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.uncheck序号, |
|
|
|
@ -329,9 +388,9 @@ |
|
|
|
this.gridUnCheck.Name = "gridUnCheck"; |
|
|
|
this.gridUnCheck.ReadOnly = true; |
|
|
|
this.gridUnCheck.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridUnCheck.RowsDefaultCellStyle = dataGridViewCellStyle12; |
|
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridUnCheck.RowsDefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
this.gridUnCheck.RowTemplate.Height = 23; |
|
|
|
this.gridUnCheck.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.gridUnCheck.Size = new System.Drawing.Size(664, 200); |
|
|
|
@ -376,46 +435,6 @@ |
|
|
|
this.uncheck重量.Name = "uncheck重量"; |
|
|
|
this.uncheck重量.ReadOnly = true; |
|
|
|
//
|
|
|
|
// gridChecked
|
|
|
|
//
|
|
|
|
this.gridChecked.AllowUserToAddRows = false; |
|
|
|
this.gridChecked.AllowUserToDeleteRows = false; |
|
|
|
this.gridChecked.AllowUserToResizeColumns = false; |
|
|
|
this.gridChecked.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; |
|
|
|
this.gridChecked.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; |
|
|
|
this.gridChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.gridChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.序号, |
|
|
|
this.条码, |
|
|
|
this.产品名称, |
|
|
|
this.数量, |
|
|
|
this.入库重量, |
|
|
|
this.胴体重量, |
|
|
|
this.损耗}); |
|
|
|
this.gridChecked.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.gridChecked.Location = new System.Drawing.Point(3, 17); |
|
|
|
this.gridChecked.MultiSelect = false; |
|
|
|
this.gridChecked.Name = "gridChecked"; |
|
|
|
this.gridChecked.ReadOnly = true; |
|
|
|
this.gridChecked.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle18; |
|
|
|
this.gridChecked.RowTemplate.Height = 23; |
|
|
|
this.gridChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.gridChecked.Size = new System.Drawing.Size(659, 157); |
|
|
|
this.gridChecked.TabIndex = 4; |
|
|
|
//
|
|
|
|
// 序号
|
|
|
|
//
|
|
|
|
this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; |
|
|
|
@ -453,8 +472,8 @@ |
|
|
|
// 入库重量
|
|
|
|
//
|
|
|
|
this.入库重量.DataPropertyName = "Weight"; |
|
|
|
dataGridViewCellStyle15.Format = "#0.######"; |
|
|
|
this.入库重量.DefaultCellStyle = dataGridViewCellStyle15; |
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
this.入库重量.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
this.入库重量.HeaderText = "入库重量"; |
|
|
|
this.入库重量.Name = "入库重量"; |
|
|
|
this.入库重量.ReadOnly = true; |
|
|
|
@ -462,40 +481,21 @@ |
|
|
|
// 胴体重量
|
|
|
|
//
|
|
|
|
this.胴体重量.DataPropertyName = "BeforeWeight"; |
|
|
|
dataGridViewCellStyle16.Format = "#0.######"; |
|
|
|
this.胴体重量.DefaultCellStyle = dataGridViewCellStyle16; |
|
|
|
dataGridViewCellStyle4.Format = "#0.######"; |
|
|
|
this.胴体重量.DefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.胴体重量.HeaderText = "胴体重量"; |
|
|
|
this.胴体重量.Name = "胴体重量"; |
|
|
|
this.胴体重量.ReadOnly = true; |
|
|
|
//
|
|
|
|
// 损耗
|
|
|
|
//
|
|
|
|
this.损耗.DataPropertyName = "DiscontWeight"; |
|
|
|
dataGridViewCellStyle17.Format = "#0.######"; |
|
|
|
this.损耗.DefaultCellStyle = dataGridViewCellStyle17; |
|
|
|
this.损耗.DataPropertyName = "LossWeight"; |
|
|
|
dataGridViewCellStyle5.Format = "#0.######"; |
|
|
|
this.损耗.DefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.损耗.HeaderText = "损耗"; |
|
|
|
this.损耗.Name = "损耗"; |
|
|
|
this.损耗.ReadOnly = true; |
|
|
|
//
|
|
|
|
// lbStore
|
|
|
|
//
|
|
|
|
this.lbStore.AutoSize = true; |
|
|
|
this.lbStore.Location = new System.Drawing.Point(9, 113); |
|
|
|
this.lbStore.Name = "lbStore"; |
|
|
|
this.lbStore.Size = new System.Drawing.Size(65, 12); |
|
|
|
this.lbStore.TabIndex = 42; |
|
|
|
this.lbStore.Text = "批 次:"; |
|
|
|
//
|
|
|
|
// cbxBatch
|
|
|
|
//
|
|
|
|
this.cbxBatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
this.cbxBatch.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.cbxBatch.FormattingEnabled = true; |
|
|
|
this.cbxBatch.Location = new System.Drawing.Point(75, 106); |
|
|
|
this.cbxBatch.Name = "cbxBatch"; |
|
|
|
this.cbxBatch.Size = new System.Drawing.Size(121, 24); |
|
|
|
this.cbxBatch.TabIndex = 43; |
|
|
|
//
|
|
|
|
// TrunksIousOutInStoreForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -509,8 +509,6 @@ |
|
|
|
this.Text = "白条入库"; |
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TrunksIousOutInStoreForm_FormClosing); |
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TrunksIousOutInStoreForm_FormClosed); |
|
|
|
this.Load += new System.EventHandler(this.TrunksIousOutInStoreForm_Load); |
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false); |
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
|
|
@ -526,9 +524,9 @@ |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); |
|
|
|
this.splitContainer2.ResumeLayout(false); |
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).EndInit(); |
|
|
|
this.groupBox1.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).EndInit(); |
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
} |
|
|
|
@ -552,14 +550,11 @@ |
|
|
|
private BWP.WinFormControl.UDataGridView gridChecked; |
|
|
|
private System.Windows.Forms.GroupBox groupBox1; |
|
|
|
private System.Windows.Forms.DataGridView gridUnCheck; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck序号; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck条码; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck产品名称; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck数量; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck重量; |
|
|
|
private System.Windows.Forms.PictureBox picNetStatus; |
|
|
|
private System.Windows.Forms.Label label10; |
|
|
|
private System.Windows.Forms.Button btnEnableWeight; |
|
|
|
private System.Windows.Forms.ComboBox cbxBatch; |
|
|
|
private System.Windows.Forms.Label lbStore; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 序号; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 条码; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 产品名称; |
|
|
|
@ -567,7 +562,10 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 入库重量; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 胴体重量; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 损耗; |
|
|
|
private System.Windows.Forms.ComboBox cbxBatch; |
|
|
|
private System.Windows.Forms.Label lbStore; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck序号; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck条码; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck产品名称; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck数量; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck重量; |
|
|
|
} |
|
|
|
} |