duheng
2025-01-10 2b31b7e3926134da96d384ab3bdac345691a179c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
namespace HStation.WinFrmUI
{
    partial class SetXhsProjectMapLocationWizardPage
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            mapSetSimpleMarkerContainer1 = new MapSetSimpleMarkerContainer();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            txtAddress = new DevExpress.XtraEditors.TextEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)txtAddress.Properties).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            SuspendLayout();
            // 
            // mapSetSimpleMarkerContainer1
            // 
            mapSetSimpleMarkerContainer1.BorderColor = Color.LightGray;
            mapSetSimpleMarkerContainer1.BorderWidth = 1;
            mapSetSimpleMarkerContainer1.Location = new Point(2, 2);
            mapSetSimpleMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
            mapSetSimpleMarkerContainer1.Name = "mapSetSimpleMarkerContainer1";
            mapSetSimpleMarkerContainer1.ShowBorder = true;
            mapSetSimpleMarkerContainer1.Size = new Size(761, 431);
            mapSetSimpleMarkerContainer1.TabIndex = 0;
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(txtAddress);
            layoutControl1.Controls.Add(mapSetSimpleMarkerContainer1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            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
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(765, 459);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = mapSetSimpleMarkerContainer1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(765, 435);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.Control = txtAddress;
            layoutControlItem2.Location = new Point(0, 435);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(765, 24);
            layoutControlItem2.Text = "详细地址:";
            layoutControlItem2.TextSize = new Size(60, 14);
            // 
            // SetXhsProjectMapLocationWizardPage
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Name = "SetXhsProjectMapLocationWizardPage";
            Size = new Size(765, 459);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)txtAddress.Properties).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private MapSetSimpleMarkerContainer mapSetSimpleMarkerContainer1;
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraEditors.TextEdit txtAddress;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
    }
}