Shuxia Ning
2024-09-12 2fe0c0be0e31e924f7595e7299402f980243c568
小bug
已修改2个文件
182 ■■■■■ 文件已修改
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartPanel.cs 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/05-import/03-one-point/ImportCurveByOnePointCtrl.designer.cs 143 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartPanel.cs
@@ -284,32 +284,23 @@
        //重要度
        private void barBtnUpdateimportance_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (_xhs_phart_diagram_ex_std_dto == null)
            var dlg = new SetImportanceDlg();
            dlg.SetBindingData(_xhs_phart_diagram_ex_std_dto.Importance);
            dlg.VerifyValueChanged += async (value) =>
            {
                return;
            }
            var dlg = new XtrPerform2dViewDlg();
            dlg.SetBindingData(_xhs_phart_diagram_ex_std_dto.PumpMainID, _xhs_phart_diagram_ex_std_dto.DiagramID, 0.8, 5000);
                _xhs_phart_diagram_ex_std_dto.Importance = value;
                var bol = await _bll_ex.Update(_xhs_phart_diagram_ex_std_dto);
                if (!bol)
                {
                    XtraMessageBox.Show("更新失败!");
                    return false;
                }
                this.xhsPumpMainPhartListCtrl1.UpdateImportance(_xhs_phart_diagram_ex_std_dto.ID, value);
                XtraMessageBox.Show("更新成功!");
                return true;
            };
            dlg.ShowDialog();
            //var dlg = new SetImportanceDlg();
            //dlg.SetBindingData(_xhs_phart_diagram_ex_std_dto.Importance);
            //dlg.VerifyValueChanged += async (value) =>
            //{
            //    _xhs_phart_diagram_ex_std_dto.Importance = value;
            //    var bol = await _bll_ex.Update(_xhs_phart_diagram_ex_std_dto);
            //    if (!bol)
            //    {
            //        XtraMessageBox.Show("更新失败!");
            //        return false;
            //    }
            //    this.xhsPumpMainPhartListCtrl1.UpdateImportance(_xhs_phart_diagram_ex_std_dto.ID, value);
            //    XtraMessageBox.Show("更新成功!");
            //    return true;
            //};
            //dlg.ShowDialog();
        }
        #region 删除
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-chart/05-import/03-one-point/ImportCurveByOnePointCtrl.designer.cs
@@ -51,7 +51,6 @@
            txtNS = new DevExpress.XtraEditors.TextEdit();
            btnCreate = new DevExpress.XtraEditors.SimpleButton();
            txtCurveCode = new DevExpress.XtraEditors.TextEdit();
            imgCmbCurveSourceFrom = new DevExpress.XtraEditors.ImageComboBoxEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
@@ -74,7 +73,6 @@
            layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            xtrPerform2dChart1 = new XtrPerform2dChart();
            sidePanel1 = new DevExpress.XtraEditors.SidePanel();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
@@ -93,7 +91,6 @@
            ((System.ComponentModel.ISupportInitialize)txtMaxRatio.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtNS.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtCurveCode.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)imgCmbCurveSourceFrom.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
@@ -116,7 +113,6 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem13).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem14).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem15).BeginInit();
            sidePanel1.SuspendLayout();
            SuspendLayout();
            // 
@@ -136,7 +132,6 @@
            layoutControl1.Controls.Add(txtNS);
            layoutControl1.Controls.Add(btnCreate);
            layoutControl1.Controls.Add(txtCurveCode);
            layoutControl1.Controls.Add(imgCmbCurveSourceFrom);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
@@ -148,22 +143,22 @@
            // 
            // comboBoxType
            // 
            comboBoxType.Location = new Point(138, 374);
            comboBoxType.Location = new Point(138, 342);
            comboBoxType.Margin = new Padding(4, 5, 4, 5);
            comboBoxType.Name = "comboBoxType";
            comboBoxType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            comboBoxType.Properties.Items.AddRange(new object[] { "单级单吸离心泵", "多级离心泵 ", "双吸离心泵 ", "化工泵 ", "渣浆泵 ", "长轴泵 " });
            comboBoxType.Size = new Size(143, 28);
            comboBoxType.Size = new Size(165, 28);
            comboBoxType.StyleController = layoutControl1;
            comboBoxType.TabIndex = 37;
            // 
            // txtQ
            // 
            txtQ.Location = new Point(138, 162);
            txtQ.Location = new Point(138, 130);
            txtQ.MenuManager = barManager1;
            txtQ.Name = "txtQ";
            txtQ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtQ.Size = new Size(188, 28);
            txtQ.Size = new Size(214, 28);
            txtQ.StyleController = layoutControl1;
            txtQ.TabIndex = 4;
            txtQ.EditValueChanged += txtQ_EditValueChanged;
@@ -228,41 +223,41 @@
            // 
            // txtH
            // 
            txtH.Location = new Point(138, 194);
            txtH.Location = new Point(138, 162);
            txtH.MenuManager = barManager1;
            txtH.Name = "txtH";
            txtH.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtH.Size = new Size(188, 28);
            txtH.Size = new Size(214, 28);
            txtH.StyleController = layoutControl1;
            txtH.TabIndex = 5;
            txtH.EditValueChanged += txtH_EditValueChanged;
            // 
            // txtN
            // 
            txtN.Location = new Point(138, 226);
            txtN.Location = new Point(138, 194);
            txtN.MenuManager = barManager1;
            txtN.Name = "txtN";
            txtN.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtN.Size = new Size(188, 28);
            txtN.Size = new Size(214, 28);
            txtN.StyleController = layoutControl1;
            txtN.TabIndex = 6;
            txtN.EditValueChanged += txtN_EditValueChanged;
            // 
            // checkEditSXB
            // 
            checkEditSXB.Location = new Point(12, 290);
            checkEditSXB.Location = new Point(12, 258);
            checkEditSXB.MenuManager = barManager1;
            checkEditSXB.Name = "checkEditSXB";
            checkEditSXB.Properties.Caption = "双吸泵";
            checkEditSXB.Properties.ContentAlignment = DevExpress.Utils.HorzAlignment.Center;
            checkEditSXB.Size = new Size(314, 27);
            checkEditSXB.Size = new Size(340, 27);
            checkEditSXB.StyleController = layoutControl1;
            checkEditSXB.TabIndex = 8;
            // 
            // spinEditYLJS
            // 
            spinEditYLJS.EditValue = new decimal(new int[] { 1, 0, 0, 0 });
            spinEditYLJS.Location = new Point(138, 258);
            spinEditYLJS.Location = new Point(138, 226);
            spinEditYLJS.MenuManager = barManager1;
            spinEditYLJS.Name = "spinEditYLJS";
            spinEditYLJS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
@@ -270,78 +265,78 @@
            spinEditYLJS.Properties.MaskSettings.Set("mask", "d");
            spinEditYLJS.Properties.MaxValue = new decimal(new int[] { 1000, 0, 0, 0 });
            spinEditYLJS.Properties.MinValue = new decimal(new int[] { 1, 0, 0, 0 });
            spinEditYLJS.Size = new Size(188, 28);
            spinEditYLJS.Size = new Size(214, 28);
            spinEditYLJS.StyleController = layoutControl1;
            spinEditYLJS.TabIndex = 7;
            spinEditYLJS.EditValueChanged += spinEditYLJS_EditValueChanged;
            // 
            // txtE
            // 
            txtE.Location = new Point(138, 406);
            txtE.Location = new Point(138, 374);
            txtE.MenuManager = barManager1;
            txtE.Name = "txtE";
            txtE.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtE.Properties.MaskSettings.Set("mask", "f");
            txtE.Size = new Size(143, 28);
            txtE.Size = new Size(165, 28);
            txtE.StyleController = layoutControl1;
            txtE.TabIndex = 38;
            // 
            // txtP
            // 
            txtP.Location = new Point(138, 438);
            txtP.Location = new Point(138, 406);
            txtP.MenuManager = barManager1;
            txtP.Name = "txtP";
            txtP.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtP.Properties.MaskSettings.Set("mask", "f");
            txtP.Size = new Size(143, 28);
            txtP.Size = new Size(165, 28);
            txtP.StyleController = layoutControl1;
            txtP.TabIndex = 39;
            // 
            // txtNPSH
            // 
            txtNPSH.Location = new Point(138, 470);
            txtNPSH.Location = new Point(138, 438);
            txtNPSH.MenuManager = barManager1;
            txtNPSH.Name = "txtNPSH";
            txtNPSH.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtNPSH.Size = new Size(188, 28);
            txtNPSH.Size = new Size(214, 28);
            txtNPSH.StyleController = layoutControl1;
            txtNPSH.TabIndex = 40;
            // 
            // txtK0
            // 
            txtK0.Location = new Point(138, 502);
            txtK0.Location = new Point(138, 470);
            txtK0.MenuManager = barManager1;
            txtK0.Name = "txtK0";
            txtK0.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtK0.Size = new Size(188, 28);
            txtK0.Size = new Size(214, 28);
            txtK0.StyleController = layoutControl1;
            txtK0.TabIndex = 41;
            // 
            // txtMaxRatio
            // 
            txtMaxRatio.Location = new Point(138, 534);
            txtMaxRatio.Location = new Point(138, 502);
            txtMaxRatio.MenuManager = barManager1;
            txtMaxRatio.Name = "txtMaxRatio";
            txtMaxRatio.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtMaxRatio.Size = new Size(188, 28);
            txtMaxRatio.Size = new Size(214, 28);
            txtMaxRatio.StyleController = layoutControl1;
            txtMaxRatio.TabIndex = 42;
            // 
            // txtNS
            // 
            txtNS.Location = new Point(138, 566);
            txtNS.Location = new Point(138, 534);
            txtNS.MenuManager = barManager1;
            txtNS.Name = "txtNS";
            txtNS.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtNS.Size = new Size(188, 28);
            txtNS.Size = new Size(214, 28);
            txtNS.StyleController = layoutControl1;
            txtNS.TabIndex = 43;
            // 
            // btnCreate
            // 
            btnCreate.Location = new Point(100, 616);
            btnCreate.Location = new Point(100, 584);
            btnCreate.Name = "btnCreate";
            btnCreate.Size = new Size(138, 32);
            btnCreate.Size = new Size(164, 32);
            btnCreate.StyleController = layoutControl1;
            btnCreate.TabIndex = 44;
            btnCreate.Text = "生成曲线";
@@ -351,18 +346,9 @@
            // 
            txtCurveCode.Location = new Point(138, 45);
            txtCurveCode.Name = "txtCurveCode";
            txtCurveCode.Size = new Size(188, 28);
            txtCurveCode.Size = new Size(214, 28);
            txtCurveCode.StyleController = layoutControl1;
            txtCurveCode.TabIndex = 19;
            //
            // imgCmbCurveSourceFrom
            //
            imgCmbCurveSourceFrom.Location = new Point(138, 77);
            imgCmbCurveSourceFrom.Name = "imgCmbCurveSourceFrom";
            imgCmbCurveSourceFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            imgCmbCurveSourceFrom.Size = new Size(188, 28);
            imgCmbCurveSourceFrom.StyleController = layoutControl1;
            imgCmbCurveSourceFrom.TabIndex = 17;
            // 
            // Root
            // 
@@ -371,24 +357,24 @@
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpaceItem1, layoutControlGroup1, layoutControlGroup2, layoutControlItem13, layoutControlGroup3 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(338, 668);
            Root.Size = new Size(364, 660);
            Root.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 658);
            emptySpaceItem1.Location = new Point(0, 626);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(338, 10);
            emptySpaceItem1.Size = new Size(364, 34);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // layoutControlGroup1
            // 
            layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem4, layoutControlItem3, layoutControlItem2, layoutControlItem1 });
            layoutControlGroup1.Location = new Point(0, 117);
            layoutControlGroup1.Location = new Point(0, 85);
            layoutControlGroup1.Name = "layoutControlGroup1";
            layoutControlGroup1.Size = new Size(338, 212);
            layoutControlGroup1.Size = new Size(364, 212);
            layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup1.Text = "高效点参数";
            // 
@@ -397,7 +383,7 @@
            layoutControlItem5.Control = checkEditSXB;
            layoutControlItem5.Location = new Point(0, 128);
            layoutControlItem5.Name = "layoutControlItem5";
            layoutControlItem5.Size = new Size(318, 31);
            layoutControlItem5.Size = new Size(344, 31);
            layoutControlItem5.TextSize = new Size(0, 0);
            layoutControlItem5.TextVisible = false;
            // 
@@ -406,7 +392,7 @@
            layoutControlItem4.Control = spinEditYLJS;
            layoutControlItem4.Location = new Point(0, 96);
            layoutControlItem4.Name = "layoutControlItem4";
            layoutControlItem4.Size = new Size(318, 32);
            layoutControlItem4.Size = new Size(344, 32);
            layoutControlItem4.Text = "叶轮级数:";
            layoutControlItem4.TextSize = new Size(114, 22);
            // 
@@ -415,7 +401,7 @@
            layoutControlItem3.Control = txtN;
            layoutControlItem3.Location = new Point(0, 64);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(318, 32);
            layoutControlItem3.Size = new Size(344, 32);
            layoutControlItem3.Text = "转速(r/min):";
            layoutControlItem3.TextSize = new Size(114, 22);
            // 
@@ -424,7 +410,7 @@
            layoutControlItem2.Control = txtH;
            layoutControlItem2.Location = new Point(0, 32);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(318, 32);
            layoutControlItem2.Size = new Size(344, 32);
            layoutControlItem2.Text = "扬程(m):";
            layoutControlItem2.TextSize = new Size(114, 22);
            // 
@@ -433,7 +419,7 @@
            layoutControlItem1.Control = txtQ;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(318, 32);
            layoutControlItem1.Size = new Size(344, 32);
            layoutControlItem1.Text = "流量(m³/h):";
            layoutControlItem1.TextSize = new Size(114, 22);
            // 
@@ -441,9 +427,9 @@
            // 
            layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
            layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7, layoutControlItem8, layoutControlItem10, layoutControlItem9, layoutControlItem11, layoutControlItem12, labReckon, labCalcuE, labCalcuP });
            layoutControlGroup2.Location = new Point(0, 329);
            layoutControlGroup2.Location = new Point(0, 297);
            layoutControlGroup2.Name = "layoutControlGroup2";
            layoutControlGroup2.Size = new Size(338, 277);
            layoutControlGroup2.Size = new Size(364, 277);
            layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup2.Text = "其他参数(可空)";
            // 
@@ -452,7 +438,7 @@
            layoutControlItem6.Control = comboBoxType;
            layoutControlItem6.Location = new Point(0, 0);
            layoutControlItem6.Name = "layoutControlItem6";
            layoutControlItem6.Size = new Size(273, 32);
            layoutControlItem6.Size = new Size(295, 32);
            layoutControlItem6.Text = "根据类型估算:";
            layoutControlItem6.TextSize = new Size(114, 22);
            // 
@@ -461,7 +447,7 @@
            layoutControlItem7.Control = txtE;
            layoutControlItem7.Location = new Point(0, 32);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(273, 32);
            layoutControlItem7.Size = new Size(295, 32);
            layoutControlItem7.Text = "效率(%):";
            layoutControlItem7.TextSize = new Size(114, 22);
            // 
@@ -470,7 +456,7 @@
            layoutControlItem8.Control = txtP;
            layoutControlItem8.Location = new Point(0, 64);
            layoutControlItem8.Name = "layoutControlItem8";
            layoutControlItem8.Size = new Size(273, 32);
            layoutControlItem8.Size = new Size(295, 32);
            layoutControlItem8.Text = "轴功率(kw):";
            layoutControlItem8.TextSize = new Size(114, 22);
            // 
@@ -479,7 +465,7 @@
            layoutControlItem10.Control = txtK0;
            layoutControlItem10.Location = new Point(0, 128);
            layoutControlItem10.Name = "layoutControlItem10";
            layoutControlItem10.Size = new Size(318, 32);
            layoutControlItem10.Size = new Size(344, 32);
            layoutControlItem10.Text = "关死点系数:";
            layoutControlItem10.TextSize = new Size(114, 22);
            // 
@@ -488,7 +474,7 @@
            layoutControlItem9.Control = txtNPSH;
            layoutControlItem9.Location = new Point(0, 96);
            layoutControlItem9.Name = "layoutControlItem9";
            layoutControlItem9.Size = new Size(318, 32);
            layoutControlItem9.Size = new Size(344, 32);
            layoutControlItem9.Text = "汽蚀(NPSHr):";
            layoutControlItem9.TextSize = new Size(114, 22);
            // 
@@ -497,7 +483,7 @@
            layoutControlItem11.Control = txtMaxRatio;
            layoutControlItem11.Location = new Point(0, 160);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(318, 32);
            layoutControlItem11.Size = new Size(344, 32);
            layoutControlItem11.Text = "流量延长系数:";
            layoutControlItem11.TextSize = new Size(114, 22);
            // 
@@ -506,7 +492,7 @@
            layoutControlItem12.Control = txtNS;
            layoutControlItem12.Location = new Point(0, 192);
            layoutControlItem12.Name = "layoutControlItem12";
            layoutControlItem12.Size = new Size(318, 32);
            layoutControlItem12.Size = new Size(344, 32);
            layoutControlItem12.Text = "比转速:";
            layoutControlItem12.TextSize = new Size(114, 22);
            // 
@@ -517,9 +503,9 @@
            labReckon.AppearanceItemCaption.Options.UseBackColor = true;
            labReckon.AppearanceItemCaption.Options.UseTextOptions = true;
            labReckon.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            labReckon.Location = new Point(273, 0);
            labReckon.Location = new Point(295, 0);
            labReckon.Name = "labReckon";
            labReckon.Size = new Size(45, 32);
            labReckon.Size = new Size(49, 32);
            labReckon.Text = "估";
            labReckon.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            labReckon.TextSize = new Size(18, 22);
@@ -532,9 +518,9 @@
            labCalcuE.AppearanceItemCaption.Options.UseBackColor = true;
            labCalcuE.AppearanceItemCaption.Options.UseTextOptions = true;
            labCalcuE.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            labCalcuE.Location = new Point(273, 32);
            labCalcuE.Location = new Point(295, 32);
            labCalcuE.Name = "labCalcuE";
            labCalcuE.Size = new Size(45, 32);
            labCalcuE.Size = new Size(49, 32);
            labCalcuE.Text = "计";
            labCalcuE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            labCalcuE.TextSize = new Size(18, 22);
@@ -547,9 +533,9 @@
            labCalcuP.AppearanceItemCaption.Options.UseBackColor = true;
            labCalcuP.AppearanceItemCaption.Options.UseTextOptions = true;
            labCalcuP.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            labCalcuP.Location = new Point(273, 64);
            labCalcuP.Location = new Point(295, 64);
            labCalcuP.Name = "labCalcuP";
            labCalcuP.Size = new Size(45, 32);
            labCalcuP.Size = new Size(49, 32);
            labCalcuP.Text = "计";
            labCalcuP.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            labCalcuP.TextSize = new Size(18, 22);
@@ -558,20 +544,20 @@
            // layoutControlItem13
            // 
            layoutControlItem13.Control = btnCreate;
            layoutControlItem13.Location = new Point(0, 606);
            layoutControlItem13.Location = new Point(0, 574);
            layoutControlItem13.Name = "layoutControlItem13";
            layoutControlItem13.Padding = new DevExpress.XtraLayout.Utils.Padding(100, 100, 10, 10);
            layoutControlItem13.Size = new Size(338, 52);
            layoutControlItem13.Size = new Size(364, 52);
            layoutControlItem13.TextSize = new Size(0, 0);
            layoutControlItem13.TextVisible = false;
            // 
            // layoutControlGroup3
            // 
            layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
            layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem14, layoutControlItem15 });
            layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem14 });
            layoutControlGroup3.Location = new Point(0, 0);
            layoutControlGroup3.Name = "layoutControlGroup3";
            layoutControlGroup3.Size = new Size(338, 117);
            layoutControlGroup3.Size = new Size(364, 85);
            layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup3.Text = "曲线信息";
            // 
@@ -582,20 +568,9 @@
            layoutControlItem14.CustomizationFormText = "名称:";
            layoutControlItem14.Location = new Point(0, 0);
            layoutControlItem14.Name = "layoutControlItem14";
            layoutControlItem14.Size = new Size(318, 32);
            layoutControlItem14.Size = new Size(344, 32);
            layoutControlItem14.Text = "名称:";
            layoutControlItem14.TextSize = new Size(114, 22);
            //
            // layoutControlItem15
            //
            layoutControlItem15.Control = imgCmbCurveSourceFrom;
            layoutControlItem15.ControlAlignment = ContentAlignment.TopLeft;
            layoutControlItem15.CustomizationFormText = "来源类型:";
            layoutControlItem15.Location = new Point(0, 32);
            layoutControlItem15.Name = "layoutControlItem15";
            layoutControlItem15.Size = new Size(318, 32);
            layoutControlItem15.Text = "来源类型:";
            layoutControlItem15.TextSize = new Size(114, 22);
            // 
            // xtrPerform2dChart1
            // 
@@ -647,7 +622,6 @@
            ((System.ComponentModel.ISupportInitialize)txtMaxRatio.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtNS.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtCurveCode.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)imgCmbCurveSourceFrom.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
@@ -670,7 +644,6 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem13).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem14).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem15).EndInit();
            sidePanel1.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();
@@ -722,8 +695,6 @@
        private DevExpress.XtraEditors.TextEdit txtCurveCode;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
        private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbCurveSourceFrom;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
        private DevExpress.XtraEditors.SidePanel sidePanel1;
    }
}