Shuxia Ning
2024-10-09 eccc597eb5b29ce1a9982ebf31f0e1272d3db14f
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartPanel.Designer.cs
@@ -36,9 +36,7 @@
            sidePanel1 = new SidePanel();
            tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
            tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            simpleButton2 = new SimpleButton();
            tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
            simpleButton3 = new SimpleButton();
            ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            BtnAdd = new DevExpress.XtraBars.BarButtonItem();
            BtnEdit = new DevExpress.XtraBars.BarButtonItem();
@@ -66,8 +64,6 @@
            sidePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)tabPane1).BeginInit();
            tabPane1.SuspendLayout();
            tabNavigationPage1.SuspendLayout();
            tabNavigationPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
            dockPanel1.SuspendLayout();
@@ -79,10 +75,10 @@
            xtrPerform2dChart1.DefinePointVisible = false;
            xtrPerform2dChart1.Dock = DockStyle.Fill;
            xtrPerform2dChart1.LineVisible = false;
            xtrPerform2dChart1.Location = new Point(336, 148);
            xtrPerform2dChart1.Location = new Point(235, 148);
            xtrPerform2dChart1.Margin = new Padding(1, 2, 1, 2);
            xtrPerform2dChart1.Name = "xtrPerform2dChart1";
            xtrPerform2dChart1.Size = new Size(453, 657);
            xtrPerform2dChart1.Size = new Size(554, 657);
            xtrPerform2dChart1.TabIndex = 1;
            // 
            // sidePanel2
@@ -91,7 +87,7 @@
            sidePanel2.Dock = DockStyle.Fill;
            sidePanel2.Location = new Point(0, 0);
            sidePanel2.Name = "sidePanel2";
            sidePanel2.Size = new Size(335, 623);
            sidePanel2.Size = new Size(234, 623);
            sidePanel2.TabIndex = 4;
            sidePanel2.Text = "sidePanel2";
            // 
@@ -103,7 +99,7 @@
            xhsPumpMainPhartListCtrl1.Location = new Point(0, 0);
            xhsPumpMainPhartListCtrl1.Margin = new Padding(6, 8, 6, 8);
            xhsPumpMainPhartListCtrl1.Name = "xhsPumpMainPhartListCtrl1";
            xhsPumpMainPhartListCtrl1.Size = new Size(335, 623);
            xhsPumpMainPhartListCtrl1.Size = new Size(234, 623);
            xhsPumpMainPhartListCtrl1.TabIndex = 0;
            // 
            // sidePanel1
@@ -133,34 +129,14 @@
            // tabNavigationPage1
            // 
            tabNavigationPage1.Caption = "运行参数";
            tabNavigationPage1.Controls.Add(simpleButton2);
            tabNavigationPage1.Name = "tabNavigationPage1";
            tabNavigationPage1.Size = new Size(270, 606);
            //
            // simpleButton2
            //
            simpleButton2.Dock = DockStyle.Fill;
            simpleButton2.Location = new Point(0, 0);
            simpleButton2.Name = "simpleButton2";
            simpleButton2.Size = new Size(270, 606);
            simpleButton2.TabIndex = 0;
            simpleButton2.Text = "待补充";
            // 
            // tabNavigationPage2
            // 
            tabNavigationPage2.Caption = "属性";
            tabNavigationPage2.Controls.Add(simpleButton3);
            tabNavigationPage2.Name = "tabNavigationPage2";
            tabNavigationPage2.Size = new Size(270, 607);
            //
            // simpleButton3
            //
            simpleButton3.Dock = DockStyle.Fill;
            simpleButton3.Location = new Point(0, 0);
            simpleButton3.Name = "simpleButton3";
            simpleButton3.Size = new Size(270, 607);
            simpleButton3.TabIndex = 0;
            simpleButton3.Text = "待补充";
            tabNavigationPage2.Size = new Size(270, 606);
            // 
            // ribbonControl1
            // 
@@ -334,7 +310,7 @@
            dockPanel1.Location = new Point(0, 148);
            dockPanel1.Name = "dockPanel1";
            dockPanel1.OriginalSize = new Size(235, 200);
            dockPanel1.Size = new Size(336, 657);
            dockPanel1.Size = new Size(235, 657);
            dockPanel1.Text = "曲线列表";
            // 
            // dockPanel1_Container
@@ -342,7 +318,7 @@
            dockPanel1_Container.Controls.Add(sidePanel2);
            dockPanel1_Container.Location = new Point(0, 34);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(335, 623);
            dockPanel1_Container.Size = new Size(234, 623);
            dockPanel1_Container.TabIndex = 0;
            // 
            // XhsPumpMainPhartPanel
@@ -362,8 +338,6 @@
            sidePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)tabPane1).EndInit();
            tabPane1.ResumeLayout(false);
            tabNavigationPage1.ResumeLayout(false);
            tabNavigationPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
            dockPanel1.ResumeLayout(false);
@@ -378,8 +352,6 @@
        private DevExpress.XtraBars.Navigation.TabPane tabPane1;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
        private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
        private DevExpress.XtraEditors.SimpleButton simpleButton2;
        private DevExpress.XtraEditors.SimpleButton simpleButton3;
        private DevExpress.XtraEditors.SidePanel sidePanel2;
        private XhsPumpMainPhartListCtrl xhsPumpMainPhartListCtrl1;
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;