|
|
@@ -42,6 +42,16 @@ namespace UAS_MES_NEW.Make
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.CheckItemDGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.std_class = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_sn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_bt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_imei1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_imei2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_googlekey = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_videotest = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.std_version = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.WatchPath = new System.Windows.Forms.TextBox();
|
|
|
this.PSN = new System.Windows.Forms.Label();
|
|
|
@@ -73,19 +83,13 @@ namespace UAS_MES_NEW.Make
|
|
|
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ReSet = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
|
|
|
- this.std_class = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_testresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_sn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_bt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_imei1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_imei2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_googlekey = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_videotest = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.std_version = 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.rom = new System.Windows.Forms.Label();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.ram = new System.Windows.Forms.Label();
|
|
|
+ this.label14 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -227,6 +231,89 @@ namespace UAS_MES_NEW.Make
|
|
|
this.CheckItemDGV.TabIndex = 33;
|
|
|
this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
|
|
|
//
|
|
|
+ // std_class
|
|
|
+ //
|
|
|
+ this.std_class.DataPropertyName = "std_class";
|
|
|
+ this.std_class.HeaderText = "检测项";
|
|
|
+ this.std_class.MinimumWidth = 140;
|
|
|
+ this.std_class.Name = "std_class";
|
|
|
+ this.std_class.ReadOnly = true;
|
|
|
+ this.std_class.Width = 150;
|
|
|
+ //
|
|
|
+ // std_testresult
|
|
|
+ //
|
|
|
+ this.std_testresult.DataPropertyName = "std_testresult";
|
|
|
+ this.std_testresult.HeaderText = "测试结果";
|
|
|
+ this.std_testresult.MinimumWidth = 150;
|
|
|
+ this.std_testresult.Name = "std_testresult";
|
|
|
+ this.std_testresult.ReadOnly = true;
|
|
|
+ this.std_testresult.Width = 150;
|
|
|
+ //
|
|
|
+ // std_sn
|
|
|
+ //
|
|
|
+ this.std_sn.DataPropertyName = "std_sn";
|
|
|
+ this.std_sn.HeaderText = "SN";
|
|
|
+ this.std_sn.MinimumWidth = 100;
|
|
|
+ this.std_sn.Name = "std_sn";
|
|
|
+ this.std_sn.ReadOnly = true;
|
|
|
+ this.std_sn.Visible = false;
|
|
|
+ this.std_sn.Width = 200;
|
|
|
+ //
|
|
|
+ // std_mac
|
|
|
+ //
|
|
|
+ this.std_mac.DataPropertyName = "std_mac";
|
|
|
+ this.std_mac.HeaderText = "MAC";
|
|
|
+ this.std_mac.MinimumWidth = 100;
|
|
|
+ this.std_mac.Name = "std_mac";
|
|
|
+ this.std_mac.Visible = false;
|
|
|
+ this.std_mac.Width = 200;
|
|
|
+ //
|
|
|
+ // std_bt
|
|
|
+ //
|
|
|
+ this.std_bt.DataPropertyName = "std_bt";
|
|
|
+ this.std_bt.HeaderText = "BT";
|
|
|
+ this.std_bt.MinimumWidth = 100;
|
|
|
+ this.std_bt.Name = "std_bt";
|
|
|
+ this.std_bt.Visible = false;
|
|
|
+ this.std_bt.Width = 200;
|
|
|
+ //
|
|
|
+ // std_imei1
|
|
|
+ //
|
|
|
+ this.std_imei1.DataPropertyName = "std_imei1";
|
|
|
+ this.std_imei1.HeaderText = "IMEI1";
|
|
|
+ this.std_imei1.MinimumWidth = 100;
|
|
|
+ this.std_imei1.Name = "std_imei1";
|
|
|
+ this.std_imei1.Visible = false;
|
|
|
+ //
|
|
|
+ // std_imei2
|
|
|
+ //
|
|
|
+ this.std_imei2.DataPropertyName = "std_imei2";
|
|
|
+ this.std_imei2.HeaderText = "IMEI2";
|
|
|
+ this.std_imei2.MinimumWidth = 100;
|
|
|
+ this.std_imei2.Name = "std_imei2";
|
|
|
+ this.std_imei2.Visible = false;
|
|
|
+ //
|
|
|
+ // std_googlekey
|
|
|
+ //
|
|
|
+ this.std_googlekey.DataPropertyName = "std_googlekey";
|
|
|
+ this.std_googlekey.HeaderText = "GoogleKey";
|
|
|
+ this.std_googlekey.Name = "std_googlekey";
|
|
|
+ this.std_googlekey.Visible = false;
|
|
|
+ //
|
|
|
+ // std_videotest
|
|
|
+ //
|
|
|
+ this.std_videotest.DataPropertyName = "std_videotest";
|
|
|
+ this.std_videotest.HeaderText = "老化测试";
|
|
|
+ this.std_videotest.Name = "std_videotest";
|
|
|
+ this.std_videotest.Visible = false;
|
|
|
+ //
|
|
|
+ // std_version
|
|
|
+ //
|
|
|
+ this.std_version.DataPropertyName = "std_version";
|
|
|
+ this.std_version.HeaderText = "软件版本";
|
|
|
+ this.std_version.Name = "std_version";
|
|
|
+ this.std_version.Visible = false;
|
|
|
+ //
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
@@ -292,7 +379,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.BT.AutoSize = true;
|
|
|
this.BT.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.BT.Location = new System.Drawing.Point(955, 312);
|
|
|
+ this.BT.Location = new System.Drawing.Point(955, 299);
|
|
|
this.BT.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.BT.Name = "BT";
|
|
|
this.BT.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -302,7 +389,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label13.Location = new System.Drawing.Point(761, 312);
|
|
|
+ this.label13.Location = new System.Drawing.Point(761, 299);
|
|
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(56, 41);
|
|
|
@@ -313,7 +400,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.IMEI1.AutoSize = true;
|
|
|
this.IMEI1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.IMEI1.Location = new System.Drawing.Point(955, 386);
|
|
|
+ this.IMEI1.Location = new System.Drawing.Point(955, 371);
|
|
|
this.IMEI1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.IMEI1.Name = "IMEI1";
|
|
|
this.IMEI1.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -323,7 +410,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.label15.AutoSize = true;
|
|
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label15.Location = new System.Drawing.Point(761, 386);
|
|
|
+ this.label15.Location = new System.Drawing.Point(761, 365);
|
|
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label15.Name = "label15";
|
|
|
this.label15.Size = new System.Drawing.Size(104, 41);
|
|
|
@@ -344,7 +431,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.label17.AutoSize = true;
|
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label17.Location = new System.Drawing.Point(1276, 165);
|
|
|
+ this.label17.Location = new System.Drawing.Point(1276, 161);
|
|
|
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label17.Name = "label17";
|
|
|
this.label17.Size = new System.Drawing.Size(104, 41);
|
|
|
@@ -376,7 +463,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.Aging.AutoSize = true;
|
|
|
this.Aging.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.Aging.Location = new System.Drawing.Point(1505, 320);
|
|
|
+ this.Aging.Location = new System.Drawing.Point(1505, 299);
|
|
|
this.Aging.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.Aging.Name = "Aging";
|
|
|
this.Aging.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -386,7 +473,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.label21.AutoSize = true;
|
|
|
this.label21.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label21.Location = new System.Drawing.Point(1276, 310);
|
|
|
+ this.label21.Location = new System.Drawing.Point(1276, 299);
|
|
|
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label21.Name = "label21";
|
|
|
this.label21.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -397,7 +484,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.Version.AutoSize = true;
|
|
|
this.Version.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.Version.Location = new System.Drawing.Point(1506, 385);
|
|
|
+ this.Version.Location = new System.Drawing.Point(1506, 371);
|
|
|
this.Version.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.Version.MaximumSize = new System.Drawing.Size(360, 0);
|
|
|
this.Version.Name = "Version";
|
|
|
@@ -408,7 +495,7 @@ namespace UAS_MES_NEW.Make
|
|
|
//
|
|
|
this.label23.AutoSize = true;
|
|
|
this.label23.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label23.Location = new System.Drawing.Point(1276, 375);
|
|
|
+ this.label23.Location = new System.Drawing.Point(1276, 365);
|
|
|
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label23.Name = "label23";
|
|
|
this.label23.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -531,89 +618,6 @@ namespace UAS_MES_NEW.Make
|
|
|
this.ReSet.Text = "恢复出厂设置";
|
|
|
this.ReSet.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // std_class
|
|
|
- //
|
|
|
- this.std_class.DataPropertyName = "std_class";
|
|
|
- this.std_class.HeaderText = "检测项";
|
|
|
- this.std_class.MinimumWidth = 140;
|
|
|
- this.std_class.Name = "std_class";
|
|
|
- this.std_class.ReadOnly = true;
|
|
|
- this.std_class.Width = 150;
|
|
|
- //
|
|
|
- // std_testresult
|
|
|
- //
|
|
|
- this.std_testresult.DataPropertyName = "std_testresult";
|
|
|
- this.std_testresult.HeaderText = "测试结果";
|
|
|
- this.std_testresult.MinimumWidth = 150;
|
|
|
- this.std_testresult.Name = "std_testresult";
|
|
|
- this.std_testresult.ReadOnly = true;
|
|
|
- this.std_testresult.Width = 150;
|
|
|
- //
|
|
|
- // std_sn
|
|
|
- //
|
|
|
- this.std_sn.DataPropertyName = "std_sn";
|
|
|
- this.std_sn.HeaderText = "SN";
|
|
|
- this.std_sn.MinimumWidth = 100;
|
|
|
- this.std_sn.Name = "std_sn";
|
|
|
- this.std_sn.ReadOnly = true;
|
|
|
- this.std_sn.Visible = false;
|
|
|
- this.std_sn.Width = 200;
|
|
|
- //
|
|
|
- // std_mac
|
|
|
- //
|
|
|
- this.std_mac.DataPropertyName = "std_mac";
|
|
|
- this.std_mac.HeaderText = "MAC";
|
|
|
- this.std_mac.MinimumWidth = 100;
|
|
|
- this.std_mac.Name = "std_mac";
|
|
|
- this.std_mac.Visible = false;
|
|
|
- this.std_mac.Width = 200;
|
|
|
- //
|
|
|
- // std_bt
|
|
|
- //
|
|
|
- this.std_bt.DataPropertyName = "std_bt";
|
|
|
- this.std_bt.HeaderText = "BT";
|
|
|
- this.std_bt.MinimumWidth = 100;
|
|
|
- this.std_bt.Name = "std_bt";
|
|
|
- this.std_bt.Visible = false;
|
|
|
- this.std_bt.Width = 200;
|
|
|
- //
|
|
|
- // std_imei1
|
|
|
- //
|
|
|
- this.std_imei1.DataPropertyName = "std_imei1";
|
|
|
- this.std_imei1.HeaderText = "IMEI1";
|
|
|
- this.std_imei1.MinimumWidth = 100;
|
|
|
- this.std_imei1.Name = "std_imei1";
|
|
|
- this.std_imei1.Visible = false;
|
|
|
- //
|
|
|
- // std_imei2
|
|
|
- //
|
|
|
- this.std_imei2.DataPropertyName = "std_imei2";
|
|
|
- this.std_imei2.HeaderText = "IMEI2";
|
|
|
- this.std_imei2.MinimumWidth = 100;
|
|
|
- this.std_imei2.Name = "std_imei2";
|
|
|
- this.std_imei2.Visible = false;
|
|
|
- //
|
|
|
- // std_googlekey
|
|
|
- //
|
|
|
- this.std_googlekey.DataPropertyName = "std_googlekey";
|
|
|
- this.std_googlekey.HeaderText = "GoogleKey";
|
|
|
- this.std_googlekey.Name = "std_googlekey";
|
|
|
- this.std_googlekey.Visible = false;
|
|
|
- //
|
|
|
- // std_videotest
|
|
|
- //
|
|
|
- this.std_videotest.DataPropertyName = "std_videotest";
|
|
|
- this.std_videotest.HeaderText = "老化测试";
|
|
|
- this.std_videotest.Name = "std_videotest";
|
|
|
- this.std_videotest.Visible = false;
|
|
|
- //
|
|
|
- // std_version
|
|
|
- //
|
|
|
- this.std_version.DataPropertyName = "std_version";
|
|
|
- this.std_version.HeaderText = "软件版本";
|
|
|
- this.std_version.Name = "std_version";
|
|
|
- this.std_version.Visible = false;
|
|
|
- //
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
|
@@ -644,18 +648,65 @@ namespace UAS_MES_NEW.Make
|
|
|
// 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(768, 437);
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(768, 475);
|
|
|
this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(991, 324);
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(991, 286);
|
|
|
this.OperateResult.TabIndex = 27;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // rom
|
|
|
+ //
|
|
|
+ this.rom.AutoSize = true;
|
|
|
+ this.rom.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.rom.Location = new System.Drawing.Point(1506, 423);
|
|
|
+ this.rom.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.rom.MaximumSize = new System.Drawing.Size(360, 0);
|
|
|
+ this.rom.Name = "rom";
|
|
|
+ this.rom.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.rom.TabIndex = 59;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label9.Location = new System.Drawing.Point(1276, 423);
|
|
|
+ this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label9.TabIndex = 58;
|
|
|
+ this.label9.Text = "存储内存";
|
|
|
+ //
|
|
|
+ // ram
|
|
|
+ //
|
|
|
+ this.ram.AutoSize = true;
|
|
|
+ this.ram.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.ram.Location = new System.Drawing.Point(955, 423);
|
|
|
+ this.ram.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ram.Name = "ram";
|
|
|
+ this.ram.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ram.TabIndex = 57;
|
|
|
+ //
|
|
|
+ // label14
|
|
|
+ //
|
|
|
+ this.label14.AutoSize = true;
|
|
|
+ this.label14.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label14.Location = new System.Drawing.Point(761, 423);
|
|
|
+ this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label14.Name = "label14";
|
|
|
+ this.label14.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label14.TabIndex = 56;
|
|
|
+ this.label14.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.rom);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
+ this.Controls.Add(this.ram);
|
|
|
+ this.Controls.Add(this.label14);
|
|
|
this.Controls.Add(this.ZHANXUN);
|
|
|
this.Controls.Add(this.MTK);
|
|
|
this.Controls.Add(this.Version);
|
|
|
@@ -761,5 +812,9 @@ namespace UAS_MES_NEW.Make
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn std_version;
|
|
|
private System.Windows.Forms.RadioButton MTK;
|
|
|
private System.Windows.Forms.RadioButton ZHANXUN;
|
|
|
+ private System.Windows.Forms.Label rom;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.Label ram;
|
|
|
+ private System.Windows.Forms.Label label14;
|
|
|
}
|
|
|
}
|