Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WorkScoreCalculateSystem.TimeCollection timeCollection1 = new WorkScoreCalculateSystem.TimeCollection();
     this.gb_ModeChoose    = new System.Windows.Forms.GroupBox();
     this.rb_TaskGuide     = new System.Windows.Forms.RadioButton();
     this.rb_Custom        = new System.Windows.Forms.RadioButton();
     this.rb_Module        = new System.Windows.Forms.RadioButton();
     this.gb_InputInfo     = new System.Windows.Forms.GroupBox();
     this.lab_TodayDate    = new System.Windows.Forms.Label();
     this.lab_Operator_1   = new System.Windows.Forms.Label();
     this.cbx_Operator_4   = new System.Windows.Forms.ComboBox();
     this.cb_Operator_4    = new System.Windows.Forms.CheckBox();
     this.cbx_Licensor     = new System.Windows.Forms.ComboBox();
     this.cbx_Guardian     = new System.Windows.Forms.ComboBox();
     this.cbx_Principal    = new System.Windows.Forms.ComboBox();
     this.cbx_Operator_3   = new System.Windows.Forms.ComboBox();
     this.cb_Operator_3    = new System.Windows.Forms.CheckBox();
     this.cbx_Operator_2   = new System.Windows.Forms.ComboBox();
     this.cb_Licensor      = new System.Windows.Forms.CheckBox();
     this.cb_Operator_2    = new System.Windows.Forms.CheckBox();
     this.cb_Guardian      = new System.Windows.Forms.CheckBox();
     this.cbx_Operator_1   = new System.Windows.Forms.ComboBox();
     this.cb_Principal     = new System.Windows.Forms.CheckBox();
     this.cb_Operators     = new System.Windows.Forms.CheckBox();
     this.txt_TaskName     = new System.Windows.Forms.TextBox();
     this.cbx_Station      = new System.Windows.Forms.ComboBox();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.but_Next         = new System.Windows.Forms.Button();
     this.but_Last         = new System.Windows.Forms.Button();
     this.but_Exit         = new System.Windows.Forms.Button();
     this.but_CreateAgain  = new System.Windows.Forms.Button();
     this.gb_Result        = new System.Windows.Forms.GroupBox();
     this.but_AddConfirm   = new System.Windows.Forms.Button();
     this.lab_Result       = new System.Windows.Forms.Label();
     this.but_CreateModule = new System.Windows.Forms.Button();
     this.gb_empty         = new System.Windows.Forms.GroupBox();
     this.tp_Input         = new WorkScoreCalculateSystem.uc_TimePicker();
     this.gb_ModeChoose.SuspendLayout();
     this.gb_InputInfo.SuspendLayout();
     this.gb_Result.SuspendLayout();
     this.SuspendLayout();
     //
     // gb_ModeChoose
     //
     this.gb_ModeChoose.Controls.Add(this.rb_TaskGuide);
     this.gb_ModeChoose.Controls.Add(this.rb_Custom);
     this.gb_ModeChoose.Controls.Add(this.rb_Module);
     this.gb_ModeChoose.Location = new System.Drawing.Point(10, 10);
     this.gb_ModeChoose.Name     = "gb_ModeChoose";
     this.gb_ModeChoose.Size     = new System.Drawing.Size(599, 226);
     this.gb_ModeChoose.TabIndex = 0;
     this.gb_ModeChoose.TabStop  = false;
     this.gb_ModeChoose.Text     = "选择模式";
     this.gb_ModeChoose.Visible  = false;
     //
     // rb_TaskGuide
     //
     this.rb_TaskGuide.AutoSize = true;
     this.rb_TaskGuide.Enabled  = false;
     this.rb_TaskGuide.Location = new System.Drawing.Point(6, 25);
     this.rb_TaskGuide.Name     = "rb_TaskGuide";
     this.rb_TaskGuide.Size     = new System.Drawing.Size(122, 20);
     this.rb_TaskGuide.TabIndex = 0;
     this.rb_TaskGuide.Text     = "任务新建向导";
     this.rb_TaskGuide.UseVisualStyleBackColor = true;
     //
     // rb_Custom
     //
     this.rb_Custom.AutoSize = true;
     this.rb_Custom.Checked  = true;
     this.rb_Custom.Location = new System.Drawing.Point(387, 25);
     this.rb_Custom.Name     = "rb_Custom";
     this.rb_Custom.Size     = new System.Drawing.Size(74, 20);
     this.rb_Custom.TabIndex = 2;
     this.rb_Custom.TabStop  = true;
     this.rb_Custom.Text     = "自定义";
     this.rb_Custom.UseVisualStyleBackColor = true;
     //
     // rb_Module
     //
     this.rb_Module.AutoSize = true;
     this.rb_Module.Enabled  = false;
     this.rb_Module.Location = new System.Drawing.Point(195, 25);
     this.rb_Module.Name     = "rb_Module";
     this.rb_Module.Size     = new System.Drawing.Size(138, 20);
     this.rb_Module.TabIndex = 1;
     this.rb_Module.Text     = "从已有模板创建";
     this.rb_Module.UseVisualStyleBackColor = true;
     //
     // gb_InputInfo
     //
     this.gb_InputInfo.Controls.Add(this.lab_TodayDate);
     this.gb_InputInfo.Controls.Add(this.lab_Operator_1);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_4);
     this.gb_InputInfo.Controls.Add(this.cb_Operator_4);
     this.gb_InputInfo.Controls.Add(this.cbx_Licensor);
     this.gb_InputInfo.Controls.Add(this.cbx_Guardian);
     this.gb_InputInfo.Controls.Add(this.cbx_Principal);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_3);
     this.gb_InputInfo.Controls.Add(this.cb_Operator_3);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_2);
     this.gb_InputInfo.Controls.Add(this.cb_Licensor);
     this.gb_InputInfo.Controls.Add(this.cb_Operator_2);
     this.gb_InputInfo.Controls.Add(this.cb_Guardian);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_1);
     this.gb_InputInfo.Controls.Add(this.cb_Principal);
     this.gb_InputInfo.Controls.Add(this.cb_Operators);
     this.gb_InputInfo.Controls.Add(this.txt_TaskName);
     this.gb_InputInfo.Controls.Add(this.cbx_Station);
     this.gb_InputInfo.Controls.Add(this.tp_Input);
     this.gb_InputInfo.Controls.Add(this.label3);
     this.gb_InputInfo.Controls.Add(this.label2);
     this.gb_InputInfo.Controls.Add(this.label1);
     this.gb_InputInfo.Location = new System.Drawing.Point(10, 10);
     this.gb_InputInfo.Name     = "gb_InputInfo";
     this.gb_InputInfo.Size     = new System.Drawing.Size(599, 300);
     this.gb_InputInfo.TabIndex = 3;
     this.gb_InputInfo.TabStop  = false;
     this.gb_InputInfo.Text     = "自定义添加";
     this.gb_InputInfo.Visible  = false;
     //
     // lab_TodayDate
     //
     this.lab_TodayDate.AutoSize = true;
     this.lab_TodayDate.Location = new System.Drawing.Point(84, 22);
     this.lab_TodayDate.Name     = "lab_TodayDate";
     this.lab_TodayDate.Size     = new System.Drawing.Size(0, 16);
     this.lab_TodayDate.TabIndex = 11;
     //
     // lab_Operator_1
     //
     this.lab_Operator_1.AutoSize = true;
     this.lab_Operator_1.Location = new System.Drawing.Point(103, 200);
     this.lab_Operator_1.Name     = "lab_Operator_1";
     this.lab_Operator_1.Size     = new System.Drawing.Size(64, 16);
     this.lab_Operator_1.TabIndex = 10;
     this.lab_Operator_1.Text     = "操作人1";
     this.lab_Operator_1.Visible  = false;
     //
     // cbx_Operator_4
     //
     this.cbx_Operator_4.FormattingEnabled = true;
     this.cbx_Operator_4.Location          = new System.Drawing.Point(409, 226);
     this.cbx_Operator_4.Name     = "cbx_Operator_4";
     this.cbx_Operator_4.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_4.TabIndex = 9;
     this.cbx_Operator_4.Visible  = false;
     //
     // cb_Operator_4
     //
     this.cb_Operator_4.AutoSize = true;
     this.cb_Operator_4.Location = new System.Drawing.Point(320, 229);
     this.cb_Operator_4.Name     = "cb_Operator_4";
     this.cb_Operator_4.Size     = new System.Drawing.Size(83, 20);
     this.cb_Operator_4.TabIndex = 8;
     this.cb_Operator_4.Text     = "操作人4";
     this.cb_Operator_4.UseVisualStyleBackColor = true;
     this.cb_Operator_4.Visible         = false;
     this.cb_Operator_4.CheckedChanged += new System.EventHandler(this.Cb_Operator_4_CheckedChanged);
     //
     // cbx_Licensor
     //
     this.cbx_Licensor.FormattingEnabled = true;
     this.cbx_Licensor.Location          = new System.Drawing.Point(101, 148);
     this.cbx_Licensor.Name     = "cbx_Licensor";
     this.cbx_Licensor.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Licensor.TabIndex = 9;
     this.cbx_Licensor.Visible  = false;
     //
     // cbx_Guardian
     //
     this.cbx_Guardian.FormattingEnabled = true;
     this.cbx_Guardian.Location          = new System.Drawing.Point(103, 271);
     this.cbx_Guardian.Name     = "cbx_Guardian";
     this.cbx_Guardian.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Guardian.TabIndex = 9;
     this.cbx_Guardian.Visible  = false;
     //
     // cbx_Principal
     //
     this.cbx_Principal.FormattingEnabled = true;
     this.cbx_Principal.Location          = new System.Drawing.Point(393, 271);
     this.cbx_Principal.Name     = "cbx_Principal";
     this.cbx_Principal.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Principal.TabIndex = 9;
     this.cbx_Principal.Visible  = false;
     //
     // cbx_Operator_3
     //
     this.cbx_Operator_3.FormattingEnabled = true;
     this.cbx_Operator_3.Location          = new System.Drawing.Point(176, 225);
     this.cbx_Operator_3.Name     = "cbx_Operator_3";
     this.cbx_Operator_3.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_3.TabIndex = 9;
     this.cbx_Operator_3.Visible  = false;
     //
     // cb_Operator_3
     //
     this.cb_Operator_3.AutoSize = true;
     this.cb_Operator_3.Location = new System.Drawing.Point(87, 228);
     this.cb_Operator_3.Name     = "cb_Operator_3";
     this.cb_Operator_3.Size     = new System.Drawing.Size(83, 20);
     this.cb_Operator_3.TabIndex = 8;
     this.cb_Operator_3.Text     = "操作人3";
     this.cb_Operator_3.UseVisualStyleBackColor = true;
     this.cb_Operator_3.Visible         = false;
     this.cb_Operator_3.CheckedChanged += new System.EventHandler(this.Cb_Operator_3_CheckedChanged);
     //
     // cbx_Operator_2
     //
     this.cbx_Operator_2.FormattingEnabled = true;
     this.cbx_Operator_2.Location          = new System.Drawing.Point(409, 194);
     this.cbx_Operator_2.Name     = "cbx_Operator_2";
     this.cbx_Operator_2.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_2.TabIndex = 9;
     this.cbx_Operator_2.Visible  = false;
     //
     // cb_Licensor
     //
     this.cb_Licensor.AutoSize = true;
     this.cb_Licensor.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Licensor.Location = new System.Drawing.Point(7, 147);
     this.cb_Licensor.Name     = "cb_Licensor";
     this.cb_Licensor.Size     = new System.Drawing.Size(88, 24);
     this.cb_Licensor.TabIndex = 7;
     this.cb_Licensor.Text     = "许可人";
     this.cb_Licensor.UseVisualStyleBackColor = true;
     this.cb_Licensor.CheckedChanged         += new System.EventHandler(this.Cb_Licensor_CheckedChanged);
     //
     // cb_Operator_2
     //
     this.cb_Operator_2.AutoSize = true;
     this.cb_Operator_2.Location = new System.Drawing.Point(320, 197);
     this.cb_Operator_2.Name     = "cb_Operator_2";
     this.cb_Operator_2.Size     = new System.Drawing.Size(83, 20);
     this.cb_Operator_2.TabIndex = 8;
     this.cb_Operator_2.Text     = "操作人2";
     this.cb_Operator_2.UseVisualStyleBackColor = true;
     this.cb_Operator_2.Visible         = false;
     this.cb_Operator_2.CheckedChanged += new System.EventHandler(this.Cb_Operator_2_CheckedChanged);
     //
     // cb_Guardian
     //
     this.cb_Guardian.AutoSize = true;
     this.cb_Guardian.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Guardian.Location = new System.Drawing.Point(9, 270);
     this.cb_Guardian.Name     = "cb_Guardian";
     this.cb_Guardian.Size     = new System.Drawing.Size(88, 24);
     this.cb_Guardian.TabIndex = 7;
     this.cb_Guardian.Text     = "监护人";
     this.cb_Guardian.UseVisualStyleBackColor = true;
     this.cb_Guardian.CheckedChanged         += new System.EventHandler(this.Cb_Guardian_CheckedChanged);
     //
     // cbx_Operator_1
     //
     this.cbx_Operator_1.FormattingEnabled = true;
     this.cbx_Operator_1.Location          = new System.Drawing.Point(176, 195);
     this.cbx_Operator_1.Name     = "cbx_Operator_1";
     this.cbx_Operator_1.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_1.TabIndex = 9;
     this.cbx_Operator_1.Visible  = false;
     //
     // cb_Principal
     //
     this.cb_Principal.AutoSize = true;
     this.cb_Principal.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Principal.Location = new System.Drawing.Point(299, 270);
     this.cb_Principal.Name     = "cb_Principal";
     this.cb_Principal.Size     = new System.Drawing.Size(88, 24);
     this.cb_Principal.TabIndex = 7;
     this.cb_Principal.Text     = "负责人";
     this.cb_Principal.UseVisualStyleBackColor = true;
     this.cb_Principal.CheckedChanged         += new System.EventHandler(this.Cb_Principal_CheckedChanged);
     //
     // cb_Operators
     //
     this.cb_Operators.AutoSize = true;
     this.cb_Operators.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Operators.Location = new System.Drawing.Point(9, 195);
     this.cb_Operators.Name     = "cb_Operators";
     this.cb_Operators.Size     = new System.Drawing.Size(88, 24);
     this.cb_Operators.TabIndex = 7;
     this.cb_Operators.Text     = "操作人";
     this.cb_Operators.UseVisualStyleBackColor = true;
     this.cb_Operators.CheckedChanged         += new System.EventHandler(this.Cb_Operators_CheckedChanged);
     //
     // txt_TaskName
     //
     this.txt_TaskName.Location  = new System.Drawing.Point(84, 75);
     this.txt_TaskName.Multiline = true;
     this.txt_TaskName.Name      = "txt_TaskName";
     this.txt_TaskName.Size      = new System.Drawing.Size(498, 67);
     this.txt_TaskName.TabIndex  = 5;
     //
     // cbx_Station
     //
     this.cbx_Station.FormattingEnabled = true;
     this.cbx_Station.Location          = new System.Drawing.Point(84, 45);
     this.cbx_Station.Name     = "cbx_Station";
     this.cbx_Station.Size     = new System.Drawing.Size(121, 24);
     this.cbx_Station.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 78);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "工作任务";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(38, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "站点";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "工作时间";
     //
     // but_Next
     //
     this.but_Next.Location = new System.Drawing.Point(430, 318);
     this.but_Next.Name     = "but_Next";
     this.but_Next.Size     = new System.Drawing.Size(79, 35);
     this.but_Next.TabIndex = 4;
     this.but_Next.Text     = "下一步";
     this.but_Next.UseVisualStyleBackColor = true;
     this.but_Next.Click += new System.EventHandler(this.But_Next_Click);
     //
     // but_Last
     //
     this.but_Last.Location = new System.Drawing.Point(345, 318);
     this.but_Last.Name     = "but_Last";
     this.but_Last.Size     = new System.Drawing.Size(79, 35);
     this.but_Last.TabIndex = 4;
     this.but_Last.Text     = "上一步";
     this.but_Last.UseVisualStyleBackColor = true;
     this.but_Last.Visible = false;
     this.but_Last.Click  += new System.EventHandler(this.But_Last_Click);
     //
     // but_Exit
     //
     this.but_Exit.Location = new System.Drawing.Point(515, 318);
     this.but_Exit.Name     = "but_Exit";
     this.but_Exit.Size     = new System.Drawing.Size(79, 35);
     this.but_Exit.TabIndex = 4;
     this.but_Exit.Text     = "退出";
     this.but_Exit.UseVisualStyleBackColor = true;
     this.but_Exit.Click += new System.EventHandler(this.But_Exit_Click);
     //
     // but_CreateAgain
     //
     this.but_CreateAgain.Location = new System.Drawing.Point(411, 258);
     this.but_CreateAgain.Name     = "but_CreateAgain";
     this.but_CreateAgain.Size     = new System.Drawing.Size(86, 35);
     this.but_CreateAgain.TabIndex = 4;
     this.but_CreateAgain.Text     = "继续添加";
     this.but_CreateAgain.UseVisualStyleBackColor = true;
     this.but_CreateAgain.Visible = false;
     this.but_CreateAgain.Click  += new System.EventHandler(this.But_CreateAgain_Click);
     //
     // gb_Result
     //
     this.gb_Result.Controls.Add(this.but_AddConfirm);
     this.gb_Result.Controls.Add(this.lab_Result);
     this.gb_Result.Controls.Add(this.but_CreateModule);
     this.gb_Result.Controls.Add(this.but_CreateAgain);
     this.gb_Result.Location = new System.Drawing.Point(10, 10);
     this.gb_Result.Name     = "gb_Result";
     this.gb_Result.Size     = new System.Drawing.Size(599, 300);
     this.gb_Result.TabIndex = 10;
     this.gb_Result.TabStop  = false;
     this.gb_Result.Text     = "结果界面";
     this.gb_Result.Visible  = false;
     //
     // but_AddConfirm
     //
     this.but_AddConfirm.Location = new System.Drawing.Point(502, 258);
     this.but_AddConfirm.Name     = "but_AddConfirm";
     this.but_AddConfirm.Size     = new System.Drawing.Size(85, 36);
     this.but_AddConfirm.TabIndex = 1;
     this.but_AddConfirm.Text     = "确认添加";
     this.but_AddConfirm.UseVisualStyleBackColor = true;
     this.but_AddConfirm.Click += new System.EventHandler(this.But_AddConfirm_Click);
     //
     // lab_Result
     //
     this.lab_Result.AutoSize = true;
     this.lab_Result.Location = new System.Drawing.Point(3, 22);
     this.lab_Result.Name     = "lab_Result";
     this.lab_Result.Size     = new System.Drawing.Size(0, 16);
     this.lab_Result.TabIndex = 0;
     //
     // but_CreateModule
     //
     this.but_CreateModule.Location = new System.Drawing.Point(320, 258);
     this.but_CreateModule.Name     = "but_CreateModule";
     this.but_CreateModule.Size     = new System.Drawing.Size(86, 35);
     this.but_CreateModule.TabIndex = 4;
     this.but_CreateModule.Text     = "创建模板";
     this.but_CreateModule.UseVisualStyleBackColor = true;
     this.but_CreateModule.Visible = false;
     //
     // gb_empty
     //
     this.gb_empty.Location = new System.Drawing.Point(6, 6);
     this.gb_empty.Name     = "gb_empty";
     this.gb_empty.Size     = new System.Drawing.Size(599, 226);
     this.gb_empty.TabIndex = 0;
     this.gb_empty.TabStop  = false;
     this.gb_empty.Visible  = false;
     //
     // tp_Input
     //
     this.tp_Input.Font      = new System.Drawing.Font("宋体", 12F);
     this.tp_Input.Location  = new System.Drawing.Point(213, 19);
     this.tp_Input.Margin    = new System.Windows.Forms.Padding(4);
     this.tp_Input.Name      = "tp_Input";
     this.tp_Input.Size      = new System.Drawing.Size(248, 26);
     this.tp_Input.TabIndex  = 3;
     timeCollection1.Hours   = 0;
     timeCollection1.Minutes = 0;
     timeCollection1.Seconds = 0;
     this.tp_Input.Value     = timeCollection1;
     //
     // dlg_TaskAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 365);
     this.Controls.Add(this.but_Last);
     this.Controls.Add(this.but_Exit);
     this.Controls.Add(this.but_Next);
     this.Controls.Add(this.gb_ModeChoose);
     this.Controls.Add(this.gb_Result);
     this.Controls.Add(this.gb_InputInfo);
     this.Controls.Add(this.gb_empty);
     this.Font            = new System.Drawing.Font("宋体", 12F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.MaximizeBox     = false;
     this.Name            = "dlg_TaskAdd";
     this.Text            = "新建任务";
     this.gb_ModeChoose.ResumeLayout(false);
     this.gb_ModeChoose.PerformLayout();
     this.gb_InputInfo.ResumeLayout(false);
     this.gb_InputInfo.PerformLayout();
     this.gb_Result.ResumeLayout(false);
     this.gb_Result.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WorkScoreCalculateSystem.TimeCollection timeCollection1 = new WorkScoreCalculateSystem.TimeCollection();
     this.gb_InputInfo   = new System.Windows.Forms.GroupBox();
     this.txt_Quality    = new System.Windows.Forms.TextBox();
     this.lab_Quality    = new System.Windows.Forms.Label();
     this.cb_Completed   = new System.Windows.Forms.CheckBox();
     this.lab_Operator_1 = new System.Windows.Forms.Label();
     this.cbx_Operator_4 = new System.Windows.Forms.ComboBox();
     this.cb_Operator_4  = new System.Windows.Forms.CheckBox();
     this.cbx_Licensor   = new System.Windows.Forms.ComboBox();
     this.cbx_Guardian   = new System.Windows.Forms.ComboBox();
     this.cbx_Principal  = new System.Windows.Forms.ComboBox();
     this.cbx_Operator_3 = new System.Windows.Forms.ComboBox();
     this.cb_Operator_3  = new System.Windows.Forms.CheckBox();
     this.cbx_Operator_2 = new System.Windows.Forms.ComboBox();
     this.cb_Licensor    = new System.Windows.Forms.CheckBox();
     this.cb_Operator_2  = new System.Windows.Forms.CheckBox();
     this.cb_Guardian    = new System.Windows.Forms.CheckBox();
     this.cbx_Operator_1 = new System.Windows.Forms.ComboBox();
     this.cb_Principal   = new System.Windows.Forms.CheckBox();
     this.cb_Operators   = new System.Windows.Forms.CheckBox();
     this.txt_TaskName   = new System.Windows.Forms.TextBox();
     this.cbx_Key        = new System.Windows.Forms.ComboBox();
     this.cbx_Station    = new System.Windows.Forms.ComboBox();
     this.tp_Main        = new WorkScoreCalculateSystem.uc_TimePicker();
     this.dtp_Main       = new System.Windows.Forms.DateTimePicker();
     this.label4         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.but_Cancel     = new System.Windows.Forms.Button();
     this.but_Confirm    = new System.Windows.Forms.Button();
     this.gb_InputInfo.SuspendLayout();
     this.SuspendLayout();
     //
     // gb_InputInfo
     //
     this.gb_InputInfo.Controls.Add(this.txt_Quality);
     this.gb_InputInfo.Controls.Add(this.lab_Quality);
     this.gb_InputInfo.Controls.Add(this.cb_Completed);
     this.gb_InputInfo.Controls.Add(this.lab_Operator_1);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_4);
     this.gb_InputInfo.Controls.Add(this.cb_Operator_4);
     this.gb_InputInfo.Controls.Add(this.cbx_Licensor);
     this.gb_InputInfo.Controls.Add(this.cbx_Guardian);
     this.gb_InputInfo.Controls.Add(this.cbx_Principal);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_3);
     this.gb_InputInfo.Controls.Add(this.cb_Operator_3);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_2);
     this.gb_InputInfo.Controls.Add(this.cb_Licensor);
     this.gb_InputInfo.Controls.Add(this.cb_Operator_2);
     this.gb_InputInfo.Controls.Add(this.cb_Guardian);
     this.gb_InputInfo.Controls.Add(this.cbx_Operator_1);
     this.gb_InputInfo.Controls.Add(this.cb_Principal);
     this.gb_InputInfo.Controls.Add(this.cb_Operators);
     this.gb_InputInfo.Controls.Add(this.txt_TaskName);
     this.gb_InputInfo.Controls.Add(this.cbx_Key);
     this.gb_InputInfo.Controls.Add(this.cbx_Station);
     this.gb_InputInfo.Controls.Add(this.tp_Main);
     this.gb_InputInfo.Controls.Add(this.dtp_Main);
     this.gb_InputInfo.Controls.Add(this.label4);
     this.gb_InputInfo.Controls.Add(this.label3);
     this.gb_InputInfo.Controls.Add(this.label2);
     this.gb_InputInfo.Controls.Add(this.label1);
     this.gb_InputInfo.Location = new System.Drawing.Point(12, 12);
     this.gb_InputInfo.Name     = "gb_InputInfo";
     this.gb_InputInfo.Size     = new System.Drawing.Size(599, 351);
     this.gb_InputInfo.TabIndex = 4;
     this.gb_InputInfo.TabStop  = false;
     this.gb_InputInfo.Text     = "编辑任务";
     //
     // txt_Quality
     //
     this.txt_Quality.Location = new System.Drawing.Point(168, 313);
     this.txt_Quality.Name     = "txt_Quality";
     this.txt_Quality.Size     = new System.Drawing.Size(100, 26);
     this.txt_Quality.TabIndex = 13;
     this.txt_Quality.Text     = "0";
     this.txt_Quality.Visible  = false;
     //
     // lab_Quality
     //
     this.lab_Quality.AutoSize = true;
     this.lab_Quality.Location = new System.Drawing.Point(90, 319);
     this.lab_Quality.Name     = "lab_Quality";
     this.lab_Quality.Size     = new System.Drawing.Size(72, 16);
     this.lab_Quality.TabIndex = 12;
     this.lab_Quality.Text     = "质量分数";
     this.lab_Quality.Visible  = false;
     //
     // cb_Completed
     //
     this.cb_Completed.AutoSize = true;
     this.cb_Completed.Location = new System.Drawing.Point(9, 315);
     this.cb_Completed.Name     = "cb_Completed";
     this.cb_Completed.Size     = new System.Drawing.Size(75, 20);
     this.cb_Completed.TabIndex = 11;
     this.cb_Completed.Text     = "已完成";
     this.cb_Completed.UseVisualStyleBackColor = true;
     this.cb_Completed.CheckedChanged         += new System.EventHandler(this.Cb_Completed_CheckedChanged);
     //
     // lab_Operator_1
     //
     this.lab_Operator_1.AutoSize = true;
     this.lab_Operator_1.Location = new System.Drawing.Point(103, 200);
     this.lab_Operator_1.Name     = "lab_Operator_1";
     this.lab_Operator_1.Size     = new System.Drawing.Size(64, 16);
     this.lab_Operator_1.TabIndex = 10;
     this.lab_Operator_1.Text     = "操作人1";
     this.lab_Operator_1.Visible  = false;
     //
     // cbx_Operator_4
     //
     this.cbx_Operator_4.FormattingEnabled = true;
     this.cbx_Operator_4.Location          = new System.Drawing.Point(409, 226);
     this.cbx_Operator_4.Name     = "cbx_Operator_4";
     this.cbx_Operator_4.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_4.TabIndex = 9;
     this.cbx_Operator_4.Visible  = false;
     //
     // cb_Operator_4
     //
     this.cb_Operator_4.AutoSize = true;
     this.cb_Operator_4.Location = new System.Drawing.Point(320, 229);
     this.cb_Operator_4.Name     = "cb_Operator_4";
     this.cb_Operator_4.Size     = new System.Drawing.Size(83, 20);
     this.cb_Operator_4.TabIndex = 8;
     this.cb_Operator_4.Text     = "操作人4";
     this.cb_Operator_4.UseVisualStyleBackColor = true;
     this.cb_Operator_4.Visible         = false;
     this.cb_Operator_4.CheckedChanged += new System.EventHandler(this.Cb_Operator_4_CheckedChanged);
     //
     // cbx_Licensor
     //
     this.cbx_Licensor.FormattingEnabled = true;
     this.cbx_Licensor.Location          = new System.Drawing.Point(101, 148);
     this.cbx_Licensor.Name     = "cbx_Licensor";
     this.cbx_Licensor.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Licensor.TabIndex = 9;
     this.cbx_Licensor.Visible  = false;
     //
     // cbx_Guardian
     //
     this.cbx_Guardian.FormattingEnabled = true;
     this.cbx_Guardian.Location          = new System.Drawing.Point(103, 271);
     this.cbx_Guardian.Name     = "cbx_Guardian";
     this.cbx_Guardian.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Guardian.TabIndex = 9;
     this.cbx_Guardian.Visible  = false;
     //
     // cbx_Principal
     //
     this.cbx_Principal.FormattingEnabled = true;
     this.cbx_Principal.Location          = new System.Drawing.Point(393, 271);
     this.cbx_Principal.Name     = "cbx_Principal";
     this.cbx_Principal.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Principal.TabIndex = 9;
     this.cbx_Principal.Visible  = false;
     //
     // cbx_Operator_3
     //
     this.cbx_Operator_3.FormattingEnabled = true;
     this.cbx_Operator_3.Location          = new System.Drawing.Point(176, 225);
     this.cbx_Operator_3.Name     = "cbx_Operator_3";
     this.cbx_Operator_3.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_3.TabIndex = 9;
     this.cbx_Operator_3.Visible  = false;
     //
     // cb_Operator_3
     //
     this.cb_Operator_3.AutoSize = true;
     this.cb_Operator_3.Location = new System.Drawing.Point(87, 228);
     this.cb_Operator_3.Name     = "cb_Operator_3";
     this.cb_Operator_3.Size     = new System.Drawing.Size(83, 20);
     this.cb_Operator_3.TabIndex = 8;
     this.cb_Operator_3.Text     = "操作人3";
     this.cb_Operator_3.UseVisualStyleBackColor = true;
     this.cb_Operator_3.Visible         = false;
     this.cb_Operator_3.CheckedChanged += new System.EventHandler(this.Cb_Operator_3_CheckedChanged);
     //
     // cbx_Operator_2
     //
     this.cbx_Operator_2.FormattingEnabled = true;
     this.cbx_Operator_2.Location          = new System.Drawing.Point(409, 194);
     this.cbx_Operator_2.Name     = "cbx_Operator_2";
     this.cbx_Operator_2.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_2.TabIndex = 9;
     this.cbx_Operator_2.Visible  = false;
     //
     // cb_Licensor
     //
     this.cb_Licensor.AutoSize = true;
     this.cb_Licensor.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Licensor.Location = new System.Drawing.Point(7, 147);
     this.cb_Licensor.Name     = "cb_Licensor";
     this.cb_Licensor.Size     = new System.Drawing.Size(88, 24);
     this.cb_Licensor.TabIndex = 7;
     this.cb_Licensor.Text     = "许可人";
     this.cb_Licensor.UseVisualStyleBackColor = true;
     this.cb_Licensor.CheckedChanged         += new System.EventHandler(this.Cb_Licensor_CheckedChanged);
     //
     // cb_Operator_2
     //
     this.cb_Operator_2.AutoSize = true;
     this.cb_Operator_2.Location = new System.Drawing.Point(320, 197);
     this.cb_Operator_2.Name     = "cb_Operator_2";
     this.cb_Operator_2.Size     = new System.Drawing.Size(83, 20);
     this.cb_Operator_2.TabIndex = 8;
     this.cb_Operator_2.Text     = "操作人2";
     this.cb_Operator_2.UseVisualStyleBackColor = true;
     this.cb_Operator_2.Visible         = false;
     this.cb_Operator_2.CheckedChanged += new System.EventHandler(this.Cb_Operator_2_CheckedChanged);
     //
     // cb_Guardian
     //
     this.cb_Guardian.AutoSize = true;
     this.cb_Guardian.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Guardian.Location = new System.Drawing.Point(9, 270);
     this.cb_Guardian.Name     = "cb_Guardian";
     this.cb_Guardian.Size     = new System.Drawing.Size(88, 24);
     this.cb_Guardian.TabIndex = 7;
     this.cb_Guardian.Text     = "监护人";
     this.cb_Guardian.UseVisualStyleBackColor = true;
     this.cb_Guardian.CheckedChanged         += new System.EventHandler(this.Cb_Guardian_CheckedChanged);
     //
     // cbx_Operator_1
     //
     this.cbx_Operator_1.FormattingEnabled = true;
     this.cbx_Operator_1.Location          = new System.Drawing.Point(176, 195);
     this.cbx_Operator_1.Name     = "cbx_Operator_1";
     this.cbx_Operator_1.Size     = new System.Drawing.Size(104, 24);
     this.cbx_Operator_1.TabIndex = 9;
     this.cbx_Operator_1.Visible  = false;
     //
     // cb_Principal
     //
     this.cb_Principal.AutoSize = true;
     this.cb_Principal.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Principal.Location = new System.Drawing.Point(299, 270);
     this.cb_Principal.Name     = "cb_Principal";
     this.cb_Principal.Size     = new System.Drawing.Size(88, 24);
     this.cb_Principal.TabIndex = 7;
     this.cb_Principal.Text     = "负责人";
     this.cb_Principal.UseVisualStyleBackColor = true;
     this.cb_Principal.CheckedChanged         += new System.EventHandler(this.Cb_Principal_CheckedChanged);
     //
     // cb_Operators
     //
     this.cb_Operators.AutoSize = true;
     this.cb_Operators.Font     = new System.Drawing.Font("宋体", 15F);
     this.cb_Operators.Location = new System.Drawing.Point(9, 195);
     this.cb_Operators.Name     = "cb_Operators";
     this.cb_Operators.Size     = new System.Drawing.Size(88, 24);
     this.cb_Operators.TabIndex = 7;
     this.cb_Operators.Text     = "操作人";
     this.cb_Operators.UseVisualStyleBackColor = true;
     this.cb_Operators.CheckedChanged         += new System.EventHandler(this.Cb_Operators_CheckedChanged);
     //
     // txt_TaskName
     //
     this.txt_TaskName.Location  = new System.Drawing.Point(84, 75);
     this.txt_TaskName.Multiline = true;
     this.txt_TaskName.Name      = "txt_TaskName";
     this.txt_TaskName.Size      = new System.Drawing.Size(498, 67);
     this.txt_TaskName.TabIndex  = 5;
     //
     // cbx_Key
     //
     this.cbx_Key.FormattingEnabled = true;
     this.cbx_Key.Location          = new System.Drawing.Point(330, 48);
     this.cbx_Key.Name     = "cbx_Key";
     this.cbx_Key.Size     = new System.Drawing.Size(121, 24);
     this.cbx_Key.TabIndex = 4;
     //
     // cbx_Station
     //
     this.cbx_Station.FormattingEnabled = true;
     this.cbx_Station.Location          = new System.Drawing.Point(84, 45);
     this.cbx_Station.Name     = "cbx_Station";
     this.cbx_Station.Size     = new System.Drawing.Size(121, 24);
     this.cbx_Station.TabIndex = 4;
     //
     // tp_Main
     //
     this.tp_Main.Font       = new System.Drawing.Font("宋体", 12F);
     this.tp_Main.Location   = new System.Drawing.Point(249, 15);
     this.tp_Main.Margin     = new System.Windows.Forms.Padding(4);
     this.tp_Main.Name       = "tp_Main";
     this.tp_Main.Size       = new System.Drawing.Size(248, 26);
     this.tp_Main.TabIndex   = 3;
     timeCollection1.Hours   = 0;
     timeCollection1.Minutes = 0;
     timeCollection1.Seconds = 0;
     this.tp_Main.Value      = timeCollection1;
     //
     // dtp_Main
     //
     this.dtp_Main.Location = new System.Drawing.Point(84, 15);
     this.dtp_Main.Name     = "dtp_Main";
     this.dtp_Main.Size     = new System.Drawing.Size(158, 26);
     this.dtp_Main.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(268, 51);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(56, 16);
     this.label4.TabIndex = 1;
     this.label4.Text     = "关键字";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 78);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "工作任务";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(38, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "站点";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "工作时间";
     //
     // but_Cancel
     //
     this.but_Cancel.Location = new System.Drawing.Point(515, 369);
     this.but_Cancel.Name     = "but_Cancel";
     this.but_Cancel.Size     = new System.Drawing.Size(79, 35);
     this.but_Cancel.TabIndex = 5;
     this.but_Cancel.Text     = "取消";
     this.but_Cancel.UseVisualStyleBackColor = true;
     this.but_Cancel.Click += new System.EventHandler(this.But_Cancel_Click);
     //
     // but_Confirm
     //
     this.but_Confirm.Location = new System.Drawing.Point(430, 369);
     this.but_Confirm.Name     = "but_Confirm";
     this.but_Confirm.Size     = new System.Drawing.Size(79, 35);
     this.but_Confirm.TabIndex = 6;
     this.but_Confirm.Text     = "确认";
     this.but_Confirm.UseVisualStyleBackColor = true;
     this.but_Confirm.Click += new System.EventHandler(this.But_Confirm_Click);
     //
     // dlg_TaskEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(612, 416);
     this.Controls.Add(this.but_Cancel);
     this.Controls.Add(this.but_Confirm);
     this.Controls.Add(this.gb_InputInfo);
     this.Font   = new System.Drawing.Font("宋体", 12F);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "dlg_TaskEdit";
     this.Text   = "dlg_TaskEdit";
     this.gb_InputInfo.ResumeLayout(false);
     this.gb_InputInfo.PerformLayout();
     this.ResumeLayout(false);
 }