|
|
|
|
namespace Kingo.Plugin.MapView
|
|
|
|
|
{
|
|
|
|
|
partial class UcMapControl
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcMapControl));
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.axMapControl = new ESRI.ArcGIS.Controls.AxMapControl();
|
|
|
|
|
this.popupCtrl = new DevExpress.XtraEditors.PopupContainerControl();
|
|
|
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
|
|
this.bar3 = new DevExpress.XtraBars.Bar();
|
|
|
|
|
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.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.axMapControl)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupCtrl)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Controls.Add(this.axMapControl);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(952, 609);
|
|
|
|
|
this.panel1.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// axMapControl
|
|
|
|
|
//
|
|
|
|
|
this.axMapControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.axMapControl.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.axMapControl.Name = "axMapControl";
|
|
|
|
|
this.axMapControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl.OcxState")));
|
|
|
|
|
this.axMapControl.Size = new System.Drawing.Size(952, 609);
|
|
|
|
|
this.axMapControl.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// popupCtrl
|
|
|
|
|
//
|
|
|
|
|
this.popupCtrl.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.popupCtrl.Name = "popupCtrl";
|
|
|
|
|
this.popupCtrl.Size = new System.Drawing.Size(200, 100);
|
|
|
|
|
this.popupCtrl.TabIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// barManager1
|
|
|
|
|
//
|
|
|
|
|
this.barManager1.AllowCustomization = false;
|
|
|
|
|
this.barManager1.AllowMoveBarOnToolbar = false;
|
|
|
|
|
this.barManager1.AllowQuickCustomization = false;
|
|
|
|
|
this.barManager1.AllowShowToolbarsPopup = false;
|
|
|
|
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
|
|
|
|
this.bar3});
|
|
|
|
|
this.barManager1.CloseButtonAffectAllTabs = false;
|
|
|
|
|
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.DockManager = this.dockManager1;
|
|
|
|
|
this.barManager1.Form = this;
|
|
|
|
|
this.barManager1.MaxItemId = 1;
|
|
|
|
|
this.barManager1.StatusBar = this.bar3;
|
|
|
|
|
//
|
|
|
|
|
// bar3
|
|
|
|
|
//
|
|
|
|
|
this.bar3.BarName = "Status bar";
|
|
|
|
|
this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
|
|
|
|
|
this.bar3.DockCol = 0;
|
|
|
|
|
this.bar3.DockRow = 0;
|
|
|
|
|
this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
|
|
|
|
|
this.bar3.OptionsBar.AllowQuickCustomization = false;
|
|
|
|
|
this.bar3.OptionsBar.DrawDragBorder = false;
|
|
|
|
|
this.bar3.OptionsBar.UseWholeRow = true;
|
|
|
|
|
this.bar3.Text = "Status bar";
|
|
|
|
|
this.bar3.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// 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(952, 0);
|
|
|
|
|
//
|
|
|
|
|
// barDockControlBottom
|
|
|
|
|
//
|
|
|
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
|
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 609);
|
|
|
|
|
this.barDockControlBottom.Manager = this.barManager1;
|
|
|
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(952, 23);
|
|
|
|
|
//
|
|
|
|
|
// 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, 609);
|
|
|
|
|
//
|
|
|
|
|
// barDockControlRight
|
|
|
|
|
//
|
|
|
|
|
this.barDockControlRight.CausesValidation = false;
|
|
|
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.barDockControlRight.Location = new System.Drawing.Point(952, 0);
|
|
|
|
|
this.barDockControlRight.Manager = this.barManager1;
|
|
|
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 609);
|
|
|
|
|
//
|
|
|
|
|
// dockManager1
|
|
|
|
|
//
|
|
|
|
|
this.dockManager1.Form = this;
|
|
|
|
|
this.dockManager1.MenuManager = this.barManager1;
|
|
|
|
|
this.dockManager1.TopZIndexControls.AddRange(new string[] {
|
|
|
|
|
"DevExpress.XtraBars.BarDockControl",
|
|
|
|
|
"DevExpress.XtraBars.StandaloneBarDockControl",
|
|
|
|
|
"System.Windows.Forms.StatusBar",
|
|
|
|
|
"System.Windows.Forms.MenuStrip",
|
|
|
|
|
"System.Windows.Forms.StatusStrip",
|
|
|
|
|
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
|
|
|
|
|
"DevExpress.XtraBars.Ribbon.RibbonControl",
|
|
|
|
|
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
|
|
|
|
|
"DevExpress.XtraBars.Navigation.TileNavPane",
|
|
|
|
|
"DevExpress.XtraBars.TabFormControl"});
|
|
|
|
|
//
|
|
|
|
|
// UcMapControl
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.popupCtrl);
|
|
|
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
|
|
|
this.Controls.Add(this.barDockControlRight);
|
|
|
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
|
|
|
this.Controls.Add(this.barDockControlTop);
|
|
|
|
|
this.Name = "UcMapControl";
|
|
|
|
|
this.Size = new System.Drawing.Size(952, 632);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.axMapControl)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupCtrl)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private ESRI.ArcGIS.Controls.AxMapControl axMapControl;
|
|
|
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
|
|
|
private DevExpress.XtraBars.Bar bar3;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
|
|
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
|
|
|
|
private DevExpress.XtraEditors.PopupContainerControl popupCtrl;
|
|
|
|
|
}
|
|
|
|
|
}
|