namespace HStation.WinFrmUI.Xhs.Core
|
{
|
partial class HomePageMainPanel
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
xhsProjectTreeList1 = new XhsProjectTreeList();
|
panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
mapViewProjectListContainer1 = new MapViewProjectListContainer();
|
propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)panelControl1).BeginInit();
|
panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)propertyGridControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(xhsProjectTreeList1);
|
layoutControl1.Controls.Add(panelControl1);
|
layoutControl1.Controls.Add(propertyGridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(957, 518);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// xhsProjectTreeList1
|
//
|
xhsProjectTreeList1.Location = new Point(2, 2);
|
xhsProjectTreeList1.Name = "xhsProjectTreeList1";
|
xhsProjectTreeList1.Size = new Size(146, 514);
|
xhsProjectTreeList1.TabIndex = 6;
|
//
|
// panelControl1
|
//
|
panelControl1.Controls.Add(mapViewProjectListContainer1);
|
panelControl1.Location = new Point(152, 2);
|
panelControl1.Name = "panelControl1";
|
panelControl1.Size = new Size(633, 514);
|
panelControl1.TabIndex = 5;
|
//
|
// mapViewProjectListContainer1
|
//
|
mapViewProjectListContainer1.Dock = DockStyle.Fill;
|
mapViewProjectListContainer1.Location = new Point(2, 2);
|
mapViewProjectListContainer1.Margin = new Padding(3, 2, 3, 2);
|
mapViewProjectListContainer1.Name = "mapViewProjectListContainer1";
|
mapViewProjectListContainer1.Size = new Size(629, 510);
|
mapViewProjectListContainer1.TabIndex = 0;
|
//
|
// propertyGridControl1
|
//
|
propertyGridControl1.Location = new Point(789, 2);
|
propertyGridControl1.Name = "propertyGridControl1";
|
propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
|
propertyGridControl1.Size = new Size(166, 514);
|
propertyGridControl1.TabIndex = 4;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(957, 518);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = propertyGridControl1;
|
layoutControlItem1.Location = new Point(787, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(170, 518);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = panelControl1;
|
layoutControlItem2.Location = new Point(150, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(637, 518);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = xhsProjectTreeList1;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(150, 518);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// MainPanel
|
//
|
Appearance.BackColor = SystemColors.Control;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "MainPanel";
|
Size = new Size(957, 518);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)panelControl1).EndInit();
|
panelControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)propertyGridControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private Core.XhsProjectTreeList xhsProjectTreeList1;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private MapViewProjectListContainer mapViewProjectListContainer1;
|
}
|
}
|