| | |
| | | /// <summary> |
| | | /// 直径信息 |
| | | /// </summary> |
| | | public const string Diameter = "直径信息"; |
| | | public const string DiameterInfo = "直径信息"; |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | | /// </summary> |
| | | public const string Diameter = "直径"; |
| | | |
| | | /// <summary> |
| | | /// 公称直径 |
| | |
| | | /// 内径 |
| | | /// </summary> |
| | | public const string InternalDiameter = "内径"; |
| | | |
| | | /// <summary> |
| | | /// 最大尺寸 |
| | | /// </summary> |
| | | public const string MaxSize = "最大尺寸"; |
| | | |
| | | /// <summary> |
| | | /// 最小尺寸 |
| | | /// </summary> |
| | | public const string MinSize = "最小尺寸"; |
| | | |
| | | /// <summary> |
| | | /// 弯曲角度 |
| | |
| | | /// 开关状态 |
| | | /// </summary> |
| | | public const string LinkStatusSwitch = "开关状态"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 长度信息 |
| | |
| | | /// </summary> |
| | | public const string CurrentPress = "压力信息"; |
| | | |
| | | /// <summary> |
| | | /// 进口口径 mm |
| | | /// </summary> |
| | | public const string InletDiameter = "进口口径"; |
| | | |
| | | /// <summary> |
| | | /// 出口口径 mm |
| | | /// </summary> |
| | | public const string OutletDiameter = "出口口径"; |
| | | |
| | | /// <summary> |
| | | /// 最小压力 m |
| | | /// </summary> |
| | | public const string LowerLimit = "最小压力"; |
| | | |
| | | |
| | | |