| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | /// <summary> |
| | | /// 产品功能辅助类 |
| | |
| | | /// </summary> |
| | | public const string Modular = "Assets"; |
| | | |
| | | #region 水泵 |
| | | |
| | | /// <summary> |
| | | /// 水泵管理 |
| | | /// </summary> |
| | | public const string PumpMgr = "assets-pump-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水泵系列管理 |
| | | /// </summary> |
| | | public const string PumpSeriesMgr = "assets-pump-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水泵型号管理 |
| | | /// </summary> |
| | | public const string PumpMainMgr = "assets-pump-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水泵系数管理 |
| | | /// </summary> |
| | | public const string PumpFactorMgr = "assets-pump-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 阀门 |
| | | |
| | | /// <summary> |
| | | /// 阀门管理 |
| | | /// </summary> |
| | | public const string ValveMgr = "assets-valve-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 阀门系列管理 |
| | | /// </summary> |
| | | public const string ValveSeriesMgr = "assets-valve-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 阀门型号管理 |
| | | /// </summary> |
| | | public const string ValveMainMgr = "assets-valve-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 阀门系数管理 |
| | | /// </summary> |
| | | public const string ValveFactorMgr = "assets-valve-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 水池 |
| | | |
| | | /// <summary> |
| | | /// 水池管理 |
| | | /// </summary> |
| | | public const string TankMgr = "assets-tank-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水池系列管理 |
| | | /// </summary> |
| | | public const string TankSeriesMgr = "assets-tank-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水池型号管理 |
| | | /// </summary> |
| | | public const string TankMainMgr = "assets-tank-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水池系数管理 |
| | | /// </summary> |
| | | public const string TankFactorMgr = "assets-tank-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 连接件 |
| | | |
| | | /// <summary> |
| | | /// 连接件管理 |
| | | /// </summary> |
| | | public const string CouplingMgr = "assets-coupling-mgr"; |
| | | |
| | | #region 闷头 |
| | | |
| | | /// <summary> |
| | | /// 闷头管理 |
| | | /// </summary> |
| | | public const string BluntheadMgr = "assets-blunthead-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 闷头系列管理 |
| | | /// </summary> |
| | | public const string BluntheadSeriesMgr = "assets-blunthead-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 闷头型号管理 |
| | | /// </summary> |
| | | public const string BluntheadMainMgr = "assets-blunthead-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 闷头系数管理 |
| | | /// </summary> |
| | | public const string BluntheadFactorMgr = "assets-blunthead-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 弯头 |
| | | |
| | | /// <summary> |
| | | /// 弯头管理 |
| | | /// </summary> |
| | | public const string ElbowMgr = "assets-elbow-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 弯头系列管理 |
| | | /// </summary> |
| | | public const string ElbowSeriesMgr = "assets-elbow-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 弯头型号管理 |
| | | /// </summary> |
| | | public const string ElbowMainMgr = "assets-elbow-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 弯头系数管理 |
| | | /// </summary> |
| | | public const string ElbowFactorMgr = "assets-elbow-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 三通 |
| | | |
| | | /// <summary> |
| | | /// 三通管理 |
| | | /// </summary> |
| | | public const string ThreelinkMgr = "assets-threelink-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 三通系列管理 |
| | | /// </summary> |
| | | public const string ThreelinkSeriesMgr = "assets-threelink-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 三通型号管理 |
| | | /// </summary> |
| | | public const string ThreelinkMainMgr = "assets-threelink-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 三通系数管理 |
| | | /// </summary> |
| | | public const string ThreelinkFactorMgr = "assets-threelink-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 四通 |
| | | |
| | | /// <summary> |
| | | /// 四通管理 |
| | | /// </summary> |
| | | public const string FourlinkMgr = "assets-fourlink-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 四通系列管理 |
| | | /// </summary> |
| | | public const string FourlinkSeriesMgr = "assets-fourlink-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 四通型号管理 |
| | | /// </summary> |
| | | public const string FourlinkMainMgr = "assets-fourlink-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 四通系数管理 |
| | | /// </summary> |
| | | public const string FourlinkFactorMgr = "assets-fourlink-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region 扩散器 |
| | | |
| | | /// <summary> |
| | | /// 扩散器 |
| | | /// </summary> |
| | | public const string EmitterMgr = "assets-emitter-mgr"; |
| | | |
| | | #region 喷头 |
| | | |
| | | /// <summary> |
| | | /// 喷头管理 |
| | | /// </summary> |
| | | public const string NozzleMgr = "assets-nozzle-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 喷头系列管理 |
| | | /// </summary> |
| | | public const string NozzleSeriesMgr = "assets-nozzle-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 喷头型号管理 |
| | | /// </summary> |
| | | public const string NozzleMainMgr = "assets-nozzle-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 喷头系数管理 |
| | | /// </summary> |
| | | public const string NozzleFactorMgr = "assets-nozzle-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 消火栓 |
| | | |
| | | /// <summary> |
| | | /// 消火栓管理 |
| | | /// </summary> |
| | | public const string HydrantMgr = "assets-hydrant-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 消火栓系列管理 |
| | | /// </summary> |
| | | public const string HydrantSeriesMgr = "assets-hydrant-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 消火栓型号管理 |
| | | /// </summary> |
| | | public const string HydrantMainMgr = "assets-hydrant-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 消火栓系数管理 |
| | | /// </summary> |
| | | public const string HydrantFactorMgr = "assets-hydrant-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 冷却塔 |
| | | |
| | | /// <summary> |
| | | /// 冷却塔管理 |
| | | /// </summary> |
| | | public const string CoolingMgr = "assets-cooling-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 冷却塔系列管理 |
| | | /// </summary> |
| | | public const string CoolingSeriesMgr = "assets-cooling-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 冷却塔型号管理 |
| | | /// </summary> |
| | | public const string CoolingMainMgr = "assets-cooling-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 冷却塔系数管理 |
| | | /// </summary> |
| | | public const string CoolingFactorMgr = "assets-cooling-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region 水表 |
| | | |
| | | /// <summary> |
| | | /// 水表管理 |
| | | /// </summary> |
| | | public const string MeterMgr = "assets-meter-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水表系列管理 |
| | | /// </summary> |
| | | public const string MeterSeriesMgr = "assets-meter-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水表型号管理 |
| | | /// </summary> |
| | | public const string MeterMainMgr = "assets-meter-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 水表系数管理 |
| | | /// </summary> |
| | | public const string MeterFactorMgr = "assets-meter-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 仪表 |
| | | |
| | | /// <summary> |
| | | /// 仪表管理 |
| | | /// </summary> |
| | | public const string InstrumentMgr = "assets-instrument-mgr"; |
| | | |
| | | #region 流量计 |
| | | |
| | | /// <summary> |
| | | /// 流量计管理 |
| | | /// </summary> |
| | | public const string FlowmeterMgr = "assets-flowmeter-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 流量计系列管理 |
| | | /// </summary> |
| | | public const string FlowmeterSeriesMgr = "assets-flowmeter-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 流量计型号管理 |
| | | /// </summary> |
| | | public const string FlowmeterMainMgr = "assets-flowmeter-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 流量计系数管理 |
| | | /// </summary> |
| | | public const string FlowmeterFactorMgr = "assets-flowmeter-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 压力表 |
| | | |
| | | /// <summary> |
| | | /// 压力表管理 |
| | | /// </summary> |
| | | public const string PressmeterMgr = "assets-pressmeter-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 压力表系列管理 |
| | | /// </summary> |
| | | public const string PressmeterSeriesMgr = "assets-pressmeter-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 压力表型号管理 |
| | | /// </summary> |
| | | public const string PressmeterMainMgr = "assets-pressmeter-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 压力表系数管理 |
| | | /// </summary> |
| | | public const string PressmeterFactorMgr = "assets-pressmeter-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region 管道 |
| | | |
| | | /// <summary> |
| | | /// 管道管理 |
| | | /// </summary> |
| | | public const string PipeMgr = "assets-pipe-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 管道系列管理 |
| | | /// </summary> |
| | | public const string PipeSeriesMgr = "assets-pipe-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 管道型号管理 |
| | | /// </summary> |
| | | public const string PipeMainMgr = "assets-pipe-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 管道系数管理 |
| | | /// </summary> |
| | | public const string PipeFactorMgr = "assets-pipe-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 过渡件 |
| | | |
| | | /// <summary> |
| | | /// 过渡件管理 |
| | | /// </summary> |
| | | public const string TranslationMgr = "assets-translation-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 过渡件系列管理 |
| | | /// </summary> |
| | | public const string TranslationSeriesMgr = "assets-translation-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 过渡件型号管理 |
| | | /// </summary> |
| | | public const string TranslationMainMgr = "assets-translation-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 过渡件系数管理 |
| | | /// </summary> |
| | | public const string TranslationFactorMgr = "assets-translation-factor-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | #region 阻件 |
| | | |
| | | /// <summary> |
| | | /// 组件管理 |
| | | /// </summary> |
| | | public const string ResistanceMgr = "assets-resistance-mgr"; |
| | | |
| | | #region 换热器 |
| | | /// <summary> |
| | | /// 换热器管理 |
| | | /// </summary> |
| | | public const string ExchangerMgr = "assets-exchanger-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 换热器系列管理 |
| | | /// </summary> |
| | | public const string ExchangerSeriesMgr = "assets-exchanger-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 换热器型号管理 |
| | | /// </summary> |
| | | public const string ExchangerMainMgr = "assets-exchanger-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 换热器系数管理 |
| | | /// </summary> |
| | | public const string ExchangerFactorMgr = "assets-exchanger-factor-mgr"; |
| | | #endregion |
| | | |
| | | #region 压缩机 |
| | | /// <summary> |
| | | /// 压缩机管理 |
| | | /// </summary> |
| | | public const string CompressorMgr = "assets-compressor-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 压缩机系列管理 |
| | | /// </summary> |
| | | public const string CompressorSeriesMgr = "assets-compressor-series-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 压缩机型号管理 |
| | | /// </summary> |
| | | public const string CompressorMainMgr = "assets-compressor-main-mgr"; |
| | | |
| | | /// <summary> |
| | | /// 压缩机系数管理 |
| | | /// </summary> |
| | | public const string CompressorFactorMgr = "assets-compressor-factor-mgr"; |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region 曲线 |
| | | |
| | | /// <summary> |
| | | /// 曲线管理 |
| | | /// </summary> |
| | | public const string CurveMgr = "assets-curve-mgr"; |
| | | |
| | | #endregion |
| | | |
| | | } |
| | | } |