|
@@ -425,6 +425,13 @@
|
|
|
this.label153 = new System.Windows.Forms.Label();
|
|
|
this.label154 = new System.Windows.Forms.Label();
|
|
|
this.label155 = new System.Windows.Forms.Label();
|
|
|
+ this.label158 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_RideInfo_SpeedAvg = new System.Windows.Forms.TextBox();
|
|
|
+ this.label159 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_RideInfo_SpeedMax = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox_RideInfo_CalTrip = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox_RideInfo_CalOnce = new System.Windows.Forms.TextBox();
|
|
|
+ this.label160 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox5.SuspendLayout();
|
|
@@ -2830,6 +2837,13 @@
|
|
|
//
|
|
|
// groupBox12
|
|
|
//
|
|
|
+ this.groupBox12.Controls.Add(this.label160);
|
|
|
+ this.groupBox12.Controls.Add(this.textBox_RideInfo_CalOnce);
|
|
|
+ this.groupBox12.Controls.Add(this.textBox_RideInfo_CalTrip);
|
|
|
+ this.groupBox12.Controls.Add(this.label159);
|
|
|
+ this.groupBox12.Controls.Add(this.textBox_RideInfo_SpeedMax);
|
|
|
+ this.groupBox12.Controls.Add(this.label158);
|
|
|
+ this.groupBox12.Controls.Add(this.textBox_RideInfo_SpeedAvg);
|
|
|
this.groupBox12.Controls.Add(this.checkBox_ReadRideInfo);
|
|
|
this.groupBox12.Controls.Add(this.button_Read_RidedInfo);
|
|
|
this.groupBox12.Controls.Add(this.label71);
|
|
@@ -2854,7 +2868,7 @@
|
|
|
this.checkBox_ReadRideInfo.AutoSize = true;
|
|
|
this.checkBox_ReadRideInfo.Checked = true;
|
|
|
this.checkBox_ReadRideInfo.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.checkBox_ReadRideInfo.Location = new System.Drawing.Point(102, 155);
|
|
|
+ this.checkBox_ReadRideInfo.Location = new System.Drawing.Point(108, 0);
|
|
|
this.checkBox_ReadRideInfo.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
this.checkBox_ReadRideInfo.Name = "checkBox_ReadRideInfo";
|
|
|
this.checkBox_ReadRideInfo.Size = new System.Drawing.Size(56, 24);
|
|
@@ -2864,10 +2878,10 @@
|
|
|
//
|
|
|
// button_Read_RidedInfo
|
|
|
//
|
|
|
- this.button_Read_RidedInfo.Location = new System.Drawing.Point(17, 151);
|
|
|
+ this.button_Read_RidedInfo.Location = new System.Drawing.Point(9, 189);
|
|
|
this.button_Read_RidedInfo.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
this.button_Read_RidedInfo.Name = "button_Read_RidedInfo";
|
|
|
- this.button_Read_RidedInfo.Size = new System.Drawing.Size(67, 35);
|
|
|
+ this.button_Read_RidedInfo.Size = new System.Drawing.Size(55, 26);
|
|
|
this.button_Read_RidedInfo.TabIndex = 2;
|
|
|
this.button_Read_RidedInfo.Text = "查询";
|
|
|
this.button_Read_RidedInfo.UseVisualStyleBackColor = true;
|
|
@@ -2876,77 +2890,85 @@
|
|
|
// label71
|
|
|
//
|
|
|
this.label71.AutoSize = true;
|
|
|
- this.label71.Location = new System.Drawing.Point(6, 118);
|
|
|
+ this.label71.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label71.Location = new System.Drawing.Point(6, 98);
|
|
|
this.label71.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label71.Name = "label71";
|
|
|
- this.label71.Size = new System.Drawing.Size(67, 20);
|
|
|
+ this.label71.Size = new System.Drawing.Size(58, 17);
|
|
|
this.label71.TabIndex = 2;
|
|
|
this.label71.Text = "TRIP时间";
|
|
|
//
|
|
|
// label67
|
|
|
//
|
|
|
this.label67.AutoSize = true;
|
|
|
- this.label67.Location = new System.Drawing.Point(6, 88);
|
|
|
+ this.label67.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label67.Location = new System.Drawing.Point(6, 75);
|
|
|
this.label67.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label67.Name = "label67";
|
|
|
- this.label67.Size = new System.Drawing.Size(67, 20);
|
|
|
+ this.label67.Size = new System.Drawing.Size(58, 17);
|
|
|
this.label67.TabIndex = 2;
|
|
|
this.label67.Text = "TRIP里程";
|
|
|
//
|
|
|
// textBox_RideInfo_Trip_Time
|
|
|
//
|
|
|
- this.textBox_RideInfo_Trip_Time.Location = new System.Drawing.Point(79, 114);
|
|
|
+ this.textBox_RideInfo_Trip_Time.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_Trip_Time.Location = new System.Drawing.Point(79, 95);
|
|
|
this.textBox_RideInfo_Trip_Time.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
this.textBox_RideInfo_Trip_Time.Name = "textBox_RideInfo_Trip_Time";
|
|
|
this.textBox_RideInfo_Trip_Time.ReadOnly = true;
|
|
|
- this.textBox_RideInfo_Trip_Time.Size = new System.Drawing.Size(85, 26);
|
|
|
+ this.textBox_RideInfo_Trip_Time.Size = new System.Drawing.Size(85, 23);
|
|
|
this.textBox_RideInfo_Trip_Time.TabIndex = 2;
|
|
|
//
|
|
|
// textBox_RideInfo_Trip_Km
|
|
|
//
|
|
|
- this.textBox_RideInfo_Trip_Km.Location = new System.Drawing.Point(79, 84);
|
|
|
+ this.textBox_RideInfo_Trip_Km.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_Trip_Km.Location = new System.Drawing.Point(79, 72);
|
|
|
this.textBox_RideInfo_Trip_Km.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
this.textBox_RideInfo_Trip_Km.Name = "textBox_RideInfo_Trip_Km";
|
|
|
this.textBox_RideInfo_Trip_Km.ReadOnly = true;
|
|
|
- this.textBox_RideInfo_Trip_Km.Size = new System.Drawing.Size(85, 26);
|
|
|
+ this.textBox_RideInfo_Trip_Km.Size = new System.Drawing.Size(85, 23);
|
|
|
this.textBox_RideInfo_Trip_Km.TabIndex = 2;
|
|
|
//
|
|
|
// label68
|
|
|
//
|
|
|
this.label68.AutoSize = true;
|
|
|
- this.label68.Location = new System.Drawing.Point(6, 59);
|
|
|
+ this.label68.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label68.Location = new System.Drawing.Point(6, 52);
|
|
|
this.label68.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label68.Name = "label68";
|
|
|
- this.label68.Size = new System.Drawing.Size(70, 20);
|
|
|
+ this.label68.Size = new System.Drawing.Size(61, 17);
|
|
|
this.label68.TabIndex = 2;
|
|
|
this.label68.Text = "ODO时间";
|
|
|
//
|
|
|
// textBox_RideInfo_ODO_Time
|
|
|
//
|
|
|
- this.textBox_RideInfo_ODO_Time.Location = new System.Drawing.Point(79, 55);
|
|
|
+ this.textBox_RideInfo_ODO_Time.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_ODO_Time.Location = new System.Drawing.Point(79, 49);
|
|
|
this.textBox_RideInfo_ODO_Time.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
this.textBox_RideInfo_ODO_Time.Name = "textBox_RideInfo_ODO_Time";
|
|
|
this.textBox_RideInfo_ODO_Time.ReadOnly = true;
|
|
|
- this.textBox_RideInfo_ODO_Time.Size = new System.Drawing.Size(85, 26);
|
|
|
+ this.textBox_RideInfo_ODO_Time.Size = new System.Drawing.Size(85, 23);
|
|
|
this.textBox_RideInfo_ODO_Time.TabIndex = 2;
|
|
|
//
|
|
|
// label69
|
|
|
//
|
|
|
this.label69.AutoSize = true;
|
|
|
- this.label69.Location = new System.Drawing.Point(6, 30);
|
|
|
+ this.label69.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label69.Location = new System.Drawing.Point(6, 29);
|
|
|
this.label69.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label69.Name = "label69";
|
|
|
- this.label69.Size = new System.Drawing.Size(70, 20);
|
|
|
+ this.label69.Size = new System.Drawing.Size(61, 17);
|
|
|
this.label69.TabIndex = 2;
|
|
|
this.label69.Text = "ODO里程";
|
|
|
//
|
|
|
// textBox_RideInfo_ODO_Km
|
|
|
//
|
|
|
+ this.textBox_RideInfo_ODO_Km.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBox_RideInfo_ODO_Km.Location = new System.Drawing.Point(79, 26);
|
|
|
this.textBox_RideInfo_ODO_Km.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
this.textBox_RideInfo_ODO_Km.Name = "textBox_RideInfo_ODO_Km";
|
|
|
this.textBox_RideInfo_ODO_Km.ReadOnly = true;
|
|
|
- this.textBox_RideInfo_ODO_Km.Size = new System.Drawing.Size(85, 26);
|
|
|
+ this.textBox_RideInfo_ODO_Km.Size = new System.Drawing.Size(85, 23);
|
|
|
this.textBox_RideInfo_ODO_Km.TabIndex = 2;
|
|
|
//
|
|
|
// groupBox13
|
|
@@ -4778,6 +4800,79 @@
|
|
|
this.label155.TabIndex = 66;
|
|
|
this.label155.Text = "状态机1";
|
|
|
//
|
|
|
+ // label158
|
|
|
+ //
|
|
|
+ this.label158.AutoSize = true;
|
|
|
+ this.label158.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label158.Location = new System.Drawing.Point(6, 121);
|
|
|
+ this.label158.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label158.Name = "label158";
|
|
|
+ this.label158.Size = new System.Drawing.Size(56, 17);
|
|
|
+ this.label158.TabIndex = 9;
|
|
|
+ this.label158.Text = "平均车速";
|
|
|
+ //
|
|
|
+ // textBox_RideInfo_SpeedAvg
|
|
|
+ //
|
|
|
+ this.textBox_RideInfo_SpeedAvg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_SpeedAvg.Location = new System.Drawing.Point(79, 118);
|
|
|
+ this.textBox_RideInfo_SpeedAvg.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_RideInfo_SpeedAvg.Name = "textBox_RideInfo_SpeedAvg";
|
|
|
+ this.textBox_RideInfo_SpeedAvg.ReadOnly = true;
|
|
|
+ this.textBox_RideInfo_SpeedAvg.Size = new System.Drawing.Size(85, 23);
|
|
|
+ this.textBox_RideInfo_SpeedAvg.TabIndex = 10;
|
|
|
+ //
|
|
|
+ // label159
|
|
|
+ //
|
|
|
+ this.label159.AutoSize = true;
|
|
|
+ this.label159.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label159.Location = new System.Drawing.Point(6, 144);
|
|
|
+ this.label159.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label159.Name = "label159";
|
|
|
+ this.label159.Size = new System.Drawing.Size(56, 17);
|
|
|
+ this.label159.TabIndex = 11;
|
|
|
+ this.label159.Text = "最高车速";
|
|
|
+ //
|
|
|
+ // textBox_RideInfo_SpeedMax
|
|
|
+ //
|
|
|
+ this.textBox_RideInfo_SpeedMax.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_SpeedMax.Location = new System.Drawing.Point(79, 141);
|
|
|
+ this.textBox_RideInfo_SpeedMax.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_RideInfo_SpeedMax.Name = "textBox_RideInfo_SpeedMax";
|
|
|
+ this.textBox_RideInfo_SpeedMax.ReadOnly = true;
|
|
|
+ this.textBox_RideInfo_SpeedMax.Size = new System.Drawing.Size(85, 23);
|
|
|
+ this.textBox_RideInfo_SpeedMax.TabIndex = 12;
|
|
|
+ //
|
|
|
+ // textBox_RideInfo_CalTrip
|
|
|
+ //
|
|
|
+ this.textBox_RideInfo_CalTrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_CalTrip.Location = new System.Drawing.Point(79, 164);
|
|
|
+ this.textBox_RideInfo_CalTrip.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_RideInfo_CalTrip.Name = "textBox_RideInfo_CalTrip";
|
|
|
+ this.textBox_RideInfo_CalTrip.ReadOnly = true;
|
|
|
+ this.textBox_RideInfo_CalTrip.Size = new System.Drawing.Size(85, 23);
|
|
|
+ this.textBox_RideInfo_CalTrip.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // textBox_RideInfo_CalOnce
|
|
|
+ //
|
|
|
+ this.textBox_RideInfo_CalOnce.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.textBox_RideInfo_CalOnce.Location = new System.Drawing.Point(79, 187);
|
|
|
+ this.textBox_RideInfo_CalOnce.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_RideInfo_CalOnce.Name = "textBox_RideInfo_CalOnce";
|
|
|
+ this.textBox_RideInfo_CalOnce.ReadOnly = true;
|
|
|
+ this.textBox_RideInfo_CalOnce.Size = new System.Drawing.Size(85, 23);
|
|
|
+ this.textBox_RideInfo_CalOnce.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // label160
|
|
|
+ //
|
|
|
+ this.label160.AutoSize = true;
|
|
|
+ this.label160.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label160.Location = new System.Drawing.Point(6, 167);
|
|
|
+ this.label160.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label160.Name = "label160";
|
|
|
+ this.label160.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.label160.TabIndex = 15;
|
|
|
+ this.label160.Text = "卡路里";
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -5261,6 +5356,13 @@
|
|
|
private System.Windows.Forms.TextBox textBox_LogAddrBegin;
|
|
|
private System.Windows.Forms.Label label156;
|
|
|
private System.Windows.Forms.Label label157;
|
|
|
+ private System.Windows.Forms.Label label160;
|
|
|
+ private System.Windows.Forms.TextBox textBox_RideInfo_CalOnce;
|
|
|
+ private System.Windows.Forms.TextBox textBox_RideInfo_CalTrip;
|
|
|
+ private System.Windows.Forms.Label label159;
|
|
|
+ private System.Windows.Forms.TextBox textBox_RideInfo_SpeedMax;
|
|
|
+ private System.Windows.Forms.Label label158;
|
|
|
+ private System.Windows.Forms.TextBox textBox_RideInfo_SpeedAvg;
|
|
|
}
|
|
|
}
|
|
|
|