namespace HStation.WinFrmUI { partial class XhsProjectSimulationInfoPage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer widgetDockingContainer1 = new DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer(); DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer widgetDockingContainer2 = new DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer(); DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer widgetDockingContainer3 = new DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer(); DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer widgetDockingContainer4 = new DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer(); DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer widgetDockingContainer5 = new DevExpress.XtraBars.Docking2010.Views.Widget.WidgetDockingContainer(); docBimfaceView = new DevExpress.XtraBars.Docking2010.Views.Widget.Document(components); docProjectInfo = new DevExpress.XtraBars.Docking2010.Views.Widget.Document(components); docParterList = new DevExpress.XtraBars.Docking2010.Views.Widget.Document(components); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components); widgetView1 = new DevExpress.XtraBars.Docking2010.Views.Widget.WidgetView(components); stackGroup1 = new DevExpress.XtraBars.Docking2010.Views.Widget.StackGroup(components); stackGroup2 = new DevExpress.XtraBars.Docking2010.Views.Widget.StackGroup(components); ((ISupportInitialize)docBimfaceView).BeginInit(); ((ISupportInitialize)docProjectInfo).BeginInit(); ((ISupportInitialize)docParterList).BeginInit(); ((ISupportInitialize)svgImg32).BeginInit(); ((ISupportInitialize)documentManager1).BeginInit(); ((ISupportInitialize)widgetView1).BeginInit(); ((ISupportInitialize)stackGroup1).BeginInit(); ((ISupportInitialize)stackGroup2).BeginInit(); SuspendLayout(); // // docBimfaceView // docBimfaceView.Caption = "三维模型"; docBimfaceView.ControlName = ""; docBimfaceView.FreeLayoutWidth.UnitValue = 1.2444889779559118D; docBimfaceView.Height = 407; docBimfaceView.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.False; docBimfaceView.Tag = "bimface-info"; docBimfaceView.Width = 496; // // docProjectInfo // docProjectInfo.Caption = "基本信息"; docProjectInfo.ControlName = ""; docProjectInfo.FreeLayoutHeight.UnitValue = 10.365918750000002D; docProjectInfo.Height = 333; docProjectInfo.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.False; docProjectInfo.Tag = "project-info"; docProjectInfo.Width = 496; // // docParterList // docParterList.Caption = "构件明细"; docParterList.ControlName = ""; docParterList.FreeLayoutHeight.UnitValue = 23.34908125D; docParterList.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.False; docParterList.Tag = "parter-list-info"; docParterList.Width = 504; // // svgImg32 // svgImg32.ImageSize = new Size(32, 32); svgImg32.Add("functionsinformation", "image://svgimages/spreadsheet/functionsinformation.svg"); // // documentManager1 // documentManager1.ContainerControl = this; documentManager1.View = widgetView1; documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { widgetView1 }); // // widgetView1 // widgetView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] { docProjectInfo, docBimfaceView, docParterList }); widgetView1.FreeLayoutProperties.FreeLayoutItems.AddRange(new DevExpress.XtraBars.Docking2010.Views.Widget.Document[] { docProjectInfo, docBimfaceView, docParterList }); widgetView1.LayoutMode = DevExpress.XtraBars.Docking2010.Views.Widget.LayoutMode.FreeLayout; widgetDockingContainer2.Element = docBimfaceView; widgetDockingContainer4.Element = docProjectInfo; widgetDockingContainer5.Element = docParterList; widgetDockingContainer3.Nodes.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer[] { widgetDockingContainer4, widgetDockingContainer5 }); widgetDockingContainer3.Orientation = Orientation.Vertical; widgetDockingContainer3.Size.Width.UnitValue = 0.75551102204408827D; widgetDockingContainer1.Nodes.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer[] { widgetDockingContainer2, widgetDockingContainer3 }); widgetView1.RootContainer.Nodes.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer[] { widgetDockingContainer1 }); widgetView1.RootContainer.Orientation = Orientation.Vertical; widgetView1.StackGroups.AddRange(new DevExpress.XtraBars.Docking2010.Views.Widget.StackGroup[] { stackGroup1, stackGroup2 }); widgetView1.QueryControl += widgetView1_QueryControl; // // stackGroup1 // stackGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.Widget.Document[] { docBimfaceView }); // // stackGroup2 // stackGroup2.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.Widget.Document[] { docProjectInfo, docParterList }); // // XhsProjectSimulationInfoPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Margin = new Padding(2); Name = "XhsProjectSimulationInfoPage"; Size = new Size(951, 587); ((ISupportInitialize)docBimfaceView).EndInit(); ((ISupportInitialize)docProjectInfo).EndInit(); ((ISupportInitialize)docParterList).EndInit(); ((ISupportInitialize)svgImg32).EndInit(); ((ISupportInitialize)documentManager1).EndInit(); ((ISupportInitialize)widgetView1).EndInit(); ((ISupportInitialize)stackGroup1).EndInit(); ((ISupportInitialize)stackGroup2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.Utils.SvgImageCollection svgImg32; private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1; private DevExpress.XtraBars.Docking2010.Views.Widget.WidgetView widgetView1; private DevExpress.XtraBars.Docking2010.Views.Widget.Document docProjectInfo; private DevExpress.XtraBars.Docking2010.Views.Widget.Document docBimfaceView; private DevExpress.XtraBars.Docking2010.Views.Widget.Document docParterList; private DevExpress.XtraBars.Docking2010.Views.Widget.StackGroup stackGroup1; private DevExpress.XtraBars.Docking2010.Views.Widget.StackGroup stackGroup2; } }