namespace HStation.WinFrmUI
|
{
|
partial class ProjectResultShowPanel
|
{
|
/// <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()
|
{
|
tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
|
tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
xhsProjectInfoCtrl1 = new XhsProjectInfoCtrl();
|
tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
mapSetSimpleMarkerContainer1 = new MapSetSimpleMarkerContainer();
|
txtAddress = new TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
tabNavigationPageBimface = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
xhsProjectBimfaceInfoCtrl1 = new XhsProjectBimfaceInfoCtrl();
|
tabNavigationPage4 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
xhsProjectHydroInfoCtrl1 = new XhsProjectHydroInfoCtrl();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)tabPane1).BeginInit();
|
tabPane1.SuspendLayout();
|
tabNavigationPage1.SuspendLayout();
|
tabNavigationPage2.SuspendLayout();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)txtAddress.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
tabNavigationPageBimface.SuspendLayout();
|
tabNavigationPage4.SuspendLayout();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
SuspendLayout();
|
//
|
// tabPane1
|
//
|
tabPane1.Controls.Add(tabNavigationPage1);
|
tabPane1.Controls.Add(tabNavigationPage2);
|
tabPane1.Controls.Add(tabNavigationPageBimface);
|
tabPane1.Controls.Add(tabNavigationPage4);
|
tabPane1.Dock = DockStyle.Fill;
|
tabPane1.Location = new Point(0, 0);
|
tabPane1.Name = "tabPane1";
|
tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1, tabNavigationPage2, tabNavigationPage4, tabNavigationPageBimface });
|
tabPane1.RegularSize = new Size(916, 553);
|
tabPane1.SelectedPage = tabNavigationPage1;
|
tabPane1.Size = new Size(916, 553);
|
tabPane1.TabIndex = 0;
|
tabPane1.Text = "tabPane1";
|
//
|
// tabNavigationPage1
|
//
|
tabNavigationPage1.Caption = "基础信息";
|
tabNavigationPage1.Controls.Add(xhsProjectInfoCtrl1);
|
tabNavigationPage1.Name = "tabNavigationPage1";
|
tabNavigationPage1.Size = new Size(916, 520);
|
//
|
// xhsProjectInfoCtrl1
|
//
|
xhsProjectInfoCtrl1.Dock = DockStyle.Fill;
|
xhsProjectInfoCtrl1.Location = new Point(0, 0);
|
xhsProjectInfoCtrl1.Name = "xhsProjectInfoCtrl1";
|
xhsProjectInfoCtrl1.Size = new Size(916, 520);
|
xhsProjectInfoCtrl1.TabIndex = 5;
|
//
|
// tabNavigationPage2
|
//
|
tabNavigationPage2.Caption = "位置展示";
|
tabNavigationPage2.Controls.Add(layoutControl1);
|
tabNavigationPage2.Name = "tabNavigationPage2";
|
tabNavigationPage2.Size = new Size(916, 520);
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(mapSetSimpleMarkerContainer1);
|
layoutControl1.Controls.Add(txtAddress);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(916, 520);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// mapSetSimpleMarkerContainer1
|
//
|
mapSetSimpleMarkerContainer1.BorderColor = Color.LightGray;
|
mapSetSimpleMarkerContainer1.BorderWidth = 1;
|
mapSetSimpleMarkerContainer1.Location = new Point(5, 5);
|
mapSetSimpleMarkerContainer1.Margin = new Padding(3, 2, 3, 2);
|
mapSetSimpleMarkerContainer1.Name = "mapSetSimpleMarkerContainer1";
|
mapSetSimpleMarkerContainer1.ShowBorder = true;
|
mapSetSimpleMarkerContainer1.Size = new Size(906, 486);
|
mapSetSimpleMarkerContainer1.TabIndex = 1;
|
//
|
// txtAddress
|
//
|
txtAddress.Location = new Point(69, 495);
|
txtAddress.Name = "txtAddress";
|
txtAddress.Size = new Size(842, 20);
|
txtAddress.StyleController = layoutControl1;
|
txtAddress.TabIndex = 5;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
|
Root.Size = new Size(916, 520);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = txtAddress;
|
layoutControlItem3.Location = new Point(0, 490);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(910, 24);
|
layoutControlItem3.Text = "详细位置:";
|
layoutControlItem3.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = mapSetSimpleMarkerContainer1;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(910, 490);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// tabNavigationPageBimface
|
//
|
tabNavigationPageBimface.Caption = "三维模型";
|
tabNavigationPageBimface.Controls.Add(xhsProjectBimfaceInfoCtrl1);
|
tabNavigationPageBimface.Name = "tabNavigationPageBimface";
|
tabNavigationPageBimface.Size = new Size(916, 520);
|
//
|
// xhsProjectBimfaceInfoCtrl1
|
//
|
xhsProjectBimfaceInfoCtrl1.Dock = DockStyle.Fill;
|
xhsProjectBimfaceInfoCtrl1.Location = new Point(0, 0);
|
xhsProjectBimfaceInfoCtrl1.Name = "xhsProjectBimfaceInfoCtrl1";
|
xhsProjectBimfaceInfoCtrl1.Size = new Size(916, 520);
|
xhsProjectBimfaceInfoCtrl1.TabIndex = 0;
|
//
|
// tabNavigationPage4
|
//
|
tabNavigationPage4.Caption = "构建明细";
|
tabNavigationPage4.Controls.Add(xhsProjectHydroInfoCtrl1);
|
tabNavigationPage4.Name = "tabNavigationPage4";
|
tabNavigationPage4.Size = new Size(916, 520);
|
//
|
// xhsProjectHydroInfoCtrl1
|
//
|
xhsProjectHydroInfoCtrl1.Dock = DockStyle.Fill;
|
xhsProjectHydroInfoCtrl1.Location = new Point(0, 0);
|
xhsProjectHydroInfoCtrl1.Name = "xhsProjectHydroInfoCtrl1";
|
xhsProjectHydroInfoCtrl1.Size = new Size(916, 520);
|
xhsProjectHydroInfoCtrl1.TabIndex = 0;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Location = new Point(0, 435);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(765, 24);
|
layoutControlItem2.Text = "详细地址:";
|
layoutControlItem2.TextSize = new Size(60, 14);
|
//
|
// ProjectResultShowPanel
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(tabPane1);
|
Name = "ProjectResultShowPanel";
|
Size = new Size(916, 553);
|
((ISupportInitialize)tabPane1).EndInit();
|
tabPane1.ResumeLayout(false);
|
tabNavigationPage1.ResumeLayout(false);
|
tabNavigationPage2.ResumeLayout(false);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)txtAddress.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
tabNavigationPageBimface.ResumeLayout(false);
|
tabNavigationPage4.ResumeLayout(false);
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Navigation.TabPane tabPane1;
|
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
|
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
|
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPageBimface;
|
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage4;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private TextEdit txtAddress;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private XhsProjectInfoCtrl xhsProjectInfoCtrl1;
|
private MapSetSimpleMarkerContainer mapSetSimpleMarkerContainer1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private XhsProjectHydroInfoCtrl xhsProjectHydroInfoCtrl1;
|
private XhsProjectBimfaceInfoCtrl xhsProjectBimfaceInfoCtrl1;
|
}
|
}
|