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.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); xhsProjectSimulationProjectInfoCtrl1 = new XhsProjectSimulationProjectInfoCtrl(); xhsProjectSimulationBimfaceInfoCtrl1 = new XhsProjectSimulationBimfaceInfoCtrl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); xhsProjectSimulationHydroInfoCtrl1 = new XhsProjectSimulationHydroInfoCtrl(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)svgImg32).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(xhsProjectSimulationHydroInfoCtrl1); layoutControl1.Controls.Add(xhsProjectSimulationProjectInfoCtrl1); layoutControl1.Controls.Add(xhsProjectSimulationBimfaceInfoCtrl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(951, 587); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // xhsProjectSimulationProjectInfoCtrl1 // xhsProjectSimulationProjectInfoCtrl1.Location = new Point(12, 12); xhsProjectSimulationProjectInfoCtrl1.Name = "xhsProjectSimulationProjectInfoCtrl1"; xhsProjectSimulationProjectInfoCtrl1.Size = new Size(461, 279); xhsProjectSimulationProjectInfoCtrl1.TabIndex = 10; // // xhsProjectSimulationBimfaceInfoCtrl1 // xhsProjectSimulationBimfaceInfoCtrl1.Location = new Point(477, 12); xhsProjectSimulationBimfaceInfoCtrl1.Name = "xhsProjectSimulationBimfaceInfoCtrl1"; xhsProjectSimulationBimfaceInfoCtrl1.Size = new Size(462, 279); xhsProjectSimulationBimfaceInfoCtrl1.TabIndex = 9; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem1, layoutControlItem3 }); Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; Root.Name = "Root"; columnDefinition1.SizeType = SizeType.Percent; columnDefinition1.Width = 100D; columnDefinition2.SizeType = SizeType.Percent; columnDefinition2.Width = 100D; Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2 }); rowDefinition1.Height = 100D; rowDefinition1.SizeType = SizeType.Percent; rowDefinition2.Height = 100D; rowDefinition2.SizeType = SizeType.Percent; Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2 }); Root.Size = new Size(951, 587); Root.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = xhsProjectSimulationBimfaceInfoCtrl1; layoutControlItem2.Location = new Point(465, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlItem2.Size = new Size(466, 283); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = xhsProjectSimulationProjectInfoCtrl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(465, 283); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // svgImg32 // svgImg32.ImageSize = new Size(32, 32); svgImg32.Add("functionsinformation", "image://svgimages/spreadsheet/functionsinformation.svg"); // // xhsProjectSimulationHydroInfoCtrl1 // xhsProjectSimulationHydroInfoCtrl1.Location = new Point(12, 295); xhsProjectSimulationHydroInfoCtrl1.Name = "xhsProjectSimulationHydroInfoCtrl1"; xhsProjectSimulationHydroInfoCtrl1.Size = new Size(927, 280); xhsProjectSimulationHydroInfoCtrl1.TabIndex = 11; // // layoutControlItem3 // layoutControlItem3.Control = xhsProjectSimulationHydroInfoCtrl1; layoutControlItem3.Location = new Point(0, 283); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2; layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; layoutControlItem3.Size = new Size(931, 284); layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // XhsProjectSimulationInfoPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Margin = new Padding(2); Name = "XhsProjectSimulationInfoPage"; Size = new Size(951, 587); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)svgImg32).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private XhsProjectSimulationProjectInfoCtrl xhsProjectSimulationProjectInfoCtrl1; private XhsProjectSimulationBimfaceInfoCtrl xhsProjectSimulationBimfaceInfoCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.Utils.SvgImageCollection svgImg32; private XhsProjectSimulationHydroInfoCtrl xhsProjectSimulationHydroInfoCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }