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.
243 lines
12 KiB
243 lines
12 KiB
namespace QMTask.Client
|
|
{
|
|
partial class PlanListForm
|
|
{
|
|
/// <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()
|
|
{
|
|
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();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlanListForm));
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.PlanID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.isuse = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.start_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btn_add = new System.Windows.Forms.ToolStripButton();
|
|
this.btn_update = new System.Windows.Forms.ToolStripButton();
|
|
this.btn_del = new System.Windows.Forms.ToolStripButton();
|
|
this.btn_start = new System.Windows.Forms.ToolStripButton();
|
|
this.btn_stop = new System.Windows.Forms.ToolStripButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.PlanID,
|
|
this.name,
|
|
this.Column2,
|
|
this.Column1,
|
|
this.isuse,
|
|
this.start_time,
|
|
this.Column3});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 32);
|
|
this.dataGridView1.MultiSelect = false;
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(707, 366);
|
|
this.dataGridView1.TabIndex = 0;
|
|
//
|
|
// PlanID
|
|
//
|
|
this.PlanID.HeaderText = "PlanID";
|
|
this.PlanID.Name = "PlanID";
|
|
this.PlanID.ReadOnly = true;
|
|
this.PlanID.Visible = false;
|
|
//
|
|
// name
|
|
//
|
|
this.name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.name.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.name.HeaderText = "计划名称";
|
|
this.name.Name = "name";
|
|
this.name.ReadOnly = true;
|
|
this.name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.name.Width = 170;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.HeaderText = "作业内容";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.HeaderText = "频率";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.ReadOnly = true;
|
|
//
|
|
// isuse
|
|
//
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.isuse.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.isuse.HeaderText = "是否启用";
|
|
this.isuse.Name = "isuse";
|
|
this.isuse.ReadOnly = true;
|
|
this.isuse.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// start_time
|
|
//
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.start_time.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.start_time.HeaderText = "开始日期";
|
|
this.start_time.Name = "start_time";
|
|
this.start_time.ReadOnly = true;
|
|
this.start_time.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.HeaderText = "结束日期";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btn_add,
|
|
this.btn_update,
|
|
this.btn_del,
|
|
this.btn_start,
|
|
this.btn_stop});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(707, 32);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btn_add
|
|
//
|
|
this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
|
|
this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btn_add.Name = "btn_add";
|
|
this.btn_add.Size = new System.Drawing.Size(76, 29);
|
|
this.btn_add.Text = "添加计划";
|
|
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
|
|
//
|
|
// btn_update
|
|
//
|
|
this.btn_update.Image = ((System.Drawing.Image)(resources.GetObject("btn_update.Image")));
|
|
this.btn_update.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btn_update.Name = "btn_update";
|
|
this.btn_update.Size = new System.Drawing.Size(76, 29);
|
|
this.btn_update.Text = "编辑计划";
|
|
this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
|
|
//
|
|
// btn_del
|
|
//
|
|
this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
|
|
this.btn_del.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btn_del.Name = "btn_del";
|
|
this.btn_del.Size = new System.Drawing.Size(76, 29);
|
|
this.btn_del.Text = "删除计划";
|
|
this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
|
|
//
|
|
// btn_start
|
|
//
|
|
this.btn_start.Image = ((System.Drawing.Image)(resources.GetObject("btn_start.Image")));
|
|
this.btn_start.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btn_start.Name = "btn_start";
|
|
this.btn_start.Size = new System.Drawing.Size(76, 29);
|
|
this.btn_start.Text = "启用计划";
|
|
this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
|
|
//
|
|
// btn_stop
|
|
//
|
|
this.btn_stop.Image = ((System.Drawing.Image)(resources.GetObject("btn_stop.Image")));
|
|
this.btn_stop.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btn_stop.Name = "btn_stop";
|
|
this.btn_stop.Size = new System.Drawing.Size(76, 29);
|
|
this.btn_stop.Text = "停用计划";
|
|
this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
|
|
//
|
|
// PlanListForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(707, 398);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "PlanListForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "计划列表";
|
|
this.Load += new System.EventHandler(this.PlanListForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btn_add;
|
|
private System.Windows.Forms.ToolStripButton btn_del;
|
|
private System.Windows.Forms.ToolStripButton btn_start;
|
|
private System.Windows.Forms.ToolStripButton btn_stop;
|
|
private System.Windows.Forms.ToolStripButton btn_update;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PlanID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn isuse;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn start_time;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
}
|
|
}
|