南京云海wcs代码
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.

312 lines
15 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();
this.panel2 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.ComboBox();
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.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = 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.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(12, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1282, 31);
this.panel2.TabIndex = 217;
//
// textBox1
//
this.textBox1.FormattingEnabled = true;
this.textBox1.Location = new System.Drawing.Point(938, 5);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(161, 20);
this.textBox1.TabIndex = 225;
//
// rbmanWait
//
this.rbmanWait.AutoSize = true;
this.rbmanWait.Location = new System.Drawing.Point(178, 8);
this.rbmanWait.Name = "rbmanWait";
this.rbmanWait.Size = new System.Drawing.Size(71, 16);
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(100, 8);
this.rbmanRun.Name = "rbmanRun";
this.rbmanRun.Size = new System.Drawing.Size(71, 16);
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(21, 7);
this.rbmanAll.Name = "rbmanAll";
this.rbmanAll.Size = new System.Drawing.Size(71, 16);
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(1175, 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(1105, 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(794, 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(729, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
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;
this.dgvManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvManager.ContextMenuStrip = this.cmManager;
this.dgvManager.Location = new System.Drawing.Point(31, 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(1226, 492);
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.toolStripMenuItem2});
this.cmManager.Name = "cmManager";
this.cmManager.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.cmManager.Size = new System.Drawing.Size(161, 126);
this.cmManager.Opening += new System.ComponentModel.CancelEventHandler(this.cmManager_Opening);
//
// TSManager
//
this.TSManager.Name = "TSManager";
this.TSManager.Size = new System.Drawing.Size(160, 22);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(157, 6);
//
// TSMmanagerOK
//
this.TSMmanagerOK.Name = "TSMmanagerOK";
this.TSMmanagerOK.Size = new System.Drawing.Size(160, 22);
this.TSMmanagerOK.Text = "【任务完成】";
this.TSMmanagerOK.Click += new System.EventHandler(this.TSMmanagerOK_Click);
//
// TSMmanagerDisassemble
//
this.TSMmanagerDisassemble.Name = "TSMmanagerDisassemble";
this.TSMmanagerDisassemble.Size = new System.Drawing.Size(160, 22);
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(157, 6);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
this.toolStripMenuItem1.Text = "【任务删除】";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem3,
this.toolStripMenuItem4,
this.toolStripMenuItem5});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(160, 22);
this.toolStripMenuItem2.Text = "【任务优先级】";
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(88, 22);
this.toolStripMenuItem3.Text = "高";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(88, 22);
this.toolStripMenuItem4.Text = "中";
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(88, 22);
this.toolStripMenuItem5.Text = "低";
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
//
// FrmModifyManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1317, 589);
this.Controls.Add(this.dgvManager);
this.Controls.Add(this.panel2);
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.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;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
}
}