|
|
|
|
namespace Kingo.Plugin.MapView
|
|
|
|
|
{
|
|
|
|
|
partial class UCDataCatalog
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 必需的设计器变量。
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 清理所有正在使用的资源。
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCDataCatalog));
|
|
|
|
|
this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
|
|
|
|
|
this.popMapMenu = new DevExpress.XtraBars.PopupMenu();
|
|
|
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager();
|
|
|
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.popGroupMenu = new DevExpress.XtraBars.PopupMenu();
|
|
|
|
|
this.popLayerMenu = new DevExpress.XtraBars.PopupMenu();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popMapMenu)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popGroupMenu)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popLayerMenu)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// axTOCControl1
|
|
|
|
|
//
|
|
|
|
|
this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.axTOCControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.axTOCControl1.Name = "axTOCControl1";
|
|
|
|
|
this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
|
|
|
|
|
this.axTOCControl1.Size = new System.Drawing.Size(329, 594);
|
|
|
|
|
this.axTOCControl1.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// popMapMenu
|
|
|
|
|
//
|
|
|
|
|
this.popMapMenu.Manager = this.barManager1;
|
|
|
|
|
this.popMapMenu.Name = "popMapMenu";
|
|
|
|
|
//
|
|
|
|
|
// barManager1
|
|
|
|
|
//
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
|
|
|
this.barManager1.Form = this;
|
|
|
|
|
this.barManager1.MaxItemId = 4;
|
|
|
|
|
//
|
|
|
|
|
// barDockControlTop
|
|
|
|
|
//
|
|
|
|
|
this.barDockControlTop.CausesValidation = false;
|
|
|
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.barDockControlTop.Manager = this.barManager1;
|
|
|
|
|
this.barDockControlTop.Size = new System.Drawing.Size(329, 0);
|
|
|
|
|
//
|
|
|
|
|
// barDockControlBottom
|
|
|
|
|
//
|
|
|
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
|
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 594);
|
|
|
|
|
this.barDockControlBottom.Manager = this.barManager1;
|
|
|
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(329, 0);
|
|
|
|
|
//
|
|
|
|
|
// barDockControlLeft
|
|
|
|
|
//
|
|
|
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
|
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.barDockControlLeft.Manager = this.barManager1;
|
|
|
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 594);
|
|
|
|
|
//
|
|
|
|
|
// barDockControlRight
|
|
|
|
|
//
|
|
|
|
|
this.barDockControlRight.CausesValidation = false;
|
|
|
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.barDockControlRight.Location = new System.Drawing.Point(329, 0);
|
|
|
|
|
this.barDockControlRight.Manager = this.barManager1;
|
|
|
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 594);
|
|
|
|
|
//
|
|
|
|
|
// popGroupMenu
|
|
|
|
|
//
|
|
|
|
|
this.popGroupMenu.Manager = this.barManager1;
|
|
|
|
|
this.popGroupMenu.Name = "popGroupMenu";
|
|
|
|
|
//
|
|
|
|
|
// popLayerMenu
|
|
|
|
|
//
|
|
|
|
|
this.popLayerMenu.Manager = this.barManager1;
|
|
|
|
|
this.popLayerMenu.Name = "popLayerMenu";
|
|
|
|
|
//
|
|
|
|
|
// UCDataCatalog
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.axTOCControl1);
|
|
|
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
|
|
|
this.Controls.Add(this.barDockControlRight);
|
|
|
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
|
|
|
this.Controls.Add(this.barDockControlTop);
|
|
|
|
|
this.Name = "UCDataCatalog";
|
|
|
|
|
this.Size = new System.Drawing.Size(329, 594);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popMapMenu)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popGroupMenu)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popLayerMenu)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
|
|
|
|
|
private DevExpress.XtraBars.PopupMenu popMapMenu;
|
|
|
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
|
|
|
private DevExpress.XtraBars.PopupMenu popGroupMenu;
|
|
|
|
|
private DevExpress.XtraBars.PopupMenu popLayerMenu;
|
|
|
|
|
}
|
|
|
|
|
}
|