|
|
|
@ -64,6 +64,7 @@ |
|
|
|
this.goodsSetBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.viewTaskBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
|
this.deleteBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
|
this.rePrintBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
@ -73,7 +74,8 @@ |
|
|
|
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.viewTaskBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
|
this.numberInput = new System.Windows.Forms.TextBox(); |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskDataGrid)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
@ -206,6 +208,8 @@ |
|
|
|
//
|
|
|
|
// splitContainer1.Panel1
|
|
|
|
//
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.numberInput); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.label2); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.statisticNumberBox); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1); |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.logBtn); |
|
|
|
@ -230,7 +234,7 @@ |
|
|
|
// statisticNumberBox
|
|
|
|
//
|
|
|
|
this.statisticNumberBox.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.statisticNumberBox.Location = new System.Drawing.Point(532, 47); |
|
|
|
this.statisticNumberBox.Location = new System.Drawing.Point(502, 47); |
|
|
|
this.statisticNumberBox.Name = "statisticNumberBox"; |
|
|
|
this.statisticNumberBox.Size = new System.Drawing.Size(115, 30); |
|
|
|
this.statisticNumberBox.TabIndex = 27; |
|
|
|
@ -240,7 +244,7 @@ |
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label1.Location = new System.Drawing.Point(430, 51); |
|
|
|
this.label1.Location = new System.Drawing.Point(400, 51); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.label1.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label1.TabIndex = 26; |
|
|
|
@ -252,7 +256,7 @@ |
|
|
|
this.logBtn.BackColor = System.Drawing.Color.CadetBlue; |
|
|
|
this.logBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.logBtn.ForeColor = System.Drawing.Color.White; |
|
|
|
this.logBtn.Location = new System.Drawing.Point(670, 7); |
|
|
|
this.logBtn.Location = new System.Drawing.Point(670, 4); |
|
|
|
this.logBtn.Name = "logBtn"; |
|
|
|
this.logBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); |
|
|
|
this.logBtn.Size = new System.Drawing.Size(111, 41); |
|
|
|
@ -433,6 +437,21 @@ |
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(640, 70); |
|
|
|
this.flowLayoutPanel1.TabIndex = 22; |
|
|
|
//
|
|
|
|
// viewTaskBtn
|
|
|
|
//
|
|
|
|
this.viewTaskBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.viewTaskBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245))))); |
|
|
|
this.viewTaskBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.viewTaskBtn.ForeColor = System.Drawing.Color.White; |
|
|
|
this.viewTaskBtn.Location = new System.Drawing.Point(14, 126); |
|
|
|
this.viewTaskBtn.Name = "viewTaskBtn"; |
|
|
|
this.viewTaskBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); |
|
|
|
this.viewTaskBtn.Size = new System.Drawing.Size(111, 41); |
|
|
|
this.viewTaskBtn.TabIndex = 24; |
|
|
|
this.viewTaskBtn.Text = "完工"; |
|
|
|
this.viewTaskBtn.UseVisualStyleBackColor = false; |
|
|
|
this.viewTaskBtn.Click += new System.EventHandler(this.ViewTaskBtn_Click); |
|
|
|
//
|
|
|
|
// deleteBtn
|
|
|
|
//
|
|
|
|
this.deleteBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
@ -552,20 +571,25 @@ |
|
|
|
this.H_Weight.Name = "H_Weight"; |
|
|
|
this.H_Weight.ReadOnly = true; |
|
|
|
//
|
|
|
|
// viewTaskBtn
|
|
|
|
// numberInput
|
|
|
|
//
|
|
|
|
this.viewTaskBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.viewTaskBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245))))); |
|
|
|
this.viewTaskBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.viewTaskBtn.ForeColor = System.Drawing.Color.White; |
|
|
|
this.viewTaskBtn.Location = new System.Drawing.Point(14, 126); |
|
|
|
this.viewTaskBtn.Name = "viewTaskBtn"; |
|
|
|
this.viewTaskBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); |
|
|
|
this.viewTaskBtn.Size = new System.Drawing.Size(111, 41); |
|
|
|
this.viewTaskBtn.TabIndex = 24; |
|
|
|
this.viewTaskBtn.Text = "完工"; |
|
|
|
this.viewTaskBtn.UseVisualStyleBackColor = false; |
|
|
|
this.viewTaskBtn.Click += new System.EventHandler(this.ViewTaskBtn_Click); |
|
|
|
this.numberInput.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.numberInput.Location = new System.Drawing.Point(680, 47); |
|
|
|
this.numberInput.Name = "numberInput"; |
|
|
|
this.numberInput.Size = new System.Drawing.Size(115, 30); |
|
|
|
this.numberInput.TabIndex = 29; |
|
|
|
this.numberInput.Text = "1"; |
|
|
|
this.numberInput.MouseClick += new System.Windows.Forms.MouseEventHandler(this.numberInput_MouseClick); |
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label2.Location = new System.Drawing.Point(623, 51); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.label2.TabIndex = 28; |
|
|
|
this.label2.Text = "数量:"; |
|
|
|
//
|
|
|
|
// SegmentProductionAutoForm
|
|
|
|
//
|
|
|
|
@ -634,5 +658,7 @@ |
|
|
|
private System.Windows.Forms.TextBox statisticNumberBox; |
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
private Controls.ColorButton viewTaskBtn; |
|
|
|
private System.Windows.Forms.TextBox numberInput; |
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
} |
|
|
|
} |