|
@@ -31,10 +31,15 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm));
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label74 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox_GasModeStart = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label72 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox_GasPowerLimit = new System.Windows.Forms.ComboBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.textBox_WalkSpeed = new System.Windows.Forms.TextBox();
|
|
|
this.textBox_WheelSizeAdj = new System.Windows.Forms.TextBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_GasSpeedLimit = new System.Windows.Forms.TextBox();
|
|
|
this.textBox_CadenceStart = new System.Windows.Forms.TextBox();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
this.textBox_SMART_Gain = new System.Windows.Forms.TextBox();
|
|
@@ -87,6 +92,7 @@
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
|
this.comboBox_NoPBU = new System.Windows.Forms.ComboBox();
|
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
|
+ this.label73 = new System.Windows.Forms.Label();
|
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
|
this.label47 = new System.Windows.Forms.Label();
|
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
@@ -186,12 +192,6 @@
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.button_keyboard = new System.Windows.Forms.Button();
|
|
|
- this.label72 = new System.Windows.Forms.Label();
|
|
|
- this.comboBox_GasPowerLimit = new System.Windows.Forms.ComboBox();
|
|
|
- this.label73 = new System.Windows.Forms.Label();
|
|
|
- this.textBox_GasSpeedLimit = new System.Windows.Forms.TextBox();
|
|
|
- this.label74 = new System.Windows.Forms.Label();
|
|
|
- this.comboBox_GasModeStart = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.groupBox7.SuspendLayout();
|
|
@@ -214,7 +214,7 @@
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(423, 21);
|
|
|
this.label2.TabIndex = 5;
|
|
|
- this.label2.Text = "Copyright © 2022 MOTINOVA Inc. All Rights Reserved";
|
|
|
+ this.label2.Text = "Copyright © 2023 MOTINOVA Inc. All Rights Reserved";
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
@@ -292,6 +292,58 @@
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "用户参数1";
|
|
|
//
|
|
|
+ // label74
|
|
|
+ //
|
|
|
+ this.label74.AutoSize = true;
|
|
|
+ this.label74.Location = new System.Drawing.Point(363, 289);
|
|
|
+ this.label74.Name = "label74";
|
|
|
+ this.label74.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label74.TabIndex = 5;
|
|
|
+ this.label74.Text = "指拨启动";
|
|
|
+ //
|
|
|
+ // comboBox_GasModeStart
|
|
|
+ //
|
|
|
+ this.comboBox_GasModeStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_GasModeStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_GasModeStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.comboBox_GasModeStart.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.comboBox_GasModeStart.FormattingEnabled = true;
|
|
|
+ this.comboBox_GasModeStart.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
+ this.comboBox_GasModeStart.Items.AddRange(new object[] {
|
|
|
+ "无效",
|
|
|
+ "零速",
|
|
|
+ "带速"});
|
|
|
+ this.comboBox_GasModeStart.Location = new System.Drawing.Point(463, 285);
|
|
|
+ this.comboBox_GasModeStart.Name = "comboBox_GasModeStart";
|
|
|
+ this.comboBox_GasModeStart.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.comboBox_GasModeStart.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // label72
|
|
|
+ //
|
|
|
+ this.label72.AutoSize = true;
|
|
|
+ this.label72.Location = new System.Drawing.Point(180, 289);
|
|
|
+ this.label72.Name = "label72";
|
|
|
+ this.label72.Size = new System.Drawing.Size(90, 21);
|
|
|
+ this.label72.TabIndex = 3;
|
|
|
+ this.label72.Text = "指拨限功率";
|
|
|
+ //
|
|
|
+ // comboBox_GasPowerLimit
|
|
|
+ //
|
|
|
+ this.comboBox_GasPowerLimit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_GasPowerLimit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_GasPowerLimit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.comboBox_GasPowerLimit.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.comboBox_GasPowerLimit.FormattingEnabled = true;
|
|
|
+ this.comboBox_GasPowerLimit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
+ this.comboBox_GasPowerLimit.Items.AddRange(new object[] {
|
|
|
+ "无效",
|
|
|
+ "限制",
|
|
|
+ "不限制"});
|
|
|
+ this.comboBox_GasPowerLimit.Location = new System.Drawing.Point(288, 285);
|
|
|
+ this.comboBox_GasPowerLimit.Name = "comboBox_GasPowerLimit";
|
|
|
+ this.comboBox_GasPowerLimit.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.comboBox_GasPowerLimit.TabIndex = 4;
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
@@ -330,6 +382,16 @@
|
|
|
this.label6.TabIndex = 0;
|
|
|
this.label6.Text = "下降速度";
|
|
|
//
|
|
|
+ // textBox_GasSpeedLimit
|
|
|
+ //
|
|
|
+ this.textBox_GasSpeedLimit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.textBox_GasSpeedLimit.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.textBox_GasSpeedLimit.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
+ this.textBox_GasSpeedLimit.Location = new System.Drawing.Point(105, 317);
|
|
|
+ this.textBox_GasSpeedLimit.Name = "textBox_GasSpeedLimit";
|
|
|
+ this.textBox_GasSpeedLimit.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.textBox_GasSpeedLimit.TabIndex = 2;
|
|
|
+ //
|
|
|
// textBox_CadenceStart
|
|
|
//
|
|
|
this.textBox_CadenceStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
@@ -770,7 +832,8 @@
|
|
|
this.comboBox_GasMode.Items.AddRange(new object[] {
|
|
|
"不支持",
|
|
|
"速度模式",
|
|
|
- "力矩模式"});
|
|
|
+ "力矩模式",
|
|
|
+ "推行模式"});
|
|
|
this.comboBox_GasMode.Location = new System.Drawing.Point(105, 285);
|
|
|
this.comboBox_GasMode.Name = "comboBox_GasMode";
|
|
|
this.comboBox_GasMode.Size = new System.Drawing.Size(70, 29);
|
|
@@ -847,6 +910,15 @@
|
|
|
this.label23.TabIndex = 0;
|
|
|
this.label23.Text = "SMART增益";
|
|
|
//
|
|
|
+ // label73
|
|
|
+ //
|
|
|
+ this.label73.AutoSize = true;
|
|
|
+ this.label73.Location = new System.Drawing.Point(6, 321);
|
|
|
+ this.label73.Name = "label73";
|
|
|
+ this.label73.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label73.TabIndex = 0;
|
|
|
+ this.label73.Text = "指拨限速";
|
|
|
+ //
|
|
|
// label26
|
|
|
//
|
|
|
this.label26.AutoSize = true;
|
|
@@ -930,7 +1002,7 @@
|
|
|
this.label68.Name = "label68";
|
|
|
this.label68.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label68.TabIndex = 11;
|
|
|
- this.label68.Text = "结束限速";
|
|
|
+ this.label68.Text = "结束偏移";
|
|
|
//
|
|
|
// textBox_LimitSpeedStop
|
|
|
//
|
|
@@ -949,7 +1021,7 @@
|
|
|
this.label69.Name = "label69";
|
|
|
this.label69.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label69.TabIndex = 9;
|
|
|
- this.label69.Text = "起始限速";
|
|
|
+ this.label69.Text = "起始偏移";
|
|
|
//
|
|
|
// textBox_LimitSpeedStart
|
|
|
//
|
|
@@ -1928,77 +2000,6 @@
|
|
|
this.button_keyboard.UseVisualStyleBackColor = false;
|
|
|
this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
|
|
|
//
|
|
|
- // label72
|
|
|
- //
|
|
|
- this.label72.AutoSize = true;
|
|
|
- this.label72.Location = new System.Drawing.Point(180, 289);
|
|
|
- this.label72.Name = "label72";
|
|
|
- this.label72.Size = new System.Drawing.Size(90, 21);
|
|
|
- this.label72.TabIndex = 3;
|
|
|
- this.label72.Text = "指拨限功率";
|
|
|
- //
|
|
|
- // comboBox_GasPowerLimit
|
|
|
- //
|
|
|
- this.comboBox_GasPowerLimit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
- this.comboBox_GasPowerLimit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.comboBox_GasPowerLimit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
- this.comboBox_GasPowerLimit.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.comboBox_GasPowerLimit.FormattingEnabled = true;
|
|
|
- this.comboBox_GasPowerLimit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
- this.comboBox_GasPowerLimit.Items.AddRange(new object[] {
|
|
|
- "无效",
|
|
|
- "限制",
|
|
|
- "不限制"});
|
|
|
- this.comboBox_GasPowerLimit.Location = new System.Drawing.Point(288, 285);
|
|
|
- this.comboBox_GasPowerLimit.Name = "comboBox_GasPowerLimit";
|
|
|
- this.comboBox_GasPowerLimit.Size = new System.Drawing.Size(70, 29);
|
|
|
- this.comboBox_GasPowerLimit.TabIndex = 4;
|
|
|
- //
|
|
|
- // label73
|
|
|
- //
|
|
|
- this.label73.AutoSize = true;
|
|
|
- this.label73.Location = new System.Drawing.Point(6, 321);
|
|
|
- this.label73.Name = "label73";
|
|
|
- this.label73.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label73.TabIndex = 0;
|
|
|
- this.label73.Text = "指拨限速";
|
|
|
- //
|
|
|
- // textBox_GasSpeedLimit
|
|
|
- //
|
|
|
- this.textBox_GasSpeedLimit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
- this.textBox_GasSpeedLimit.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.textBox_GasSpeedLimit.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
- this.textBox_GasSpeedLimit.Location = new System.Drawing.Point(105, 317);
|
|
|
- this.textBox_GasSpeedLimit.Name = "textBox_GasSpeedLimit";
|
|
|
- this.textBox_GasSpeedLimit.Size = new System.Drawing.Size(70, 29);
|
|
|
- this.textBox_GasSpeedLimit.TabIndex = 2;
|
|
|
- //
|
|
|
- // label74
|
|
|
- //
|
|
|
- this.label74.AutoSize = true;
|
|
|
- this.label74.Location = new System.Drawing.Point(363, 289);
|
|
|
- this.label74.Name = "label74";
|
|
|
- this.label74.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label74.TabIndex = 5;
|
|
|
- this.label74.Text = "指拨启动";
|
|
|
- //
|
|
|
- // comboBox_GasModeStart
|
|
|
- //
|
|
|
- this.comboBox_GasModeStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
- this.comboBox_GasModeStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.comboBox_GasModeStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
- this.comboBox_GasModeStart.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.comboBox_GasModeStart.FormattingEnabled = true;
|
|
|
- this.comboBox_GasModeStart.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
|
- this.comboBox_GasModeStart.Items.AddRange(new object[] {
|
|
|
- "无效",
|
|
|
- "零速",
|
|
|
- "带速"});
|
|
|
- this.comboBox_GasModeStart.Location = new System.Drawing.Point(463, 285);
|
|
|
- this.comboBox_GasModeStart.Name = "comboBox_GasModeStart";
|
|
|
- this.comboBox_GasModeStart.Size = new System.Drawing.Size(70, 29);
|
|
|
- this.comboBox_GasModeStart.TabIndex = 6;
|
|
|
- //
|
|
|
// ExportForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|