|
@@ -364,16 +364,18 @@
|
|
|
this.label1_Welcom = new System.Windows.Forms.Label();
|
|
|
this.button_ReadAll = new System.Windows.Forms.Button();
|
|
|
this.groupBox18 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.richTextBox_DebugInfo = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.radioButton_DebugHex = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton_DebugDec = new System.Windows.Forms.RadioButton();
|
|
|
+ this.checkBox_DebugReset = new System.Windows.Forms.CheckBox();
|
|
|
+ this.checkBox_DebugAuto = new System.Windows.Forms.CheckBox();
|
|
|
this.button_DebugRead = new System.Windows.Forms.Button();
|
|
|
this.textBox_DebugAddrEnd = new System.Windows.Forms.TextBox();
|
|
|
this.textBox_DebugAddrBegin = new System.Windows.Forms.TextBox();
|
|
|
this.label137 = new System.Windows.Forms.Label();
|
|
|
this.label138 = new System.Windows.Forms.Label();
|
|
|
- this.checkBox_DebugAuto = new System.Windows.Forms.CheckBox();
|
|
|
- this.radioButton_DebugDec = new System.Windows.Forms.RadioButton();
|
|
|
- this.radioButton_DebugHex = new System.Windows.Forms.RadioButton();
|
|
|
- this.checkBox_DebugReset = new System.Windows.Forms.CheckBox();
|
|
|
- this.richTextBox_DebugInfo = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.textBox_Config_SpeedlimitAdj = new System.Windows.Forms.TextBox();
|
|
|
+ this.label133 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
@@ -2458,6 +2460,8 @@
|
|
|
// groupBox4
|
|
|
//
|
|
|
this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(120)))));
|
|
|
+ this.groupBox4.Controls.Add(this.textBox_Config_SpeedlimitAdj);
|
|
|
+ this.groupBox4.Controls.Add(this.label133);
|
|
|
this.groupBox4.Controls.Add(this.textBox_Config_SpeedlimitStop);
|
|
|
this.groupBox4.Controls.Add(this.label128);
|
|
|
this.groupBox4.Controls.Add(this.textBox_Config_SpeedlimitStart);
|
|
@@ -4065,6 +4069,59 @@
|
|
|
this.groupBox18.Text = "内部存储器";
|
|
|
this.groupBox18.Visible = false;
|
|
|
//
|
|
|
+ // richTextBox_DebugInfo
|
|
|
+ //
|
|
|
+ this.richTextBox_DebugInfo.Location = new System.Drawing.Point(10, 51);
|
|
|
+ this.richTextBox_DebugInfo.Name = "richTextBox_DebugInfo";
|
|
|
+ this.richTextBox_DebugInfo.ReadOnly = true;
|
|
|
+ this.richTextBox_DebugInfo.Size = new System.Drawing.Size(234, 146);
|
|
|
+ this.richTextBox_DebugInfo.TabIndex = 8;
|
|
|
+ this.richTextBox_DebugInfo.Text = "";
|
|
|
+ //
|
|
|
+ // radioButton_DebugHex
|
|
|
+ //
|
|
|
+ this.radioButton_DebugHex.AutoSize = true;
|
|
|
+ this.radioButton_DebugHex.Location = new System.Drawing.Point(252, 81);
|
|
|
+ this.radioButton_DebugHex.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.radioButton_DebugHex.Name = "radioButton_DebugHex";
|
|
|
+ this.radioButton_DebugHex.Size = new System.Drawing.Size(55, 24);
|
|
|
+ this.radioButton_DebugHex.TabIndex = 7;
|
|
|
+ this.radioButton_DebugHex.Text = "HEX";
|
|
|
+ this.radioButton_DebugHex.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // radioButton_DebugDec
|
|
|
+ //
|
|
|
+ this.radioButton_DebugDec.AutoSize = true;
|
|
|
+ this.radioButton_DebugDec.Checked = true;
|
|
|
+ this.radioButton_DebugDec.Location = new System.Drawing.Point(252, 52);
|
|
|
+ this.radioButton_DebugDec.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.radioButton_DebugDec.Name = "radioButton_DebugDec";
|
|
|
+ this.radioButton_DebugDec.Size = new System.Drawing.Size(55, 24);
|
|
|
+ this.radioButton_DebugDec.TabIndex = 6;
|
|
|
+ this.radioButton_DebugDec.TabStop = true;
|
|
|
+ this.radioButton_DebugDec.Text = "DEC";
|
|
|
+ this.radioButton_DebugDec.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // checkBox_DebugReset
|
|
|
+ //
|
|
|
+ this.checkBox_DebugReset.AutoSize = true;
|
|
|
+ this.checkBox_DebugReset.Location = new System.Drawing.Point(252, 110);
|
|
|
+ this.checkBox_DebugReset.Name = "checkBox_DebugReset";
|
|
|
+ this.checkBox_DebugReset.Size = new System.Drawing.Size(56, 24);
|
|
|
+ this.checkBox_DebugReset.TabIndex = 6;
|
|
|
+ this.checkBox_DebugReset.Text = "清除";
|
|
|
+ this.checkBox_DebugReset.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // checkBox_DebugAuto
|
|
|
+ //
|
|
|
+ this.checkBox_DebugAuto.AutoSize = true;
|
|
|
+ this.checkBox_DebugAuto.Location = new System.Drawing.Point(252, 139);
|
|
|
+ this.checkBox_DebugAuto.Name = "checkBox_DebugAuto";
|
|
|
+ this.checkBox_DebugAuto.Size = new System.Drawing.Size(56, 24);
|
|
|
+ this.checkBox_DebugAuto.TabIndex = 6;
|
|
|
+ this.checkBox_DebugAuto.Text = "自动";
|
|
|
+ this.checkBox_DebugAuto.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// button_DebugRead
|
|
|
//
|
|
|
this.button_DebugRead.Location = new System.Drawing.Point(252, 168);
|
|
@@ -4114,57 +4171,23 @@
|
|
|
this.label138.TabIndex = 2;
|
|
|
this.label138.Text = "起始地址";
|
|
|
//
|
|
|
- // checkBox_DebugAuto
|
|
|
- //
|
|
|
- this.checkBox_DebugAuto.AutoSize = true;
|
|
|
- this.checkBox_DebugAuto.Location = new System.Drawing.Point(252, 139);
|
|
|
- this.checkBox_DebugAuto.Name = "checkBox_DebugAuto";
|
|
|
- this.checkBox_DebugAuto.Size = new System.Drawing.Size(56, 24);
|
|
|
- this.checkBox_DebugAuto.TabIndex = 6;
|
|
|
- this.checkBox_DebugAuto.Text = "自动";
|
|
|
- this.checkBox_DebugAuto.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // radioButton_DebugDec
|
|
|
+ // textBox_Config_SpeedlimitAdj
|
|
|
//
|
|
|
- this.radioButton_DebugDec.AutoSize = true;
|
|
|
- this.radioButton_DebugDec.Checked = true;
|
|
|
- this.radioButton_DebugDec.Location = new System.Drawing.Point(252, 52);
|
|
|
- this.radioButton_DebugDec.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
- this.radioButton_DebugDec.Name = "radioButton_DebugDec";
|
|
|
- this.radioButton_DebugDec.Size = new System.Drawing.Size(55, 24);
|
|
|
- this.radioButton_DebugDec.TabIndex = 6;
|
|
|
- this.radioButton_DebugDec.Text = "DEC";
|
|
|
- this.radioButton_DebugDec.UseVisualStyleBackColor = true;
|
|
|
+ this.textBox_Config_SpeedlimitAdj.Location = new System.Drawing.Point(94, 316);
|
|
|
+ this.textBox_Config_SpeedlimitAdj.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_Config_SpeedlimitAdj.Name = "textBox_Config_SpeedlimitAdj";
|
|
|
+ this.textBox_Config_SpeedlimitAdj.Size = new System.Drawing.Size(70, 26);
|
|
|
+ this.textBox_Config_SpeedlimitAdj.TabIndex = 29;
|
|
|
//
|
|
|
- // radioButton_DebugHex
|
|
|
+ // label133
|
|
|
//
|
|
|
- this.radioButton_DebugHex.AutoSize = true;
|
|
|
- this.radioButton_DebugHex.Location = new System.Drawing.Point(252, 81);
|
|
|
- this.radioButton_DebugHex.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
- this.radioButton_DebugHex.Name = "radioButton_DebugHex";
|
|
|
- this.radioButton_DebugHex.Size = new System.Drawing.Size(55, 24);
|
|
|
- this.radioButton_DebugHex.TabIndex = 7;
|
|
|
- this.radioButton_DebugHex.Text = "HEX";
|
|
|
- this.radioButton_DebugHex.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // checkBox_DebugReset
|
|
|
- //
|
|
|
- this.checkBox_DebugReset.AutoSize = true;
|
|
|
- this.checkBox_DebugReset.Location = new System.Drawing.Point(252, 110);
|
|
|
- this.checkBox_DebugReset.Name = "checkBox_DebugReset";
|
|
|
- this.checkBox_DebugReset.Size = new System.Drawing.Size(56, 24);
|
|
|
- this.checkBox_DebugReset.TabIndex = 6;
|
|
|
- this.checkBox_DebugReset.Text = "清除";
|
|
|
- this.checkBox_DebugReset.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // richTextBox_DebugInfo
|
|
|
- //
|
|
|
- this.richTextBox_DebugInfo.Location = new System.Drawing.Point(10, 51);
|
|
|
- this.richTextBox_DebugInfo.Name = "richTextBox_DebugInfo";
|
|
|
- this.richTextBox_DebugInfo.ReadOnly = true;
|
|
|
- this.richTextBox_DebugInfo.Size = new System.Drawing.Size(234, 146);
|
|
|
- this.richTextBox_DebugInfo.TabIndex = 8;
|
|
|
- this.richTextBox_DebugInfo.Text = "";
|
|
|
+ this.label133.AutoSize = true;
|
|
|
+ this.label133.Location = new System.Drawing.Point(9, 319);
|
|
|
+ this.label133.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label133.Name = "label133";
|
|
|
+ this.label133.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.label133.TabIndex = 28;
|
|
|
+ this.label133.Text = "限速微调";
|
|
|
//
|
|
|
// Form1
|
|
|
//
|
|
@@ -4595,6 +4618,8 @@
|
|
|
private System.Windows.Forms.Label label137;
|
|
|
private System.Windows.Forms.Label label138;
|
|
|
private System.Windows.Forms.RichTextBox richTextBox_DebugInfo;
|
|
|
+ private System.Windows.Forms.TextBox textBox_Config_SpeedlimitAdj;
|
|
|
+ private System.Windows.Forms.Label label133;
|
|
|
}
|
|
|
}
|
|
|
|