|
|
|
@ -29,40 +29,38 @@ |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SegmentProductionForm)); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle67 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle68 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle70 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle69 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle61 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle62 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle66 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle63 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle64 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle65 = 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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.barPrintCheck = new System.Windows.Forms.CheckBox(); |
|
|
|
this.productBatchSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.workUnitSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.closeBtn = new WinFormControl.UButton(); |
|
|
|
this.uTimerLabel1 = new WinFormControl.UTimerLabel(); |
|
|
|
this.productBatchSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.workUnitSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.uLabel1 = new WinFormControl.ULabel(); |
|
|
|
this.uLabel2 = new WinFormControl.ULabel(); |
|
|
|
this.netStateWatch1 = new WinFormControl.NetStateWatch(); |
|
|
|
this.uWeightControl1 = new WinFormControl.UWeightControl(); |
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.submitBtn = new WinFormControl.UButton(); |
|
|
|
this.deleteBtn = new WinFormControl.UButton(); |
|
|
|
this.rePrintBtn = new WinFormControl.UButton(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.historyDataGrid = new WinFormControl.UDataGridView(); |
|
|
|
this.H_RowIndex = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.uLabel3 = new WinFormControl.ULabel(); |
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.taskDataGrid = new WinFormControl.UDataGridView(); |
|
|
|
this.T_Item = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Need = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -70,9 +68,11 @@ |
|
|
|
this.T_Last = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.GoodsLabel = new WinFormControl.ULabel(); |
|
|
|
this.trunOutBtn = new WinFormControl.UButton(); |
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.switchBtn = new WinFormControl.UButton(); |
|
|
|
this.goodsSetBtn = new WinFormControl.UButton(); |
|
|
|
this.endBtn = new WinFormControl.UButton(); |
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.startBtn = new WinFormControl.UButton(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
|
@ -83,8 +83,8 @@ |
|
|
|
this.splitContainer2.Panel2.SuspendLayout(); |
|
|
|
this.splitContainer2.SuspendLayout(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.historyDataGrid)).BeginInit(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskDataGrid)).BeginInit(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
@ -128,101 +128,6 @@ |
|
|
|
this.barPrintCheck.Text = "启用打码"; |
|
|
|
this.barPrintCheck.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// productBatchSelect
|
|
|
|
//
|
|
|
|
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(903, 47); |
|
|
|
this.productBatchSelect.Name = "productBatchSelect"; |
|
|
|
this.productBatchSelect.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.productBatchSelect.TabIndex = 11; |
|
|
|
//
|
|
|
|
// workUnitSelect
|
|
|
|
//
|
|
|
|
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(903, 11); |
|
|
|
this.workUnitSelect.Name = "workUnitSelect"; |
|
|
|
this.workUnitSelect.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.workUnitSelect.TabIndex = 10; |
|
|
|
//
|
|
|
|
// splitContainer2
|
|
|
|
//
|
|
|
|
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; |
|
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.splitContainer2.Name = "splitContainer2"; |
|
|
|
//
|
|
|
|
// splitContainer2.Panel1
|
|
|
|
//
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.submitBtn); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.deleteBtn); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.rePrintBtn); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox1); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox2); |
|
|
|
//
|
|
|
|
// splitContainer2.Panel2
|
|
|
|
//
|
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.trunOutBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel2); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.switchBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.goodsSetBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.endBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.startBtn); |
|
|
|
this.splitContainer2.Size = new System.Drawing.Size(1226, 511); |
|
|
|
this.splitContainer2.SplitterDistance = 554; |
|
|
|
this.splitContainer2.TabIndex = 0; |
|
|
|
//
|
|
|
|
// groupBox1
|
|
|
|
//
|
|
|
|
this.groupBox1.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.groupBox1.Controls.Add(this.historyDataGrid); |
|
|
|
this.groupBox1.Controls.Add(this.uLabel3); |
|
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 174); |
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(5); |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(533, 332); |
|
|
|
this.groupBox1.TabIndex = 5; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
//
|
|
|
|
// groupBox2
|
|
|
|
//
|
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.groupBox2.Controls.Add(this.taskDataGrid); |
|
|
|
this.groupBox2.Controls.Add(this.GoodsLabel); |
|
|
|
this.groupBox2.Location = new System.Drawing.Point(9, 8); |
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(5); |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(533, 120); |
|
|
|
this.groupBox2.TabIndex = 4; |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
//
|
|
|
|
// flowLayoutPanel2
|
|
|
|
//
|
|
|
|
this.flowLayoutPanel2.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.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(-3, 125); |
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2"; |
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(670, 384); |
|
|
|
this.flowLayoutPanel2.TabIndex = 21; |
|
|
|
//
|
|
|
|
// flowLayoutPanel1
|
|
|
|
//
|
|
|
|
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(-3, 49); |
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(547, 70); |
|
|
|
this.flowLayoutPanel1.TabIndex = 0; |
|
|
|
//
|
|
|
|
// closeBtn
|
|
|
|
//
|
|
|
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
@ -259,6 +164,26 @@ |
|
|
|
this.uTimerLabel1.TabIndex = 14; |
|
|
|
this.uTimerLabel1.Text = "4月21日 16:32:19"; |
|
|
|
//
|
|
|
|
// productBatchSelect
|
|
|
|
//
|
|
|
|
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(903, 47); |
|
|
|
this.productBatchSelect.Name = "productBatchSelect"; |
|
|
|
this.productBatchSelect.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.productBatchSelect.TabIndex = 11; |
|
|
|
//
|
|
|
|
// workUnitSelect
|
|
|
|
//
|
|
|
|
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(903, 11); |
|
|
|
this.workUnitSelect.Name = "workUnitSelect"; |
|
|
|
this.workUnitSelect.Size = new System.Drawing.Size(170, 28); |
|
|
|
this.workUnitSelect.TabIndex = 10; |
|
|
|
//
|
|
|
|
// uLabel1
|
|
|
|
//
|
|
|
|
this.uLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
@ -300,6 +225,35 @@ |
|
|
|
this.uWeightControl1.TabIndex = 0; |
|
|
|
this.uWeightControl1.WeightFalg = null; |
|
|
|
//
|
|
|
|
// splitContainer2
|
|
|
|
//
|
|
|
|
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; |
|
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.splitContainer2.Name = "splitContainer2"; |
|
|
|
//
|
|
|
|
// splitContainer2.Panel1
|
|
|
|
//
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.submitBtn); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.deleteBtn); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.rePrintBtn); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox1); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox2); |
|
|
|
//
|
|
|
|
// splitContainer2.Panel2
|
|
|
|
//
|
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.trunOutBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel2); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.switchBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.goodsSetBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.endBtn); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1); |
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.startBtn); |
|
|
|
this.splitContainer2.Size = new System.Drawing.Size(1226, 511); |
|
|
|
this.splitContainer2.SplitterDistance = 554; |
|
|
|
this.splitContainer2.TabIndex = 0; |
|
|
|
//
|
|
|
|
// submitBtn
|
|
|
|
//
|
|
|
|
this.submitBtn.AsClicked = false; |
|
|
|
@ -366,21 +320,35 @@ |
|
|
|
this.rePrintBtn.WithStataHode = false; |
|
|
|
this.rePrintBtn.Click += new System.EventHandler(this.rePrintBtn_Click); |
|
|
|
//
|
|
|
|
// groupBox1
|
|
|
|
//
|
|
|
|
this.groupBox1.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.groupBox1.Controls.Add(this.historyDataGrid); |
|
|
|
this.groupBox1.Controls.Add(this.uLabel3); |
|
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 174); |
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(5); |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(533, 332); |
|
|
|
this.groupBox1.TabIndex = 5; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
//
|
|
|
|
// historyDataGrid
|
|
|
|
//
|
|
|
|
this.historyDataGrid.AllowUserToAddRows = false; |
|
|
|
this.historyDataGrid.AllowUserToDeleteRows = false; |
|
|
|
this.historyDataGrid.AllowUserToResizeColumns = false; |
|
|
|
this.historyDataGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle67.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.historyDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle67; |
|
|
|
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; |
|
|
|
this.historyDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
dataGridViewCellStyle68.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle68.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle68.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle68.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.historyDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle68; |
|
|
|
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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.H_RowIndex, |
|
|
|
@ -393,9 +361,9 @@ |
|
|
|
this.historyDataGrid.Name = "historyDataGrid"; |
|
|
|
this.historyDataGrid.ReadOnly = true; |
|
|
|
this.historyDataGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle70.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle70.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.historyDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle70; |
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.historyDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.historyDataGrid.RowTemplate.Height = 23; |
|
|
|
this.historyDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.historyDataGrid.Size = new System.Drawing.Size(523, 308); |
|
|
|
@ -428,8 +396,8 @@ |
|
|
|
// H_Weight
|
|
|
|
//
|
|
|
|
this.H_Weight.DataPropertyName = "Weight"; |
|
|
|
dataGridViewCellStyle69.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle69; |
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
this.H_Weight.HeaderText = "重量"; |
|
|
|
this.H_Weight.Name = "H_Weight"; |
|
|
|
this.H_Weight.ReadOnly = true; |
|
|
|
@ -445,21 +413,34 @@ |
|
|
|
this.uLabel3.TabIndex = 1; |
|
|
|
this.uLabel3.Text = "生产历史"; |
|
|
|
//
|
|
|
|
// groupBox2
|
|
|
|
//
|
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.groupBox2.Controls.Add(this.taskDataGrid); |
|
|
|
this.groupBox2.Controls.Add(this.GoodsLabel); |
|
|
|
this.groupBox2.Location = new System.Drawing.Point(9, 8); |
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(5); |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(533, 120); |
|
|
|
this.groupBox2.TabIndex = 4; |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
//
|
|
|
|
// taskDataGrid
|
|
|
|
//
|
|
|
|
this.taskDataGrid.AllowUserToAddRows = false; |
|
|
|
this.taskDataGrid.AllowUserToDeleteRows = false; |
|
|
|
this.taskDataGrid.AllowUserToResizeColumns = false; |
|
|
|
this.taskDataGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle61.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.taskDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle61; |
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.taskDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.taskDataGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
this.taskDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
dataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle62.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle62.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle62.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.taskDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle62; |
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.taskDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.taskDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.taskDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.T_Item, |
|
|
|
@ -472,9 +453,9 @@ |
|
|
|
this.taskDataGrid.Name = "taskDataGrid"; |
|
|
|
this.taskDataGrid.ReadOnly = true; |
|
|
|
this.taskDataGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle66.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle66.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.taskDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle66; |
|
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.taskDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle10; |
|
|
|
this.taskDataGrid.RowTemplate.Height = 23; |
|
|
|
this.taskDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.taskDataGrid.Size = new System.Drawing.Size(523, 96); |
|
|
|
@ -491,8 +472,8 @@ |
|
|
|
//
|
|
|
|
this.T_Need.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
this.T_Need.DataPropertyName = "Need"; |
|
|
|
dataGridViewCellStyle63.Format = "#0.######"; |
|
|
|
this.T_Need.DefaultCellStyle = dataGridViewCellStyle63; |
|
|
|
dataGridViewCellStyle7.Format = "#0.######"; |
|
|
|
this.T_Need.DefaultCellStyle = dataGridViewCellStyle7; |
|
|
|
this.T_Need.HeaderText = "订货"; |
|
|
|
this.T_Need.Name = "T_Need"; |
|
|
|
this.T_Need.ReadOnly = true; |
|
|
|
@ -501,8 +482,8 @@ |
|
|
|
//
|
|
|
|
this.T_Done.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
this.T_Done.DataPropertyName = "Done"; |
|
|
|
dataGridViewCellStyle64.Format = "#0.######"; |
|
|
|
this.T_Done.DefaultCellStyle = dataGridViewCellStyle64; |
|
|
|
dataGridViewCellStyle8.Format = "#0.######"; |
|
|
|
this.T_Done.DefaultCellStyle = dataGridViewCellStyle8; |
|
|
|
this.T_Done.HeaderText = "完工"; |
|
|
|
this.T_Done.Name = "T_Done"; |
|
|
|
this.T_Done.ReadOnly = true; |
|
|
|
@ -511,8 +492,8 @@ |
|
|
|
//
|
|
|
|
this.T_Last.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
this.T_Last.DataPropertyName = "Last"; |
|
|
|
dataGridViewCellStyle65.Format = "#0.######"; |
|
|
|
this.T_Last.DefaultCellStyle = dataGridViewCellStyle65; |
|
|
|
dataGridViewCellStyle9.Format = "#0.######"; |
|
|
|
this.T_Last.DefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
this.T_Last.HeaderText = "剩余"; |
|
|
|
this.T_Last.Name = "T_Last"; |
|
|
|
this.T_Last.ReadOnly = true; |
|
|
|
@ -552,6 +533,18 @@ |
|
|
|
this.trunOutBtn.WithStataHode = false; |
|
|
|
this.trunOutBtn.Click += new System.EventHandler(this.trunOutBtn_Click); |
|
|
|
//
|
|
|
|
// flowLayoutPanel2
|
|
|
|
//
|
|
|
|
this.flowLayoutPanel2.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.flowLayoutPanel2.AutoScroll = true; |
|
|
|
this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(-3, 125); |
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2"; |
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(670, 384); |
|
|
|
this.flowLayoutPanel2.TabIndex = 21; |
|
|
|
//
|
|
|
|
// switchBtn
|
|
|
|
//
|
|
|
|
this.switchBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
@ -621,6 +614,14 @@ |
|
|
|
this.endBtn.WithStataHode = false; |
|
|
|
this.endBtn.Click += new System.EventHandler(this.endBtn_Click); |
|
|
|
//
|
|
|
|
// flowLayoutPanel1
|
|
|
|
//
|
|
|
|
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(-3, 49); |
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(547, 70); |
|
|
|
this.flowLayoutPanel1.TabIndex = 0; |
|
|
|
//
|
|
|
|
// startBtn
|
|
|
|
//
|
|
|
|
this.startBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
@ -664,9 +665,9 @@ |
|
|
|
this.splitContainer2.ResumeLayout(false); |
|
|
|
this.groupBox1.ResumeLayout(false); |
|
|
|
this.groupBox1.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.historyDataGrid)).EndInit(); |
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
this.groupBox2.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.historyDataGrid)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskDataGrid)).EndInit(); |
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|