|
@@ -3435,8 +3435,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
// Button_FacModePowerOff
|
|
|
//
|
|
|
- this.Button_FacModePowerOff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
|
- this.Button_FacModePowerOff.Location = new System.Drawing.Point(800, 247);
|
|
|
+ this.Button_FacModePowerOff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
|
|
+ this.Button_FacModePowerOff.Location = new System.Drawing.Point(896, 247);
|
|
|
this.Button_FacModePowerOff.Name = "Button_FacModePowerOff";
|
|
|
this.Button_FacModePowerOff.Size = new System.Drawing.Size(85, 60);
|
|
|
this.Button_FacModePowerOff.TabIndex = 33;
|
|
@@ -3446,8 +3446,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
// Button_FacModeSaveResult
|
|
|
//
|
|
|
- this.Button_FacModeSaveResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
|
- this.Button_FacModeSaveResult.Location = new System.Drawing.Point(896, 247);
|
|
|
+ this.Button_FacModeSaveResult.BackColor = System.Drawing.Color.Lime;
|
|
|
+ this.Button_FacModeSaveResult.Location = new System.Drawing.Point(800, 247);
|
|
|
this.Button_FacModeSaveResult.Name = "Button_FacModeSaveResult";
|
|
|
this.Button_FacModeSaveResult.Size = new System.Drawing.Size(85, 60);
|
|
|
this.Button_FacModeSaveResult.TabIndex = 1;
|