From c868fb92841519a0dd0a7fe5498ca3705149999a Mon Sep 17 00:00:00 2001 From: zqm Date: Tue, 11 Nov 2025 11:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8toolStrip=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=85=AD=E4=B8=AA=E6=96=B0=E6=8C=89=E9=92=AE=EF=BC=9A=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E6=B5=8B=E6=B8=A9=E5=8C=BA=E3=80=81=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=B5=8B=E6=B8=A9=E5=8C=BA=E3=80=81=E4=BF=9D=E5=AD=98=E6=B5=8B?= =?UTF-8?q?=E6=B8=A9=E5=8C=BA=E3=80=81=E6=96=B0=E5=BB=BA=E6=B8=A9=E5=B7=AE?= =?UTF-8?q?=E5=9B=BE=E3=80=81=E5=8A=A0=E8=BD=BD=E6=B8=A9=E5=B7=AE=E5=9B=BE?= =?UTF-8?q?=E3=80=81=E4=BF=9D=E5=AD=98=E6=B8=A9=E5=B7=AE=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Toprie/Toprie/Setting.Designer.cs | 69 ++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs b/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs index d90f879..bbcb491 100644 --- a/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs +++ b/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs @@ -155,7 +155,14 @@ namespace JoyD.Windows.CS this.btnBrushSize5, this.btnBrushSize10, this.btnBrushSize15, - this.btnBrushSize25}); + this.btnBrushSize25, + new System.Windows.Forms.ToolStripSeparator(), + this.btnNewTempRegion, + this.btnLoadTempRegion, + this.btnSaveTempRegion, + this.btnNewTempDiff, + this.btnLoadTempDiff, + this.btnSaveTempDiff}); 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); @@ -297,6 +304,60 @@ namespace JoyD.Windows.CS this.btnEraseTempDiff.ToolTipText = "使用透明色擦除温差图"; this.btnEraseTempDiff.Click += new System.EventHandler(this.BtnEraseTempDiff_Click); // + // btnNewTempRegion + // + this.btnNewTempRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btnNewTempRegion.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnNewTempRegion.Name = "btnNewTempRegion"; + this.btnNewTempRegion.Size = new System.Drawing.Size(23, 4); + this.btnNewTempRegion.Text = "新建测温区"; + this.btnNewTempRegion.ToolTipText = "新建测温区"; + // + // btnLoadTempRegion + // + this.btnLoadTempRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btnLoadTempRegion.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnLoadTempRegion.Name = "btnLoadTempRegion"; + this.btnLoadTempRegion.Size = new System.Drawing.Size(23, 4); + this.btnLoadTempRegion.Text = "加载测温区"; + this.btnLoadTempRegion.ToolTipText = "加载测温区"; + // + // btnSaveTempRegion + // + this.btnSaveTempRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btnSaveTempRegion.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnSaveTempRegion.Name = "btnSaveTempRegion"; + this.btnSaveTempRegion.Size = new System.Drawing.Size(23, 4); + this.btnSaveTempRegion.Text = "保存测温区"; + this.btnSaveTempRegion.ToolTipText = "保存测温区"; + // + // btnNewTempDiff + // + this.btnNewTempDiff.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btnNewTempDiff.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnNewTempDiff.Name = "btnNewTempDiff"; + this.btnNewTempDiff.Size = new System.Drawing.Size(23, 4); + this.btnNewTempDiff.Text = "新建温差图"; + this.btnNewTempDiff.ToolTipText = "新建温差图"; + // + // btnLoadTempDiff + // + this.btnLoadTempDiff.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btnLoadTempDiff.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnLoadTempDiff.Name = "btnLoadTempDiff"; + this.btnLoadTempDiff.Size = new System.Drawing.Size(23, 4); + this.btnLoadTempDiff.Text = "加载温差图"; + this.btnLoadTempDiff.ToolTipText = "加载温差图"; + // + // btnSaveTempDiff + // + this.btnSaveTempDiff.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.btnSaveTempDiff.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnSaveTempDiff.Name = "btnSaveTempDiff"; + this.btnSaveTempDiff.Size = new System.Drawing.Size(23, 4); + this.btnSaveTempDiff.Text = "保存温差图"; + this.btnSaveTempDiff.ToolTipText = "保存温差图"; + // // Setting // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); @@ -346,6 +407,12 @@ namespace JoyD.Windows.CS private System.Windows.Forms.ToolStripButton btnBrushSize15; private System.Windows.Forms.ToolStripButton btnBrushSize25; private System.Windows.Forms.ToolStripButton btnEraseTempDiff; + private System.Windows.Forms.ToolStripButton btnNewTempRegion; + private System.Windows.Forms.ToolStripButton btnLoadTempRegion; + private System.Windows.Forms.ToolStripButton btnSaveTempRegion; + private System.Windows.Forms.ToolStripButton btnNewTempDiff; + private System.Windows.Forms.ToolStripButton btnLoadTempDiff; + private System.Windows.Forms.ToolStripButton btnSaveTempDiff; private System.Windows.Forms.DataGridView dataGridViewTempDiff; } } \ No newline at end of file