lixiaojun
2024-07-25 8b2f98400842e022aefd5f2f935ca62239a75228
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/02-map/MapViewProjectListContainer.Designer.cs
@@ -28,15 +28,15 @@
        /// </summary>
        private void InitializeComponent()
        {
            webViewControl1 = new Yw.WinFrmUI.WebViewControl();
            webViewControl1 = new WebViewControl();
            SuspendLayout();
            // 
            // webViewControl1
            // 
            webViewControl1.Dock = DockStyle.Fill;
            webViewControl1.Location = new Point(0, 0);
            webViewControl1.Location = new Point(1, 1);
            webViewControl1.Name = "webViewControl1";
            webViewControl1.Size = new Size(150, 150);
            webViewControl1.Size = new Size(148, 148);
            webViewControl1.TabIndex = 0;
            // 
            // MapViewProjectListContainer
@@ -45,6 +45,7 @@
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(webViewControl1);
            Name = "MapViewProjectListContainer";
            Padding = new Padding(1);
            ResumeLayout(false);
        }