namespace iWareCC
|
{
|
partial class FormCC
|
{
|
/// <summary>
|
/// ±ØÐèµÄÉè¼ÆÆ÷±äÁ¿¡£
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// ÇåÀíËùÓÐÕýÔÚʹÓõÄ×ÊÔ´¡£
|
/// </summary>
|
/// <param name="disposing">Èç¹ûÓ¦ÊÍ·ÅÍйÜ×ÊÔ´£¬Îª true£»·ñÔòΪ false¡£</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë
|
|
/// <summary>
|
/// Éè¼ÆÆ÷Ö§³ÖËùÐèµÄ·½·¨ - ²»ÒªÐÞ¸Ä
|
/// ʹÓôúÂë±à¼Æ÷Ð޸Ĵ˷½·¨µÄÄÚÈÝ¡£
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCC));
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tPModeChoice = new System.Windows.Forms.TabPage();
|
this.panel_Model = new System.Windows.Forms.Panel();
|
this.button1 = new System.Windows.Forms.Button();
|
this.lbl_IsSimulationPLC = new System.Windows.Forms.Label();
|
this.lbl_WCFMsg = new System.Windows.Forms.Label();
|
this.rbHand = new System.Windows.Forms.RadioButton();
|
this.btn_End = new System.Windows.Forms.Button();
|
this.btn_Start = new System.Windows.Forms.Button();
|
this.lbl_ModelText = new System.Windows.Forms.Label();
|
this.rBDebug = new System.Windows.Forms.RadioButton();
|
this.rBNormal = new System.Windows.Forms.RadioButton();
|
this.tp_Thread = new System.Windows.Forms.TabPage();
|
this.gBoxThread = new System.Windows.Forms.GroupBox();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.lbl_Alert_ReceivingPoOrderHandler = new System.Windows.Forms.Label();
|
this.ck_ReceivingPoOrderHandler = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_PoDeliveryHandler = new System.Windows.Forms.Label();
|
this.ck_PoDeliveryHandler = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_PrintHandler = new System.Windows.Forms.Label();
|
this.ck_PrintHandler = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì = new System.Windows.Forms.Label();
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_InventorySnapshotHandler = new System.Windows.Forms.Label();
|
this.ck_InventorySnapshotHandler = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì = new System.Windows.Forms.Label();
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì = new System.Windows.Forms.CheckBox();
|
this.tb_Alert_OutPlanTaskHandler = new System.Windows.Forms.TextBox();
|
this.tb__Alert_OutPlanTaskHandler3 = new System.Windows.Forms.TextBox();
|
this.ck_OutPlanTaskHandler3 = new System.Windows.Forms.CheckBox();
|
this.ck_OutPlanTaskHandler = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_PingKuTaskFinish = new System.Windows.Forms.Label();
|
this.ckPingKuTaskFinish = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_SrmTaskFinish = new System.Windows.Forms.Label();
|
this.ckSrmTaskFinish = new System.Windows.Forms.CheckBox();
|
this.lbl_Alert_DeleteData = new System.Windows.Forms.Label();
|
this.ckDeleteData = new System.Windows.Forms.CheckBox();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.button3 = new System.Windows.Forms.Button();
|
this.tb_Msg = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.tb_PoNumber = new System.Windows.Forms.TextBox();
|
this.button2 = new System.Windows.Forms.Button();
|
this.tabControl1.SuspendLayout();
|
this.tPModeChoice.SuspendLayout();
|
this.panel_Model.SuspendLayout();
|
this.tp_Thread.SuspendLayout();
|
this.gBoxThread.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tabControl1
|
//
|
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
|
this.tabControl1.Controls.Add(this.tPModeChoice);
|
this.tabControl1.Controls.Add(this.tp_Thread);
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(1169, 678);
|
this.tabControl1.TabIndex = 1;
|
//
|
// tPModeChoice
|
//
|
this.tPModeChoice.Controls.Add(this.panel_Model);
|
this.tPModeChoice.Location = new System.Drawing.Point(4, 25);
|
this.tPModeChoice.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tPModeChoice.Name = "tPModeChoice";
|
this.tPModeChoice.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tPModeChoice.Size = new System.Drawing.Size(1161, 649);
|
this.tPModeChoice.TabIndex = 5;
|
this.tPModeChoice.Text = "¹¤×÷ģʽ";
|
this.tPModeChoice.UseVisualStyleBackColor = true;
|
//
|
// panel_Model
|
//
|
this.panel_Model.Controls.Add(this.button1);
|
this.panel_Model.Controls.Add(this.lbl_IsSimulationPLC);
|
this.panel_Model.Controls.Add(this.lbl_WCFMsg);
|
this.panel_Model.Controls.Add(this.rbHand);
|
this.panel_Model.Controls.Add(this.btn_End);
|
this.panel_Model.Controls.Add(this.btn_Start);
|
this.panel_Model.Controls.Add(this.lbl_ModelText);
|
this.panel_Model.Controls.Add(this.rBDebug);
|
this.panel_Model.Controls.Add(this.rBNormal);
|
this.panel_Model.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel_Model.Location = new System.Drawing.Point(3, 2);
|
this.panel_Model.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.panel_Model.Name = "panel_Model";
|
this.panel_Model.Size = new System.Drawing.Size(1155, 645);
|
this.panel_Model.TabIndex = 0;
|
this.panel_Model.Paint += new System.Windows.Forms.PaintEventHandler(this.panel27_Paint);
|
//
|
// button1
|
//
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
this.button1.Font = new System.Drawing.Font("ËÎÌå", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.button1.ForeColor = System.Drawing.SystemColors.HotTrack;
|
this.button1.Location = new System.Drawing.Point(34, 154);
|
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(264, 88);
|
this.button1.TabIndex = 11;
|
this.button1.Text = "²âÊÔHttp";
|
this.button1.UseVisualStyleBackColor = false;
|
this.button1.Visible = false;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// lbl_IsSimulationPLC
|
//
|
this.lbl_IsSimulationPLC.AutoSize = true;
|
this.lbl_IsSimulationPLC.Location = new System.Drawing.Point(206, 497);
|
this.lbl_IsSimulationPLC.Name = "lbl_IsSimulationPLC";
|
this.lbl_IsSimulationPLC.Size = new System.Drawing.Size(47, 12);
|
this.lbl_IsSimulationPLC.TabIndex = 10;
|
this.lbl_IsSimulationPLC.Text = "PLCÄ£Äâ";
|
//
|
// lbl_WCFMsg
|
//
|
this.lbl_WCFMsg.AutoSize = true;
|
this.lbl_WCFMsg.Location = new System.Drawing.Point(206, 464);
|
this.lbl_WCFMsg.Name = "lbl_WCFMsg";
|
this.lbl_WCFMsg.Size = new System.Drawing.Size(65, 12);
|
this.lbl_WCFMsg.TabIndex = 9;
|
this.lbl_WCFMsg.Text = "lbl_WCFMsg";
|
//
|
// rbHand
|
//
|
this.rbHand.Appearance = System.Windows.Forms.Appearance.Button;
|
this.rbHand.AutoSize = true;
|
this.rbHand.Checked = true;
|
this.rbHand.Font = new System.Drawing.Font("΢ÈíÑźÚ", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.rbHand.ForeColor = System.Drawing.Color.Maroon;
|
this.rbHand.Location = new System.Drawing.Point(513, 510);
|
this.rbHand.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.rbHand.Name = "rbHand";
|
this.rbHand.Size = new System.Drawing.Size(327, 74);
|
this.rbHand.TabIndex = 8;
|
this.rbHand.TabStop = true;
|
this.rbHand.Text = " ÊÖ¶¯Ä£Ê½ ";
|
this.rbHand.UseVisualStyleBackColor = true;
|
this.rbHand.Visible = false;
|
//
|
// btn_End
|
//
|
this.btn_End.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.btn_End.Enabled = false;
|
this.btn_End.Font = new System.Drawing.Font("ËÎÌå", 16.2F, System.Drawing.FontStyle.Bold);
|
this.btn_End.ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
this.btn_End.Location = new System.Drawing.Point(550, 349);
|
this.btn_End.Margin = new System.Windows.Forms.Padding(2);
|
this.btn_End.Name = "btn_End";
|
this.btn_End.Size = new System.Drawing.Size(264, 88);
|
this.btn_End.TabIndex = 7;
|
this.btn_End.Text = "ģʽֹͣ";
|
this.btn_End.UseVisualStyleBackColor = false;
|
this.btn_End.Click += new System.EventHandler(this.btn_End_Click);
|
//
|
// btn_Start
|
//
|
this.btn_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
this.btn_Start.Font = new System.Drawing.Font("ËÎÌå", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btn_Start.ForeColor = System.Drawing.SystemColors.HotTrack;
|
this.btn_Start.Location = new System.Drawing.Point(206, 349);
|
this.btn_Start.Margin = new System.Windows.Forms.Padding(2);
|
this.btn_Start.Name = "btn_Start";
|
this.btn_Start.Size = new System.Drawing.Size(264, 88);
|
this.btn_Start.TabIndex = 6;
|
this.btn_Start.Text = "Æô¶¯Ä£Ê½";
|
this.btn_Start.UseVisualStyleBackColor = false;
|
this.btn_Start.Click += new System.EventHandler(this.btn_Start_Click);
|
//
|
// lbl_ModelText
|
//
|
this.lbl_ModelText.AutoSize = true;
|
this.lbl_ModelText.Font = new System.Drawing.Font("ÐÂËÎÌå", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbl_ModelText.ForeColor = System.Drawing.Color.Red;
|
this.lbl_ModelText.Location = new System.Drawing.Point(308, 14);
|
this.lbl_ModelText.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_ModelText.Name = "lbl_ModelText";
|
this.lbl_ModelText.Size = new System.Drawing.Size(163, 35);
|
this.lbl_ModelText.TabIndex = 4;
|
this.lbl_ModelText.Text = "µ±Ç°Ä£Ê½";
|
//
|
// rBDebug
|
//
|
this.rBDebug.Appearance = System.Windows.Forms.Appearance.Button;
|
this.rBDebug.AutoSize = true;
|
this.rBDebug.Font = new System.Drawing.Font("΢ÈíÑźÚ", 36F, System.Drawing.FontStyle.Bold);
|
this.rBDebug.ForeColor = System.Drawing.Color.Maroon;
|
this.rBDebug.Location = new System.Drawing.Point(362, 186);
|
this.rBDebug.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.rBDebug.Name = "rBDebug";
|
this.rBDebug.Size = new System.Drawing.Size(327, 74);
|
this.rBDebug.TabIndex = 1;
|
this.rBDebug.Text = " µ÷ÊÔģʽ ";
|
this.rBDebug.UseVisualStyleBackColor = true;
|
this.rBDebug.CheckedChanged += new System.EventHandler(this.rBDebug_CheckedChanged);
|
//
|
// rBNormal
|
//
|
this.rBNormal.Appearance = System.Windows.Forms.Appearance.Button;
|
this.rBNormal.AutoSize = true;
|
this.rBNormal.Checked = true;
|
this.rBNormal.Font = new System.Drawing.Font("΢ÈíÑźÚ", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.rBNormal.ForeColor = System.Drawing.Color.Maroon;
|
this.rBNormal.Location = new System.Drawing.Point(362, 60);
|
this.rBNormal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.rBNormal.Name = "rBNormal";
|
this.rBNormal.Size = new System.Drawing.Size(327, 74);
|
this.rBNormal.TabIndex = 0;
|
this.rBNormal.TabStop = true;
|
this.rBNormal.Text = " ×Ô¶¯Ä£Ê½ ";
|
this.rBNormal.UseVisualStyleBackColor = true;
|
this.rBNormal.CheckedChanged += new System.EventHandler(this.rBNormal_CheckedChanged);
|
//
|
// tp_Thread
|
//
|
this.tp_Thread.Controls.Add(this.gBoxThread);
|
this.tp_Thread.Location = new System.Drawing.Point(4, 25);
|
this.tp_Thread.Margin = new System.Windows.Forms.Padding(2);
|
this.tp_Thread.Name = "tp_Thread";
|
this.tp_Thread.Size = new System.Drawing.Size(1161, 649);
|
this.tp_Thread.TabIndex = 6;
|
this.tp_Thread.Text = "Ï߳̿ØÖÆ";
|
this.tp_Thread.UseVisualStyleBackColor = true;
|
//
|
// gBoxThread
|
//
|
this.gBoxThread.Controls.Add(this.groupBox1);
|
this.gBoxThread.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gBoxThread.Font = new System.Drawing.Font("ËÎÌå", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.gBoxThread.ForeColor = System.Drawing.Color.Maroon;
|
this.gBoxThread.Location = new System.Drawing.Point(0, 0);
|
this.gBoxThread.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.gBoxThread.Name = "gBoxThread";
|
this.gBoxThread.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.gBoxThread.Size = new System.Drawing.Size(1161, 649);
|
this.gBoxThread.TabIndex = 4;
|
this.gBoxThread.TabStop = false;
|
this.gBoxThread.Text = "Ï߳̿ØÖÆ";
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.lbl_Alert_ReceivingPoOrderHandler);
|
this.groupBox1.Controls.Add(this.ck_ReceivingPoOrderHandler);
|
this.groupBox1.Controls.Add(this.lbl_Alert_PoDeliveryHandler);
|
this.groupBox1.Controls.Add(this.ck_PoDeliveryHandler);
|
this.groupBox1.Controls.Add(this.lbl_Alert_PrintHandler);
|
this.groupBox1.Controls.Add(this.ck_PrintHandler);
|
this.groupBox1.Controls.Add(this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì);
|
this.groupBox1.Controls.Add(this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì);
|
this.groupBox1.Controls.Add(this.lbl_Alert_InventorySnapshotHandler);
|
this.groupBox1.Controls.Add(this.ck_InventorySnapshotHandler);
|
this.groupBox1.Controls.Add(this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì);
|
this.groupBox1.Controls.Add(this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì);
|
this.groupBox1.Controls.Add(this.tb_Alert_OutPlanTaskHandler);
|
this.groupBox1.Controls.Add(this.tb__Alert_OutPlanTaskHandler3);
|
this.groupBox1.Controls.Add(this.ck_OutPlanTaskHandler3);
|
this.groupBox1.Controls.Add(this.ck_OutPlanTaskHandler);
|
this.groupBox1.Controls.Add(this.lbl_Alert_PingKuTaskFinish);
|
this.groupBox1.Controls.Add(this.ckPingKuTaskFinish);
|
this.groupBox1.Controls.Add(this.lbl_Alert_SrmTaskFinish);
|
this.groupBox1.Controls.Add(this.ckSrmTaskFinish);
|
this.groupBox1.Controls.Add(this.lbl_Alert_DeleteData);
|
this.groupBox1.Controls.Add(this.ckDeleteData);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox1.ForeColor = System.Drawing.Color.Maroon;
|
this.groupBox1.Location = new System.Drawing.Point(3, 16);
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
this.groupBox1.Size = new System.Drawing.Size(1155, 631);
|
this.groupBox1.TabIndex = 12;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "É豸µ÷¶È";
|
//
|
// lbl_Alert_ReceivingPoOrderHandler
|
//
|
this.lbl_Alert_ReceivingPoOrderHandler.AutoSize = true;
|
this.lbl_Alert_ReceivingPoOrderHandler.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_ReceivingPoOrderHandler.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_ReceivingPoOrderHandler.Location = new System.Drawing.Point(172, 509);
|
this.lbl_Alert_ReceivingPoOrderHandler.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_ReceivingPoOrderHandler.Name = "lbl_Alert_ReceivingPoOrderHandler";
|
this.lbl_Alert_ReceivingPoOrderHandler.Size = new System.Drawing.Size(40, 12);
|
this.lbl_Alert_ReceivingPoOrderHandler.TabIndex = 69;
|
this.lbl_Alert_ReceivingPoOrderHandler.Text = "label";
|
this.lbl_Alert_ReceivingPoOrderHandler.Click += new System.EventHandler(this.lbl_Alert_ReceivingPoOrderHandler_Click);
|
//
|
// ck_ReceivingPoOrderHandler
|
//
|
this.ck_ReceivingPoOrderHandler.AutoSize = true;
|
this.ck_ReceivingPoOrderHandler.Location = new System.Drawing.Point(14, 508);
|
this.ck_ReceivingPoOrderHandler.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_ReceivingPoOrderHandler.Name = "ck_ReceivingPoOrderHandler";
|
this.ck_ReceivingPoOrderHandler.Size = new System.Drawing.Size(64, 16);
|
this.ck_ReceivingPoOrderHandler.TabIndex = 68;
|
this.ck_ReceivingPoOrderHandler.Text = "POÊÕ»õ";
|
this.ck_ReceivingPoOrderHandler.UseVisualStyleBackColor = true;
|
this.ck_ReceivingPoOrderHandler.CheckedChanged += new System.EventHandler(this.ck_ReceivingPoOrderHandler_CheckedChanged);
|
//
|
// lbl_Alert_PoDeliveryHandler
|
//
|
this.lbl_Alert_PoDeliveryHandler.AutoSize = true;
|
this.lbl_Alert_PoDeliveryHandler.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_PoDeliveryHandler.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_PoDeliveryHandler.Location = new System.Drawing.Point(172, 474);
|
this.lbl_Alert_PoDeliveryHandler.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_PoDeliveryHandler.Name = "lbl_Alert_PoDeliveryHandler";
|
this.lbl_Alert_PoDeliveryHandler.Size = new System.Drawing.Size(40, 12);
|
this.lbl_Alert_PoDeliveryHandler.TabIndex = 67;
|
this.lbl_Alert_PoDeliveryHandler.Text = "label";
|
this.lbl_Alert_PoDeliveryHandler.Click += new System.EventHandler(this.lbl_Alert_PoDeliveryHandler_Click);
|
//
|
// ck_PoDeliveryHandler
|
//
|
this.ck_PoDeliveryHandler.AutoSize = true;
|
this.ck_PoDeliveryHandler.Location = new System.Drawing.Point(14, 473);
|
this.ck_PoDeliveryHandler.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_PoDeliveryHandler.Name = "ck_PoDeliveryHandler";
|
this.ck_PoDeliveryHandler.Size = new System.Drawing.Size(64, 16);
|
this.ck_PoDeliveryHandler.TabIndex = 66;
|
this.ck_PoDeliveryHandler.Text = "PO½ÓÊÕ";
|
this.ck_PoDeliveryHandler.UseVisualStyleBackColor = true;
|
this.ck_PoDeliveryHandler.CheckedChanged += new System.EventHandler(this.ck_PoDeliveryHandler_CheckedChanged);
|
//
|
// lbl_Alert_PrintHandler
|
//
|
this.lbl_Alert_PrintHandler.AutoSize = true;
|
this.lbl_Alert_PrintHandler.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_PrintHandler.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_PrintHandler.Location = new System.Drawing.Point(172, 433);
|
this.lbl_Alert_PrintHandler.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_PrintHandler.Name = "lbl_Alert_PrintHandler";
|
this.lbl_Alert_PrintHandler.Size = new System.Drawing.Size(40, 12);
|
this.lbl_Alert_PrintHandler.TabIndex = 65;
|
this.lbl_Alert_PrintHandler.Text = "label";
|
this.lbl_Alert_PrintHandler.Click += new System.EventHandler(this.lbl_Alert_PrintHandler_Click);
|
//
|
// ck_PrintHandler
|
//
|
this.ck_PrintHandler.AutoSize = true;
|
this.ck_PrintHandler.Location = new System.Drawing.Point(14, 432);
|
this.ck_PrintHandler.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_PrintHandler.Name = "ck_PrintHandler";
|
this.ck_PrintHandler.Size = new System.Drawing.Size(50, 16);
|
this.ck_PrintHandler.TabIndex = 64;
|
this.ck_PrintHandler.Text = "´òÓ¡";
|
this.ck_PrintHandler.UseVisualStyleBackColor = true;
|
this.ck_PrintHandler.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì
|
//
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.AutoSize = true;
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Location = new System.Drawing.Point(173, 395);
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Name = "lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì";
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Size = new System.Drawing.Size(54, 12);
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.TabIndex = 63;
|
this.lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Text = "label11";
|
//
|
// ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì
|
//
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.AutoSize = true;
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Location = new System.Drawing.Point(14, 395);
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Name = "ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì";
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Size = new System.Drawing.Size(128, 16);
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.TabIndex = 62;
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.Text = "Óʼþ·¢ËÍ´¦ÀíÏß³Ì";
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.UseVisualStyleBackColor = true;
|
this.ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// lbl_Alert_InventorySnapshotHandler
|
//
|
this.lbl_Alert_InventorySnapshotHandler.AutoSize = true;
|
this.lbl_Alert_InventorySnapshotHandler.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_InventorySnapshotHandler.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_InventorySnapshotHandler.Location = new System.Drawing.Point(173, 364);
|
this.lbl_Alert_InventorySnapshotHandler.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_InventorySnapshotHandler.Name = "lbl_Alert_InventorySnapshotHandler";
|
this.lbl_Alert_InventorySnapshotHandler.Size = new System.Drawing.Size(54, 12);
|
this.lbl_Alert_InventorySnapshotHandler.TabIndex = 61;
|
this.lbl_Alert_InventorySnapshotHandler.Text = "label11";
|
//
|
// ck_InventorySnapshotHandler
|
//
|
this.ck_InventorySnapshotHandler.AutoSize = true;
|
this.ck_InventorySnapshotHandler.Location = new System.Drawing.Point(14, 364);
|
this.ck_InventorySnapshotHandler.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_InventorySnapshotHandler.Name = "ck_InventorySnapshotHandler";
|
this.ck_InventorySnapshotHandler.Size = new System.Drawing.Size(102, 16);
|
this.ck_InventorySnapshotHandler.TabIndex = 60;
|
this.ck_InventorySnapshotHandler.Text = "¿â´æ¿ìÕÕÏß³Ì";
|
this.ck_InventorySnapshotHandler.UseVisualStyleBackColor = true;
|
//
|
// lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì
|
//
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.AutoSize = true;
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Location = new System.Drawing.Point(173, 330);
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Name = "lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì";
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Size = new System.Drawing.Size(54, 12);
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.TabIndex = 59;
|
this.lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Text = "label11";
|
//
|
// ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì
|
//
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.AutoSize = true;
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Location = new System.Drawing.Point(14, 330);
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Name = "ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì";
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Size = new System.Drawing.Size(128, 16);
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.TabIndex = 58;
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.Text = "¿â´æÓÊÏäÔ¤¾¯Ïß³Ì";
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.UseVisualStyleBackColor = true;
|
this.ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// tb_Alert_OutPlanTaskHandler
|
//
|
this.tb_Alert_OutPlanTaskHandler.Location = new System.Drawing.Point(14, 135);
|
this.tb_Alert_OutPlanTaskHandler.Margin = new System.Windows.Forms.Padding(2);
|
this.tb_Alert_OutPlanTaskHandler.Multiline = true;
|
this.tb_Alert_OutPlanTaskHandler.Name = "tb_Alert_OutPlanTaskHandler";
|
this.tb_Alert_OutPlanTaskHandler.Size = new System.Drawing.Size(947, 79);
|
this.tb_Alert_OutPlanTaskHandler.TabIndex = 57;
|
//
|
// tb__Alert_OutPlanTaskHandler3
|
//
|
this.tb__Alert_OutPlanTaskHandler3.Location = new System.Drawing.Point(14, 245);
|
this.tb__Alert_OutPlanTaskHandler3.Margin = new System.Windows.Forms.Padding(2);
|
this.tb__Alert_OutPlanTaskHandler3.Multiline = true;
|
this.tb__Alert_OutPlanTaskHandler3.Name = "tb__Alert_OutPlanTaskHandler3";
|
this.tb__Alert_OutPlanTaskHandler3.Size = new System.Drawing.Size(947, 62);
|
this.tb__Alert_OutPlanTaskHandler3.TabIndex = 56;
|
//
|
// ck_OutPlanTaskHandler3
|
//
|
this.ck_OutPlanTaskHandler3.AutoSize = true;
|
this.ck_OutPlanTaskHandler3.Location = new System.Drawing.Point(14, 226);
|
this.ck_OutPlanTaskHandler3.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_OutPlanTaskHandler3.Name = "ck_OutPlanTaskHandler3";
|
this.ck_OutPlanTaskHandler3.Size = new System.Drawing.Size(169, 16);
|
this.ck_OutPlanTaskHandler3.TabIndex = 54;
|
this.ck_OutPlanTaskHandler3.Text = "3ÏïµÀÏ·¢ÈÎÎñ¸øWCSÏß³Ì";
|
this.ck_OutPlanTaskHandler3.UseVisualStyleBackColor = true;
|
this.ck_OutPlanTaskHandler3.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// ck_OutPlanTaskHandler
|
//
|
this.ck_OutPlanTaskHandler.AutoSize = true;
|
this.ck_OutPlanTaskHandler.Location = new System.Drawing.Point(14, 116);
|
this.ck_OutPlanTaskHandler.Margin = new System.Windows.Forms.Padding(2);
|
this.ck_OutPlanTaskHandler.Name = "ck_OutPlanTaskHandler";
|
this.ck_OutPlanTaskHandler.Size = new System.Drawing.Size(162, 16);
|
this.ck_OutPlanTaskHandler.TabIndex = 48;
|
this.ck_OutPlanTaskHandler.Text = "Ä£ÄâÏ·¢ÈÎÎñ¸øWCSÏß³Ì";
|
this.ck_OutPlanTaskHandler.UseVisualStyleBackColor = true;
|
this.ck_OutPlanTaskHandler.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// lbl_Alert_PingKuTaskFinish
|
//
|
this.lbl_Alert_PingKuTaskFinish.AutoSize = true;
|
this.lbl_Alert_PingKuTaskFinish.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_PingKuTaskFinish.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_PingKuTaskFinish.Location = new System.Drawing.Point(172, 54);
|
this.lbl_Alert_PingKuTaskFinish.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_PingKuTaskFinish.Name = "lbl_Alert_PingKuTaskFinish";
|
this.lbl_Alert_PingKuTaskFinish.Size = new System.Drawing.Size(54, 12);
|
this.lbl_Alert_PingKuTaskFinish.TabIndex = 39;
|
this.lbl_Alert_PingKuTaskFinish.Text = "label11";
|
//
|
// ckPingKuTaskFinish
|
//
|
this.ckPingKuTaskFinish.AutoSize = true;
|
this.ckPingKuTaskFinish.Location = new System.Drawing.Point(14, 54);
|
this.ckPingKuTaskFinish.Margin = new System.Windows.Forms.Padding(2);
|
this.ckPingKuTaskFinish.Name = "ckPingKuTaskFinish";
|
this.ckPingKuTaskFinish.Size = new System.Drawing.Size(154, 16);
|
this.ckPingKuTaskFinish.TabIndex = 38;
|
this.ckPingKuTaskFinish.Text = "Ä£ÄâÈÎÎñÍê³ÉÈ·ÈÏÏß³Ì";
|
this.ckPingKuTaskFinish.UseVisualStyleBackColor = true;
|
this.ckPingKuTaskFinish.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// lbl_Alert_SrmTaskFinish
|
//
|
this.lbl_Alert_SrmTaskFinish.AutoSize = true;
|
this.lbl_Alert_SrmTaskFinish.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_SrmTaskFinish.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_SrmTaskFinish.Location = new System.Drawing.Point(172, 26);
|
this.lbl_Alert_SrmTaskFinish.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_SrmTaskFinish.Name = "lbl_Alert_SrmTaskFinish";
|
this.lbl_Alert_SrmTaskFinish.Size = new System.Drawing.Size(54, 12);
|
this.lbl_Alert_SrmTaskFinish.TabIndex = 37;
|
this.lbl_Alert_SrmTaskFinish.Text = "label11";
|
//
|
// ckSrmTaskFinish
|
//
|
this.ckSrmTaskFinish.AutoSize = true;
|
this.ckSrmTaskFinish.Location = new System.Drawing.Point(14, 26);
|
this.ckSrmTaskFinish.Margin = new System.Windows.Forms.Padding(2);
|
this.ckSrmTaskFinish.Name = "ckSrmTaskFinish";
|
this.ckSrmTaskFinish.Size = new System.Drawing.Size(167, 16);
|
this.ckSrmTaskFinish.TabIndex = 36;
|
this.ckSrmTaskFinish.Text = "Á¢Ìå¿âÈÎÎñÍê³ÉÈ·ÈÏÏß³Ì";
|
this.ckSrmTaskFinish.UseVisualStyleBackColor = true;
|
this.ckSrmTaskFinish.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// lbl_Alert_DeleteData
|
//
|
this.lbl_Alert_DeleteData.AutoSize = true;
|
this.lbl_Alert_DeleteData.BackColor = System.Drawing.Color.White;
|
this.lbl_Alert_DeleteData.ForeColor = System.Drawing.Color.Red;
|
this.lbl_Alert_DeleteData.Location = new System.Drawing.Point(172, 85);
|
this.lbl_Alert_DeleteData.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.lbl_Alert_DeleteData.Name = "lbl_Alert_DeleteData";
|
this.lbl_Alert_DeleteData.Size = new System.Drawing.Size(54, 12);
|
this.lbl_Alert_DeleteData.TabIndex = 33;
|
this.lbl_Alert_DeleteData.Text = "label11";
|
//
|
// ckDeleteData
|
//
|
this.ckDeleteData.AutoSize = true;
|
this.ckDeleteData.Location = new System.Drawing.Point(14, 85);
|
this.ckDeleteData.Margin = new System.Windows.Forms.Padding(2);
|
this.ckDeleteData.Name = "ckDeleteData";
|
this.ckDeleteData.Size = new System.Drawing.Size(102, 16);
|
this.ckDeleteData.TabIndex = 32;
|
this.ckDeleteData.Text = "ÇåÀíÊý¾ÝÏß³Ì";
|
this.ckDeleteData.UseVisualStyleBackColor = true;
|
this.ckDeleteData.CheckedChanged += new System.EventHandler(this.CommonCheckedChanged);
|
//
|
// tabPage1
|
//
|
this.tabPage1.Controls.Add(this.button3);
|
this.tabPage1.Controls.Add(this.tb_Msg);
|
this.tabPage1.Controls.Add(this.label1);
|
this.tabPage1.Controls.Add(this.tb_PoNumber);
|
this.tabPage1.Controls.Add(this.button2);
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
|
this.tabPage1.Size = new System.Drawing.Size(1161, 649);
|
this.tabPage1.TabIndex = 7;
|
this.tabPage1.Text = "²âÊÔ";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
|
//
|
// button3
|
//
|
this.button3.Location = new System.Drawing.Point(502, 44);
|
this.button3.Margin = new System.Windows.Forms.Padding(2);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(166, 18);
|
this.button3.TabIndex = 4;
|
this.button3.Text = "»ñÈ¡µ¥¸öPOµ¥²¢±£´æÊý¾Ý";
|
this.button3.UseVisualStyleBackColor = true;
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
//
|
// tb_Msg
|
//
|
this.tb_Msg.Location = new System.Drawing.Point(44, 86);
|
this.tb_Msg.Margin = new System.Windows.Forms.Padding(2);
|
this.tb_Msg.Multiline = true;
|
this.tb_Msg.Name = "tb_Msg";
|
this.tb_Msg.Size = new System.Drawing.Size(430, 328);
|
this.tb_Msg.TabIndex = 3;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(42, 44);
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(35, 12);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "POµ¥:";
|
//
|
// tb_PoNumber
|
//
|
this.tb_PoNumber.Location = new System.Drawing.Point(95, 42);
|
this.tb_PoNumber.Margin = new System.Windows.Forms.Padding(2);
|
this.tb_PoNumber.Name = "tb_PoNumber";
|
this.tb_PoNumber.Size = new System.Drawing.Size(185, 21);
|
this.tb_PoNumber.TabIndex = 1;
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(308, 44);
|
this.button2.Margin = new System.Windows.Forms.Padding(2);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(166, 18);
|
this.button2.TabIndex = 0;
|
this.button2.Text = "»ñÈ¡µ¥¸öPOµ¥";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// FormCC
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1169, 678);
|
this.Controls.Add(this.tabControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.Name = "FormCC";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "±ê×¼»¯Ô²ÄÁÏ¿âÖÇÄܵ÷¶Èϵͳ(V1.1)";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormCC_FormClosing);
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormCC_FormClosed);
|
this.Load += new System.EventHandler(this.FormCC_Load);
|
this.SizeChanged += new System.EventHandler(this.FormCC_SizeChanged);
|
this.tabControl1.ResumeLayout(false);
|
this.tPModeChoice.ResumeLayout(false);
|
this.panel_Model.ResumeLayout(false);
|
this.panel_Model.PerformLayout();
|
this.tp_Thread.ResumeLayout(false);
|
this.gBoxThread.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.tabPage1.ResumeLayout(false);
|
this.tabPage1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tPModeChoice;
|
private System.Windows.Forms.Panel panel_Model;
|
private System.Windows.Forms.RadioButton rBDebug;
|
private System.Windows.Forms.RadioButton rBNormal;
|
private System.Windows.Forms.Label lbl_ModelText;
|
private System.Windows.Forms.Button btn_End;
|
private System.Windows.Forms.Button btn_Start;
|
private System.Windows.Forms.TabPage tp_Thread;
|
private System.Windows.Forms.GroupBox gBoxThread;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.RadioButton rbHand;
|
private System.Windows.Forms.Label lbl_WCFMsg;
|
private System.Windows.Forms.Label lbl_IsSimulationPLC;
|
private System.Windows.Forms.Label lbl_Alert_DeleteData;
|
private System.Windows.Forms.CheckBox ckDeleteData;
|
private System.Windows.Forms.Label lbl_Alert_SrmTaskFinish;
|
private System.Windows.Forms.CheckBox ckSrmTaskFinish;
|
private System.Windows.Forms.Label lbl_Alert_PingKuTaskFinish;
|
private System.Windows.Forms.CheckBox ckPingKuTaskFinish;
|
private System.Windows.Forms.CheckBox ck_OutPlanTaskHandler;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox tb_PoNumber;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.TextBox tb_Msg;
|
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.CheckBox ck_OutPlanTaskHandler3;
|
private System.Windows.Forms.TextBox tb__Alert_OutPlanTaskHandler3;
|
private System.Windows.Forms.TextBox tb_Alert_OutPlanTaskHandler;
|
private System.Windows.Forms.Label lbl_Alert_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì;
|
private System.Windows.Forms.CheckBox ck_¿â´æÓÊÏäÔ¤¾¯Ïß³Ì;
|
private System.Windows.Forms.Label lbl_Alert_InventorySnapshotHandler;
|
private System.Windows.Forms.CheckBox ck_InventorySnapshotHandler;
|
private System.Windows.Forms.Label lbl_Alert_Óʼþ·¢ËÍ´¦ÀíÏß³Ì;
|
private System.Windows.Forms.CheckBox ck_Óʼþ·¢ËÍ´¦ÀíÏß³Ì;
|
private System.Windows.Forms.Label lbl_Alert_PrintHandler;
|
private System.Windows.Forms.CheckBox ck_PrintHandler;
|
private System.Windows.Forms.Label lbl_Alert_PoDeliveryHandler;
|
private System.Windows.Forms.CheckBox ck_PoDeliveryHandler;
|
private System.Windows.Forms.Label lbl_Alert_ReceivingPoOrderHandler;
|
private System.Windows.Forms.CheckBox ck_ReceivingPoOrderHandler;
|
}
|
}
|