qin
2024-06-04 9ce8c084837093466adc0efcb48e8de4f618bc04
Hydraulic/Hydro.MapView/Common/MapDimensions.cs
@@ -13,24 +13,24 @@
    {
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("中心")]
        [Browsable(true)]
        public PointF Center { get; set; }
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("缩放")]
        [Browsable(true)]
        public float zoom { get; set; } = 0.1f;
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("旋转角度")]
        [Browsable(true)]
        public double rotation { get; set; } = 0;
        private double _rotationF;
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("俯视角度")]
        [Browsable(true)]
        public double rotationF
@@ -47,12 +47,12 @@
            }
        }
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("显示楼层")]
        [Browsable(true)]
        public int ShowFloor { get; set; } = int.MinValue;
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("显示背景")]
        [Browsable(true)]
        public bool isShowPic { get; set; } = true;
@@ -62,7 +62,7 @@
        public bool isAutoBackgroundImage = false;
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("显示最不利点")]
        [Browsable(true)]
        public bool isShowUnfavor { get; set; } = true;
@@ -73,7 +73,7 @@
        //[Browsable(false)]
        //public int LinkColourIndex { get; set; } = 0;
        [Category("4、视角")]
        [Category("视角")]
        [DisplayName("锁定平面视角")]
        [Browsable(true)]
        public bool Lock2DView { get; set; } = false;