This commit is contained in:
GukSang.Jin
2026-02-03 21:10:39 +08:00
parent ed9891b603
commit 65bcb97422

View File

@@ -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