|
@@ -275,9 +275,13 @@
|
|
|
this.label_BiuldTime = new System.Windows.Forms.Label();
|
|
|
this.label77 = new System.Windows.Forms.Label();
|
|
|
this.groupBox14 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.textBox_LogAddrEnd = new System.Windows.Forms.TextBox();
|
|
|
this.label99 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_LogAddrBegin = new System.Windows.Forms.TextBox();
|
|
|
this.button_ReadErrorLog = new System.Windows.Forms.Button();
|
|
|
+ this.label156 = new System.Windows.Forms.Label();
|
|
|
this.button_ReadRunLog = new System.Windows.Forms.Button();
|
|
|
+ this.label157 = new System.Windows.Forms.Label();
|
|
|
this.label96 = new System.Windows.Forms.Label();
|
|
|
this.textBox_Runlog1_MCU_MIN = new System.Windows.Forms.TextBox();
|
|
|
this.textBox_Runlog1_Coil_MIN = new System.Windows.Forms.TextBox();
|
|
@@ -421,10 +425,6 @@
|
|
|
this.label153 = new System.Windows.Forms.Label();
|
|
|
this.label154 = new System.Windows.Forms.Label();
|
|
|
this.label155 = new System.Windows.Forms.Label();
|
|
|
- this.textBox_LogAddrEnd = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox_LogAddrBegin = new System.Windows.Forms.TextBox();
|
|
|
- this.label156 = new System.Windows.Forms.Label();
|
|
|
- this.label157 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox5.SuspendLayout();
|
|
@@ -3180,6 +3180,15 @@
|
|
|
this.groupBox14.Text = "历史信息";
|
|
|
this.groupBox14.Visible = false;
|
|
|
//
|
|
|
+ // textBox_LogAddrEnd
|
|
|
+ //
|
|
|
+ this.textBox_LogAddrEnd.Location = new System.Drawing.Point(228, 492);
|
|
|
+ this.textBox_LogAddrEnd.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_LogAddrEnd.Name = "textBox_LogAddrEnd";
|
|
|
+ this.textBox_LogAddrEnd.Size = new System.Drawing.Size(80, 26);
|
|
|
+ this.textBox_LogAddrEnd.TabIndex = 9;
|
|
|
+ this.textBox_LogAddrEnd.Text = "0801F3FF";
|
|
|
+ //
|
|
|
// label99
|
|
|
//
|
|
|
this.label99.AutoSize = true;
|
|
@@ -3190,6 +3199,15 @@
|
|
|
this.label99.TabIndex = 3;
|
|
|
this.label99.Text = "MOS最低温";
|
|
|
//
|
|
|
+ // textBox_LogAddrBegin
|
|
|
+ //
|
|
|
+ this.textBox_LogAddrBegin.Location = new System.Drawing.Point(76, 492);
|
|
|
+ this.textBox_LogAddrBegin.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_LogAddrBegin.Name = "textBox_LogAddrBegin";
|
|
|
+ this.textBox_LogAddrBegin.Size = new System.Drawing.Size(80, 26);
|
|
|
+ this.textBox_LogAddrBegin.TabIndex = 10;
|
|
|
+ this.textBox_LogAddrBegin.Text = "0801F000";
|
|
|
+ //
|
|
|
// button_ReadErrorLog
|
|
|
//
|
|
|
this.button_ReadErrorLog.Location = new System.Drawing.Point(226, 454);
|
|
@@ -3202,6 +3220,16 @@
|
|
|
this.button_ReadErrorLog.Click += new System.EventHandler(this.button_ReadErrorLog_Click);
|
|
|
this.button_ReadErrorLog.MouseHover += new System.EventHandler(this.button_ReadErrorLog_MouseHover);
|
|
|
//
|
|
|
+ // label156
|
|
|
+ //
|
|
|
+ this.label156.AutoSize = true;
|
|
|
+ this.label156.Location = new System.Drawing.Point(159, 495);
|
|
|
+ this.label156.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label156.Name = "label156";
|
|
|
+ this.label156.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.label156.TabIndex = 11;
|
|
|
+ this.label156.Text = "结束地址";
|
|
|
+ //
|
|
|
// button_ReadRunLog
|
|
|
//
|
|
|
this.button_ReadRunLog.Location = new System.Drawing.Point(152, 454);
|
|
@@ -3213,6 +3241,16 @@
|
|
|
this.button_ReadRunLog.UseVisualStyleBackColor = true;
|
|
|
this.button_ReadRunLog.Click += new System.EventHandler(this.button_ReadRunLog_Click);
|
|
|
//
|
|
|
+ // label157
|
|
|
+ //
|
|
|
+ this.label157.AutoSize = true;
|
|
|
+ this.label157.Location = new System.Drawing.Point(6, 495);
|
|
|
+ this.label157.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label157.Name = "label157";
|
|
|
+ this.label157.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.label157.TabIndex = 12;
|
|
|
+ this.label157.Text = "起始地址";
|
|
|
+ //
|
|
|
// label96
|
|
|
//
|
|
|
this.label96.AutoSize = true;
|
|
@@ -4740,44 +4778,6 @@
|
|
|
this.label155.TabIndex = 66;
|
|
|
this.label155.Text = "状态机1";
|
|
|
//
|
|
|
- // textBox_LogAddrEnd
|
|
|
- //
|
|
|
- this.textBox_LogAddrEnd.Location = new System.Drawing.Point(228, 492);
|
|
|
- this.textBox_LogAddrEnd.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
- this.textBox_LogAddrEnd.Name = "textBox_LogAddrEnd";
|
|
|
- this.textBox_LogAddrEnd.Size = new System.Drawing.Size(80, 26);
|
|
|
- this.textBox_LogAddrEnd.TabIndex = 9;
|
|
|
- this.textBox_LogAddrEnd.Text = "0801F3FF";
|
|
|
- //
|
|
|
- // textBox_LogAddrBegin
|
|
|
- //
|
|
|
- this.textBox_LogAddrBegin.Location = new System.Drawing.Point(76, 492);
|
|
|
- this.textBox_LogAddrBegin.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
- this.textBox_LogAddrBegin.Name = "textBox_LogAddrBegin";
|
|
|
- this.textBox_LogAddrBegin.Size = new System.Drawing.Size(80, 26);
|
|
|
- this.textBox_LogAddrBegin.TabIndex = 10;
|
|
|
- this.textBox_LogAddrBegin.Text = "0801F000";
|
|
|
- //
|
|
|
- // label156
|
|
|
- //
|
|
|
- this.label156.AutoSize = true;
|
|
|
- this.label156.Location = new System.Drawing.Point(159, 495);
|
|
|
- this.label156.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label156.Name = "label156";
|
|
|
- this.label156.Size = new System.Drawing.Size(65, 20);
|
|
|
- this.label156.TabIndex = 11;
|
|
|
- this.label156.Text = "结束地址";
|
|
|
- //
|
|
|
- // label157
|
|
|
- //
|
|
|
- this.label157.AutoSize = true;
|
|
|
- this.label157.Location = new System.Drawing.Point(6, 495);
|
|
|
- this.label157.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label157.Name = "label157";
|
|
|
- this.label157.Size = new System.Drawing.Size(65, 20);
|
|
|
- this.label157.TabIndex = 12;
|
|
|
- this.label157.Text = "起始地址";
|
|
|
- //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -4816,7 +4816,7 @@
|
|
|
this.MaximizeBox = false;
|
|
|
this.Name = "Form1";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
- this.Text = "MOTINOVA中置电机配置软件V3.0.1(内部使用)";
|
|
|
+ this.Text = "MOTINOVA中置电机配置软件V3.0.2(内部使用)";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|