| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Drawing.Design; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using static System.ComponentModel.TypeConverter; |
| | | |
| | | namespace Hydro.MapView |
| | | { |
| | |
| | | return $"{ID}\t{Elev}\t{Demand}\t{PatternID}\t;\t"; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 当量模板ID |
| | | /// </summary> |
| | | public long DlTemplateID { get; set; } |
| | | /* |
| | | public string GetTemplateID() |
| | | { |
| | | return Convert.ToString(DlTemplateEditor.ImageComboBoxEdit.EditValue); |
| | | }*/ |
| | | |
| | | [Category("基本信息")] |
| | | [DisplayName("当量模板")] |
| | | [Editor(typeof(DlTemplateEditor), typeof(UITypeEditor))] |
| | | [Browsable(true)] |
| | | public string DlTemplateID { get; set; } |
| | | } |
| | | } |