namespace MainForm
{
partial class Form_Order
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.Pnl_UnProcessedOrders = new System.Windows.Forms.Panel();
this.Lbl_UnProcessedOrders = new Sunny.UI.UISymbolLabel();
this.Lbl_UnProcessedOrdersNum = new System.Windows.Forms.Label();
this.Pnl_ProcessingOrder = new System.Windows.Forms.Panel();
this.Lbl_ProcessingOrder = new Sunny.UI.UISymbolLabel();
this.Lbl_ProcessingOrderNum = new System.Windows.Forms.Label();
this.Pnl_CompletedOrder = new System.Windows.Forms.Panel();
this.Lbl_CompletedOrder = new Sunny.UI.UISymbolLabel();
this.Lbl_CompletedOrderNum = new System.Windows.Forms.Label();
this.Pnl_MaterialClearOrder = new System.Windows.Forms.Panel();
this.Lbl_MaterialClearOrder = new Sunny.UI.UISymbolLabel();
this.Lbl_MaterialClearOrderNum = new System.Windows.Forms.Label();
this.Pnl_AllOrder = new System.Windows.Forms.Panel();
this.Lbl_AllOrder = new Sunny.UI.UISymbolLabel();
this.Lbl_AllOrderNum = new System.Windows.Forms.Label();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.Tlml_AddWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.Tlml_UpdateWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.Tlml_DeleteWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.Tlml_RefreshWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.Tlml_StartWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.Tlml_ReissueWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.Tlml_ClearLine = new System.Windows.Forms.ToolStripMenuItem();
this.Tlml_CompletedWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox3.SuspendLayout();
this.Pnl_UnProcessedOrders.SuspendLayout();
this.Pnl_ProcessingOrder.SuspendLayout();
this.Pnl_CompletedOrder.SuspendLayout();
this.Pnl_MaterialClearOrder.SuspendLayout();
this.Pnl_AllOrder.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.Pnl_UnProcessedOrders);
this.groupBox3.Controls.Add(this.Pnl_ProcessingOrder);
this.groupBox3.Controls.Add(this.Pnl_CompletedOrder);
this.groupBox3.Controls.Add(this.Pnl_MaterialClearOrder);
this.groupBox3.Controls.Add(this.Pnl_AllOrder);
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(10, 10);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
this.groupBox3.Size = new System.Drawing.Size(1025, 137);
this.groupBox3.TabIndex = 8;
this.groupBox3.TabStop = false;
//
// Pnl_UnProcessedOrders
//
this.Pnl_UnProcessedOrders.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(0)))));
this.Pnl_UnProcessedOrders.Controls.Add(this.Lbl_UnProcessedOrders);
this.Pnl_UnProcessedOrders.Controls.Add(this.Lbl_UnProcessedOrdersNum);
this.Pnl_UnProcessedOrders.Location = new System.Drawing.Point(166, 25);
this.Pnl_UnProcessedOrders.Name = "Pnl_UnProcessedOrders";
this.Pnl_UnProcessedOrders.Size = new System.Drawing.Size(140, 96);
this.Pnl_UnProcessedOrders.TabIndex = 11;
this.Pnl_UnProcessedOrders.Click += new System.EventHandler(this.Lbl_UnProcessedOrders_Click);
//
// Lbl_UnProcessedOrders
//
this.Lbl_UnProcessedOrders.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_UnProcessedOrders.ForeColor = System.Drawing.Color.White;
this.Lbl_UnProcessedOrders.Location = new System.Drawing.Point(13, 56);
this.Lbl_UnProcessedOrders.MinimumSize = new System.Drawing.Size(1, 1);
this.Lbl_UnProcessedOrders.Name = "Lbl_UnProcessedOrders";
this.Lbl_UnProcessedOrders.Size = new System.Drawing.Size(116, 30);
this.Lbl_UnProcessedOrders.Symbol = 61737;
this.Lbl_UnProcessedOrders.SymbolColor = System.Drawing.Color.White;
this.Lbl_UnProcessedOrders.TabIndex = 2;
this.Lbl_UnProcessedOrders.Text = "未处理订单";
this.Lbl_UnProcessedOrders.Click += new System.EventHandler(this.Lbl_UnProcessedOrders_Click);
//
// Lbl_UnProcessedOrdersNum
//
this.Lbl_UnProcessedOrdersNum.AutoSize = true;
this.Lbl_UnProcessedOrdersNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_UnProcessedOrdersNum.ForeColor = System.Drawing.Color.White;
this.Lbl_UnProcessedOrdersNum.Location = new System.Drawing.Point(13, 14);
this.Lbl_UnProcessedOrdersNum.Name = "Lbl_UnProcessedOrdersNum";
this.Lbl_UnProcessedOrdersNum.Size = new System.Drawing.Size(24, 26);
this.Lbl_UnProcessedOrdersNum.TabIndex = 0;
this.Lbl_UnProcessedOrdersNum.Text = "0";
this.Lbl_UnProcessedOrdersNum.ClientSizeChanged += new System.EventHandler(this.Lbl_UnProcessedOrders_Click);
//
// Pnl_ProcessingOrder
//
this.Pnl_ProcessingOrder.BackColor = System.Drawing.Color.Blue;
this.Pnl_ProcessingOrder.Controls.Add(this.Lbl_ProcessingOrder);
this.Pnl_ProcessingOrder.Controls.Add(this.Lbl_ProcessingOrderNum);
this.Pnl_ProcessingOrder.Location = new System.Drawing.Point(323, 25);
this.Pnl_ProcessingOrder.Name = "Pnl_ProcessingOrder";
this.Pnl_ProcessingOrder.Size = new System.Drawing.Size(140, 96);
this.Pnl_ProcessingOrder.TabIndex = 7;
this.Pnl_ProcessingOrder.Click += new System.EventHandler(this.Lbl_ProcessingOrder_Click);
//
// Lbl_ProcessingOrder
//
this.Lbl_ProcessingOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_ProcessingOrder.ForeColor = System.Drawing.Color.White;
this.Lbl_ProcessingOrder.Location = new System.Drawing.Point(8, 56);
this.Lbl_ProcessingOrder.MinimumSize = new System.Drawing.Size(1, 1);
this.Lbl_ProcessingOrder.Name = "Lbl_ProcessingOrder";
this.Lbl_ProcessingOrder.Size = new System.Drawing.Size(124, 30);
this.Lbl_ProcessingOrder.Symbol = 262034;
this.Lbl_ProcessingOrder.SymbolColor = System.Drawing.Color.White;
this.Lbl_ProcessingOrder.TabIndex = 2;
this.Lbl_ProcessingOrder.Text = "正在处理订单";
this.Lbl_ProcessingOrder.Click += new System.EventHandler(this.Lbl_ProcessingOrder_Click);
//
// Lbl_ProcessingOrderNum
//
this.Lbl_ProcessingOrderNum.AutoSize = true;
this.Lbl_ProcessingOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_ProcessingOrderNum.ForeColor = System.Drawing.Color.White;
this.Lbl_ProcessingOrderNum.Location = new System.Drawing.Point(13, 14);
this.Lbl_ProcessingOrderNum.Name = "Lbl_ProcessingOrderNum";
this.Lbl_ProcessingOrderNum.Size = new System.Drawing.Size(24, 26);
this.Lbl_ProcessingOrderNum.TabIndex = 0;
this.Lbl_ProcessingOrderNum.Text = "0";
this.Lbl_ProcessingOrderNum.Click += new System.EventHandler(this.Lbl_ProcessingOrder_Click);
//
// Pnl_CompletedOrder
//
this.Pnl_CompletedOrder.BackColor = System.Drawing.Color.LawnGreen;
this.Pnl_CompletedOrder.Controls.Add(this.Lbl_CompletedOrder);
this.Pnl_CompletedOrder.Controls.Add(this.Lbl_CompletedOrderNum);
this.Pnl_CompletedOrder.Location = new System.Drawing.Point(636, 25);
this.Pnl_CompletedOrder.Name = "Pnl_CompletedOrder";
this.Pnl_CompletedOrder.Size = new System.Drawing.Size(140, 96);
this.Pnl_CompletedOrder.TabIndex = 6;
this.Pnl_CompletedOrder.Click += new System.EventHandler(this.Lbl_CompletedOrder_Click);
//
// Lbl_CompletedOrder
//
this.Lbl_CompletedOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_CompletedOrder.ForeColor = System.Drawing.Color.White;
this.Lbl_CompletedOrder.Location = new System.Drawing.Point(13, 56);
this.Lbl_CompletedOrder.MinimumSize = new System.Drawing.Size(1, 1);
this.Lbl_CompletedOrder.Name = "Lbl_CompletedOrder";
this.Lbl_CompletedOrder.Size = new System.Drawing.Size(116, 30);
this.Lbl_CompletedOrder.SymbolColor = System.Drawing.Color.White;
this.Lbl_CompletedOrder.TabIndex = 2;
this.Lbl_CompletedOrder.Text = "已完成订单";
this.Lbl_CompletedOrder.Click += new System.EventHandler(this.Lbl_CompletedOrder_Click);
//
// Lbl_CompletedOrderNum
//
this.Lbl_CompletedOrderNum.AutoSize = true;
this.Lbl_CompletedOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_CompletedOrderNum.ForeColor = System.Drawing.Color.White;
this.Lbl_CompletedOrderNum.Location = new System.Drawing.Point(13, 14);
this.Lbl_CompletedOrderNum.Name = "Lbl_CompletedOrderNum";
this.Lbl_CompletedOrderNum.Size = new System.Drawing.Size(24, 26);
this.Lbl_CompletedOrderNum.TabIndex = 0;
this.Lbl_CompletedOrderNum.Text = "0";
this.Lbl_CompletedOrderNum.Click += new System.EventHandler(this.Lbl_CompletedOrder_Click);
//
// Pnl_MaterialClearOrder
//
this.Pnl_MaterialClearOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(139)))), ((int)(((byte)(137)))));
this.Pnl_MaterialClearOrder.Controls.Add(this.Lbl_MaterialClearOrder);
this.Pnl_MaterialClearOrder.Controls.Add(this.Lbl_MaterialClearOrderNum);
this.Pnl_MaterialClearOrder.Location = new System.Drawing.Point(480, 25);
this.Pnl_MaterialClearOrder.Name = "Pnl_MaterialClearOrder";
this.Pnl_MaterialClearOrder.Size = new System.Drawing.Size(140, 96);
this.Pnl_MaterialClearOrder.TabIndex = 5;
this.Pnl_MaterialClearOrder.Click += new System.EventHandler(this.Lbl_MaterialClearOrder_Click);
//
// Lbl_MaterialClearOrder
//
this.Lbl_MaterialClearOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_MaterialClearOrder.ForeColor = System.Drawing.Color.White;
this.Lbl_MaterialClearOrder.Location = new System.Drawing.Point(13, 56);
this.Lbl_MaterialClearOrder.MinimumSize = new System.Drawing.Size(1, 1);
this.Lbl_MaterialClearOrder.Name = "Lbl_MaterialClearOrder";
this.Lbl_MaterialClearOrder.Size = new System.Drawing.Size(116, 30);
this.Lbl_MaterialClearOrder.Symbol = 61460;
this.Lbl_MaterialClearOrder.SymbolColor = System.Drawing.Color.White;
this.Lbl_MaterialClearOrder.TabIndex = 2;
this.Lbl_MaterialClearOrder.Text = "正在清料中";
this.Lbl_MaterialClearOrder.Click += new System.EventHandler(this.Lbl_MaterialClearOrder_Click);
//
// Lbl_MaterialClearOrderNum
//
this.Lbl_MaterialClearOrderNum.AutoSize = true;
this.Lbl_MaterialClearOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_MaterialClearOrderNum.ForeColor = System.Drawing.Color.White;
this.Lbl_MaterialClearOrderNum.Location = new System.Drawing.Point(13, 14);
this.Lbl_MaterialClearOrderNum.Name = "Lbl_MaterialClearOrderNum";
this.Lbl_MaterialClearOrderNum.Size = new System.Drawing.Size(24, 26);
this.Lbl_MaterialClearOrderNum.TabIndex = 0;
this.Lbl_MaterialClearOrderNum.Text = "0";
this.Lbl_MaterialClearOrderNum.Click += new System.EventHandler(this.Lbl_MaterialClearOrder_Click);
//
// Pnl_AllOrder
//
this.Pnl_AllOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(234)))), ((int)(((byte)(201)))));
this.Pnl_AllOrder.Controls.Add(this.Lbl_AllOrder);
this.Pnl_AllOrder.Controls.Add(this.Lbl_AllOrderNum);
this.Pnl_AllOrder.Location = new System.Drawing.Point(10, 25);
this.Pnl_AllOrder.Name = "Pnl_AllOrder";
this.Pnl_AllOrder.Size = new System.Drawing.Size(140, 96);
this.Pnl_AllOrder.TabIndex = 0;
this.Pnl_AllOrder.Click += new System.EventHandler(this.Lbl_AllOrder_Click);
//
// Lbl_AllOrder
//
this.Lbl_AllOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_AllOrder.ForeColor = System.Drawing.Color.White;
this.Lbl_AllOrder.Location = new System.Drawing.Point(21, 56);
this.Lbl_AllOrder.MinimumSize = new System.Drawing.Size(1, 1);
this.Lbl_AllOrder.Name = "Lbl_AllOrder";
this.Lbl_AllOrder.Size = new System.Drawing.Size(95, 30);
this.Lbl_AllOrder.Symbol = 163543;
this.Lbl_AllOrder.SymbolColor = System.Drawing.Color.White;
this.Lbl_AllOrder.TabIndex = 1;
this.Lbl_AllOrder.Text = "所有订单";
this.Lbl_AllOrder.Click += new System.EventHandler(this.Lbl_AllOrder_Click);
//
// Lbl_AllOrderNum
//
this.Lbl_AllOrderNum.AutoSize = true;
this.Lbl_AllOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Lbl_AllOrderNum.ForeColor = System.Drawing.Color.White;
this.Lbl_AllOrderNum.Location = new System.Drawing.Point(13, 14);
this.Lbl_AllOrderNum.Name = "Lbl_AllOrderNum";
this.Lbl_AllOrderNum.Size = new System.Drawing.Size(24, 26);
this.Lbl_AllOrderNum.TabIndex = 0;
this.Lbl_AllOrderNum.Text = "0";
this.Lbl_AllOrderNum.Click += new System.EventHandler(this.Lbl_AllOrder_Click);
//
// dataGridView
//
this.dataGridView.AllowUserToAddRows = false;
this.dataGridView.AllowUserToDeleteRows = false;
this.dataGridView.AllowUserToOrderColumns = true;
this.dataGridView.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.dataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.ContextMenuStrip = this.contextMenuStrip1;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView.Location = new System.Drawing.Point(10, 152);
this.dataGridView.Name = "dataGridView";
this.dataGridView.ReadOnly = true;
this.dataGridView.RowHeadersVisible = false;
this.dataGridView.RowHeadersWidth = 51;
this.dataGridView.RowTemplate.Height = 23;
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView.ShowCellToolTips = false;
this.dataGridView.Size = new System.Drawing.Size(1025, 320);
this.dataGridView.TabIndex = 7;
this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Tlml_AddWorkOrder,
this.Tlml_UpdateWorkOrder,
this.Tlml_DeleteWorkOrder,
this.toolStripSeparator1,
this.Tlml_RefreshWorkOrder,
this.toolStripSeparator2,
this.Tlml_StartWorkOrder,
this.Tlml_ReissueWorkOrder,
this.Tlml_ClearLine,
this.Tlml_CompletedWorkOrder});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(193, 192);
//
// Tlml_AddWorkOrder
//
this.Tlml_AddWorkOrder.Name = "Tlml_AddWorkOrder";
this.Tlml_AddWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_AddWorkOrder.Text = "新增";
this.Tlml_AddWorkOrder.Click += new System.EventHandler(this.Tlml_AddWorkOrder_Click);
//
// Tlml_UpdateWorkOrder
//
this.Tlml_UpdateWorkOrder.Name = "Tlml_UpdateWorkOrder";
this.Tlml_UpdateWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_UpdateWorkOrder.Text = "修改";
this.Tlml_UpdateWorkOrder.Click += new System.EventHandler(this.Tlml_UpdateWorkOrder_Click);
//
// Tlml_DeleteWorkOrder
//
this.Tlml_DeleteWorkOrder.Name = "Tlml_DeleteWorkOrder";
this.Tlml_DeleteWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_DeleteWorkOrder.Text = "删除";
this.Tlml_DeleteWorkOrder.Click += new System.EventHandler(this.Tlml_DeleteWorkOrder_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(189, 6);
//
// Tlml_RefreshWorkOrder
//
this.Tlml_RefreshWorkOrder.Name = "Tlml_RefreshWorkOrder";
this.Tlml_RefreshWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_RefreshWorkOrder.Text = "刷新";
this.Tlml_RefreshWorkOrder.Click += new System.EventHandler(this.Tlml_RefreshWorkOrder_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(189, 6);
//
// Tlml_StartWorkOrder
//
this.Tlml_StartWorkOrder.Name = "Tlml_StartWorkOrder";
this.Tlml_StartWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_StartWorkOrder.Text = "开始(不停机下发工单)";
this.Tlml_StartWorkOrder.Click += new System.EventHandler(this.Tlml_StartWorkOrder_Click);
//
// Tlml_ReissueWorkOrder
//
this.Tlml_ReissueWorkOrder.Name = "Tlml_ReissueWorkOrder";
this.Tlml_ReissueWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_ReissueWorkOrder.Text = "重新下发订单";
this.Tlml_ReissueWorkOrder.Click += new System.EventHandler(this.Tlml_ReissueWorkOrder_Click);
//
// Tlml_ClearLine
//
this.Tlml_ClearLine.Name = "Tlml_ClearLine";
this.Tlml_ClearLine.Size = new System.Drawing.Size(192, 22);
this.Tlml_ClearLine.Text = "清料";
this.Tlml_ClearLine.Click += new System.EventHandler(this.Tlml_ClearLine_Click);
//
// Tlml_CompletedWorkOrder
//
this.Tlml_CompletedWorkOrder.Name = "Tlml_CompletedWorkOrder";
this.Tlml_CompletedWorkOrder.Size = new System.Drawing.Size(192, 22);
this.Tlml_CompletedWorkOrder.Text = "完成";
this.Tlml_CompletedWorkOrder.Click += new System.EventHandler(this.Tlml_CompletedWorkOrder_Click);
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(10, 477);
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(1025, 77);
this.textBox1.TabIndex = 10;
//
// Form_Order
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1044, 561);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.dataGridView);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Form_Order";
this.Load += new System.EventHandler(this.Form_Order_Load);
this.groupBox3.ResumeLayout(false);
this.Pnl_UnProcessedOrders.ResumeLayout(false);
this.Pnl_UnProcessedOrders.PerformLayout();
this.Pnl_ProcessingOrder.ResumeLayout(false);
this.Pnl_ProcessingOrder.PerformLayout();
this.Pnl_CompletedOrder.ResumeLayout(false);
this.Pnl_CompletedOrder.PerformLayout();
this.Pnl_MaterialClearOrder.ResumeLayout(false);
this.Pnl_MaterialClearOrder.PerformLayout();
this.Pnl_AllOrder.ResumeLayout(false);
this.Pnl_AllOrder.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView dataGridView;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel Pnl_AllOrder;
private System.Windows.Forms.Label Lbl_AllOrderNum;
private System.Windows.Forms.Panel Pnl_CompletedOrder;
private System.Windows.Forms.Label Lbl_CompletedOrderNum;
private System.Windows.Forms.Panel Pnl_MaterialClearOrder;
private System.Windows.Forms.Label Lbl_MaterialClearOrderNum;
private System.Windows.Forms.Panel Pnl_ProcessingOrder;
private System.Windows.Forms.Label Lbl_ProcessingOrderNum;
private System.Windows.Forms.Panel Pnl_UnProcessedOrders;
private System.Windows.Forms.Label Lbl_UnProcessedOrdersNum;
private Sunny.UI.UISymbolLabel Lbl_AllOrder;
private Sunny.UI.UISymbolLabel Lbl_UnProcessedOrders;
private Sunny.UI.UISymbolLabel Lbl_ProcessingOrder;
private Sunny.UI.UISymbolLabel Lbl_CompletedOrder;
private Sunny.UI.UISymbolLabel Lbl_MaterialClearOrder;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem Tlml_AddWorkOrder;
private System.Windows.Forms.ToolStripMenuItem Tlml_UpdateWorkOrder;
private System.Windows.Forms.ToolStripMenuItem Tlml_DeleteWorkOrder;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem Tlml_RefreshWorkOrder;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem Tlml_StartWorkOrder;
private System.Windows.Forms.ToolStripMenuItem Tlml_ClearLine;
private System.Windows.Forms.ToolStripMenuItem Tlml_CompletedWorkOrder;
private System.Windows.Forms.ToolStripMenuItem Tlml_ReissueWorkOrder;
}
}