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();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
ComponentResourceManager resources = new ComponentResourceManager(typeof(HomeXhsProjectPage));
DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
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();
tileControl1 = new DevExpress.XtraEditors.TileControl();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
tileGroup1 = new DevExpress.XtraEditors.TileGroup();
tileItemForProject = new DevExpress.XtraEditors.TileItem();
tilItemForPumpMain = new DevExpress.XtraEditors.TileItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(tileControl1);
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.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(506, 387, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(1063, 677);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// mapViewProjectListContainer1
//
mapViewProjectListContainer1.Location = new Point(252, 122);
mapViewProjectListContainer1.Margin = new Padding(3, 2, 3, 2);
mapViewProjectListContainer1.Name = "mapViewProjectListContainer1";
mapViewProjectListContainer1.Size = new Size(559, 553);
mapViewProjectListContainer1.TabIndex = 6;
//
// homeXhsProjectPropertyCtrl1
//
homeXhsProjectPropertyCtrl1.Location = new Point(815, 122);
homeXhsProjectPropertyCtrl1.Name = "homeXhsProjectPropertyCtrl1";
homeXhsProjectPropertyCtrl1.SelectedObject = null;
homeXhsProjectPropertyCtrl1.Size = new Size(246, 553);
homeXhsProjectPropertyCtrl1.TabIndex = 5;
//
// homeXhsProjectTreeListCtrl1
//
homeXhsProjectTreeListCtrl1.Location = new Point(2, 122);
homeXhsProjectTreeListCtrl1.Name = "homeXhsProjectTreeListCtrl1";
homeXhsProjectTreeListCtrl1.Padding = new Padding(10);
homeXhsProjectTreeListCtrl1.Size = new Size(246, 553);
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, layoutControlItem4 });
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 = 120D;
rowDefinition1.SizeType = SizeType.Absolute;
rowDefinition2.Height = 100D;
rowDefinition2.SizeType = SizeType.Percent;
Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2 });
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, 120);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem1.Size = new Size(250, 557);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = homeXhsProjectPropertyCtrl1;
layoutControlItem2.Location = new Point(813, 120);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem2.Size = new Size(250, 557);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = mapViewProjectListContainer1;
layoutControlItem3.Location = new Point(250, 120);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem3.Size = new Size(563, 557);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// tileControl1
//
tileControl1.Groups.Add(tileGroup1);
tileControl1.Location = new Point(2, 2);
tileControl1.MaxId = 2;
tileControl1.Name = "tileControl1";
tileControl1.Size = new Size(1059, 116);
tileControl1.TabIndex = 7;
tileControl1.Text = "tileControl1";
//
// layoutControlItem4
//
layoutControlItem4.Control = tileControl1;
layoutControlItem4.Location = new Point(0, 0);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.OptionsTableLayoutItem.ColumnSpan = 3;
layoutControlItem4.Size = new Size(1063, 120);
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// tileGroup1
//
tileGroup1.Items.Add(tileItemForProject);
tileGroup1.Items.Add(tilItemForPumpMain);
tileGroup1.Name = "tileGroup1";
tileGroup1.Text = "tileGroup1";
//
// tileItemForProject
//
tileItemElement1.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("resource.SvgImage");
tileItemElement1.Text = "项目总数量";
tileItemForProject.Elements.Add(tileItemElement1);
tileItemForProject.Id = 0;
tileItemForProject.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
tileItemForProject.Name = "tileItemForProject";
//
// tilItemForPumpMain
//
tileItemElement2.Text = "水泵型号总数量";
tilItemForPumpMain.Elements.Add(tileItemElement2);
tilItemForPumpMain.Id = 1;
tilItemForPumpMain.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
tilItemForPumpMain.Name = "tilItemForPumpMain";
//
// 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();
((ISupportInitialize)layoutControlItem4).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;
private DevExpress.XtraEditors.TileControl tileControl1;
private DevExpress.XtraEditors.TileGroup tileGroup1;
private DevExpress.XtraEditors.TileItem tileItemForProject;
private DevExpress.XtraEditors.TileItem tilItemForPumpMain;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
}
}