lixiaojun
2024-10-16 00f80abcfbf890ab3718d960550380389c64cea3
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -11,7 +11,7 @@
            InitializeComponent();
            this.PageTitle.Caption = "水力模拟";
            this.PageTitle.HeaderSvgImage = this.svgImg32[0];
            this.docPnlBottom.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            this.docPnlBottom.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
        }
        private HStation.Vmo.XhsProjectVmo _project = null;//项目
@@ -111,6 +111,7 @@
            }
            return _bimfaceCtrl;
        }
        //bimface控件
        private XhsProjectSimulationBimfaceCtrl _bimfaceCtrl = null;
@@ -175,7 +176,7 @@
            }
        }
        #endregion
        #endregion Bimface
        #region Q3d
@@ -199,10 +200,11 @@
            }
            return _q3dCtrl;
        }
        //Q3d控件
        private XhsProjectSimulationQ3dCtrl _q3dCtrl = null;
        #endregion
        #endregion Q3d
        #region 属性面板
@@ -216,10 +218,10 @@
            }
            return _propertyCtrl;
        }
        private XhsProjectSimulationPropertyCtrl _propertyCtrl = null;//属性控件
        #endregion
        #endregion 属性面板
        #region 自动匹配
@@ -258,6 +260,7 @@
            }
            return _matchingListCtrl;
        }
        //匹配列表控件
        private XhsProjectSimulationMatchingListCtrl _matchingListCtrl = null;
@@ -278,8 +281,7 @@
            this.docPnlBottom.Height = 350;
        }
        #endregion
        #endregion 自动匹配
        #region 未匹配列表
@@ -317,6 +319,7 @@
            }
            return _unMatchingListCtrl;
        }
        private XhsProjectSimulationUnMatchingListCtrl _unMatchingListCtrl = null;//未匹配列表
        //未匹配列表
@@ -335,9 +338,7 @@
            this.docPnlBottom.Height = 350;
        }
        #endregion
        #endregion 未匹配列表
        #region 一键显隐
@@ -367,7 +368,7 @@
            }
        }
        #endregion
        #endregion 一键显隐
        #region 水力校验
@@ -405,6 +406,7 @@
            }
            return _checkResultCtrl;
        }
        //校验结果控件
        private XhsProjectSimulationHydroCheckResultCtrl _checkResultCtrl = null;
@@ -425,7 +427,7 @@
            this.docPnlBottom.Height = 350;
        }
        #endregion
        #endregion 水力校验
        #region 保存水力信息
@@ -446,7 +448,7 @@
            TipFormHelper.ShowSucceed("保存成功!");
        }
        #endregion
        #endregion 保存水力信息
        #region 构件明细
@@ -472,6 +474,7 @@
            }
            return _parterListCtrl;
        }
        //构件明细控件
        private Yw.WinFrmUI.HydroParterListCtrl _parterListCtrl = null;
@@ -491,8 +494,7 @@
            this.docPnlBottom.Height = 350;
        }
        #endregion
        #endregion 构件明细
        #region INP导出
@@ -514,7 +516,7 @@
            TipFormHelper.ShowSucceed("导出成功");
        }
        #endregion
        #endregion INP导出
        #region 业务方法
@@ -568,10 +570,9 @@
                    }
                }
            }
        }
        #endregion
        #endregion 业务方法
        #region 配置
@@ -581,7 +582,7 @@
            this.rmSet.ShowPopup(MousePosition, true);
        }
        #endregion
        #endregion 配置
        #region 性能曲线
@@ -648,10 +649,9 @@
            dlg.ShowDialog();
        }
        #endregion
        #endregion 性能曲线
        #region 水力计算
        //获取计算控件
        private XhsProjectSimulationCalcuCtrl GetCalcuCtrl()
@@ -724,11 +724,11 @@
                            this.docPnlBottom.Height = 350;
                            TipFormHelper.ShowError("计算失败");
                        }
                    };
            }
            return _calcuCtrl;
        }
        private XhsProjectSimulationCalcuCtrl _calcuCtrl = null;//计算控件
        //水力计算
@@ -748,9 +748,7 @@
            this.docPnlBottom.Height = 350;
        }
        #endregion
        #endregion 水力计算
        #region 构件查询
@@ -787,6 +785,7 @@
            }
            return _searchCtrl;
        }
        private XhsProjectSimulationSearchCtrl _searchCtrl = null;//查询组件
        //查询
@@ -805,9 +804,7 @@
            this.docPnlBottom.Height = 350;
        }
        #endregion
        #endregion 构件查询
        #region 标注
@@ -879,6 +876,6 @@
            dlg.ShowDialog();
        }
        #endregion
        #endregion 标注
    }
}