宜昌华友成品
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.

323 lines
18 KiB

namespace wcfControlMonitorClient
{
partial class FrmModifyManage
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel2 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.rbmanWait = new System.Windows.Forms.RadioButton();
this.rbmanRun = new System.Windows.Forms.RadioButton();
this.rbmanAll = new System.Windows.Forms.RadioButton();
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.dgvManager = new System.Windows.Forms.DataGridView();
this.cmManager = new System.Windows.Forms.ContextMenuStrip(this.components);
this.TSManager = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.TSMmanagerOK = new System.Windows.Forms.ToolStripMenuItem();
this.TSMmanagerDisassemble = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvManager)).BeginInit();
this.cmManager.SuspendLayout();
this.SuspendLayout();
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.textBox1);
this.panel2.Controls.Add(this.label18);
this.panel2.Controls.Add(this.rbmanWait);
this.panel2.Controls.Add(this.rbmanRun);
this.panel2.Controls.Add(this.rbmanAll);
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.Location = new System.Drawing.Point(41, 15);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1334, 38);
this.panel2.TabIndex = 217;
//
// textBox1
//
this.textBox1.FormattingEnabled = true;
this.textBox1.Location = new System.Drawing.Point(857, 6);
this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(213, 23);
this.textBox1.TabIndex = 225;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(4, 11);
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(112, 15);
this.label18.TabIndex = 224;
this.label18.Text = "调度任务信息:";
//
// rbmanWait
//
this.rbmanWait.AutoSize = true;
this.rbmanWait.Location = new System.Drawing.Point(452, 9);
this.rbmanWait.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.rbmanWait.Name = "rbmanWait";
this.rbmanWait.Size = new System.Drawing.Size(88, 19);
this.rbmanWait.TabIndex = 223;
this.rbmanWait.Text = "等待任务";
this.rbmanWait.UseVisualStyleBackColor = true;
this.rbmanWait.CheckedChanged += new System.EventHandler(this.rbmanWait_CheckedChanged);
//
// rbmanRun
//
this.rbmanRun.AutoSize = true;
this.rbmanRun.Checked = true;
this.rbmanRun.Location = new System.Drawing.Point(309, 9);
this.rbmanRun.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.rbmanRun.Name = "rbmanRun";
this.rbmanRun.Size = new System.Drawing.Size(88, 19);
this.rbmanRun.TabIndex = 222;
this.rbmanRun.TabStop = true;
this.rbmanRun.Text = "运行任务";
this.rbmanRun.UseVisualStyleBackColor = true;
this.rbmanRun.CheckedChanged += new System.EventHandler(this.rbmanRun_CheckedChanged);
//
// rbmanAll
//
this.rbmanAll.AutoSize = true;
this.rbmanAll.Location = new System.Drawing.Point(181, 9);
this.rbmanAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.rbmanAll.Name = "rbmanAll";
this.rbmanAll.Size = new System.Drawing.Size(88, 19);
this.rbmanAll.TabIndex = 221;
this.rbmanAll.Text = "全部任务";
this.rbmanAll.UseVisualStyleBackColor = true;
this.rbmanAll.CheckedChanged += new System.EventHandler(this.rbmanAll_CheckedChanged);
//
// button2
//
this.button2.Location = new System.Drawing.Point(1215, 4);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(85, 31);
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(1080, 1);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(85, 31);
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(665, 6);
this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(183, 23);
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(579, 11);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 216;
this.label1.Text = "任务查询:";
//
// dgvManager
//
this.dgvManager.AllowUserToAddRows = false;
this.dgvManager.AllowUserToDeleteRows = false;
this.dgvManager.AllowUserToOrderColumns = true;
this.dgvManager.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.dgvManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvManager.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
this.dgvManager.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvManager.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvManager.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvManager.ContextMenuStrip = this.cmManager;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvManager.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvManager.Location = new System.Drawing.Point(41, 61);
this.dgvManager.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgvManager.MultiSelect = false;
this.dgvManager.Name = "dgvManager";
this.dgvManager.ReadOnly = true;
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.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvManager.RowTemplate.Height = 23;
this.dgvManager.Size = new System.Drawing.Size(1335, 615);
this.dgvManager.TabIndex = 218;
this.dgvManager.DataSourceChanged += new System.EventHandler(this.dgvManager_DataSourceChanged);
this.dgvManager.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvManager_CellDoubleClick);
this.dgvManager.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvManager_CellMouseDown);
//
// cmManager
//
this.cmManager.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSManager,
this.toolStripSeparator1,
this.TSMmanagerOK,
this.TSMmanagerDisassemble,
this.toolStripSeparator2,
this.toolStripMenuItem1});
this.cmManager.Name = "cmManager";
this.cmManager.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.cmManager.Size = new System.Drawing.Size(169, 134);
this.cmManager.Opening += new System.ComponentModel.CancelEventHandler(this.cmManager_Opening);
//
// TSManager
//
this.TSManager.Name = "TSManager";
this.TSManager.Size = new System.Drawing.Size(168, 24);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
//
// TSMmanagerOK
//
this.TSMmanagerOK.Name = "TSMmanagerOK";
this.TSMmanagerOK.Size = new System.Drawing.Size(168, 24);
this.TSMmanagerOK.Text = "【任务完成】";
this.TSMmanagerOK.Click += new System.EventHandler(this.TSMmanagerOK_Click);
//
// TSMmanagerDisassemble
//
this.TSMmanagerDisassemble.Name = "TSMmanagerDisassemble";
this.TSMmanagerDisassemble.Size = new System.Drawing.Size(168, 24);
this.TSMmanagerDisassemble.Text = "【分解任务】";
this.TSMmanagerDisassemble.Visible = false;
this.TSMmanagerDisassemble.Click += new System.EventHandler(this.TSMmanagerDisassemble_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(165, 6);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(168, 24);
this.toolStripMenuItem1.Text = "【任务取消】";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// FrmModifyManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1456, 736);
this.Controls.Add(this.dgvManager);
this.Controls.Add(this.panel2);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmModifyManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "调度任务管理";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmModifyManage_FormClosing);
this.Load += new System.EventHandler(this.FrmModifyManage_Load);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvManager)).EndInit();
this.cmManager.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.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgvManager;
private System.Windows.Forms.ContextMenuStrip cmManager;
private System.Windows.Forms.ToolStripMenuItem TSManager;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem TSMmanagerOK;
private System.Windows.Forms.ToolStripMenuItem TSMmanagerDisassemble;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.RadioButton rbmanWait;
private System.Windows.Forms.RadioButton rbmanRun;
private System.Windows.Forms.RadioButton rbmanAll;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ComboBox textBox1;
}
}