From 65bcb9742293f9cb6964c40e31360f2bb2cc10cb Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Tue, 3 Feb 2026 21:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 全自动水压检测仪/NormalTemperatureMode.Designer.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/全自动水压检测仪/NormalTemperatureMode.Designer.cs b/全自动水压检测仪/NormalTemperatureMode.Designer.cs index 98967c4..c1722c2 100644 --- a/全自动水压检测仪/NormalTemperatureMode.Designer.cs +++ b/全自动水压检测仪/NormalTemperatureMode.Designer.cs @@ -245,15 +245,24 @@ namespace 全自动水压检测仪 this.uiTabControl_Main.Controls.Add(this.tabPage_Data); this.uiTabControl_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.uiTabControl_Main.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; - this.uiTabControl_Main.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold); - this.uiTabControl_Main.ItemSize = new System.Drawing.Size(150, 40); + this.uiTabControl_Main.FillColor = System.Drawing.Color.White; + this.uiTabControl_Main.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.uiTabControl_Main.ItemSize = new System.Drawing.Size(150, 45); this.uiTabControl_Main.Location = new System.Drawing.Point(12, 78); this.uiTabControl_Main.MainPage = ""; + this.uiTabControl_Main.MenuStyle = Sunny.UI.UIMenuStyle.Custom; this.uiTabControl_Main.Name = "uiTabControl_Main"; + this.uiTabControl_Main.RightToLeft = System.Windows.Forms.RightToLeft.No; this.uiTabControl_Main.SelectedIndex = 0; this.uiTabControl_Main.Size = new System.Drawing.Size(974, 618); this.uiTabControl_Main.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; + this.uiTabControl_Main.TabBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250))))); this.uiTabControl_Main.TabIndex = 3; + this.uiTabControl_Main.TabSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); + this.uiTabControl_Main.TabSelectedForeColor = System.Drawing.Color.White; + this.uiTabControl_Main.TabSelectedHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); + this.uiTabControl_Main.TabUnSelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120))))); + this.uiTabControl_Main.TextAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.uiTabControl_Main.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); // // tabPage_Chart