修改温差图例工具条的变量名和Name属性为tempDiffToolStrip
This commit is contained in:
@@ -37,7 +37,7 @@ namespace JoyD.Windows.CS
|
|||||||
this.btnDrawRegion = new System.Windows.Forms.ToolStripButton();
|
this.btnDrawRegion = new System.Windows.Forms.ToolStripButton();
|
||||||
this.btnSelectColor = new System.Windows.Forms.ToolStripButton();
|
this.btnSelectColor = new System.Windows.Forms.ToolStripButton();
|
||||||
this.btnDeleteRegion = new System.Windows.Forms.ToolStripButton();
|
this.btnDeleteRegion = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
this.tempDiffToolStrip = new System.Windows.Forms.ToolStrip();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
||||||
this.splitContainer.Panel1.SuspendLayout();
|
this.splitContainer.Panel1.SuspendLayout();
|
||||||
this.splitContainer.Panel2.SuspendLayout();
|
this.splitContainer.Panel2.SuspendLayout();
|
||||||
@@ -108,7 +108,7 @@ namespace JoyD.Windows.CS
|
|||||||
//
|
//
|
||||||
// toolStripContainer.ContentPanel
|
// toolStripContainer.ContentPanel
|
||||||
//
|
//
|
||||||
this.toolStripContainer.ContentPanel.Controls.Add(this.toolStrip1);
|
this.toolStripContainer.ContentPanel.Controls.Add(this.tempDiffToolStrip);
|
||||||
this.toolStripContainer.ContentPanel.Controls.Add(this.toolStrip);
|
this.toolStripContainer.ContentPanel.Controls.Add(this.toolStrip);
|
||||||
this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(174, 425);
|
this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(174, 425);
|
||||||
this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
@@ -165,15 +165,15 @@ namespace JoyD.Windows.CS
|
|||||||
this.btnDeleteRegion.ToolTipText = "删除选中的区域";
|
this.btnDeleteRegion.ToolTipText = "删除选中的区域";
|
||||||
this.btnDeleteRegion.Click += new System.EventHandler(this.BtnDeleteRegion_Click);
|
this.btnDeleteRegion.Click += new System.EventHandler(this.BtnDeleteRegion_Click);
|
||||||
//
|
//
|
||||||
// toolStrip1
|
// tempDiffToolStrip
|
||||||
//
|
//
|
||||||
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
this.tempDiffToolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||||||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.tempDiffToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||||
this.toolStrip1.Location = new System.Drawing.Point(54, 140);
|
this.tempDiffToolStrip.Location = new System.Drawing.Point(54, 140);
|
||||||
this.toolStrip1.Name = "toolStrip1";
|
this.tempDiffToolStrip.Name = "tempDiffToolStrip";
|
||||||
this.toolStrip1.Size = new System.Drawing.Size(51, 25);
|
this.tempDiffToolStrip.Size = new System.Drawing.Size(51, 25);
|
||||||
this.toolStrip1.TabIndex = 2;
|
this.tempDiffToolStrip.TabIndex = 2;
|
||||||
this.toolStrip1.Text = "温差图";
|
this.tempDiffToolStrip.Text = "温差图例";
|
||||||
//
|
//
|
||||||
// Setting
|
// Setting
|
||||||
//
|
//
|
||||||
@@ -213,6 +213,6 @@ namespace JoyD.Windows.CS
|
|||||||
private System.Windows.Forms.ToolStripButton btnSelectColor;
|
private System.Windows.Forms.ToolStripButton btnSelectColor;
|
||||||
private System.Windows.Forms.ToolStripButton btnDeleteRegion;
|
private System.Windows.Forms.ToolStripButton btnDeleteRegion;
|
||||||
private System.Windows.Forms.ToolStripButton btnDrawTempDiff;
|
private System.Windows.Forms.ToolStripButton btnDrawTempDiff;
|
||||||
private System.Windows.Forms.ToolStrip toolStrip1;
|
private System.Windows.Forms.ToolStrip tempDiffToolStrip;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user