You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

696 lines
35 KiB

namespace wcfControlMonitorClient
{
partial class FrmHost
{
/// <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);
_formInstance = null;//20130122
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
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_12001 = new System.Windows.Forms.PictureBox();
this.pbS7_15100 = new System.Windows.Forms.PictureBox();
this.S7_15200 = new System.Windows.Forms.PictureBox();
this.pbS7_15300 = new System.Windows.Forms.PictureBox();
this.pbS7_25100 = new System.Windows.Forms.PictureBox();
this.pbS7_22001 = 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.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pbS7_12234 = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.contextMenuStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.pS7conn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbS7_12001)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_15100)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.S7_15200)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_15300)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_25100)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_22001)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_12234)).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 = 15;
this.listBox1.Location = new System.Drawing.Point(16, 71);
this.listBox1.Margin = new System.Windows.Forms.Padding(4);
this.listBox1.Name = "listBox1";
this.listBox1.ScrollAlwaysVisible = true;
this.listBox1.Size = new System.Drawing.Size(841, 484);
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(169, 136);
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.DoubleClickEnabled = true;
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.Size = new System.Drawing.Size(168, 24);
this.toolStripMenuItem8.Text = "显示主界面";
this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click);
//
// toolStripMenuItem10
//
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
this.toolStripMenuItem10.Size = new System.Drawing.Size(168, 24);
this.toolStripMenuItem10.Text = "最小化窗口";
this.toolStripMenuItem10.Click += new System.EventHandler(this.toolStripMenuItem10_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(165, 6);
//
// tsmTurnOn
//
this.tsmTurnOn.Name = "tsmTurnOn";
this.tsmTurnOn.Size = new System.Drawing.Size(168, 24);
this.tsmTurnOn.Text = "打开命令开关";
this.tsmTurnOn.Click += new System.EventHandler(this.toolStripMenuItem13_Click);
//
// tsmTurnOff
//
this.tsmTurnOff.Name = "tsmTurnOff";
this.tsmTurnOff.Size = new System.Drawing.Size(168, 24);
this.tsmTurnOff.Text = "关闭命令开关";
this.tsmTurnOff.Click += new System.EventHandler(this.toolStripMenuItem14_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(165, 6);
//
// toolStripMenuItem9
//
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new System.Drawing.Size(168, 24);
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 = 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(16, 615);
this.tsStatus.Margin = new System.Windows.Forms.Padding(4);
this.tsStatus.Multiline = true;
this.tsStatus.Name = "tsStatus";
this.tsStatus.ReadOnly = true;
this.tsStatus.Size = new System.Drawing.Size(1339, 38);
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(727, 569);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 42);
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 = 15;
this.listBox2.Location = new System.Drawing.Point(884, 86);
this.listBox2.Margin = new System.Windows.Forms.Padding(4);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(469, 469);
this.listBox2.TabIndex = 1567;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 35);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(181, 15);
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(881, 70);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(127, 15);
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(1127, 569);
this.button4.Margin = new System.Windows.Forms.Padding(4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(209, 42);
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.Size = new System.Drawing.Size(1371, 28);
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(68, 24);
this.MMInit.Text = "初始化";
//
// MISystemInit
//
this.MISystemInit.Name = "MISystemInit";
this.MISystemInit.Size = new System.Drawing.Size(182, 26);
this.MISystemInit.Text = "设备初始化";
this.MISystemInit.Click += new System.EventHandler(this.MISystemInit_Click);
//
// MIDataClear
//
this.MIDataClear.Name = "MIDataClear";
this.MIDataClear.Size = new System.Drawing.Size(182, 26);
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(83, 24);
this.MMRetriveTask.Text = "获取任务";
//
// MIStartRetrieveTask
//
this.MIStartRetrieveTask.Name = "MIStartRetrieveTask";
this.MIStartRetrieveTask.Size = new System.Drawing.Size(182, 26);
this.MIStartRetrieveTask.Text = "开始获取任务";
this.MIStartRetrieveTask.Click += new System.EventHandler(this.MIStartRetrieveTask_Click);
//
// MIStopRetrieveTask
//
this.MIStopRetrieveTask.Name = "MIStopRetrieveTask";
this.MIStopRetrieveTask.Size = new System.Drawing.Size(182, 26);
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(83, 24);
this.MMMonitorControl.Text = "调度控制";
//
// MITurnOn
//
this.MITurnOn.Name = "MITurnOn";
this.MITurnOn.Size = new System.Drawing.Size(182, 26);
this.MITurnOn.Text = "打开命令开关";
this.MITurnOn.Click += new System.EventHandler(this.MITurnOn_Click);
//
// MITurnOff
//
this.MITurnOff.Name = "MITurnOff";
this.MITurnOff.Size = new System.Drawing.Size(182, 26);
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(98, 24);
this.MMDarketManage.Text = "黑匣子管理";
//
// MISeeDarket
//
this.MISeeDarket.Name = "MISeeDarket";
this.MISeeDarket.Size = new System.Drawing.Size(212, 26);
this.MISeeDarket.Text = "浏览黑匣子";
this.MISeeDarket.Click += new System.EventHandler(this.MISeeDarket_Click);
//
// MIDarketFileSet
//
this.MIDarketFileSet.Name = "MIDarketFileSet";
this.MIDarketFileSet.Size = new System.Drawing.Size(212, 26);
this.MIDarketFileSet.Text = "文件设置";
this.MIDarketFileSet.Click += new System.EventHandler(this.MIDarketFileSet_Click);
//
// MIAutoTaskHistory
//
this.MIAutoTaskHistory.Name = "MIAutoTaskHistory";
this.MIAutoTaskHistory.Size = new System.Drawing.Size(212, 26);
this.MIAutoTaskHistory.Text = "查询自动任务日志";
this.MIAutoTaskHistory.Click += new System.EventHandler(this.MIAutoTaskHistory_Click);
//
// MMExitSystem
//
this.MMExitSystem.Name = "MMExitSystem";
this.MMExitSystem.Size = new System.Drawing.Size(83, 24);
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(892, 569);
this.button3.Margin = new System.Windows.Forms.Padding(4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(157, 42);
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_12001);
this.pS7conn.Controls.Add(this.pbS7_15100);
this.pS7conn.Controls.Add(this.S7_15200);
this.pS7conn.Controls.Add(this.pbS7_15300);
this.pS7conn.Controls.Add(this.pbS7_25100);
this.pS7conn.Controls.Add(this.pbS7_22001);
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.label5);
this.pS7conn.Controls.Add(this.label4);
this.pS7conn.Controls.Add(this.pbS7_12234);
this.pS7conn.Controls.Add(this.label3);
this.pS7conn.Location = new System.Drawing.Point(200, 29);
this.pS7conn.Name = "pS7conn";
this.pS7conn.Size = new System.Drawing.Size(948, 33);
this.pS7conn.TabIndex = 2669;
this.pS7conn.Tag = "PLC连接状态";
//
// pbS7_12001
//
this.pbS7_12001.Location = new System.Drawing.Point(81, 5);
this.pbS7_12001.Margin = new System.Windows.Forms.Padding(4);
this.pbS7_12001.Name = "pbS7_12001";
this.pbS7_12001.Size = new System.Drawing.Size(29, 21);
this.pbS7_12001.TabIndex = 2665;
this.pbS7_12001.TabStop = false;
this.pbS7_12001.Tag = "常温入库输送";
//
// pbS7_15100
//
this.pbS7_15100.Location = new System.Drawing.Point(498, 4);
this.pbS7_15100.Margin = new System.Windows.Forms.Padding(4);
this.pbS7_15100.Name = "pbS7_15100";
this.pbS7_15100.Size = new System.Drawing.Size(29, 21);
this.pbS7_15100.TabIndex = 2665;
this.pbS7_15100.TabStop = false;
this.pbS7_15100.Tag = "常温入库环穿";
//
// S7_15200
//
this.S7_15200.Location = new System.Drawing.Point(637, 4);
this.S7_15200.Margin = new System.Windows.Forms.Padding(4);
this.S7_15200.Name = "S7_15200";
this.S7_15200.Size = new System.Drawing.Size(29, 21);
this.S7_15200.TabIndex = 2665;
this.S7_15200.TabStop = false;
this.S7_15200.Tag = "恒温入库环穿";
//
// pbS7_15300
//
this.pbS7_15300.Location = new System.Drawing.Point(780, 4);
this.pbS7_15300.Margin = new System.Windows.Forms.Padding(4);
this.pbS7_15300.Name = "pbS7_15300";
this.pbS7_15300.Size = new System.Drawing.Size(29, 21);
this.pbS7_15300.TabIndex = 2665;
this.pbS7_15300.TabStop = false;
this.pbS7_15300.Tag = "恒温出库环穿";
//
// pbS7_25100
//
this.pbS7_25100.Location = new System.Drawing.Point(915, 4);
this.pbS7_25100.Margin = new System.Windows.Forms.Padding(4);
this.pbS7_25100.Name = "pbS7_25100";
this.pbS7_25100.Size = new System.Drawing.Size(29, 21);
this.pbS7_25100.TabIndex = 2665;
this.pbS7_25100.TabStop = false;
this.pbS7_25100.Tag = "组件车间环穿";
//
// pbS7_22001
//
this.pbS7_22001.Location = new System.Drawing.Point(359, 4);
this.pbS7_22001.Margin = new System.Windows.Forms.Padding(4);
this.pbS7_22001.Name = "pbS7_22001";
this.pbS7_22001.Size = new System.Drawing.Size(29, 21);
this.pbS7_22001.TabIndex = 2665;
this.pbS7_22001.TabStop = false;
this.pbS7_22001.Tag = "组件车间输送";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(14, 8);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(67, 15);
this.label9.TabIndex = 1568;
this.label9.Text = "常温输送";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(148, 8);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(67, 15);
this.label8.TabIndex = 1568;
this.label8.Text = "恒温输送";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(295, 7);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(61, 15);
this.label7.TabIndex = 1568;
this.label7.Text = "102输送";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(419, 7);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(82, 15);
this.label6.TabIndex = 1568;
this.label6.Text = "常温入环穿";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(557, 7);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(82, 15);
this.label5.TabIndex = 1568;
this.label5.Text = "恒温入环穿";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(699, 7);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 15);
this.label4.TabIndex = 1568;
this.label4.Text = "恒温出环穿";
//
// pbS7_12234
//
this.pbS7_12234.Location = new System.Drawing.Point(220, 5);
this.pbS7_12234.Margin = new System.Windows.Forms.Padding(4);
this.pbS7_12234.Name = "pbS7_12234";
this.pbS7_12234.Size = new System.Drawing.Size(29, 21);
this.pbS7_12234.TabIndex = 2665;
this.pbS7_12234.TabStop = false;
this.pbS7_12234.Tag = "恒温入库输送";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(857, 7);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(61, 15);
this.label3.TabIndex = 1568;
this.label3.Text = "102环穿";
//
// FrmHost
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1371, 661);
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.Margin = new System.Windows.Forms.Padding(4);
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_12001)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_15100)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.S7_15200)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_15300)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_25100)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_22001)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbS7_12234)).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_25100;
private System.Windows.Forms.PictureBox pbS7_22001;
private System.Windows.Forms.PictureBox pbS7_15300;
private System.Windows.Forms.PictureBox S7_15200;
private System.Windows.Forms.PictureBox pbS7_15100;
private System.Windows.Forms.PictureBox pbS7_12234;
private System.Windows.Forms.PictureBox pbS7_12001;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label9;
}
}