|
@ -72,6 +72,7 @@ |
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components); |
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components); |
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox(); |
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox(); |
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit(); |
|
|
this.tpContent.SuspendLayout(); |
|
|
this.tpContent.SuspendLayout(); |
|
|
this.tpPlanList.SuspendLayout(); |
|
|
this.tpPlanList.SuspendLayout(); |
|
@ -267,6 +268,7 @@ |
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); |
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); |
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
|
|
|
|
this.toolStripButton1, |
|
|
this.tsbPrint, |
|
|
this.tsbPrint, |
|
|
this.tsbOrderOperation, |
|
|
this.tsbOrderOperation, |
|
|
this.tslblOrderCount}); |
|
|
this.tslblOrderCount}); |
|
@ -309,7 +311,7 @@ |
|
|
this.tsmiSuspendOrder.Image = global::QMAPP.WinForm.Resource1.stop; |
|
|
this.tsmiSuspendOrder.Image = global::QMAPP.WinForm.Resource1.stop; |
|
|
this.tsmiSuspendOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); |
|
|
this.tsmiSuspendOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); |
|
|
this.tsmiSuspendOrder.Name = "tsmiSuspendOrder"; |
|
|
this.tsmiSuspendOrder.Name = "tsmiSuspendOrder"; |
|
|
this.tsmiSuspendOrder.Size = new System.Drawing.Size(144, 26); |
|
|
this.tsmiSuspendOrder.Size = new System.Drawing.Size(184, 26); |
|
|
this.tsmiSuspendOrder.Text = "挂起工单"; |
|
|
this.tsmiSuspendOrder.Text = "挂起工单"; |
|
|
this.tsmiSuspendOrder.TextAlign = System.Drawing.ContentAlignment.BottomCenter; |
|
|
this.tsmiSuspendOrder.TextAlign = System.Drawing.ContentAlignment.BottomCenter; |
|
|
this.tsmiSuspendOrder.Click += new System.EventHandler(this.tsmiSuspendOrder_Click); |
|
|
this.tsmiSuspendOrder.Click += new System.EventHandler(this.tsmiSuspendOrder_Click); |
|
@ -319,7 +321,7 @@ |
|
|
this.tsmiCancelSuspend.Image = global::QMAPP.WinForm.Resource1.back; |
|
|
this.tsmiCancelSuspend.Image = global::QMAPP.WinForm.Resource1.back; |
|
|
this.tsmiCancelSuspend.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); |
|
|
this.tsmiCancelSuspend.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); |
|
|
this.tsmiCancelSuspend.Name = "tsmiCancelSuspend"; |
|
|
this.tsmiCancelSuspend.Name = "tsmiCancelSuspend"; |
|
|
this.tsmiCancelSuspend.Size = new System.Drawing.Size(144, 26); |
|
|
this.tsmiCancelSuspend.Size = new System.Drawing.Size(184, 26); |
|
|
this.tsmiCancelSuspend.Text = "取消挂起"; |
|
|
this.tsmiCancelSuspend.Text = "取消挂起"; |
|
|
this.tsmiCancelSuspend.Click += new System.EventHandler(this.tsmiCancelSuspend_Click); |
|
|
this.tsmiCancelSuspend.Click += new System.EventHandler(this.tsmiCancelSuspend_Click); |
|
|
//
|
|
|
//
|
|
@ -328,7 +330,7 @@ |
|
|
this.tsmiDeleteOrder.Image = global::QMAPP.WinForm.Resource1.delete; |
|
|
this.tsmiDeleteOrder.Image = global::QMAPP.WinForm.Resource1.delete; |
|
|
this.tsmiDeleteOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); |
|
|
this.tsmiDeleteOrder.Margin = new System.Windows.Forms.Padding(0, 7, 0, 7); |
|
|
this.tsmiDeleteOrder.Name = "tsmiDeleteOrder"; |
|
|
this.tsmiDeleteOrder.Name = "tsmiDeleteOrder"; |
|
|
this.tsmiDeleteOrder.Size = new System.Drawing.Size(144, 26); |
|
|
this.tsmiDeleteOrder.Size = new System.Drawing.Size(184, 26); |
|
|
this.tsmiDeleteOrder.Text = "删除工单"; |
|
|
this.tsmiDeleteOrder.Text = "删除工单"; |
|
|
this.tsmiDeleteOrder.Click += new System.EventHandler(this.tsmiDeleteOrder_Click); |
|
|
this.tsmiDeleteOrder.Click += new System.EventHandler(this.tsmiDeleteOrder_Click); |
|
|
//
|
|
|
//
|
|
@ -470,6 +472,18 @@ |
|
|
this.label2.TabIndex = 18; |
|
|
this.label2.TabIndex = 18; |
|
|
this.label2.Text = "门板位置"; |
|
|
this.label2.Text = "门板位置"; |
|
|
//
|
|
|
//
|
|
|
|
|
|
// toolStripButton1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; |
|
|
|
|
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
|
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); |
|
|
|
|
|
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
|
|
|
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White; |
|
|
|
|
|
this.toolStripButton1.Name = "toolStripButton1"; |
|
|
|
|
|
this.toolStripButton1.Size = new System.Drawing.Size(146, 67); |
|
|
|
|
|
this.toolStripButton1.Text = "批量打印(&P)"; |
|
|
|
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); |
|
|
|
|
|
//
|
|
|
// TJPrintPlanLabel
|
|
|
// TJPrintPlanLabel
|
|
|
//
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); |
|
@ -536,5 +550,6 @@ |
|
|
private System.Windows.Forms.Timer timer1; |
|
|
private System.Windows.Forms.Timer timer1; |
|
|
private System.Windows.Forms.ComboBox comboBox1; |
|
|
private System.Windows.Forms.ComboBox comboBox1; |
|
|
private System.Windows.Forms.Label label2; |
|
|
private System.Windows.Forms.Label label2; |
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |