From d33c82d8fff92a17263923c711448c0253b1a81c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 24 五月 2024 09:30:52 +0800 Subject: [PATCH] 主页按钮替换 --- WinfrmUI/Hydro.WinfrmUI.Browser/Viewer.Model.cs | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/WinfrmUI/Hydro.WinfrmUI.Browser/Viewer.Model.cs b/WinfrmUI/Hydro.WinfrmUI.Browser/Viewer.Model.cs index 4ba7fd1..a1db69e 100644 --- a/WinfrmUI/Hydro.WinfrmUI.Browser/Viewer.Model.cs +++ b/WinfrmUI/Hydro.WinfrmUI.Browser/Viewer.Model.cs @@ -1,5 +1,4 @@ -锘�//using CloudWaterNetwork.Magnifier; -//using dict_py_Inner; +锘� using Hydro.Core.Model; using Hydro.MapView; using Hydro.MapView.Base; @@ -27,8 +26,7 @@ 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 { @@ -119,7 +117,7 @@ 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>(); @@ -392,7 +390,7 @@ #endregion #region 姝d氦妯″紡 public Action<bool> OnChangeViewOrtho = null; - private bool _isOrtho + public bool IsOrtho { get { -- Gitblit v1.9.3