吉林安睿特调度
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.

245 lines
13 KiB

namespace wcfControlMonitorClient
{
partial class FrmSeeMonitor
{
/// <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;
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
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.rbmonWait = new System.Windows.Forms.RadioButton();
this.rbmonRun = new System.Windows.Forms.RadioButton();
this.rbmonAll = new System.Windows.Forms.RadioButton();
this.dgvMonitor = new System.Windows.Forms.DataGridView();
this.dgvManager = new System.Windows.Forms.DataGridView();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvManager)).BeginInit();
this.SuspendLayout();
//
// panel2
//
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.rbmonWait);
this.panel2.Controls.Add(this.rbmonRun);
this.panel2.Controls.Add(this.rbmonAll);
this.panel2.Location = new System.Drawing.Point(12, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1299, 31);
this.panel2.TabIndex = 216;
//
// textBox1
//
this.textBox1.FormattingEnabled = true;
this.textBox1.Location = new System.Drawing.Point(971, 5);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(160, 20);
this.textBox1.TabIndex = 221;
//
// button2
//
this.button2.Location = new System.Drawing.Point(1210, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(64, 25);
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(1137, 1);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(64, 25);
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(826, 5);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(138, 20);
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(761, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 216;
this.label1.Text = "任务查询:";
//
// rbmonWait
//
this.rbmonWait.AutoSize = true;
this.rbmonWait.Location = new System.Drawing.Point(208, 7);
this.rbmonWait.Name = "rbmonWait";
this.rbmonWait.Size = new System.Drawing.Size(71, 16);
this.rbmonWait.TabIndex = 214;
this.rbmonWait.Text = "等待队列";
this.rbmonWait.UseVisualStyleBackColor = true;
this.rbmonWait.CheckedChanged += new System.EventHandler(this.rbmonWait_CheckedChanged);
//
// rbmonRun
//
this.rbmonRun.AutoSize = true;
this.rbmonRun.Checked = true;
this.rbmonRun.Location = new System.Drawing.Point(128, 7);
this.rbmonRun.Name = "rbmonRun";
this.rbmonRun.Size = new System.Drawing.Size(71, 16);
this.rbmonRun.TabIndex = 213;
this.rbmonRun.TabStop = true;
this.rbmonRun.Text = "运行队列";
this.rbmonRun.UseVisualStyleBackColor = true;
this.rbmonRun.CheckedChanged += new System.EventHandler(this.rbmonRun_CheckedChanged);
//
// rbmonAll
//
this.rbmonAll.AutoSize = true;
this.rbmonAll.Location = new System.Drawing.Point(52, 6);
this.rbmonAll.Name = "rbmonAll";
this.rbmonAll.Size = new System.Drawing.Size(71, 16);
this.rbmonAll.TabIndex = 212;
this.rbmonAll.Text = "全部队列";
this.rbmonAll.UseVisualStyleBackColor = true;
this.rbmonAll.CheckedChanged += new System.EventHandler(this.rbmonAll_CheckedChanged);
//
// 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.Location = new System.Drawing.Point(12, 130);
this.dgvMonitor.MultiSelect = false;
this.dgvMonitor.Name = "dgvMonitor";
this.dgvMonitor.ReadOnly = true;
this.dgvMonitor.RowTemplate.Height = 23;
this.dgvMonitor.Size = new System.Drawing.Size(1302, 410);
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);
//
// dgvManager
//
this.dgvManager.AllowUserToAddRows = false;
this.dgvManager.AllowUserToDeleteRows = false;
this.dgvManager.AllowUserToOrderColumns = true;
this.dgvManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvManager.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvManager.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvManager.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvManager.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvManager.DefaultCellStyle = dataGridViewCellStyle4;
this.dgvManager.Location = new System.Drawing.Point(12, 49);
this.dgvManager.MultiSelect = false;
this.dgvManager.Name = "dgvManager";
this.dgvManager.ReadOnly = true;
this.dgvManager.RowTemplate.Height = 23;
this.dgvManager.Size = new System.Drawing.Size(1302, 75);
this.dgvManager.TabIndex = 223;
//
// FrmSeeMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1326, 552);
this.Controls.Add(this.dgvManager);
this.Controls.Add(this.panel2);
this.Controls.Add(this.dgvMonitor);
this.Name = "FrmSeeMonitor";
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();
((System.ComponentModel.ISupportInitialize)(this.dgvManager)).EndInit();
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.RadioButton rbmonWait;
private System.Windows.Forms.RadioButton rbmonRun;
private System.Windows.Forms.RadioButton rbmonAll;
private System.Windows.Forms.DataGridView dgvMonitor;
public System.Windows.Forms.ComboBox comboBox1;
public System.Windows.Forms.ComboBox textBox1;
private System.Windows.Forms.DataGridView dgvManager;
}
}