From f135a4b17d4f7fcfe4f913b4d32d90a537be9e98 Mon Sep 17 00:00:00 2001 From: zqm Date: Thu, 6 Nov 2025 09:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=8E=A7=E4=BB=B6=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9Setting.Designer.c?= =?UTF-8?q?s=E4=B8=AD=E7=9A=84=E6=8E=A7=E4=BB=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=B8=BA=E6=9B=B4=E6=9C=89=E6=84=8F=E4=B9=89=E7=9A=84=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Toprie/Toprie/Setting.Designer.cs | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs b/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs index 30bfcde..910d393 100644 --- a/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs +++ b/Windows/CS/Framework4.0/Toprie/Toprie/Setting.Designer.cs @@ -28,47 +28,47 @@ /// private void InitializeComponent() { - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.groupBox1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.groupBoxRealTimeTemperature = new System.Windows.Forms.GroupBox(); + this.pictureBoxTemperatureDisplay = new System.Windows.Forms.PictureBox(); + this.groupBoxRealTimeTemperature.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTemperatureDisplay)).BeginInit(); this.SuspendLayout(); // - // groupBox1 + // groupBoxRealTimeTemperature // - this.groupBox1.Controls.Add(this.pictureBox1); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(353, 337); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "实时温度"; + this.groupBoxRealTimeTemperature.Controls.Add(this.pictureBoxTemperatureDisplay); + this.groupBoxRealTimeTemperature.Location = new System.Drawing.Point(12, 12); + this.groupBoxRealTimeTemperature.Name = "groupBoxRealTimeTemperature"; + this.groupBoxRealTimeTemperature.Size = new System.Drawing.Size(353, 337); + this.groupBoxRealTimeTemperature.TabIndex = 0; + this.groupBoxRealTimeTemperature.TabStop = false; + this.groupBoxRealTimeTemperature.Text = "实时温度"; // - // pictureBox1 + // pictureBoxTemperatureDisplay // - this.pictureBox1.Location = new System.Drawing.Point(6, 24); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(341, 307); - this.pictureBox1.TabIndex = 0; - this.pictureBox1.TabStop = false; + this.pictureBoxTemperatureDisplay.Location = new System.Drawing.Point(6, 24); + this.pictureBoxTemperatureDisplay.Name = "pictureBoxTemperatureDisplay"; + this.pictureBoxTemperatureDisplay.Size = new System.Drawing.Size(341, 307); + this.pictureBoxTemperatureDisplay.TabIndex = 0; + this.pictureBoxTemperatureDisplay.TabStop = false; // // Setting // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1191, 450); - this.Controls.Add(this.groupBox1); + this.Controls.Add(this.groupBoxRealTimeTemperature); this.Name = "Setting"; this.Text = "检测配置"; - this.groupBox1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.groupBoxRealTimeTemperature.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTemperatureDisplay)).EndInit(); this.ResumeLayout(false); } #endregion - private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.GroupBox groupBoxRealTimeTemperature; + private System.Windows.Forms.PictureBox pictureBoxTemperatureDisplay; } } \ No newline at end of file