将擦除模式按钮移到btnDrawTempDiff后面,并优化温差图绘制模式的矩形填充颜色

This commit is contained in:
zqm
2025-11-11 09:23:45 +08:00
parent 9c86cc2e5f
commit a6f2acd08a
2 changed files with 107 additions and 120 deletions

View File

@@ -146,6 +146,7 @@ namespace JoyD.Windows.CS
this.btnSelectColor,
this.btnDeleteRegion,
this.btnDrawTempDiff,
this.btnEraseTempDiff,
this.btnAddTempDiff,
this.btnDeleteTempDiff,
new System.Windows.Forms.ToolStripSeparator(),
@@ -154,8 +155,7 @@ namespace JoyD.Windows.CS
this.btnBrushSize5,
this.btnBrushSize10,
this.btnBrushSize15,
this.btnBrushSize25,
this.btnEraseTempDiff});
this.btnBrushSize25});
this.toolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip.Location = new System.Drawing.Point(3, 0);
this.toolStrip.MaximumSize = new System.Drawing.Size(0, 100);