Shuxia Ning
2024-10-09 eccc597eb5b29ce1a9982ebf31f0e1272d3db14f
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-valve-main/XhsValveMainPhartPanel.Designer.cs
@@ -30,14 +30,13 @@
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XhsValveMainPhartPanel));
            xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpPerform2dChart();
            xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.ValvePerform2dChart();
            sidePanel2 = new SidePanel();
            xhsValveMainPhartListCtrl1 = new XhsValveMainPhartListCtrl();
            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();
            barBtnImportByExcel = new DevExpress.XtraBars.BarButtonItem();
@@ -51,13 +50,10 @@
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            xhsValveMainPhartListCtrl1 = new XhsValveMainPhartListCtrl();
            sidePanel2.SuspendLayout();
            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();
@@ -84,6 +80,17 @@
            sidePanel2.Size = new Size(234, 623);
            sidePanel2.TabIndex = 4;
            sidePanel2.Text = "sidePanel2";
            //
            // xhsValveMainPhartListCtrl1
            //
            xhsValveMainPhartListCtrl1.Appearance.BackColor = SystemColors.Control;
            xhsValveMainPhartListCtrl1.Appearance.Options.UseBackColor = true;
            xhsValveMainPhartListCtrl1.Dock = DockStyle.Fill;
            xhsValveMainPhartListCtrl1.Location = new Point(0, 0);
            xhsValveMainPhartListCtrl1.Margin = new Padding(4, 5, 4, 5);
            xhsValveMainPhartListCtrl1.Name = "xhsValveMainPhartListCtrl1";
            xhsValveMainPhartListCtrl1.Size = new Size(234, 623);
            xhsValveMainPhartListCtrl1.TabIndex = 0;
            // 
            // sidePanel1
            // 
@@ -112,34 +119,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
            // 
@@ -255,17 +242,6 @@
            dockPanel1_Container.Size = new Size(234, 623);
            dockPanel1_Container.TabIndex = 0;
            // 
            // xhsValveMainPhartListCtrl1
            //
            xhsValveMainPhartListCtrl1.Appearance.BackColor = SystemColors.Control;
            xhsValveMainPhartListCtrl1.Appearance.Options.UseBackColor = true;
            xhsValveMainPhartListCtrl1.Dock = DockStyle.Fill;
            xhsValveMainPhartListCtrl1.Location = new Point(0, 0);
            xhsValveMainPhartListCtrl1.Margin = new Padding(4, 5, 4, 5);
            xhsValveMainPhartListCtrl1.Name = "xhsValveMainPhartListCtrl1";
            xhsValveMainPhartListCtrl1.Size = new Size(234, 623);
            xhsValveMainPhartListCtrl1.TabIndex = 0;
            //
            // XhsValveMainPhartPanel
            // 
            Appearance.BackColor = SystemColors.Control;
@@ -283,8 +259,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);
@@ -294,13 +268,11 @@
        }
        #endregion
        private Yw.WinFrmUI.Phart.PumpPerform2dChart xtrPerform2dChart1;
        private Yw.WinFrmUI.Phart.ValvePerform2dChart xtrPerform2dChart1;
        private DevExpress.XtraEditors.SidePanel sidePanel1;
        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 DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
        private DevExpress.XtraBars.BarButtonItem BtnAdd;