实现btnNewTempRegion按钮功能:移除所有已有测温区并清空叠加层图像

This commit is contained in:
zqm
2025-11-11 14:21:10 +08:00
parent b5cfa01c84
commit a1684422b1
2 changed files with 29 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ namespace JoyD.Windows.CS
this.btnNewTempRegion.Size = new System.Drawing.Size(23, 4);
this.btnNewTempRegion.Text = "新建测温区";
this.btnNewTempRegion.ToolTipText = "新建测温区";
this.btnNewTempRegion.Click += new System.EventHandler(this.BtnNewTempRegion_Click);
//
// btnLoadTempRegion
//