duheng
2025-03-28 9b673ca69c30616b5e5807d665ed8efa2720e1c8
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
using DevExpress.XtraEditors;
using System.ComponentModel;
 
namespace PBS.WinFrmUI
{
    partial class HomePbsProjectPage
    {
        /// <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()
        {
            components = new Container();
            svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
            sidePanelBottom = new SidePanel();
            dockPanelFill = new DevExpress.XtraBars.Docking.DockPanel();
            controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
            mapViewProjectListContainer2 = new MapViewProjectListContainer();
            dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            homePbsProjectTreeListCtrl1 = new HomePbsProjectTreeListCtrl();
            dockPanelRight = new DevExpress.XtraBars.Docking.DockPanel();
            controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
            homeXhsProjectPropertyCtrl2 = new HomePbsProjectPropertyCtrl();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            ((ISupportInitialize)svgImg32).BeginInit();
            sidePanelBottom.SuspendLayout();
            dockPanelFill.SuspendLayout();
            controlContainer2.SuspendLayout();
            dockPanel2.SuspendLayout();
            dockPanel2_Container.SuspendLayout();
            dockPanelRight.SuspendLayout();
            controlContainer1.SuspendLayout();
            ((ISupportInitialize)dockManager1).BeginInit();
            SuspendLayout();
            // 
            // svgImg32
            // 
            svgImg32.ImageSize = new Size(32, 32);
            svgImg32.Add("bo_address", "image://svgimages/business objects/bo_address.svg");
            // 
            // sidePanelBottom
            // 
            sidePanelBottom.Controls.Add(dockPanelFill);
            sidePanelBottom.Controls.Add(dockPanel2);
            sidePanelBottom.Controls.Add(dockPanelRight);
            sidePanelBottom.Dock = DockStyle.Fill;
            sidePanelBottom.Location = new Point(0, 0);
            sidePanelBottom.Margin = new Padding(3, 4, 3, 4);
            sidePanelBottom.Name = "sidePanelBottom";
            sidePanelBottom.Size = new Size(1215, 870);
            sidePanelBottom.TabIndex = 7;
            sidePanelBottom.Text = "sidePanel3";
            // 
            // dockPanelFill
            // 
            dockPanelFill.Appearance.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
            dockPanelFill.Appearance.Options.UseForeColor = true;
            dockPanelFill.Appearance.Options.UseTextOptions = true;
            dockPanelFill.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            dockPanelFill.Controls.Add(controlContainer2);
            dockPanelFill.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            dockPanelFill.FloatVertical = true;
            dockPanelFill.ID = new Guid("136389ea-6552-4166-8c2a-b2ffe8b01953");
            dockPanelFill.Location = new Point(200, 0);
            dockPanelFill.Margin = new Padding(2, 3, 2, 3);
            dockPanelFill.Name = "dockPanelFill";
            dockPanelFill.Options.ShowCloseButton = false;
            dockPanelFill.OriginalSize = new Size(645, 200);
            dockPanelFill.Size = new Size(777, 870);
            dockPanelFill.Text = "地图";
            // 
            // controlContainer2
            // 
            controlContainer2.Controls.Add(mapViewProjectListContainer2);
            controlContainer2.Location = new Point(0, 28);
            controlContainer2.Margin = new Padding(2, 3, 2, 3);
            controlContainer2.Name = "controlContainer2";
            controlContainer2.Size = new Size(777, 842);
            controlContainer2.TabIndex = 0;
            // 
            // mapViewProjectListContainer2
            // 
            mapViewProjectListContainer2.Dock = DockStyle.Fill;
            mapViewProjectListContainer2.Location = new Point(0, 0);
            mapViewProjectListContainer2.Margin = new Padding(4);
            mapViewProjectListContainer2.Name = "mapViewProjectListContainer2";
            mapViewProjectListContainer2.Padding = new Padding(1);
            mapViewProjectListContainer2.Size = new Size(777, 842);
            mapViewProjectListContainer2.TabIndex = 1;
            // 
            // dockPanel2
            // 
            dockPanel2.Controls.Add(dockPanel2_Container);
            dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            dockPanel2.ID = new Guid("f7c7eb7a-c33e-4a48-b691-2ec4f4777ecf");
            dockPanel2.Location = new Point(0, 0);
            dockPanel2.Name = "dockPanel2";
            dockPanel2.Options.ShowCloseButton = false;
            dockPanel2.OriginalSize = new Size(200, 200);
            dockPanel2.Size = new Size(200, 870);
            dockPanel2.Text = "场所列表";
            // 
            // dockPanel2_Container
            // 
            dockPanel2_Container.Controls.Add(homePbsProjectTreeListCtrl1);
            dockPanel2_Container.Location = new Point(0, 28);
            dockPanel2_Container.Name = "dockPanel2_Container";
            dockPanel2_Container.Size = new Size(199, 842);
            dockPanel2_Container.TabIndex = 0;
            // 
            // homePbsProjectTreeListCtrl1
            // 
            homePbsProjectTreeListCtrl1.Dock = DockStyle.Fill;
            homePbsProjectTreeListCtrl1.Location = new Point(0, 0);
            homePbsProjectTreeListCtrl1.Margin = new Padding(3, 4, 3, 4);
            homePbsProjectTreeListCtrl1.Name = "homePbsProjectTreeListCtrl1";
            homePbsProjectTreeListCtrl1.Size = new Size(199, 842);
            homePbsProjectTreeListCtrl1.TabIndex = 0;
            // 
            // dockPanelRight
            // 
            dockPanelRight.Controls.Add(controlContainer1);
            dockPanelRight.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            dockPanelRight.ID = new Guid("18c9fca9-8ae9-473c-9cd2-0467d818af3f");
            dockPanelRight.Location = new Point(977, 0);
            dockPanelRight.Margin = new Padding(2, 3, 2, 3);
            dockPanelRight.Name = "dockPanelRight";
            dockPanelRight.Options.ShowCloseButton = false;
            dockPanelRight.OriginalSize = new Size(238, 200);
            dockPanelRight.Size = new Size(238, 870);
            dockPanelRight.Text = "项目属性";
            // 
            // controlContainer1
            // 
            controlContainer1.Controls.Add(homeXhsProjectPropertyCtrl2);
            controlContainer1.Location = new Point(1, 28);
            controlContainer1.Margin = new Padding(2, 3, 2, 3);
            controlContainer1.Name = "controlContainer1";
            controlContainer1.Size = new Size(237, 842);
            controlContainer1.TabIndex = 0;
            // 
            // homeXhsProjectPropertyCtrl2
            // 
            homeXhsProjectPropertyCtrl2.Dock = DockStyle.Fill;
            homeXhsProjectPropertyCtrl2.Location = new Point(0, 0);
            homeXhsProjectPropertyCtrl2.Margin = new Padding(3, 4, 3, 4);
            homeXhsProjectPropertyCtrl2.Name = "homeXhsProjectPropertyCtrl2";
            homeXhsProjectPropertyCtrl2.SelectedObject = null;
            homeXhsProjectPropertyCtrl2.Size = new Size(237, 842);
            homeXhsProjectPropertyCtrl2.TabIndex = 0;
            // 
            // dockManager1
            // 
            dockManager1.DockingOptions.ShowAutoHideButton = false;
            dockManager1.Form = sidePanelBottom;
            dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanelRight, dockPanel2, dockPanelFill });
            dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
            // 
            // HomePbsProjectPage
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
            AutoScaleDimensions = new SizeF(8F, 18F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(sidePanelBottom);
            Margin = new Padding(5, 6, 5, 6);
            Name = "HomePbsProjectPage";
            Size = new Size(1215, 870);
            ((ISupportInitialize)svgImg32).EndInit();
            sidePanelBottom.ResumeLayout(false);
            dockPanelFill.ResumeLayout(false);
            controlContainer2.ResumeLayout(false);
            dockPanel2.ResumeLayout(false);
            dockPanel2_Container.ResumeLayout(false);
            dockPanelRight.ResumeLayout(false);
            controlContainer1.ResumeLayout(false);
            ((ISupportInitialize)dockManager1).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
        private DevExpress.Utils.SvgImageCollection svgImg32;
        private DevExpress.XtraEditors.SidePanel sidePanelBottom;
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private DevExpress.XtraBars.Docking.DockPanel dockPanelRight;
        private DevExpress.XtraBars.Docking.ControlContainer controlContainer1;
        private DevExpress.XtraBars.Docking.DockPanel dockPanelFill;
        private DevExpress.XtraBars.Docking.ControlContainer controlContainer2;
        private HomePbsProjectPropertyCtrl homeXhsProjectPropertyCtrl2;
        private MapViewProjectListContainer mapViewProjectListContainer2;
        private DevExpress.XtraBars.Docking.DockPanel dockPanel2;
        private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container;
        private HomePbsProjectTreeListCtrl homePbsProjectTreeListCtrl1;
    }
}