SCLS/SSWCS_JXDL(2019)/ControlSystem/FrmModifyManage.Designer.cs
2025-05-19 09:45:29 +08:00

294 lines
14 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ControlSystem
{
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.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.TSMIMANAGEEXCEPTION = new System.Windows.Forms.ToolStripMenuItem();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvManager)).BeginInit();
this.cmManager.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.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(16, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1061, 31);
this.panel2.TabIndex = 217;
//
// textBox1
//
this.textBox1.FormattingEnabled = true;
this.textBox1.Location = new System.Drawing.Point(643, 5);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(161, 20);
this.textBox1.TabIndex = 225;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(3, 9);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(89, 12);
this.label18.TabIndex = 224;
this.label18.Text = "调度任务信息:";
//
// rbmanWait
//
this.rbmanWait.AutoSize = true;
this.rbmanWait.Location = new System.Drawing.Point(339, 7);
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(232, 7);
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(136, 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(969, 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(822, 3);
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(499, 5);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(138, 20);
this.comboBox1.TabIndex = 217;
this.comboBox1.Text = "调度任务索引";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(434, 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.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.DisableResizing;
this.dgvManager.ContextMenuStrip = this.cmManager;
this.dgvManager.Location = new System.Drawing.Point(16, 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(1061, 528);
this.dgvManager.TabIndex = 218;
this.dgvManager.DataSourceChanged += new System.EventHandler(this.dgvManager_DataSourceChanged);
this.dgvManager.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvManager_CellMouseDoubleClick);
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.TSMIMANAGEEXCEPTION});
this.cmManager.Name = "cmManager";
this.cmManager.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.cmManager.Size = new System.Drawing.Size(167, 126);
this.cmManager.Opening += new System.ComponentModel.CancelEventHandler(this.cmManager_Opening);
//
// TSManager
//
this.TSManager.Name = "TSManager";
this.TSManager.Size = new System.Drawing.Size(166, 22);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
//
// TSMmanagerOK
//
this.TSMmanagerOK.Name = "TSMmanagerOK";
this.TSMmanagerOK.Size = new System.Drawing.Size(166, 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(166, 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(163, 6);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.toolStripMenuItem1.Text = "【任务删除】";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// TSMIMANAGEEXCEPTION
//
this.TSMIMANAGEEXCEPTION.Name = "TSMIMANAGEEXCEPTION";
this.TSMIMANAGEEXCEPTION.Size = new System.Drawing.Size(166, 22);
this.TSMIMANAGEEXCEPTION.Text = "【任务异常完成】";
this.TSMIMANAGEEXCEPTION.Click += new System.EventHandler(this.TSMIMANAGEEXCEPTION_Click);
//
// FrmModifyManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1092, 589);
this.Controls.Add(this.dgvManager);
this.Controls.Add(this.panel2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "FrmModifyManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "调度任务管理";
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;
private System.Windows.Forms.ToolStripMenuItem TSMIMANAGEEXCEPTION;
}
}