From b94da76188b834922d2f13365b22208a4bc4049a Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期六, 12 十月 2024 11:33:40 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs index 3363200..ed8974b 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs @@ -38,8 +38,9 @@ drawer1.Dock = DockStyle.Fill; drawer1.IsEditMode = true; drawer1.Location = new Point(0, 0); - drawer1.MapCenter = (PointF)resources.GetObject("drawer1.MapCenter"); - drawer1.mapOption = (Yw.WinFrmUI.Q3d.MapDimensions)resources.GetObject("drawer1.mapOption"); + //var pf=(PointF)resources.GetObject("drawer1.MapCenter"); + //drawer1.MapCenter = new Yw.WinFrmUI.Q3d.PointF3D(pf.X,pf.Y,0); + //drawer1.mapOption = (Yw.WinFrmUI.Q3d.MapDimensions)resources.GetObject("drawer1.mapOption"); drawer1.Name = "drawer1"; drawer1.Size = new Size(889, 597); drawer1.TabIndex = 0; -- Gitblit v1.9.3