qin
2025-03-18 fd206ba4e3e792eb01898fea540d50c2fd92f364
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
namespace HStation.WinFrmUI
{
    partial class CreateXhsSchemeBimfaceCtrl
    {
        /// <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();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(CreateXhsSchemeBimfaceCtrl));
            barManager1 = new DevExpress.XtraBars.BarManager(components);
            bar2 = new DevExpress.XtraBars.Bar();
            barCkDecorator = new DevExpress.XtraBars.BarCheckItem();
            barSearch = new DevExpress.XtraBars.BarButtonItem();
            barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            xtraUserControl1 = new XtraUserControl();
            docPnlBottom = new DevExpress.XtraBars.Docking.DockPanel();
            controlContainerBottom = new DevExpress.XtraBars.Docking.ControlContainer();
            ((ISupportInitialize)barManager1).BeginInit();
            ((ISupportInitialize)dockManager1).BeginInit();
            xtraUserControl1.SuspendLayout();
            docPnlBottom.SuspendLayout();
            SuspendLayout();
            // 
            // barManager1
            // 
            barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar2 });
            barManager1.DockControls.Add(barDockControlTop);
            barManager1.DockControls.Add(barDockControlBottom);
            barManager1.DockControls.Add(barDockControlLeft);
            barManager1.DockControls.Add(barDockControlRight);
            barManager1.DockManager = dockManager1;
            barManager1.Form = this;
            barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barCkDecorator, barSearch });
            barManager1.MainMenu = bar2;
            barManager1.MaxItemId = 2;
            // 
            // bar2
            // 
            bar2.BarName = "Main menu";
            bar2.DockCol = 0;
            bar2.DockRow = 0;
            bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barCkDecorator), new DevExpress.XtraBars.LinkPersistInfo(barSearch) });
            bar2.OptionsBar.AllowQuickCustomization = false;
            bar2.OptionsBar.DrawBorder = false;
            bar2.OptionsBar.DrawDragBorder = false;
            bar2.OptionsBar.MultiLine = true;
            bar2.OptionsBar.UseWholeRow = true;
            bar2.Text = "Main menu";
            // 
            // barCkDecorator
            // 
            barCkDecorator.BindableChecked = true;
            barCkDecorator.Caption = "一键显隐";
            barCkDecorator.Checked = true;
            barCkDecorator.Id = 0;
            barCkDecorator.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCkDecorator.ImageOptions.SvgImage");
            barCkDecorator.Name = "barCkDecorator";
            barCkDecorator.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            barCkDecorator.CheckedChanged += barCkDecorator_CheckedChanged;
            // 
            // barSearch
            // 
            barSearch.Caption = "构件查询";
            barSearch.Id = 1;
            barSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barSearch.ImageOptions.SvgImage");
            barSearch.Name = "barSearch";
            barSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            barSearch.ItemClick += barBtnSearch_ItemClick;
            // 
            // barDockControlTop
            // 
            barDockControlTop.CausesValidation = false;
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(0, 0);
            barDockControlTop.Manager = barManager1;
            barDockControlTop.Size = new Size(730, 24);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 504);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Size = new Size(730, 0);
            // 
            // barDockControlLeft
            // 
            barDockControlLeft.CausesValidation = false;
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 24);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 480);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(730, 24);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 480);
            // 
            // dockManager1
            // 
            dockManager1.Form = xtraUserControl1;
            dockManager1.MenuManager = barManager1;
            dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { docPnlBottom });
            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" });
            // 
            // xtraUserControl1
            // 
            xtraUserControl1.Controls.Add(docPnlBottom);
            xtraUserControl1.Dock = DockStyle.Fill;
            xtraUserControl1.Location = new Point(0, 24);
            xtraUserControl1.Name = "xtraUserControl1";
            xtraUserControl1.Size = new Size(730, 480);
            xtraUserControl1.TabIndex = 9;
            // 
            // docPnlBottom
            // 
            docPnlBottom.Controls.Add(controlContainerBottom);
            docPnlBottom.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
            docPnlBottom.ID = new Guid("69e07bee-2a60-4929-85a8-3af4fc5a0125");
            docPnlBottom.Location = new Point(0, 280);
            docPnlBottom.Name = "docPnlBottom";
            docPnlBottom.OriginalSize = new Size(200, 200);
            docPnlBottom.Size = new Size(730, 200);
            docPnlBottom.Text = "功能面板";
            // 
            // controlContainerBottom
            // 
            controlContainerBottom.Location = new Point(3, 27);
            controlContainerBottom.Name = "controlContainerBottom";
            controlContainerBottom.Size = new Size(724, 170);
            controlContainerBottom.TabIndex = 0;
            // 
            // CreateXhsSchemeBimfaceCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(xtraUserControl1);
            Controls.Add(barDockControlLeft);
            Controls.Add(barDockControlRight);
            Controls.Add(barDockControlBottom);
            Controls.Add(barDockControlTop);
            Name = "CreateXhsSchemeBimfaceCtrl";
            Size = new Size(730, 504);
            ((ISupportInitialize)barManager1).EndInit();
            ((ISupportInitialize)dockManager1).EndInit();
            xtraUserControl1.ResumeLayout(false);
            docPnlBottom.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();
        }
 
        #endregion
 
        private DevExpress.XtraBars.BarManager barManager1;
        private DevExpress.XtraBars.Bar bar2;
        private DevExpress.XtraBars.BarDockControl barDockControlTop;
        private DevExpress.XtraBars.BarDockControl barDockControlBottom;
        private DevExpress.XtraBars.BarDockControl barDockControlLeft;
        private DevExpress.XtraBars.BarDockControl barDockControlRight;
        private DevExpress.XtraBars.BarCheckItem barCkDecorator;
        private DevExpress.XtraBars.BarButtonItem barSearch;
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private XtraUserControl xtraUserControl1;
        private DevExpress.XtraBars.Docking.DockPanel docPnlBottom;
        private DevExpress.XtraBars.Docking.ControlContainer controlContainerBottom;
    }
}