duheng
2024-08-27 2d54608805ca22bd2de2a47659f0c51b74e2ee2d
提交
已修改1个文件
38 ■■■■ 文件已修改
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/03-hydraulic-simulation/01-PumpMainCurveChoice/PumpMainChoicePage.Designer.cs 38 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/03-hydraulic-simulation/01-PumpMainCurveChoice/PumpMainChoicePage.Designer.cs
@@ -60,6 +60,7 @@
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
            simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
@@ -88,6 +89,7 @@
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)layoutControlItem6).BeginInit();
            ((ISupportInitialize)emptySpaceItem2).BeginInit();
            ((ISupportInitialize)layoutControlItem4).BeginInit();
            ((ISupportInitialize)simpleLabelItem1).BeginInit();
            ((ISupportInitialize)simpleLabelItem2).BeginInit();
@@ -124,14 +126,14 @@
            xtrPerform2dChart1.Margin = new Padding(2, 2, 2, 2);
            xtrPerform2dChart1.Name = "xtrPerform2dChart1";
            xtrPerform2dChart1.Size = new Size(940, 315);
            xtrPerform2dChart1.TabIndex = 8;
            xtrPerform2dChart1.TabIndex = 4;
            // 
            // pumpMainCurveForm1
            // 
            pumpMainCurveForm1.Location = new Point(2, 30);
            pumpMainCurveForm1.Name = "pumpMainCurveForm1";
            pumpMainCurveForm1.Size = new Size(956, 147);
            pumpMainCurveForm1.TabIndex = 7;
            pumpMainCurveForm1.TabIndex = 3;
            // 
            // popupContainerControl1
            // 
@@ -139,7 +141,7 @@
            popupContainerControl1.Location = new Point(655, 54);
            popupContainerControl1.Name = "popupContainerControl1";
            popupContainerControl1.Size = new Size(200, 100);
            popupContainerControl1.TabIndex = 5;
            popupContainerControl1.TabIndex = 1;
            // 
            // treeList1
            // 
@@ -171,17 +173,17 @@
            BtnAddPumpMain.Name = "BtnAddPumpMain";
            BtnAddPumpMain.Size = new Size(88, 24);
            BtnAddPumpMain.StyleController = layoutControl1;
            BtnAddPumpMain.TabIndex = 3;
            BtnAddPumpMain.TabIndex = 2;
            BtnAddPumpMain.Text = "新增型号";
            // 
            // TextPopupPumpChoice
            // 
            TextPopupPumpChoice.Location = new Point(78, 2);
            TextPopupPumpChoice.Location = new Point(117, 2);
            TextPopupPumpChoice.Name = "TextPopupPumpChoice";
            TextPopupPumpChoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextPopupPumpChoice.Properties.NullText = "在此处输入查询泵型号";
            TextPopupPumpChoice.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            TextPopupPumpChoice.Size = new Size(271, 20);
            TextPopupPumpChoice.Size = new Size(232, 20);
            TextPopupPumpChoice.StyleController = layoutControl1;
            TextPopupPumpChoice.TabIndex = 0;
            // 
@@ -191,7 +193,7 @@
            popupContainerControl2.Location = new Point(242, 252);
            popupContainerControl2.Name = "popupContainerControl2";
            popupContainerControl2.Size = new Size(692, 99);
            popupContainerControl2.TabIndex = 6;
            popupContainerControl2.TabIndex = 1;
            // 
            // gridControl1
            // 
@@ -294,7 +296,7 @@
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, emptySpaceItem1, simpleLabelSearch, simpleLabelItemVagueSearch, layoutControlItem1, layoutControlItem2, layoutControlGroup1 });
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, emptySpaceItem1, simpleLabelSearch, simpleLabelItemVagueSearch, layoutControlItem1, layoutControlItem2, layoutControlGroup1, emptySpaceItem2 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(960, 535);
@@ -304,9 +306,9 @@
            // 
            layoutControlItem3.AllowHtmlStringInCaption = true;
            layoutControlItem3.Control = TextPopupPumpChoice;
            layoutControlItem3.Location = new Point(0, 0);
            layoutControlItem3.Location = new Point(39, 0);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(351, 28);
            layoutControlItem3.Size = new Size(312, 28);
            layoutControlItem3.Text = "泵型号选择:";
            layoutControlItem3.TextSize = new Size(64, 14);
            // 
@@ -325,6 +327,9 @@
            simpleLabelSearch.ImageOptions.SvgImageSize = new Size(23, 23);
            simpleLabelSearch.Location = new Point(351, 0);
            simpleLabelSearch.Name = "simpleLabelSearch";
            simpleLabelSearch.OptionsToolTip.IconToolTip = "模糊查询";
            simpleLabelSearch.OptionsToolTip.ToolTip = "模糊查询";
            simpleLabelSearch.OptionsToolTip.ToolTipTitle = "模糊查询";
            simpleLabelSearch.Size = new Size(37, 28);
            simpleLabelSearch.Text = " ";
            simpleLabelSearch.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
@@ -338,6 +343,9 @@
            simpleLabelItemVagueSearch.ImageOptions.SvgImageSize = new Size(20, 20);
            simpleLabelItemVagueSearch.Location = new Point(388, 0);
            simpleLabelItemVagueSearch.Name = "simpleLabelItemVagueSearch";
            simpleLabelItemVagueSearch.OptionsToolTip.IconToolTip = "精准查询";
            simpleLabelItemVagueSearch.OptionsToolTip.ToolTip = "精准查询";
            simpleLabelItemVagueSearch.OptionsToolTip.ToolTipTitle = "精准查询";
            simpleLabelItemVagueSearch.Size = new Size(34, 28);
            simpleLabelItemVagueSearch.Text = " ";
            simpleLabelItemVagueSearch.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
@@ -380,6 +388,14 @@
            layoutControlItem6.Size = new Size(940, 315);
            layoutControlItem6.TextSize = new Size(0, 0);
            layoutControlItem6.TextVisible = false;
            //
            // emptySpaceItem2
            //
            emptySpaceItem2.AllowHotTrack = false;
            emptySpaceItem2.Location = new Point(0, 0);
            emptySpaceItem2.Name = "emptySpaceItem2";
            emptySpaceItem2.Size = new Size(39, 28);
            emptySpaceItem2.TextSize = new Size(0, 0);
            // 
            // layoutControlItem4
            // 
@@ -479,6 +495,7 @@
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)layoutControlItem6).EndInit();
            ((ISupportInitialize)emptySpaceItem2).EndInit();
            ((ISupportInitialize)layoutControlItem4).EndInit();
            ((ISupportInitialize)simpleLabelItem1).EndInit();
            ((ISupportInitialize)simpleLabelItem2).EndInit();
@@ -533,5 +550,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
    }
}