namespace HStation.WinFrmUI
{
partial class HomeXhsProjectPage
{
///
/// 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.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
mapViewProjectListContainer1 = new MapViewProjectListContainer();
homeXhsProjectPropertyCtrl1 = new HomeXhsProjectPropertyCtrl();
homeXhsProjectTreeListCtrl1 = new HomeXhsProjectTreeListCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
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(mapViewProjectListContainer1);
layoutControl1.Controls.Add(homeXhsProjectPropertyCtrl1);
layoutControl1.Controls.Add(homeXhsProjectTreeListCtrl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(1063, 677);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// mapViewProjectListContainer1
//
mapViewProjectListContainer1.Location = new Point(252, 2);
mapViewProjectListContainer1.Margin = new Padding(3, 2, 3, 2);
mapViewProjectListContainer1.Name = "mapViewProjectListContainer1";
mapViewProjectListContainer1.Size = new Size(559, 673);
mapViewProjectListContainer1.TabIndex = 6;
//
// homeXhsProjectPropertyCtrl1
//
homeXhsProjectPropertyCtrl1.Location = new Point(815, 2);
homeXhsProjectPropertyCtrl1.Name = "homeXhsProjectPropertyCtrl1";
homeXhsProjectPropertyCtrl1.SelectedObject = null;
homeXhsProjectPropertyCtrl1.Size = new Size(246, 673);
homeXhsProjectPropertyCtrl1.TabIndex = 5;
//
// homeXhsProjectTreeListCtrl1
//
homeXhsProjectTreeListCtrl1.Location = new Point(2, 2);
homeXhsProjectTreeListCtrl1.Name = "homeXhsProjectTreeListCtrl1";
homeXhsProjectTreeListCtrl1.Size = new Size(246, 673);
homeXhsProjectTreeListCtrl1.TabIndex = 4;
homeXhsProjectTreeListCtrl1.SelectProjectEvent += homeXhsProjectTreeListCtrl1_SelectProjectEvent;
//
// 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.Absolute;
columnDefinition1.Width = 250D;
columnDefinition2.SizeType = SizeType.Percent;
columnDefinition2.Width = 100D;
columnDefinition3.SizeType = SizeType.Absolute;
columnDefinition3.Width = 250D;
Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2, columnDefinition3 });
rowDefinition1.Height = 100D;
rowDefinition1.SizeType = SizeType.Percent;
Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1 });
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(1063, 677);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = homeXhsProjectTreeListCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(250, 677);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = homeXhsProjectPropertyCtrl1;
layoutControlItem2.Location = new Point(813, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
layoutControlItem2.Size = new Size(250, 677);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = mapViewProjectListContainer1;
layoutControlItem3.Location = new Point(250, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem3.Size = new Size(563, 677);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// HomeXhsProjectPage
//
Appearance.BackColor = SystemColors.Control;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "HomeXhsProjectPage";
Size = new Size(1063, 677);
((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 DevExpress.XtraLayout.LayoutControlGroup Root;
private MapViewProjectListContainer mapViewProjectListContainer1;
private HomeXhsProjectPropertyCtrl homeXhsProjectPropertyCtrl1;
private HomeXhsProjectTreeListCtrl homeXhsProjectTreeListCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}