duheng
2025-03-28 e411302bca8857e102443a5250c82b9580ef07a3
WinFrmUI/PBS.WinFrmUI.Hydro/02-quick-modeling/02-place/QuickModelingPlaceWizardPage.Designer.cs
@@ -29,11 +29,11 @@
        private void InitializeComponent()
        {
            components = new Container();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            placeInfoCtrl1 = new PlaceInfoCtrl();
            setFlagsEditCtrl1 = new SetFlagsEditCtrl();
@@ -55,7 +55,7 @@
            layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            webView = new Microsoft.Web.WebView2.WinForms.WebView2();
            mapSetPlaceMarkerContainer1 = new MapSetPlaceMarkerContainer();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
@@ -77,13 +77,12 @@
            ((ISupportInitialize)layoutControlGroup3).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)dxErrorProvider1).BeginInit();
            ((ISupportInitialize)webView).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(webView);
            layoutControl1.Controls.Add(mapSetPlaceMarkerContainer1);
            layoutControl1.Controls.Add(placeInfoCtrl1);
            layoutControl1.Controls.Add(setFlagsEditCtrl1);
            layoutControl1.Controls.Add(txtTagName);
@@ -168,18 +167,18 @@
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup2, layoutControlGroup4, layoutControlGroup1, layoutControlGroup3 });
            Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            Root.Name = "Root";
            columnDefinition3.SizeType = SizeType.Percent;
            columnDefinition3.Width = 60D;
            columnDefinition4.SizeType = SizeType.Percent;
            columnDefinition4.Width = 40D;
            Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition3, columnDefinition4 });
            rowDefinition4.Height = 30D;
            rowDefinition4.SizeType = SizeType.Percent;
            rowDefinition5.Height = 40D;
            rowDefinition5.SizeType = SizeType.Percent;
            rowDefinition6.Height = 30D;
            rowDefinition6.SizeType = SizeType.Percent;
            Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition4, rowDefinition5, rowDefinition6 });
            columnDefinition1.SizeType = SizeType.Percent;
            columnDefinition1.Width = 60D;
            columnDefinition2.SizeType = SizeType.Percent;
            columnDefinition2.Width = 40D;
            Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2 });
            rowDefinition1.Height = 30D;
            rowDefinition1.SizeType = SizeType.Percent;
            rowDefinition2.Height = 40D;
            rowDefinition2.SizeType = SizeType.Percent;
            rowDefinition3.Height = 30D;
            rowDefinition3.SizeType = SizeType.Percent;
            Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3 });
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(824, 649);
            Root.TextVisible = false;
@@ -303,20 +302,20 @@
            // 
            dxErrorProvider1.ContainerControl = this;
            // 
            // webView
            // mapSetPlaceMarkerContainer1
            // 
            webView.AllowExternalDrop = true;
            webView.CreationProperties = null;
            webView.DefaultBackgroundColor = Color.White;
            webView.Location = new Point(1, 27);
            webView.Name = "webView";
            webView.Size = new Size(492, 621);
            webView.TabIndex = 9;
            webView.ZoomFactor = 1D;
            mapSetPlaceMarkerContainer1.BorderColor = Color.LightGray;
            mapSetPlaceMarkerContainer1.BorderWidth = 1;
            mapSetPlaceMarkerContainer1.Location = new Point(1, 27);
            mapSetPlaceMarkerContainer1.Margin = new Padding(4, 4, 4, 4);
            mapSetPlaceMarkerContainer1.Name = "mapSetPlaceMarkerContainer1";
            mapSetPlaceMarkerContainer1.ShowBorder = false;
            mapSetPlaceMarkerContainer1.Size = new Size(492, 621);
            mapSetPlaceMarkerContainer1.TabIndex = 9;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = webView;
            layoutControlItem1.Control = mapSetPlaceMarkerContainer1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
@@ -352,7 +351,6 @@
            ((ISupportInitialize)layoutControlGroup3).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)dxErrorProvider1).EndInit();
            ((ISupportInitialize)webView).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ResumeLayout(false);
        }
@@ -380,7 +378,7 @@
        private PlaceInfoCtrl placeInfoCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        private Microsoft.Web.WebView2.WinForms.WebView2 webView;
        private MapSetPlaceMarkerContainer mapSetPlaceMarkerContainer1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}