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.
203 lines
9.6 KiB
203 lines
9.6 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmSeeManage
|
|
{
|
|
/// <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.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.panel2.SuspendLayout();
|
|
((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.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.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);
|
|
//
|
|
// FrmSeeManage
|
|
//
|
|
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 = "FrmSeeManage";
|
|
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.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.RadioButton rbmanWait;
|
|
private System.Windows.Forms.RadioButton rbmanRun;
|
|
private System.Windows.Forms.RadioButton rbmanAll;
|
|
private System.Windows.Forms.ComboBox textBox1;
|
|
}
|
|
}
|