| | |
| | | //using CloudWaterNetwork.Magnifier; |
| | | //using dict_py_Inner; |
| | | |
| | | using Hydro.Core.Model; |
| | | using Hydro.MapView; |
| | | using Hydro.MapView.Base; |
| | |
| | | using static System.Windows.Forms.LinkLabel; |
| | | using static System.Windows.Forms.VisualStyles.VisualStyleElement.Button; |
| | | using static System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar; |
| | | using Cursor = System.Windows.Forms.Cursor; |
| | | |
| | | |
| | | namespace Hydro.WinfrmUI |
| | | { |
| | | |
| | |
| | | bool _isInsertingObject = false; |
| | | bool _isMovingObject = false; |
| | | bool _isPastingObject = false; |
| | | Cursor _lastCursor; |
| | | System.Windows.Forms.Cursor _lastCursor; |
| | | object _undoOldValue = null; |
| | | private List<PointF> polygonPoints = new List<PointF>(); |
| | | |