181 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			181 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class TaskList
 | ||
|     {
 | ||
|         /// <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);
 | ||
|         }
 | ||
| 
 | ||
|         #region Windows 窗体设计器生成的代码
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 设计器支持所需的方法 - 不要
 | ||
|         /// 使用代码编辑器修改此方法的内容。
 | ||
|         /// </summary>
 | ||
|         private void InitializeComponent()
 | ||
|         {
 | ||
|             this.tb1 = new System.Windows.Forms.TabControl();
 | ||
|             this.tabPage1 = new System.Windows.Forms.TabPage();
 | ||
|             this.dg1 = new System.Windows.Forms.DataGrid();
 | ||
|             this.tabPage2 = new System.Windows.Forms.TabPage();
 | ||
|             this.btnStart = new System.Windows.Forms.Button();
 | ||
|             this.dg2 = new System.Windows.Forms.DataGrid();
 | ||
|             this.lbStatus = new System.Windows.Forms.Label();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.lbTask = new System.Windows.Forms.Label();
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.comStatus = new System.Windows.Forms.ComboBox();
 | ||
|             this.timer1 = new System.Windows.Forms.Timer();
 | ||
|             this.tb1.SuspendLayout();
 | ||
|             this.tabPage1.SuspendLayout();
 | ||
|             this.tabPage2.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // tb1
 | ||
|             // 
 | ||
|             this.tb1.Anchor = System.Windows.Forms.AnchorStyles.None;
 | ||
|             this.tb1.Controls.Add(this.tabPage1);
 | ||
|             this.tb1.Controls.Add(this.tabPage2);
 | ||
|             this.tb1.Location = new System.Drawing.Point(0, 32);
 | ||
|             this.tb1.Name = "tb1";
 | ||
|             this.tb1.SelectedIndex = 0;
 | ||
|             this.tb1.Size = new System.Drawing.Size(243, 243);
 | ||
|             this.tb1.TabIndex = 0;
 | ||
|             this.tb1.SelectedIndexChanged += new System.EventHandler(this.tb1_SelectedIndexChanged);
 | ||
|             // 
 | ||
|             // tabPage1
 | ||
|             // 
 | ||
|             this.tabPage1.Controls.Add(this.dg1);
 | ||
|             this.tabPage1.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage1.Name = "tabPage1";
 | ||
|             this.tabPage1.Size = new System.Drawing.Size(235, 214);
 | ||
|             this.tabPage1.Text = "任务列表";
 | ||
|             // 
 | ||
|             // dg1
 | ||
|             // 
 | ||
|             this.dg1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dg1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dg1.Location = new System.Drawing.Point(2, 0);
 | ||
|             this.dg1.Name = "dg1";
 | ||
|             this.dg1.RowHeadersVisible = false;
 | ||
|             this.dg1.Size = new System.Drawing.Size(233, 211);
 | ||
|             this.dg1.TabIndex = 0;
 | ||
|             this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick);
 | ||
|             // 
 | ||
|             // tabPage2
 | ||
|             // 
 | ||
|             this.tabPage2.Controls.Add(this.btnStart);
 | ||
|             this.tabPage2.Controls.Add(this.dg2);
 | ||
|             this.tabPage2.Controls.Add(this.lbStatus);
 | ||
|             this.tabPage2.Controls.Add(this.label3);
 | ||
|             this.tabPage2.Controls.Add(this.lbTask);
 | ||
|             this.tabPage2.Controls.Add(this.label1);
 | ||
|             this.tabPage2.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage2.Name = "tabPage2";
 | ||
|             this.tabPage2.Size = new System.Drawing.Size(235, 214);
 | ||
|             this.tabPage2.Text = "任务明细";
 | ||
|             // 
 | ||
|             // btnStart
 | ||
|             // 
 | ||
|             this.btnStart.Location = new System.Drawing.Point(81, 187);
 | ||
|             this.btnStart.Name = "btnStart";
 | ||
|             this.btnStart.Size = new System.Drawing.Size(72, 24);
 | ||
|             this.btnStart.TabIndex = 9;
 | ||
|             this.btnStart.Text = "开始";
 | ||
|             this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
 | ||
|             // 
 | ||
|             // dg2
 | ||
|             // 
 | ||
|             this.dg2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dg2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dg2.Location = new System.Drawing.Point(4, 28);
 | ||
|             this.dg2.Name = "dg2";
 | ||
|             this.dg2.RowHeadersVisible = false;
 | ||
|             this.dg2.Size = new System.Drawing.Size(228, 153);
 | ||
|             this.dg2.TabIndex = 4;
 | ||
|             // 
 | ||
|             // lbStatus
 | ||
|             // 
 | ||
|             this.lbStatus.Location = new System.Drawing.Point(178, 9);
 | ||
|             this.lbStatus.Name = "lbStatus";
 | ||
|             this.lbStatus.Size = new System.Drawing.Size(54, 17);
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label3.Location = new System.Drawing.Point(146, 9);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(34, 16);
 | ||
|             this.label3.Text = "状态:";
 | ||
|             // 
 | ||
|             // lbTask
 | ||
|             // 
 | ||
|             this.lbTask.Location = new System.Drawing.Point(42, 9);
 | ||
|             this.lbTask.Name = "lbTask";
 | ||
|             this.lbTask.Size = new System.Drawing.Size(107, 20);
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label1.Location = new System.Drawing.Point(3, 9);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(47, 20);
 | ||
|             this.label1.Text = "任务:";
 | ||
|             // 
 | ||
|             // comStatus
 | ||
|             // 
 | ||
|             this.comStatus.Location = new System.Drawing.Point(6, 4);
 | ||
|             this.comStatus.Name = "comStatus";
 | ||
|             this.comStatus.Size = new System.Drawing.Size(147, 23);
 | ||
|             this.comStatus.TabIndex = 1;
 | ||
|             this.comStatus.SelectedIndexChanged += new System.EventHandler(this.comStatus_SelectedIndexChanged);
 | ||
|             // 
 | ||
|             // TaskList
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | ||
|             this.AutoScroll = true;
 | ||
|             this.ClientSize = new System.Drawing.Size(243, 275);
 | ||
|             this.Controls.Add(this.comStatus);
 | ||
|             this.Controls.Add(this.tb1);
 | ||
|             this.Name = "TaskList";
 | ||
|             this.Text = "我的任务";
 | ||
|             this.Load += new System.EventHandler(this.Tasks_Load);
 | ||
|             this.Closing += new System.ComponentModel.CancelEventHandler(this.TaskList_Closing);
 | ||
|             this.tb1.ResumeLayout(false);
 | ||
|             this.tabPage1.ResumeLayout(false);
 | ||
|             this.tabPage2.ResumeLayout(false);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.TabControl tb1;
 | ||
|         private System.Windows.Forms.TabPage tabPage1;
 | ||
|         private System.Windows.Forms.TabPage tabPage2;
 | ||
|         private System.Windows.Forms.DataGrid dg1;
 | ||
|         private System.Windows.Forms.DataGrid dg2;
 | ||
|         private System.Windows.Forms.Label lbStatus;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.Label lbTask;
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.ComboBox comStatus;
 | ||
|         private System.Windows.Forms.Timer timer1;
 | ||
|         private System.Windows.Forms.Button btnStart;
 | ||
|     }
 | ||
| } |