namespace wcfControlMonitorClient { partial class FrmModifyMonitor { /// /// 必需的设计器变量。 /// 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; } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel2 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.ComboBox(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.rbmonWait = new System.Windows.Forms.RadioButton(); this.rbmonRun = new System.Windows.Forms.RadioButton(); this.rbmonAll = new System.Windows.Forms.RadioButton(); this.label19 = new System.Windows.Forms.Label(); this.dgvMonitor = new System.Windows.Forms.DataGridView(); this.cmMonitor = new System.Windows.Forms.ContextMenuStrip(this.components); this.TSMManager = new System.Windows.Forms.ToolStripMenuItem(); this.TSMonitor = new System.Windows.Forms.ToolStripMenuItem(); this.TSMonitorinfo = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.TSMmonitorOK = new System.Windows.Forms.ToolStripMenuItem(); this.TSMRestore = new System.Windows.Forms.ToolStripMenuItem(); this.TSMmonitorDel = new System.Windows.Forms.ToolStripMenuItem(); this.tsmAGV = new System.Windows.Forms.ToolStripSeparator(); this.tsmAGVGet = new System.Windows.Forms.ToolStripMenuItem(); this.tsmAGVBank = new System.Windows.Forms.ToolStripMenuItem(); this.tsmAGVGoods = new System.Windows.Forms.ToolStripMenuItem(); this.tsmAGVSend = new System.Windows.Forms.ToolStripMenuItem(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).BeginInit(); this.cmMonitor.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.textBox1); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.comboBox1); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.radioButton1); this.panel2.Controls.Add(this.rbmonWait); this.panel2.Controls.Add(this.rbmonRun); this.panel2.Controls.Add(this.rbmonAll); this.panel2.Controls.Add(this.label19); this.panel2.Location = new System.Drawing.Point(12, 13); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(995, 33); this.panel2.TabIndex = 216; // // textBox1 // this.textBox1.FormattingEnabled = true; this.textBox1.Location = new System.Drawing.Point(687, 5); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(111, 21); this.textBox1.TabIndex = 221; // // button2 // this.button2.Location = new System.Drawing.Point(911, 3); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(64, 27); this.button2.TabIndex = 220; this.button2.Text = "显示全部"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(810, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(64, 27); this.button1.TabIndex = 219; this.button1.Text = "开始查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "条码", "设备索引", "设备指令索引", "调度任务索引"}); this.comboBox1.Location = new System.Drawing.Point(571, 5); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(111, 21); this.comboBox1.TabIndex = 217; this.comboBox1.Text = "调度任务索引"; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(506, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 216; this.label1.Text = "任务查询:"; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(393, 7); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(97, 17); this.radioButton1.TabIndex = 214; this.radioButton1.Text = "第一指令队列"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.Click += new System.EventHandler(this.radioButton1_Click); // // rbmonWait // this.rbmonWait.AutoSize = true; this.rbmonWait.Location = new System.Drawing.Point(303, 7); this.rbmonWait.Name = "rbmonWait"; this.rbmonWait.Size = new System.Drawing.Size(73, 17); this.rbmonWait.TabIndex = 214; this.rbmonWait.Text = "等待队列"; this.rbmonWait.UseVisualStyleBackColor = true; this.rbmonWait.Click += new System.EventHandler(this.rbmonWait_Click); // // rbmonRun // this.rbmonRun.AutoSize = true; this.rbmonRun.Checked = true; this.rbmonRun.Location = new System.Drawing.Point(213, 7); this.rbmonRun.Name = "rbmonRun"; this.rbmonRun.Size = new System.Drawing.Size(73, 17); this.rbmonRun.TabIndex = 213; this.rbmonRun.TabStop = true; this.rbmonRun.Text = "运行队列"; this.rbmonRun.UseVisualStyleBackColor = true; this.rbmonRun.Click += new System.EventHandler(this.rbmonRun_Click); // // rbmonAll // this.rbmonAll.AutoSize = true; this.rbmonAll.Location = new System.Drawing.Point(123, 7); this.rbmonAll.Name = "rbmonAll"; this.rbmonAll.Size = new System.Drawing.Size(73, 17); this.rbmonAll.TabIndex = 212; this.rbmonAll.Text = "全部队列"; this.rbmonAll.UseVisualStyleBackColor = true; this.rbmonAll.Click += new System.EventHandler(this.rbmonAll_Click); // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(8, 9); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(115, 13); this.label19.TabIndex = 215; this.label19.Text = "设备指令队列信息:"; // // dgvMonitor // this.dgvMonitor.AllowUserToAddRows = false; this.dgvMonitor.AllowUserToDeleteRows = false; this.dgvMonitor.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.dgvMonitor.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; this.dgvMonitor.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells; this.dgvMonitor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvMonitor.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken; this.dgvMonitor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvMonitor.ContextMenuStrip = this.cmMonitor; this.dgvMonitor.Location = new System.Drawing.Point(12, 52); this.dgvMonitor.MultiSelect = false; this.dgvMonitor.Name = "dgvMonitor"; this.dgvMonitor.ReadOnly = true; this.dgvMonitor.RowTemplate.Height = 23; this.dgvMonitor.Size = new System.Drawing.Size(995, 544); this.dgvMonitor.TabIndex = 215; this.dgvMonitor.DataSourceChanged += new System.EventHandler(this.dgvMonitor_DataSourceChanged); this.dgvMonitor.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvMonitor_CellMouseDown); this.dgvMonitor.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgvMonitor_DataBindingComplete); // // cmMonitor // this.cmMonitor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSMManager, this.TSMonitor, this.TSMonitorinfo, this.toolStripSeparator2, this.TSMmonitorOK, this.TSMRestore, this.TSMmonitorDel, this.tsmAGV, this.tsmAGVGet, this.tsmAGVBank, this.tsmAGVGoods, this.tsmAGVSend}); this.cmMonitor.Name = "cmMonitor"; this.cmMonitor.Size = new System.Drawing.Size(186, 236); this.cmMonitor.Opening += new System.ComponentModel.CancelEventHandler(this.cmMonitor_Opening); // // TSMManager // this.TSMManager.Name = "TSMManager"; this.TSMManager.Size = new System.Drawing.Size(185, 22); // // TSMonitor // this.TSMonitor.Name = "TSMonitor"; this.TSMonitor.Size = new System.Drawing.Size(185, 22); // // TSMonitorinfo // this.TSMonitorinfo.Name = "TSMonitorinfo"; this.TSMonitorinfo.Size = new System.Drawing.Size(185, 22); this.TSMonitorinfo.Text = " "; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(182, 6); // // TSMmonitorOK // this.TSMmonitorOK.Name = "TSMmonitorOK"; this.TSMmonitorOK.Size = new System.Drawing.Size(185, 22); this.TSMmonitorOK.Text = "【指令完成】"; this.TSMmonitorOK.Click += new System.EventHandler(this.TSMmonitorOK_Click); // // TSMRestore // this.TSMRestore.Name = "TSMRestore"; this.TSMRestore.Size = new System.Drawing.Size(185, 22); this.TSMRestore.Text = "【指令重发】"; this.TSMRestore.Click += new System.EventHandler(this.TSMRestore_Click); // // TSMmonitorDel // this.TSMmonitorDel.Name = "TSMmonitorDel"; this.TSMmonitorDel.Size = new System.Drawing.Size(185, 22); this.TSMmonitorDel.Text = "【指令删除】"; this.TSMmonitorDel.Visible = false; this.TSMmonitorDel.Click += new System.EventHandler(this.TSMmonitorDel_Click); // // tsmAGV // this.tsmAGV.Name = "tsmAGV"; this.tsmAGV.Size = new System.Drawing.Size(182, 6); // // tsmAGVGet // this.tsmAGVGet.Name = "tsmAGVGet"; this.tsmAGVGet.Size = new System.Drawing.Size(185, 22); this.tsmAGVGet.Text = "【AGV叉货完成】"; this.tsmAGVGet.Click += new System.EventHandler(this.tsmAGVGet_Click); // // tsmAGVBank // this.tsmAGVBank.Name = "tsmAGVBank"; this.tsmAGVBank.Size = new System.Drawing.Size(185, 22); this.tsmAGVBank.Text = "【AGV申请放空盘】"; this.tsmAGVBank.Click += new System.EventHandler(this.tsmAGVBank_Click); // // tsmAGVGoods // this.tsmAGVGoods.Name = "tsmAGVGoods"; this.tsmAGVGoods.Size = new System.Drawing.Size(185, 22); this.tsmAGVGoods.Text = "【AGV申请放残盘】"; this.tsmAGVGoods.Click += new System.EventHandler(this.tsmAGVGoods_Click); // // tsmAGVSend // this.tsmAGVSend.Name = "tsmAGVSend"; this.tsmAGVSend.Size = new System.Drawing.Size(185, 22); this.tsmAGVSend.Text = "【AGV卸货完成】"; this.tsmAGVSend.Click += new System.EventHandler(this.tsmAGVSend_Click); // // FrmModifyMonitor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1019, 598); this.Controls.Add(this.panel2); this.Controls.Add(this.dgvMonitor); this.Name = "FrmModifyMonitor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备指令管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmModifyMonitor_FormClosing); this.Load += new System.EventHandler(this.FrmModifyMonitor_Load); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).EndInit(); this.cmMonitor.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label19; private System.Windows.Forms.RadioButton rbmonWait; private System.Windows.Forms.RadioButton rbmonRun; private System.Windows.Forms.RadioButton rbmonAll; private System.Windows.Forms.DataGridView dgvMonitor; private System.Windows.Forms.ContextMenuStrip cmMonitor; private System.Windows.Forms.ToolStripMenuItem TSMManager; private System.Windows.Forms.ToolStripMenuItem TSMonitor; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem TSMmonitorOK; private System.Windows.Forms.ToolStripMenuItem TSMRestore; private System.Windows.Forms.ToolStripSeparator tsmAGV; private System.Windows.Forms.ToolStripMenuItem tsmAGVGet; private System.Windows.Forms.ToolStripMenuItem tsmAGVSend; private System.Windows.Forms.ToolStripMenuItem tsmAGVBank; private System.Windows.Forms.ToolStripMenuItem tsmAGVGoods; private System.Windows.Forms.ToolStripMenuItem TSMmonitorDel; public System.Windows.Forms.ComboBox comboBox1; public System.Windows.Forms.ComboBox textBox1; private System.Windows.Forms.ToolStripMenuItem TSMonitorinfo; private System.Windows.Forms.RadioButton radioButton1; } }