namespace wcfControlMonitorClient { partial class FrmHost { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); _formInstance = null;//20130122 } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHost)); this.listBox1 = new System.Windows.Forms.ListBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); this.tsmTurnOn = new System.Windows.Forms.ToolStripMenuItem(); this.tsmTurnOff = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.timerObtainTask = new System.Windows.Forms.Timer(this.components); this.timerDisassembleTask = new System.Windows.Forms.Timer(this.components); this.timerSendOrder = new System.Windows.Forms.Timer(this.components); this.tsStatus = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.MMInit = new System.Windows.Forms.ToolStripMenuItem(); this.MISystemInit = new System.Windows.Forms.ToolStripMenuItem(); this.MIDataClear = new System.Windows.Forms.ToolStripMenuItem(); this.MMRetriveTask = new System.Windows.Forms.ToolStripMenuItem(); this.MIStartRetrieveTask = new System.Windows.Forms.ToolStripMenuItem(); this.MIStopRetrieveTask = new System.Windows.Forms.ToolStripMenuItem(); this.MMMonitorControl = new System.Windows.Forms.ToolStripMenuItem(); this.MITurnOn = new System.Windows.Forms.ToolStripMenuItem(); this.MITurnOff = new System.Windows.Forms.ToolStripMenuItem(); this.MMDarketManage = new System.Windows.Forms.ToolStripMenuItem(); this.MISeeDarket = new System.Windows.Forms.ToolStripMenuItem(); this.MIDarketFileSet = new System.Windows.Forms.ToolStripMenuItem(); this.MIAutoTaskHistory = new System.Windows.Forms.ToolStripMenuItem(); this.MMExitSystem = new System.Windows.Forms.ToolStripMenuItem(); this.button3 = new System.Windows.Forms.Button(); this.timerS7Connect = new System.Windows.Forms.Timer(this.components); this.timerResend = new System.Windows.Forms.Timer(this.components); this.timerAGVReConnect = new System.Windows.Forms.Timer(this.components); this.pS7conn = new System.Windows.Forms.Panel(); this.pbS7_22301 = new System.Windows.Forms.PictureBox(); this.pbS7_32301 = new System.Windows.Forms.PictureBox(); this.pbS7_35100 = new System.Windows.Forms.PictureBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.pbS7_32001 = new System.Windows.Forms.PictureBox(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.pS7conn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_22301)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_32301)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_35100)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_32001)).BeginInit(); this.SuspendLayout(); // // listBox1 // this.listBox1.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.listBox1.FormattingEnabled = true; this.listBox1.HorizontalScrollbar = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(12, 57); this.listBox1.Name = "listBox1"; this.listBox1.ScrollAlwaysVisible = true; this.listBox1.Size = new System.Drawing.Size(632, 388); this.listBox1.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem8, this.toolStripMenuItem10, this.toolStripSeparator12, this.tsmTurnOn, this.tsmTurnOff, this.toolStripSeparator9, this.toolStripMenuItem9}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(149, 126); // // toolStripMenuItem8 // this.toolStripMenuItem8.DoubleClickEnabled = true; this.toolStripMenuItem8.Name = "toolStripMenuItem8"; this.toolStripMenuItem8.Size = new System.Drawing.Size(148, 22); this.toolStripMenuItem8.Text = "显示主界面"; this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click); // // toolStripMenuItem10 // this.toolStripMenuItem10.Name = "toolStripMenuItem10"; this.toolStripMenuItem10.Size = new System.Drawing.Size(148, 22); this.toolStripMenuItem10.Text = "最小化窗口"; this.toolStripMenuItem10.Click += new System.EventHandler(this.toolStripMenuItem10_Click); // // toolStripSeparator12 // this.toolStripSeparator12.Name = "toolStripSeparator12"; this.toolStripSeparator12.Size = new System.Drawing.Size(145, 6); // // tsmTurnOn // this.tsmTurnOn.Name = "tsmTurnOn"; this.tsmTurnOn.Size = new System.Drawing.Size(148, 22); this.tsmTurnOn.Text = "打开命令开关"; this.tsmTurnOn.Click += new System.EventHandler(this.toolStripMenuItem13_Click); // // tsmTurnOff // this.tsmTurnOff.Name = "tsmTurnOff"; this.tsmTurnOff.Size = new System.Drawing.Size(148, 22); this.tsmTurnOff.Text = "关闭命令开关"; this.tsmTurnOff.Click += new System.EventHandler(this.toolStripMenuItem14_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(145, 6); // // toolStripMenuItem9 // this.toolStripMenuItem9.Name = "toolStripMenuItem9"; this.toolStripMenuItem9.Size = new System.Drawing.Size(148, 22); this.toolStripMenuItem9.Text = "退出系统"; this.toolStripMenuItem9.Click += new System.EventHandler(this.toolStripMenuItem9_Click); // // notifyIcon1 // this.notifyIcon1.BalloonTipTitle = "警告"; this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Visible = true; this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick); // // timerObtainTask // this.timerObtainTask.Interval = 1000; this.timerObtainTask.Tick += new System.EventHandler(this.timerObtainTask_Tick); // // timerDisassembleTask // this.timerDisassembleTask.Enabled = true; this.timerDisassembleTask.Interval = 400; this.timerDisassembleTask.Tick += new System.EventHandler(this.timerDisassembleTask_Tick); // // timerSendOrder // this.timerSendOrder.Enabled = true; this.timerSendOrder.Interval = 1000; this.timerSendOrder.Tick += new System.EventHandler(this.timerSendOrder_Tick); // // tsStatus // this.tsStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tsStatus.BackColor = System.Drawing.SystemColors.Info; this.tsStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tsStatus.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsStatus.ForeColor = System.Drawing.Color.Red; this.tsStatus.Location = new System.Drawing.Point(12, 492); this.tsStatus.Multiline = true; this.tsStatus.Name = "tsStatus"; this.tsStatus.ReadOnly = true; this.tsStatus.Size = new System.Drawing.Size(1004, 30); this.tsStatus.TabIndex = 1564; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Image = global::wcfControlMonitorClient.Properties.Resources.call_modul_volume_reduce; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(545, 455); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(87, 34); this.button1.TabIndex = 1565; this.button1.Text = "清空日志"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // listBox2 // this.listBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.listBox2.FormattingEnabled = true; this.listBox2.ItemHeight = 12; this.listBox2.Location = new System.Drawing.Point(663, 69); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(353, 376); this.listBox2.TabIndex = 1567; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(143, 12); this.label1.TabIndex = 1568; this.label1.Text = "WCS与电控系统通讯状态:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(661, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 12); this.label2.TabIndex = 1568; this.label2.Text = "在线客户端信息:"; // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.button4.Image = global::wcfControlMonitorClient.Properties.Resources.MSN; this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button4.Location = new System.Drawing.Point(845, 455); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(157, 34); this.button4.TabIndex = 1569; this.button4.Text = "刷新在线客户端列表"; this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MMInit, this.MMRetriveTask, this.MMMonitorControl, this.MMDarketManage, this.MMExitSystem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(963, 25); this.menuStrip1.TabIndex = 1570; this.menuStrip1.Text = "menuStrip1"; // // MMInit // this.MMInit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MISystemInit, this.MIDataClear}); this.MMInit.Name = "MMInit"; this.MMInit.Size = new System.Drawing.Size(56, 21); this.MMInit.Text = "初始化"; // // MISystemInit // this.MISystemInit.Name = "MISystemInit"; this.MISystemInit.Size = new System.Drawing.Size(148, 22); this.MISystemInit.Text = "设备初始化"; this.MISystemInit.Click += new System.EventHandler(this.MISystemInit_Click); // // MIDataClear // this.MIDataClear.Name = "MIDataClear"; this.MIDataClear.Size = new System.Drawing.Size(148, 22); this.MIDataClear.Text = "调度数据清理"; this.MIDataClear.Visible = false; this.MIDataClear.Click += new System.EventHandler(this.MIDataClear_Click); // // MMRetriveTask // this.MMRetriveTask.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MIStartRetrieveTask, this.MIStopRetrieveTask}); this.MMRetriveTask.Name = "MMRetriveTask"; this.MMRetriveTask.Size = new System.Drawing.Size(68, 21); this.MMRetriveTask.Text = "获取任务"; // // MIStartRetrieveTask // this.MIStartRetrieveTask.Name = "MIStartRetrieveTask"; this.MIStartRetrieveTask.Size = new System.Drawing.Size(148, 22); this.MIStartRetrieveTask.Text = "开始获取任务"; this.MIStartRetrieveTask.Click += new System.EventHandler(this.MIStartRetrieveTask_Click); // // MIStopRetrieveTask // this.MIStopRetrieveTask.Name = "MIStopRetrieveTask"; this.MIStopRetrieveTask.Size = new System.Drawing.Size(148, 22); this.MIStopRetrieveTask.Text = "停止获取任务"; this.MIStopRetrieveTask.Click += new System.EventHandler(this.MIStopRetrieveTask_Click); // // MMMonitorControl // this.MMMonitorControl.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MITurnOn, this.MITurnOff}); this.MMMonitorControl.Name = "MMMonitorControl"; this.MMMonitorControl.Size = new System.Drawing.Size(68, 21); this.MMMonitorControl.Text = "调度控制"; // // MITurnOn // this.MITurnOn.Name = "MITurnOn"; this.MITurnOn.Size = new System.Drawing.Size(148, 22); this.MITurnOn.Text = "打开命令开关"; this.MITurnOn.Click += new System.EventHandler(this.MITurnOn_Click); // // MITurnOff // this.MITurnOff.Name = "MITurnOff"; this.MITurnOff.Size = new System.Drawing.Size(148, 22); this.MITurnOff.Text = "关闭命令开关"; this.MITurnOff.Click += new System.EventHandler(this.MITurnOff_Click); // // MMDarketManage // this.MMDarketManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MISeeDarket, this.MIDarketFileSet, this.MIAutoTaskHistory}); this.MMDarketManage.Name = "MMDarketManage"; this.MMDarketManage.Size = new System.Drawing.Size(80, 21); this.MMDarketManage.Text = "黑匣子管理"; // // MISeeDarket // this.MISeeDarket.Name = "MISeeDarket"; this.MISeeDarket.Size = new System.Drawing.Size(172, 22); this.MISeeDarket.Text = "浏览黑匣子"; this.MISeeDarket.Click += new System.EventHandler(this.MISeeDarket_Click); // // MIDarketFileSet // this.MIDarketFileSet.Name = "MIDarketFileSet"; this.MIDarketFileSet.Size = new System.Drawing.Size(172, 22); this.MIDarketFileSet.Text = "文件设置"; this.MIDarketFileSet.Click += new System.EventHandler(this.MIDarketFileSet_Click); // // MIAutoTaskHistory // this.MIAutoTaskHistory.Name = "MIAutoTaskHistory"; this.MIAutoTaskHistory.Size = new System.Drawing.Size(172, 22); this.MIAutoTaskHistory.Text = "查询自动任务日志"; this.MIAutoTaskHistory.Click += new System.EventHandler(this.MIAutoTaskHistory_Click); // // MMExitSystem // this.MMExitSystem.Name = "MMExitSystem"; this.MMExitSystem.Size = new System.Drawing.Size(68, 21); this.MMExitSystem.Text = "退出系统"; this.MMExitSystem.Click += new System.EventHandler(this.MMExitSystem_Click); // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.button3.Image = global::wcfControlMonitorClient.Properties.Resources.SCDCNCLL; this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button3.Location = new System.Drawing.Point(669, 455); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(118, 34); this.button3.TabIndex = 1569; this.button3.Text = "注销在线客户端"; this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // timerS7Connect // this.timerS7Connect.Enabled = true; this.timerS7Connect.Interval = 30000; this.timerS7Connect.Tick += new System.EventHandler(this.timerS7Connection_Tick); // // timerResend // this.timerResend.Enabled = true; this.timerResend.Interval = 60000; this.timerResend.Tick += new System.EventHandler(this.timerResend_Tick); // // timerAGVReConnect // this.timerAGVReConnect.Interval = 10000; this.timerAGVReConnect.Tick += new System.EventHandler(this.timerAGVReConnect_Tick); // // pS7conn // this.pS7conn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pS7conn.Controls.Add(this.pbS7_22301); this.pS7conn.Controls.Add(this.pbS7_32301); this.pS7conn.Controls.Add(this.pbS7_35100); this.pS7conn.Controls.Add(this.label9); this.pS7conn.Controls.Add(this.label8); this.pS7conn.Controls.Add(this.label7); this.pS7conn.Controls.Add(this.label6); this.pS7conn.Controls.Add(this.pbS7_32001); this.pS7conn.Location = new System.Drawing.Point(150, 23); this.pS7conn.Margin = new System.Windows.Forms.Padding(2); this.pS7conn.Name = "pS7conn"; this.pS7conn.Size = new System.Drawing.Size(712, 27); this.pS7conn.TabIndex = 2669; this.pS7conn.Tag = "PLC连接状态"; // // pbS7_22301 // this.pbS7_22301.Location = new System.Drawing.Point(124, 4); this.pbS7_22301.Name = "pbS7_22301"; this.pbS7_22301.Size = new System.Drawing.Size(22, 17); this.pbS7_22301.TabIndex = 2665; this.pbS7_22301.TabStop = false; this.pbS7_22301.Tag = "常温入库输送"; // // pbS7_32301 // this.pbS7_32301.Location = new System.Drawing.Point(561, 3); this.pbS7_32301.Name = "pbS7_32301"; this.pbS7_32301.Size = new System.Drawing.Size(22, 17); this.pbS7_32301.TabIndex = 2665; this.pbS7_32301.TabStop = false; this.pbS7_32301.Tag = "常温入库环穿"; // // pbS7_35100 // this.pbS7_35100.Location = new System.Drawing.Point(438, 3); this.pbS7_35100.Name = "pbS7_35100"; this.pbS7_35100.Size = new System.Drawing.Size(22, 17); this.pbS7_35100.TabIndex = 2665; this.pbS7_35100.TabStop = false; this.pbS7_35100.Tag = "组件车间输送"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(11, 6); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(89, 12); this.label9.TabIndex = 1568; this.label9.Text = "组件车间及连廊"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(179, 6); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(101, 12); this.label8.TabIndex = 1568; this.label8.Text = "成品暂存库成品库"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(348, 6); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 1568; this.label7.Text = "成品发货环穿"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(477, 6); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 1568; this.label6.Text = "成品发货输送"; // // pbS7_32001 // this.pbS7_32001.Location = new System.Drawing.Point(308, 4); this.pbS7_32001.Name = "pbS7_32001"; this.pbS7_32001.Size = new System.Drawing.Size(22, 17); this.pbS7_32001.TabIndex = 2665; this.pbS7_32001.TabStop = false; this.pbS7_32001.Tag = "恒温入库输送"; // // FrmHost // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(963, 529); this.Controls.Add(this.pS7conn); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listBox2); this.Controls.Add(this.tsStatus); this.Controls.Add(this.listBox1); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmHost"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmHost_FormClosing); this.Load += new System.EventHandler(this.FrmHost_Load); this.contextMenuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.pS7conn.ResumeLayout(false); this.pS7conn.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_22301)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_32301)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_35100)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbS7_32001)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox1; public System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10; private System.Windows.Forms.ToolStripSeparator toolStripSeparator12; private System.Windows.Forms.ToolStripMenuItem tsmTurnOn; private System.Windows.Forms.ToolStripMenuItem tsmTurnOff; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9; public System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.Timer timerObtainTask; private System.Windows.Forms.Timer timerDisassembleTask; private System.Windows.Forms.Timer timerSendOrder; private System.Windows.Forms.Button button1; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button4; public System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem MMInit; private System.Windows.Forms.ToolStripMenuItem MISystemInit; private System.Windows.Forms.ToolStripMenuItem MIDataClear; private System.Windows.Forms.ToolStripMenuItem MMRetriveTask; private System.Windows.Forms.ToolStripMenuItem MIStartRetrieveTask; private System.Windows.Forms.ToolStripMenuItem MIStopRetrieveTask; private System.Windows.Forms.ToolStripMenuItem MMMonitorControl; private System.Windows.Forms.ToolStripMenuItem MITurnOn; private System.Windows.Forms.ToolStripMenuItem MITurnOff; private System.Windows.Forms.ToolStripMenuItem MMDarketManage; private System.Windows.Forms.ToolStripMenuItem MISeeDarket; private System.Windows.Forms.ToolStripMenuItem MIDarketFileSet; private System.Windows.Forms.ToolStripMenuItem MIAutoTaskHistory; private System.Windows.Forms.ToolStripMenuItem MMExitSystem; private System.Windows.Forms.Button button3; private System.Windows.Forms.Timer timerS7Connect; private System.Windows.Forms.Timer timerResend; private System.Windows.Forms.Timer timerAGVReConnect; public System.Windows.Forms.TextBox tsStatus; private System.Windows.Forms.Panel pS7conn; private System.Windows.Forms.PictureBox pbS7_35100; private System.Windows.Forms.PictureBox pbS7_32301; private System.Windows.Forms.PictureBox pbS7_32001; private System.Windows.Forms.PictureBox pbS7_22301; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label9; } }