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

238 lines
12 KiB

namespace wcfControlMonitorClient
{
partial class FrmIoCONTROLTask
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmEdit = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tbMaxCount = new System.Windows.Forms.TextBox();
this.tbUserID = new System.Windows.Forms.TextBox();
this.btSave = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button_Refresh = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.btDel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 63);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(834, 420);
this.dataGridView1.TabIndex = 25;
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmEdit,
this.toolStripSeparator1});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 32);
//
// tsmEdit
//
this.tsmEdit.Name = "tsmEdit";
this.tsmEdit.Size = new System.Drawing.Size(100, 22);
this.tsmEdit.Text = "修改";
this.tsmEdit.Click += new System.EventHandler(this.tsmEdit_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
//
// tbMaxCount
//
this.tbMaxCount.Location = new System.Drawing.Point(238, 16);
this.tbMaxCount.Name = "tbMaxCount";
this.tbMaxCount.ReadOnly = true;
this.tbMaxCount.Size = new System.Drawing.Size(65, 21);
this.tbMaxCount.TabIndex = 43;
//
// tbUserID
//
this.tbUserID.Location = new System.Drawing.Point(103, 16);
this.tbUserID.Name = "tbUserID";
this.tbUserID.ReadOnly = true;
this.tbUserID.Size = new System.Drawing.Size(65, 21);
this.tbUserID.TabIndex = 42;
//
// btSave
//
this.btSave.Location = new System.Drawing.Point(384, 14);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(77, 25);
this.btSave.TabIndex = 44;
this.btSave.Text = "报告完成";
this.btSave.UseVisualStyleBackColor = true;
this.btSave.Visible = false;
this.btSave.Click += new System.EventHandler(this.btSave_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(178, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 45;
this.label1.Text = "任务状态:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 46;
this.label2.Text = "调度任务号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.label3.Location = new System.Drawing.Point(3, 486);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(455, 16);
this.label3.TabIndex = 48;
this.label3.Text = "提示:任务状态:0 新任务、999 任务完成、900 任务删除";
//
// button_Refresh
//
this.button_Refresh.Location = new System.Drawing.Point(325, 14);
this.button_Refresh.Name = "button_Refresh";
this.button_Refresh.Size = new System.Drawing.Size(48, 25);
this.button_Refresh.TabIndex = 44;
this.button_Refresh.Text = "刷新";
this.button_Refresh.UseVisualStyleBackColor = true;
this.button_Refresh.Click += new System.EventHandler(this.button_Refresh_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.34568F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 87.65432F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(840, 507);
this.tableLayoutPanel1.TabIndex = 49;
//
// panel1
//
this.panel1.Controls.Add(this.btDel);
this.panel1.Controls.Add(this.tbUserID);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.tbMaxCount);
this.panel1.Controls.Add(this.button_Refresh);
this.panel1.Controls.Add(this.btSave);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(834, 54);
this.panel1.TabIndex = 49;
//
// btDel
//
this.btDel.Location = new System.Drawing.Point(472, 14);
this.btDel.Name = "btDel";
this.btDel.Size = new System.Drawing.Size(77, 25);
this.btDel.TabIndex = 47;
this.btDel.Text = "任务删除";
this.btDel.UseVisualStyleBackColor = true;
this.btDel.Click += new System.EventHandler(this.BtDel_Click);
//
// FrmIoCONTROLTask
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(840, 507);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmIoCONTROLTask";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "管理任务信息";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmIoCONTROLTask_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox tbMaxCount;
private System.Windows.Forms.TextBox tbUserID;
private System.Windows.Forms.Button btSave;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem tsmEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button_Refresh;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btDel;
}
}