|
@@ -1,4 +1,6 @@
|
|
|
-namespace UAS_MES_NEW.Make
|
|
|
+using UAS_MES_NEW.CustomControl.CustomCheckBox;
|
|
|
+
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
{
|
|
|
partial class Make_GetTestFileData
|
|
|
{
|
|
@@ -43,13 +45,15 @@
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
- this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ReSet = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
|
|
|
this.std_class = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.std_testtimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.std_testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.std_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -192,6 +196,7 @@
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
|
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
//
|
|
@@ -200,6 +205,7 @@
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
|
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
//
|
|
@@ -208,43 +214,25 @@
|
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
|
|
|
this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
//
|
|
|
- // StepCount
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
//
|
|
|
- this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(1102, 130);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
- this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(176, 44);
|
|
|
- this.StepCount.Source = null;
|
|
|
- this.StepCount.StepCode = null;
|
|
|
- this.StepCount.TabIndex = 32;
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "std_badcode";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "故障代码";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 200;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 200;
|
|
|
//
|
|
|
- // sncode
|
|
|
+ // ReSet
|
|
|
//
|
|
|
- this.sncode.AllPower = null;
|
|
|
- this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
- this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(144, 788);
|
|
|
- this.sncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.sncode.Name = "sncode";
|
|
|
- this.sncode.Power = null;
|
|
|
- this.sncode.Size = new System.Drawing.Size(334, 35);
|
|
|
- this.sncode.Str = null;
|
|
|
- this.sncode.Str1 = null;
|
|
|
- this.sncode.Str2 = null;
|
|
|
- this.sncode.TabIndex = 29;
|
|
|
- this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
- //
|
|
|
- // OperateResult
|
|
|
- //
|
|
|
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(1265, 199);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(454, 562);
|
|
|
- this.OperateResult.TabIndex = 27;
|
|
|
- this.OperateResult.Text = "";
|
|
|
+ this.ReSet.AutoSize = true;
|
|
|
+ this.ReSet.Location = new System.Drawing.Point(1102, 795);
|
|
|
+ this.ReSet.Name = "ReSet";
|
|
|
+ this.ReSet.Size = new System.Drawing.Size(186, 28);
|
|
|
+ this.ReSet.TabIndex = 34;
|
|
|
+ this.ReSet.Text = "恢复出厂设置";
|
|
|
+ this.ReSet.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// std_class
|
|
|
//
|
|
@@ -281,11 +269,49 @@
|
|
|
this.std_badcode.Name = "std_badcode";
|
|
|
this.std_badcode.Width = 200;
|
|
|
//
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(1102, 130);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(176, 44);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 32;
|
|
|
+ //
|
|
|
+ // sncode
|
|
|
+ //
|
|
|
+ this.sncode.AllPower = null;
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(144, 788);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(334, 35);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 29;
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(1265, 199);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(454, 562);
|
|
|
+ this.OperateResult.TabIndex = 27;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
// Make_GetTestFileData
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1772, 866);
|
|
|
+ this.Controls.Add(this.ReSet);
|
|
|
this.Controls.Add(this.CheckItemDGV);
|
|
|
this.Controls.Add(this.StepCount);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
@@ -336,5 +362,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn std_testtimes;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn std_testresult;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn std_badcode;
|
|
|
+ private ReSetCheckBox ReSet;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
}
|
|
|
}
|