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.button2 = 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.timer1 = new System.Windows.Forms.Timer(this.components); this.pbF1S7 = new System.Windows.Forms.PictureBox(); this.lblFloor1S7 = new System.Windows.Forms.Label(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbF1S7)).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, 45); this.listBox1.Name = "listBox1"; this.listBox1.ScrollAlwaysVisible = true; this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBox1.Size = new System.Drawing.Size(632, 400); this.listBox1.TabIndex = 0; // // contextMenuStrip1 // 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.Enabled = true; this.timerObtainTask.Interval = 800; 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 = 200; 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); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point(238, 461); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 1566; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; this.button2.Click += new System.EventHandler(this.button2_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, 45); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(353, 400); this.listBox2.TabIndex = 1567; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 12); this.label1.TabIndex = 1568; this.label1.Text = "与客户端交互的消息:"; // // 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, 28); 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.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.Size = new System.Drawing.Size(1028, 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); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 10000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // pbF1S7 // this.pbF1S7.Location = new System.Drawing.Point(305, 26); this.pbF1S7.Name = "pbF1S7"; this.pbF1S7.Size = new System.Drawing.Size(22, 17); this.pbF1S7.TabIndex = 2659; this.pbF1S7.TabStop = false; // // lblFloor1S7 // this.lblFloor1S7.AutoSize = true; this.lblFloor1S7.Location = new System.Drawing.Point(208, 28); this.lblFloor1S7.Name = "lblFloor1S7"; this.lblFloor1S7.Size = new System.Drawing.Size(71, 12); this.lblFloor1S7.TabIndex = 2656; this.lblFloor1S7.Text = "PLC连接状态"; this.lblFloor1S7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // FrmHost // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1028, 529); this.Controls.Add(this.pbF1S7); this.Controls.Add(this.lblFloor1S7); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listBox2); this.Controls.Add(this.button2); 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(); ((System.ComponentModel.ISupportInitialize)(this.pbF1S7)).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.TextBox tsStatus; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; 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 timer1; private System.Windows.Forms.PictureBox pbF1S7; private System.Windows.Forms.Label lblFloor1S7; } }