|
|
|
@ -29,23 +29,40 @@ |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarcassInStoreForm)); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.closeBtn = new WinFormControl.UButton(); |
|
|
|
this.uTimerLabel1 = new WinFormControl.UTimerLabel(); |
|
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox(); |
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox(); |
|
|
|
this.productBatchSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.workUnitSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.uScanPanel1 = new WinFormControl.UScanPanel(); |
|
|
|
this.netStateWatch1 = new WinFormControl.NetStateWatch(); |
|
|
|
this.uWeightControl1 = new WinFormControl.UWeightControl(); |
|
|
|
this.uLabel1 = new WinFormControl.ULabel(); |
|
|
|
this.uLabel2 = new WinFormControl.ULabel(); |
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.closeBtn = new WinFormControl.UButton(); |
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.historyDataGrid = new WinFormControl.UDataGridView(); |
|
|
|
this.uLabel4 = new WinFormControl.ULabel(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.needSubmitGrid = new WinFormControl.UDataGridView(); |
|
|
|
this.uLabel3 = new WinFormControl.ULabel(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
|
this.splitContainer1.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); |
|
|
|
this.splitContainer2.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer2.SuspendLayout(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.historyDataGrid)).BeginInit(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.needSubmitGrid)).BeginInit(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
// splitContainer1
|
|
|
|
@ -64,8 +81,8 @@ |
|
|
|
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent; |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.closeBtn); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.uTimerLabel1); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.comboBox2); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.comboBox1); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.productBatchSelect); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.workUnitSelect); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.uScanPanel1); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.netStateWatch1); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.uWeightControl1); |
|
|
|
@ -79,6 +96,24 @@ |
|
|
|
this.splitContainer1.SplitterDistance = 86; |
|
|
|
this.splitContainer1.TabIndex = 0; |
|
|
|
//
|
|
|
|
// closeBtn
|
|
|
|
//
|
|
|
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.closeBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("closeBtn.BackgroundImage"))); |
|
|
|
this.closeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); |
|
|
|
this.closeBtn.FlatAppearance.BorderSize = 0; |
|
|
|
this.closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.closeBtn.ForeColor = System.Drawing.Color.Black; |
|
|
|
this.closeBtn.Location = new System.Drawing.Point(1046, 7); |
|
|
|
this.closeBtn.Name = "closeBtn"; |
|
|
|
this.closeBtn.PlaySound = false; |
|
|
|
this.closeBtn.Size = new System.Drawing.Size(111, 34); |
|
|
|
this.closeBtn.SoundType = WinFormControl.SoundType.Click; |
|
|
|
this.closeBtn.TabIndex = 9; |
|
|
|
this.closeBtn.Text = "关 闭"; |
|
|
|
this.closeBtn.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// uTimerLabel1
|
|
|
|
//
|
|
|
|
this.uTimerLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
@ -92,25 +127,25 @@ |
|
|
|
this.uTimerLabel1.TabIndex = 8; |
|
|
|
this.uTimerLabel1.Text = "3月30日 8:54:07"; |
|
|
|
//
|
|
|
|
// comboBox2
|
|
|
|
// productBatchSelect
|
|
|
|
//
|
|
|
|
this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.comboBox2.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.comboBox2.FormattingEnabled = true; |
|
|
|
this.comboBox2.Location = new System.Drawing.Point(843, 47); |
|
|
|
this.comboBox2.Name = "comboBox2"; |
|
|
|
this.comboBox2.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.comboBox2.TabIndex = 4; |
|
|
|
this.productBatchSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.productBatchSelect.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.productBatchSelect.FormattingEnabled = true; |
|
|
|
this.productBatchSelect.Location = new System.Drawing.Point(843, 47); |
|
|
|
this.productBatchSelect.Name = "productBatchSelect"; |
|
|
|
this.productBatchSelect.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.productBatchSelect.TabIndex = 4; |
|
|
|
//
|
|
|
|
// comboBox1
|
|
|
|
// workUnitSelect
|
|
|
|
//
|
|
|
|
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.comboBox1.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.comboBox1.FormattingEnabled = true; |
|
|
|
this.comboBox1.Location = new System.Drawing.Point(843, 11); |
|
|
|
this.comboBox1.Name = "comboBox1"; |
|
|
|
this.comboBox1.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.comboBox1.TabIndex = 3; |
|
|
|
this.workUnitSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.workUnitSelect.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.workUnitSelect.FormattingEnabled = true; |
|
|
|
this.workUnitSelect.Location = new System.Drawing.Point(843, 11); |
|
|
|
this.workUnitSelect.Name = "workUnitSelect"; |
|
|
|
this.workUnitSelect.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.workUnitSelect.TabIndex = 3; |
|
|
|
//
|
|
|
|
// uScanPanel1
|
|
|
|
//
|
|
|
|
@ -174,6 +209,8 @@ |
|
|
|
// splitContainer2.Panel1
|
|
|
|
//
|
|
|
|
this.splitContainer2.Panel1.BackColor = System.Drawing.Color.Transparent; |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox2); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox1); |
|
|
|
//
|
|
|
|
// splitContainer2.Panel2
|
|
|
|
//
|
|
|
|
@ -182,23 +219,110 @@ |
|
|
|
this.splitContainer2.SplitterDistance = 836; |
|
|
|
this.splitContainer2.TabIndex = 0; |
|
|
|
//
|
|
|
|
// closeBtn
|
|
|
|
//
|
|
|
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.closeBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("closeBtn.BackgroundImage"))); |
|
|
|
this.closeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); |
|
|
|
this.closeBtn.FlatAppearance.BorderSize = 0; |
|
|
|
this.closeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.closeBtn.ForeColor = System.Drawing.Color.Black; |
|
|
|
this.closeBtn.Location = new System.Drawing.Point(1046, 7); |
|
|
|
this.closeBtn.Name = "closeBtn"; |
|
|
|
this.closeBtn.PlaySound = false; |
|
|
|
this.closeBtn.Size = new System.Drawing.Size(111, 34); |
|
|
|
this.closeBtn.SoundType = WinFormControl.SoundType.Click; |
|
|
|
this.closeBtn.TabIndex = 9; |
|
|
|
this.closeBtn.Text = "关 闭"; |
|
|
|
this.closeBtn.UseVisualStyleBackColor = true; |
|
|
|
// groupBox2
|
|
|
|
//
|
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
|
|
| System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.groupBox2.Controls.Add(this.historyDataGrid); |
|
|
|
this.groupBox2.Controls.Add(this.uLabel4); |
|
|
|
this.groupBox2.Location = new System.Drawing.Point(11, 254); |
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(5); |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(811, 254); |
|
|
|
this.groupBox2.TabIndex = 1; |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
//
|
|
|
|
// historyDataGrid
|
|
|
|
//
|
|
|
|
this.historyDataGrid.AllowUserToAddRows = false; |
|
|
|
this.historyDataGrid.AllowUserToDeleteRows = false; |
|
|
|
this.historyDataGrid.AllowUserToResizeColumns = false; |
|
|
|
this.historyDataGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.historyDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
this.historyDataGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.historyDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
this.historyDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.historyDataGrid.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.historyDataGrid.Location = new System.Drawing.Point(5, 19); |
|
|
|
this.historyDataGrid.MultiSelect = false; |
|
|
|
this.historyDataGrid.Name = "historyDataGrid"; |
|
|
|
this.historyDataGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.historyDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
this.historyDataGrid.RowTemplate.Height = 23; |
|
|
|
this.historyDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.historyDataGrid.Size = new System.Drawing.Size(801, 230); |
|
|
|
this.historyDataGrid.TabIndex = 2; |
|
|
|
//
|
|
|
|
// uLabel4
|
|
|
|
//
|
|
|
|
this.uLabel4.AutoSize = true; |
|
|
|
this.uLabel4.BackColor = System.Drawing.Color.White; |
|
|
|
this.uLabel4.Font = new System.Drawing.Font("宋体", 13F); |
|
|
|
this.uLabel4.Location = new System.Drawing.Point(8, -1); |
|
|
|
this.uLabel4.Name = "uLabel4"; |
|
|
|
this.uLabel4.Size = new System.Drawing.Size(62, 18); |
|
|
|
this.uLabel4.TabIndex = 1; |
|
|
|
this.uLabel4.Text = "已提交"; |
|
|
|
//
|
|
|
|
// groupBox1
|
|
|
|
//
|
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.groupBox1.Controls.Add(this.needSubmitGrid); |
|
|
|
this.groupBox1.Controls.Add(this.uLabel3); |
|
|
|
this.groupBox1.Location = new System.Drawing.Point(11, 15); |
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(5); |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(811, 226); |
|
|
|
this.groupBox1.TabIndex = 0; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
//
|
|
|
|
// needSubmitGrid
|
|
|
|
//
|
|
|
|
this.needSubmitGrid.AllowUserToAddRows = false; |
|
|
|
this.needSubmitGrid.AllowUserToDeleteRows = false; |
|
|
|
this.needSubmitGrid.AllowUserToResizeColumns = false; |
|
|
|
this.needSubmitGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.needSubmitGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.needSubmitGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.needSubmitGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.needSubmitGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.needSubmitGrid.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.needSubmitGrid.Location = new System.Drawing.Point(5, 19); |
|
|
|
this.needSubmitGrid.MultiSelect = false; |
|
|
|
this.needSubmitGrid.Name = "needSubmitGrid"; |
|
|
|
this.needSubmitGrid.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.needSubmitGrid.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.needSubmitGrid.RowTemplate.Height = 23; |
|
|
|
this.needSubmitGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.needSubmitGrid.Size = new System.Drawing.Size(801, 202); |
|
|
|
this.needSubmitGrid.TabIndex = 1; |
|
|
|
//
|
|
|
|
// uLabel3
|
|
|
|
//
|
|
|
|
this.uLabel3.AutoSize = true; |
|
|
|
this.uLabel3.BackColor = System.Drawing.Color.White; |
|
|
|
this.uLabel3.Font = new System.Drawing.Font("宋体", 13F); |
|
|
|
this.uLabel3.Location = new System.Drawing.Point(8, -1); |
|
|
|
this.uLabel3.Name = "uLabel3"; |
|
|
|
this.uLabel3.Size = new System.Drawing.Size(62, 18); |
|
|
|
this.uLabel3.TabIndex = 0; |
|
|
|
this.uLabel3.Text = "待提交"; |
|
|
|
//
|
|
|
|
// CarcassInStoreForm
|
|
|
|
//
|
|
|
|
@ -216,8 +340,15 @@ |
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
|
|
this.splitContainer1.ResumeLayout(false); |
|
|
|
this.splitContainer2.Panel1.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); |
|
|
|
this.splitContainer2.ResumeLayout(false); |
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
this.groupBox2.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.historyDataGrid)).EndInit(); |
|
|
|
this.groupBox1.ResumeLayout(false); |
|
|
|
this.groupBox1.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.needSubmitGrid)).EndInit(); |
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
} |
|
|
|
@ -228,13 +359,19 @@ |
|
|
|
private System.Windows.Forms.SplitContainer splitContainer2; |
|
|
|
private WinFormControl.ULabel uLabel2; |
|
|
|
private WinFormControl.ULabel uLabel1; |
|
|
|
private System.Windows.Forms.ComboBox comboBox2; |
|
|
|
private System.Windows.Forms.ComboBox comboBox1; |
|
|
|
private System.Windows.Forms.ComboBox productBatchSelect; |
|
|
|
private System.Windows.Forms.ComboBox workUnitSelect; |
|
|
|
private WinFormControl.UScanPanel uScanPanel1; |
|
|
|
private WinFormControl.NetStateWatch netStateWatch1; |
|
|
|
private WinFormControl.UWeightControl uWeightControl1; |
|
|
|
private WinFormControl.UTimerLabel uTimerLabel1; |
|
|
|
private WinFormControl.UButton closeBtn; |
|
|
|
private System.Windows.Forms.GroupBox groupBox2; |
|
|
|
private System.Windows.Forms.GroupBox groupBox1; |
|
|
|
private WinFormControl.ULabel uLabel3; |
|
|
|
private WinFormControl.ULabel uLabel4; |
|
|
|
private WinFormControl.UDataGridView needSubmitGrid; |
|
|
|
private WinFormControl.UDataGridView historyDataGrid; |
|
|
|
|
|
|
|
|
|
|
|
} |