duheng
2024-09-09 f499438477f73a7b639425de1f25ec6cc0242828
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/02-map/MapViewProjectListContainer.Designer.cs
@@ -28,15 +28,18 @@
        /// </summary>
        private void InitializeComponent()
        {
            webViewControl1 = new Yw.WinFrmUI.WebViewControl();
            webViewControl1 = new WebViewControl();
            SuspendLayout();
            // 
            // webViewControl1
            // 
            webViewControl1.BorderColor = Color.LightGray;
            webViewControl1.BorderWidth = 1;
            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.ShowBorder = true;
            webViewControl1.Size = new Size(148, 148);
            webViewControl1.TabIndex = 0;
            // 
            // MapViewProjectListContainer
@@ -45,6 +48,7 @@
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(webViewControl1);
            Name = "MapViewProjectListContainer";
            Padding = new Padding(1);
            ResumeLayout(false);
        }