|
@@ -37,6 +37,9 @@
|
|
|
this.系统清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.系统清除执行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.系统清除不执行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.bMS通信检测ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.BMS检测执行ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.端口选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.系统开关ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
@@ -143,9 +146,11 @@
|
|
|
this.label_NetStatus = new System.Windows.Forms.Label();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.bMS通信检测ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.BMS检测执行ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.BMS检测不执行ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.执行测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.推行测试执行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.推行测试不执行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.label_TestFun = new System.Windows.Forms.Label();
|
|
|
+ this.label30 = new System.Windows.Forms.Label();
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
this.groupBox1.SuspendLayout();
|
|
@@ -197,6 +202,7 @@
|
|
|
// 设置ToolStripMenuItem
|
|
|
//
|
|
|
this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.执行测试ToolStripMenuItem,
|
|
|
this.系统清除ToolStripMenuItem,
|
|
|
this.bMS通信检测ToolStripMenuItem,
|
|
|
this.端口选择ToolStripMenuItem,
|
|
@@ -224,7 +230,7 @@
|
|
|
this.系统清除执行ToolStripMenuItem.Name = "系统清除执行ToolStripMenuItem";
|
|
|
this.系统清除执行ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.系统清除执行ToolStripMenuItem.Text = "执行";
|
|
|
- this.系统清除执行ToolStripMenuItem.Click += new System.EventHandler(this.执行ToolStripMenuItem_Click);
|
|
|
+ this.系统清除执行ToolStripMenuItem.Click += new System.EventHandler(this.系统清除执行ToolStripMenuItem_Click);
|
|
|
//
|
|
|
// 系统清除不执行ToolStripMenuItem
|
|
|
//
|
|
@@ -232,7 +238,35 @@
|
|
|
this.系统清除不执行ToolStripMenuItem.Name = "系统清除不执行ToolStripMenuItem";
|
|
|
this.系统清除不执行ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.系统清除不执行ToolStripMenuItem.Text = "不执行";
|
|
|
- this.系统清除不执行ToolStripMenuItem.Click += new System.EventHandler(this.不执行ToolStripMenuItem_Click);
|
|
|
+ this.系统清除不执行ToolStripMenuItem.Click += new System.EventHandler(this.系统清除不执行ToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // bMS通信检测ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.bMS通信检测ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.BMS检测执行ToolStripMenuItem1,
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1});
|
|
|
+ this.bMS通信检测ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.bMS通信检测ToolStripMenuItem.Name = "bMS通信检测ToolStripMenuItem";
|
|
|
+ this.bMS通信检测ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.bMS通信检测ToolStripMenuItem.Text = "BMS通信检测";
|
|
|
+ //
|
|
|
+ // BMS检测执行ToolStripMenuItem1
|
|
|
+ //
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.Checked = true;
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.Name = "BMS检测执行ToolStripMenuItem1";
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.Text = "执行";
|
|
|
+ this.BMS检测执行ToolStripMenuItem1.Click += new System.EventHandler(this.BMS检测执行ToolStripMenuItem1_Click);
|
|
|
+ //
|
|
|
+ // BMS检测不执行ToolStripMenuItem1
|
|
|
+ //
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1.Name = "BMS检测不执行ToolStripMenuItem1";
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1.Text = "不执行";
|
|
|
+ this.BMS检测不执行ToolStripMenuItem1.Click += new System.EventHandler(this.BMS检测不执行ToolStripMenuItem1_Click);
|
|
|
//
|
|
|
// 端口选择ToolStripMenuItem
|
|
|
//
|
|
@@ -283,7 +317,7 @@
|
|
|
//
|
|
|
this.屏幕键盘ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.屏幕键盘ToolStripMenuItem.Name = "屏幕键盘ToolStripMenuItem";
|
|
|
- this.屏幕键盘ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.屏幕键盘ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.屏幕键盘ToolStripMenuItem.Text = "屏幕键盘";
|
|
|
this.屏幕键盘ToolStripMenuItem.Click += new System.EventHandler(this.屏幕键盘ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -1379,33 +1413,52 @@
|
|
|
this.pictureBox1.TabIndex = 32;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
- // bMS通信检测ToolStripMenuItem
|
|
|
- //
|
|
|
- this.bMS通信检测ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.BMS检测执行ToolStripMenuItem1,
|
|
|
- this.BMS检测不执行ToolStripMenuItem1});
|
|
|
- this.bMS通信检测ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
- this.bMS通信检测ToolStripMenuItem.Name = "bMS通信检测ToolStripMenuItem";
|
|
|
- this.bMS通信检测ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
- this.bMS通信检测ToolStripMenuItem.Text = "BMS通信检测";
|
|
|
- //
|
|
|
- // BMS检测执行ToolStripMenuItem1
|
|
|
- //
|
|
|
- this.BMS检测执行ToolStripMenuItem1.Checked = true;
|
|
|
- this.BMS检测执行ToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.BMS检测执行ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
- this.BMS检测执行ToolStripMenuItem1.Name = "BMS检测执行ToolStripMenuItem1";
|
|
|
- this.BMS检测执行ToolStripMenuItem1.Size = new System.Drawing.Size(180, 26);
|
|
|
- this.BMS检测执行ToolStripMenuItem1.Text = "执行";
|
|
|
- this.BMS检测执行ToolStripMenuItem1.Click += new System.EventHandler(this.BMS检测执行ToolStripMenuItem1_Click);
|
|
|
- //
|
|
|
- // BMS检测不执行ToolStripMenuItem1
|
|
|
- //
|
|
|
- this.BMS检测不执行ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
- this.BMS检测不执行ToolStripMenuItem1.Name = "BMS检测不执行ToolStripMenuItem1";
|
|
|
- this.BMS检测不执行ToolStripMenuItem1.Size = new System.Drawing.Size(180, 26);
|
|
|
- this.BMS检测不执行ToolStripMenuItem1.Text = "不执行";
|
|
|
- this.BMS检测不执行ToolStripMenuItem1.Click += new System.EventHandler(this.BMS检测不执行ToolStripMenuItem1_Click);
|
|
|
+ // 执行测试ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.执行测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.推行测试执行ToolStripMenuItem,
|
|
|
+ this.推行测试不执行ToolStripMenuItem});
|
|
|
+ this.执行测试ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.执行测试ToolStripMenuItem.Name = "执行测试ToolStripMenuItem";
|
|
|
+ this.执行测试ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.执行测试ToolStripMenuItem.Text = "推行测试";
|
|
|
+ //
|
|
|
+ // 推行测试执行ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.推行测试执行ToolStripMenuItem.Checked = true;
|
|
|
+ this.推行测试执行ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.推行测试执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.推行测试执行ToolStripMenuItem.Name = "推行测试执行ToolStripMenuItem";
|
|
|
+ this.推行测试执行ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.推行测试执行ToolStripMenuItem.Text = "执行";
|
|
|
+ this.推行测试执行ToolStripMenuItem.Click += new System.EventHandler(this.推行测试执行ToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // 推行测试不执行ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.推行测试不执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.推行测试不执行ToolStripMenuItem.Name = "推行测试不执行ToolStripMenuItem";
|
|
|
+ this.推行测试不执行ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.推行测试不执行ToolStripMenuItem.Text = "不执行";
|
|
|
+ this.推行测试不执行ToolStripMenuItem.Click += new System.EventHandler(this.推行测试不执行ToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // label_TestFun
|
|
|
+ //
|
|
|
+ this.label_TestFun.AutoSize = true;
|
|
|
+ this.label_TestFun.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.label_TestFun.ForeColor = System.Drawing.Color.Yellow;
|
|
|
+ this.label_TestFun.Location = new System.Drawing.Point(741, 4);
|
|
|
+ this.label_TestFun.Name = "label_TestFun";
|
|
|
+ this.label_TestFun.Size = new System.Drawing.Size(429, 21);
|
|
|
+ this.label_TestFun.TabIndex = 34;
|
|
|
+ this.label_TestFun.Text = "测试项目:系统清除、参数写入、推行测试,BMS通信检测";
|
|
|
+ //
|
|
|
+ // label30
|
|
|
+ //
|
|
|
+ this.label30.BackColor = System.Drawing.Color.Silver;
|
|
|
+ this.label30.Location = new System.Drawing.Point(734, 4);
|
|
|
+ this.label30.Name = "label30";
|
|
|
+ this.label30.Size = new System.Drawing.Size(1, 20);
|
|
|
+ this.label30.TabIndex = 11;
|
|
|
//
|
|
|
// ImportForm
|
|
|
//
|
|
@@ -1413,6 +1466,8 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
this.ClientSize = new System.Drawing.Size(1230, 813);
|
|
|
+ this.Controls.Add(this.label30);
|
|
|
+ this.Controls.Add(this.label_TestFun);
|
|
|
this.Controls.Add(this.pictureBox2);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.richTextBox_CfgFile);
|
|
@@ -1575,5 +1630,10 @@
|
|
|
private System.Windows.Forms.ToolStripMenuItem bMS通信检测ToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem BMS检测执行ToolStripMenuItem1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem BMS检测不执行ToolStripMenuItem1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 执行测试ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 推行测试执行ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 推行测试不执行ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.Label label_TestFun;
|
|
|
+ private System.Windows.Forms.Label label30;
|
|
|
}
|
|
|
}
|