namespace HStation.WinFrmUI
{
partial class XhsSchemeBasicInfoPage
{
///
/// 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()
{
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();
xhsProjectBasicInfoBimfaceCtrl1 = new XhsProjectBasicInfoBimfaceCtrl();
xhsProjectBasicInfoViewCtrl1 = new XhsProjectBasicInfoViewCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
xhsProjectBasicInfoHydroCtrl1 = new XhsProjectBasicInfoHydroCtrl();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(xhsProjectBasicInfoHydroCtrl1);
layoutControl1.Controls.Add(xhsProjectBasicInfoBimfaceCtrl1);
layoutControl1.Controls.Add(xhsProjectBasicInfoViewCtrl1);
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";
//
// xhsProjectBasicInfoBimfaceCtrl1
//
xhsProjectBasicInfoBimfaceCtrl1.Location = new Point(477, 12);
xhsProjectBasicInfoBimfaceCtrl1.Name = "xhsProjectBasicInfoBimfaceCtrl1";
xhsProjectBasicInfoBimfaceCtrl1.Size = new Size(462, 279);
xhsProjectBasicInfoBimfaceCtrl1.TabIndex = 7;
//
// xhsProjectBasicInfoViewCtrl1
//
xhsProjectBasicInfoViewCtrl1.Location = new Point(12, 12);
xhsProjectBasicInfoViewCtrl1.Name = "xhsProjectBasicInfoViewCtrl1";
xhsProjectBasicInfoViewCtrl1.Size = new Size(461, 279);
xhsProjectBasicInfoViewCtrl1.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, 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;
//
// layoutControlItem1
//
layoutControlItem1.Control = xhsProjectBasicInfoViewCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(465, 283);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = xhsProjectBasicInfoBimfaceCtrl1;
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;
//
// xhsProjectBasicInfoHydroCtrl1
//
xhsProjectBasicInfoHydroCtrl1.Location = new Point(12, 295);
xhsProjectBasicInfoHydroCtrl1.Name = "xhsProjectBasicInfoHydroCtrl1";
xhsProjectBasicInfoHydroCtrl1.Size = new Size(927, 280);
xhsProjectBasicInfoHydroCtrl1.TabIndex = 8;
//
// layoutControlItem3
//
layoutControlItem3.Control = xhsProjectBasicInfoHydroCtrl1;
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;
//
// XhsSchemeBasicInfoPage
//
Appearance.BackColor = SystemColors.Control;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Margin = new Padding(2);
Name = "XhsSchemeBasicInfoPage";
Size = new Size(951, 587);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private XhsProjectBasicInfoViewCtrl xhsProjectBasicInfoViewCtrl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private XhsProjectBasicInfoBimfaceCtrl xhsProjectBasicInfoBimfaceCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private XhsProjectBasicInfoHydroCtrl xhsProjectBasicInfoHydroCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}