lixiaojun
2024-07-22 686dd39ef856012c0c7f2620ffef1e3a5c1ec779
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs
copy from WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/GenerateXhsProjectCtrl.Designer.cs copy to WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.Designer.cs
Îļþ´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/GenerateXhsProjectCtrl.Designer.cs ¸´ÖÆ
@@ -1,6 +1,6 @@
namespace HStation.WinFrmUI
{
    partial class GenerateXhsProjectCtrl
    partial class SetXhsProjectMapLocationWizardPage
    {
        /// <summary> 
        /// Required designer variable.
@@ -28,33 +28,47 @@
        /// </summary>
        private void InitializeComponent()
        {
            mapSetSimpleMarkerContainer1 = new MapSetSimpleMarkerContainer();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            txtAddress = new DevExpress.XtraEditors.TextEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)txtAddress.Properties).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)listBoxControl1).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)progressBarControl1.Properties).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            SuspendLayout();
            // 
            // mapSetSimpleMarkerContainer1
            //
            mapSetSimpleMarkerContainer1.Location = new Point(2, 2);
            mapSetSimpleMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
            mapSetSimpleMarkerContainer1.Name = "mapSetSimpleMarkerContainer1";
            mapSetSimpleMarkerContainer1.Size = new Size(761, 431);
            mapSetSimpleMarkerContainer1.TabIndex = 0;
            //
            // layoutControl1
            // 
            layoutControl1.Controls.Add(progressBarControl1);
            layoutControl1.Controls.Add(listBoxControl1);
            layoutControl1.Controls.Add(txtAddress);
            layoutControl1.Controls.Add(mapSetSimpleMarkerContainer1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(988, 216, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(721, 505);
            layoutControl1.TabIndex = 0;
            layoutControl1.Size = new Size(765, 459);
            layoutControl1.TabIndex = 1;
            layoutControl1.Text = "layoutControl1";
            //
            // txtAddress
            //
            txtAddress.Location = new Point(74, 437);
            txtAddress.Name = "txtAddress";
            txtAddress.Size = new Size(689, 20);
            txtAddress.StyleController = layoutControl1;
            txtAddress.TabIndex = 4;
            // 
            // Root
            // 
@@ -62,67 +76,51 @@
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 });
            Root.Name = "Root";
            Root.Size = new Size(721, 505);
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(765, 459);
            Root.TextVisible = false;
            //
            // listBoxControl1
            //
            listBoxControl1.Location = new Point(12, 34);
            listBoxControl1.Name = "listBoxControl1";
            listBoxControl1.Size = new Size(697, 459);
            listBoxControl1.StyleController = layoutControl1;
            listBoxControl1.TabIndex = 4;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = listBoxControl1;
            layoutControlItem1.Location = new Point(0, 22);
            layoutControlItem1.Control = mapSetSimpleMarkerContainer1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(701, 463);
            layoutControlItem1.Size = new Size(765, 435);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // progressBarControl1
            //
            progressBarControl1.Location = new Point(12, 12);
            progressBarControl1.Name = "progressBarControl1";
            progressBarControl1.Size = new Size(697, 18);
            progressBarControl1.StyleController = layoutControl1;
            progressBarControl1.TabIndex = 5;
            //
            // layoutControlItem2
            // 
            layoutControlItem2.Control = progressBarControl1;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Control = txtAddress;
            layoutControlItem2.Location = new Point(0, 435);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(701, 22);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            layoutControlItem2.Size = new Size(765, 24);
            layoutControlItem2.Text = "详细地址:";
            layoutControlItem2.TextSize = new Size(60, 14);
            // 
            // GenerateXhsProjectCtrl
            // SetXhsProjectMapLocationCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Name = "GenerateXhsProjectCtrl";
            Size = new Size(721, 505);
            Name = "SetXhsProjectMapLocationCtrl";
            Size = new Size(765, 459);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)txtAddress.Properties).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)listBoxControl1).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)progressBarControl1.Properties).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ResumeLayout(false);
        }
        #endregion
        private MapSetSimpleMarkerContainer mapSetSimpleMarkerContainer1;
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraEditors.ProgressBarControl progressBarControl1;
        private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraEditors.TextEdit txtAddress;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
    }
}