diff --git a/全自动水压检测仪/NormalTemperatureMode.Designer.cs b/全自动水压检测仪/NormalTemperatureMode.Designer.cs index a4ce12b..98967c4 100644 --- a/全自动水压检测仪/NormalTemperatureMode.Designer.cs +++ b/全自动水压检测仪/NormalTemperatureMode.Designer.cs @@ -131,6 +131,9 @@ namespace 全自动水压检测仪 this.uiLabel3 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiPanel_ChartPlaceholder = new Sunny.UI.UIPanel(); + this.uiTabControl_Main = new Sunny.UI.UITabControl(); + this.tabPage_Chart = new System.Windows.Forms.TabPage(); + this.tabPage_Data = new System.Windows.Forms.TabPage(); this.uiPanel9 = new Sunny.UI.UIPanel(); this.uiTableLayoutPanel6 = new Sunny.UI.UITableLayoutPanel(); this.uiPanel11 = new Sunny.UI.UIPanel(); @@ -163,6 +166,9 @@ namespace 全自动水压检测仪 this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLight1 = new Sunny.UI.UILight(); this.uiTableLayoutPanel1.SuspendLayout(); + this.uiTabControl_Main.SuspendLayout(); + this.tabPage_Chart.SuspendLayout(); + this.tabPage_Data.SuspendLayout(); this.uiTableLayoutPanel2.SuspendLayout(); this.panel1.SuspendLayout(); this.uiPanel7.SuspendLayout(); @@ -220,21 +226,56 @@ namespace 全自动水压检测仪 this.uiTableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.uiTableLayoutPanel1.ColumnCount = 1; this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.uiTableLayoutPanel1.Controls.Add(this.uiTableLayoutPanel2, 0, 2); this.uiTableLayoutPanel1.Controls.Add(this.uiPanel1, 0, 0); - this.uiTableLayoutPanel1.Controls.Add(this.uiPanel_ChartPlaceholder, 0, 1); + this.uiTableLayoutPanel1.Controls.Add(this.uiTabControl_Main, 0, 1); this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiTableLayoutPanel1.Location = new System.Drawing.Point(1, 35); this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1"; this.uiTableLayoutPanel1.Padding = new System.Windows.Forms.Padding(8); - this.uiTableLayoutPanel1.RowCount = 3; + this.uiTableLayoutPanel1.RowCount = 2; this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F)); - this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F)); this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.uiTableLayoutPanel1.Size = new System.Drawing.Size(998, 704); this.uiTableLayoutPanel1.TabIndex = 0; this.uiTableLayoutPanel1.TagString = null; // + // uiTabControl_Main + // + this.uiTabControl_Main.Controls.Add(this.tabPage_Chart); + 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.Location = new System.Drawing.Point(12, 78); + this.uiTabControl_Main.MainPage = ""; + this.uiTabControl_Main.Name = "uiTabControl_Main"; + 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.TabIndex = 3; + this.uiTabControl_Main.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + // + // tabPage_Chart + // + this.tabPage_Chart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); + this.tabPage_Chart.Controls.Add(this.uiPanel_ChartPlaceholder); + this.tabPage_Chart.Location = new System.Drawing.Point(0, 40); + this.tabPage_Chart.Name = "tabPage_Chart"; + this.tabPage_Chart.Size = new System.Drawing.Size(974, 578); + this.tabPage_Chart.TabIndex = 0; + this.tabPage_Chart.Text = "实时曲线"; + // + // tabPage_Data + // + this.tabPage_Data.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); + this.tabPage_Data.Controls.Add(this.uiTableLayoutPanel2); + this.tabPage_Data.Location = new System.Drawing.Point(0, 40); + this.tabPage_Data.Name = "tabPage_Data"; + this.tabPage_Data.Size = new System.Drawing.Size(974, 578); + this.tabPage_Data.TabIndex = 1; + this.tabPage_Data.Text = "基本数据"; + // // uiTableLayoutPanel2 // this.uiTableLayoutPanel2.ColumnCount = 2; @@ -243,12 +284,12 @@ namespace 全自动水压检测仪 this.uiTableLayoutPanel2.Controls.Add(this.panel1, 1, 0); this.uiTableLayoutPanel2.Controls.Add(this.uiTableLayoutPanel5, 0, 0); this.uiTableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.uiTableLayoutPanel2.Location = new System.Drawing.Point(11, 226); + this.uiTableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.uiTableLayoutPanel2.Name = "uiTableLayoutPanel2"; this.uiTableLayoutPanel2.Padding = new System.Windows.Forms.Padding(5); this.uiTableLayoutPanel2.RowCount = 1; this.uiTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.uiTableLayoutPanel2.Size = new System.Drawing.Size(976, 467); + this.uiTableLayoutPanel2.Size = new System.Drawing.Size(974, 578); this.uiTableLayoutPanel2.TabIndex = 1; this.uiTableLayoutPanel2.TagString = null; // @@ -259,9 +300,9 @@ namespace 全自动水压检测仪 this.panel1.Controls.Add(this.uiPanel7); this.panel1.Controls.Add(this.uiPanel5); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(780, 8); + this.panel1.Location = new System.Drawing.Point(778, 8); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(188, 451); + this.panel1.Size = new System.Drawing.Size(188, 562); this.panel1.TabIndex = 0; // // uiButton9 @@ -271,7 +312,7 @@ namespace 全自动水压检测仪 this.uiButton9.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255))))); this.uiButton9.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220))))); this.uiButton9.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiButton9.Location = new System.Drawing.Point(12, 350); + this.uiButton9.Location = new System.Drawing.Point(12, 500); this.uiButton9.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton9.Name = "uiButton9"; this.uiButton9.Size = new System.Drawing.Size(175, 45); @@ -287,7 +328,7 @@ namespace 全自动水压检测仪 this.uiSwitch1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.uiSwitch1.InActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.uiSwitch1.InActiveText = "常温模式"; - this.uiSwitch1.Location = new System.Drawing.Point(7, 285); + this.uiSwitch1.Location = new System.Drawing.Point(7, 435); this.uiSwitch1.MinimumSize = new System.Drawing.Size(1, 1); this.uiSwitch1.Name = "uiSwitch1"; this.uiSwitch1.Radius = 25; @@ -301,7 +342,7 @@ namespace 全自动水压检测仪 this.uiPanel7.Controls.Add(this.uiTableLayoutPanel4); this.uiPanel7.FillColor = System.Drawing.Color.White; this.uiPanel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiPanel7.Location = new System.Drawing.Point(7, 115); + this.uiPanel7.Location = new System.Drawing.Point(7, 230); this.uiPanel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel7.Name = "uiPanel7"; @@ -451,7 +492,7 @@ namespace 全自动水压检测仪 this.uiPanel5.Controls.Add(this.uiTableLayoutPanel3); this.uiPanel5.FillColor = System.Drawing.Color.White; this.uiPanel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiPanel5.Location = new System.Drawing.Point(7, 10); + this.uiPanel5.Location = new System.Drawing.Point(7, 115); this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel5.Name = "uiPanel5"; @@ -539,15 +580,16 @@ namespace 全自动水压检测仪 this.uiTableLayoutPanel5.Name = "uiTableLayoutPanel5"; this.uiTableLayoutPanel5.Padding = new System.Windows.Forms.Padding(1); this.uiTableLayoutPanel5.RowCount = 2; - this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.uiTableLayoutPanel5.Size = new System.Drawing.Size(766, 451); + this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); + this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F)); + this.uiTableLayoutPanel5.Size = new System.Drawing.Size(764, 562); this.uiTableLayoutPanel5.TabIndex = 1; this.uiTableLayoutPanel5.TagString = null; // // uiPanel18 // this.uiPanel18.Controls.Add(this.uiTableLayoutPanel10); + this.uiPanel18.Dock = System.Windows.Forms.DockStyle.Fill; this.uiPanel18.FillColor = System.Drawing.Color.White; this.uiPanel18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel18.Location = new System.Drawing.Point(5, 6); @@ -557,7 +599,7 @@ namespace 全自动水压检测仪 this.uiPanel18.Padding = new System.Windows.Forms.Padding(3); this.uiPanel18.Radius = 8; this.uiPanel18.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); - this.uiPanel18.Size = new System.Drawing.Size(756, 214); + this.uiPanel18.Size = new System.Drawing.Size(754, 214); this.uiPanel18.TabIndex = 2; this.uiPanel18.Text = null; this.uiPanel18.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; @@ -1736,14 +1778,14 @@ namespace 全自动水压检测仪 this.uiPanel_ChartPlaceholder.FillColor = System.Drawing.Color.White; this.uiPanel_ChartPlaceholder.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.uiPanel_ChartPlaceholder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); - this.uiPanel_ChartPlaceholder.Location = new System.Drawing.Point(12, 78); - this.uiPanel_ChartPlaceholder.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.uiPanel_ChartPlaceholder.Location = new System.Drawing.Point(0, 0); + this.uiPanel_ChartPlaceholder.Margin = new System.Windows.Forms.Padding(0); this.uiPanel_ChartPlaceholder.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel_ChartPlaceholder.Name = "uiPanel_ChartPlaceholder"; this.uiPanel_ChartPlaceholder.Padding = new System.Windows.Forms.Padding(10); this.uiPanel_ChartPlaceholder.Radius = 8; this.uiPanel_ChartPlaceholder.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); - this.uiPanel_ChartPlaceholder.Size = new System.Drawing.Size(974, 140); + this.uiPanel_ChartPlaceholder.Size = new System.Drawing.Size(974, 578); this.uiPanel_ChartPlaceholder.TabIndex = 2; this.uiPanel_ChartPlaceholder.Text = "实时曲线图区域(预留)"; this.uiPanel_ChartPlaceholder.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; @@ -2242,6 +2284,9 @@ namespace 全自动水压检测仪 this.Load += new System.EventHandler(this.NormalTemperatureMode_Load); this.Shown += new System.EventHandler(this.NormalTemperatureMode_Shown); this.uiTableLayoutPanel1.ResumeLayout(false); + this.uiTabControl_Main.ResumeLayout(false); + this.tabPage_Chart.ResumeLayout(false); + this.tabPage_Data.ResumeLayout(false); this.uiTableLayoutPanel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.uiPanel7.ResumeLayout(false); @@ -2430,6 +2475,9 @@ namespace 全自动水压检测仪 private Sunny.UI.UIButton uiButton7; private Sunny.UI.UIButton uiButton8; private Sunny.UI.UIButton uiButton9; + private Sunny.UI.UITabControl uiTabControl_Main; + private System.Windows.Forms.TabPage tabPage_Chart; + private System.Windows.Forms.TabPage tabPage_Data; } }