MainFrm.Designer.cs
资源名称:vcengine.rar [点击查看]
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:211k
源码类别:
GIS编程
开发平台:
Visual C++
- this.btnDrawNewEllipse.Tooltip = "椭圆";
- this.btnDrawNewEllipse.Click += new System.EventHandler(this.btnDrawNewEllipse_Click);
- //
- // btnDrawNewLine
- //
- this.btnDrawNewLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.btnDrawNewLine.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
- this.btnDrawNewLine.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
- this.btnDrawNewLine.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
- this.btnDrawNewLine.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewLine.Image")));
- this.btnDrawNewLine.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
- this.btnDrawNewLine.ImagePaddingHorizontal = 8;
- this.btnDrawNewLine.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
- this.btnDrawNewLine.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.btnDrawNewLine.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.btnDrawNewLine.Name = "btnDrawNewLine";
- this.btnDrawNewLine.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
- this.btnDrawNewLine.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
- this.btnDrawNewLine.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
- this.btnDrawNewLine.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
- this.btnDrawNewLine.Text = "折线";
- this.btnDrawNewLine.Tooltip = "折线";
- this.btnDrawNewLine.Click += new System.EventHandler(this.btnDrawNewLine_Click);
- //
- // btnDrawNewCurve
- //
- this.btnDrawNewCurve.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.btnDrawNewCurve.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
- this.btnDrawNewCurve.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
- this.btnDrawNewCurve.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
- this.btnDrawNewCurve.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewCurve.Image")));
- this.btnDrawNewCurve.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
- this.btnDrawNewCurve.ImagePaddingHorizontal = 8;
- this.btnDrawNewCurve.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
- this.btnDrawNewCurve.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.btnDrawNewCurve.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.btnDrawNewCurve.Name = "btnDrawNewCurve";
- this.btnDrawNewCurve.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
- this.btnDrawNewCurve.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
- this.btnDrawNewCurve.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
- this.btnDrawNewCurve.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
- this.btnDrawNewCurve.Text = "曲线";
- this.btnDrawNewCurve.Tooltip = "曲线";
- this.btnDrawNewCurve.Click += new System.EventHandler(this.btnDrawNewCurve_Click);
- //
- // btnDrawNewFreeHand
- //
- this.btnDrawNewFreeHand.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.btnDrawNewFreeHand.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
- this.btnDrawNewFreeHand.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
- this.btnDrawNewFreeHand.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
- this.btnDrawNewFreeHand.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewFreeHand.Image")));
- this.btnDrawNewFreeHand.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
- this.btnDrawNewFreeHand.ImagePaddingHorizontal = 8;
- this.btnDrawNewFreeHand.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
- this.btnDrawNewFreeHand.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.btnDrawNewFreeHand.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.btnDrawNewFreeHand.Name = "btnDrawNewFreeHand";
- this.btnDrawNewFreeHand.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
- this.btnDrawNewFreeHand.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
- this.btnDrawNewFreeHand.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
- this.btnDrawNewFreeHand.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
- this.btnDrawNewFreeHand.Text = "自定义";
- this.btnDrawNewFreeHand.Tooltip = "自定义";
- this.btnDrawNewFreeHand.Click += new System.EventHandler(this.btnDrawNewFreeHand_Click);
- //
- // btnDrawNewMarker
- //
- this.btnDrawNewMarker.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.btnDrawNewMarker.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
- this.btnDrawNewMarker.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
- this.btnDrawNewMarker.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
- this.btnDrawNewMarker.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewMarker.Image")));
- this.btnDrawNewMarker.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
- this.btnDrawNewMarker.ImagePaddingHorizontal = 8;
- this.btnDrawNewMarker.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
- this.btnDrawNewMarker.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.btnDrawNewMarker.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.btnDrawNewMarker.Name = "btnDrawNewMarker";
- this.btnDrawNewMarker.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
- this.btnDrawNewMarker.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
- this.btnDrawNewMarker.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
- this.btnDrawNewMarker.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
- this.btnDrawNewMarker.Text = "点";
- this.btnDrawNewMarker.Tooltip = "点";
- this.btnDrawNewMarker.Click += new System.EventHandler(this.btnDrawNewMarker_Click);
- //
- // btnDrawNewText
- //
- this.btnDrawNewText.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.btnDrawNewText.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
- this.btnDrawNewText.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
- this.btnDrawNewText.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
- this.btnDrawNewText.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewText.Image")));
- this.btnDrawNewText.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
- this.btnDrawNewText.ImagePaddingHorizontal = 8;
- this.btnDrawNewText.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
- this.btnDrawNewText.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.btnDrawNewText.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.btnDrawNewText.Name = "btnDrawNewText";
- this.btnDrawNewText.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
- this.btnDrawNewText.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
- this.btnDrawNewText.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
- this.btnDrawNewText.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
- this.btnDrawNewText.Text = "文本";
- this.btnDrawNewText.Click += new System.EventHandler(this.btnDrawNewText_Click);
- //
- // barStatus
- //
- this.barStatus.AccessibleDescription = "DotNetBar Bar (barStatus)";
- this.barStatus.AccessibleName = "DotNetBar Bar";
- this.barStatus.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
- this.barStatus.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.barStatus.BarType = DevComponents.DotNetBar.eBarType.Toolbar;
- this.barStatus.DockedBorderStyle = DevComponents.DotNetBar.eBorderType.None;
- this.barStatus.DockOffset = 225;
- this.barStatus.DockOrientation = DevComponents.DotNetBar.eOrientation.Horizontal;
- this.barStatus.DockSide = DevComponents.DotNetBar.eDockSide.Bottom;
- this.barStatus.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Bottom;
- this.barStatus.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
- this.barStatus.ImageSize = DevComponents.DotNetBar.eBarImageSize.Default;
- this.barStatus.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.lblCurrentLocation});
- this.barStatus.LayoutType = DevComponents.DotNetBar.eLayoutType.Toolbar;
- this.barStatus.Location = new System.Drawing.Point(251, 0);
- this.barStatus.Name = "barStatus";
- this.barStatus.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
- this.barStatus.RenderMode = DevComponents.DotNetBar.eRenderMode.Global;
- this.barStatus.Size = new System.Drawing.Size(77, 18);
- this.barStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.barStatus.TabIndex = 0;
- this.barStatus.TabStop = false;
- this.barStatus.Text = "状态栏";
- //
- // lblCurrentLocation
- //
- this.lblCurrentLocation.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.lblCurrentLocation.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Top)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.lblCurrentLocation.BorderType = DevComponents.DotNetBar.eBorderType.None;
- this.lblCurrentLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
- this.lblCurrentLocation.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.lblCurrentLocation.Name = "lblCurrentLocation";
- this.lblCurrentLocation.Text = "当前位置:";
- this.lblCurrentLocation.TextAlignment = System.Drawing.StringAlignment.Near;
- this.lblCurrentLocation.TextLineAlignment = System.Drawing.StringAlignment.Center;
- //
- // dockSite5
- //
- this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite5.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
- this.dockSite5.Location = new System.Drawing.Point(4, 50);
- this.dockSite5.Name = "dockSite5";
- this.dockSite5.Size = new System.Drawing.Size(0, 309);
- this.dockSite5.TabIndex = 7;
- this.dockSite5.TabStop = false;
- //
- // dockSite6
- //
- this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite6.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
- this.dockSite6.Location = new System.Drawing.Point(675, 50);
- this.dockSite6.Name = "dockSite6";
- this.dockSite6.Size = new System.Drawing.Size(0, 309);
- this.dockSite6.TabIndex = 8;
- this.dockSite6.TabStop = false;
- //
- // dockSite7
- //
- this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite7.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
- this.dockSite7.Location = new System.Drawing.Point(4, 50);
- this.dockSite7.Name = "dockSite7";
- this.dockSite7.Size = new System.Drawing.Size(671, 0);
- this.dockSite7.TabIndex = 9;
- this.dockSite7.TabStop = false;
- //
- // dockSite3
- //
- this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- this.dockSite3.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
- this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
- this.dockSite3.Location = new System.Drawing.Point(4, 50);
- this.dockSite3.Name = "dockSite3";
- this.dockSite3.Size = new System.Drawing.Size(671, 0);
- this.dockSite3.TabIndex = 5;
- this.dockSite3.TabStop = false;
- //
- // controlContainerItem1
- //
- this.controlContainerItem1.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
- this.controlContainerItem1.AllowItemResize = false;
- this.controlContainerItem1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
- this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
- this.controlContainerItem1.Name = "controlContainerItem1";
- //
- // toolStripContainer1
- //
- this.toolStripContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- //
- // toolStripContainer1.BottomToolStripPanel
- //
- this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
- this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip2);
- //
- // toolStripContainer1.ContentPanel
- //
- this.toolStripContainer1.ContentPanel.Controls.Add(this.axLicenseControl1);
- this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(314, 29);
- this.toolStripContainer1.LeftToolStripPanelVisible = false;
- this.toolStripContainer1.Location = new System.Drawing.Point(206, 223);
- this.toolStripContainer1.Name = "toolStripContainer1";
- this.toolStripContainer1.RightToolStripPanelVisible = false;
- this.toolStripContainer1.Size = new System.Drawing.Size(314, 54);
- this.toolStripContainer1.TabIndex = 0;
- this.toolStripContainer1.Text = "toolStripContainer1";
- //
- // toolStripContainer1.TopToolStripPanel
- //
- this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
- //
- // statusStrip1
- //
- this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.LlblStatusBarLocation,
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 0);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(126, 22);
- this.statusStrip1.TabIndex = 2;
- this.statusStrip1.Visible = false;
- //
- // LlblStatusBarLocation
- //
- this.LlblStatusBarLocation.Name = "LlblStatusBarLocation";
- this.LlblStatusBarLocation.Size = new System.Drawing.Size(0, 17);
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(109, 17);
- this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
- //
- // toolStrip2
- //
- this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
- this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnFlashShape,
- this.txtFormat,
- this.txtDouble,
- this.lblDouble,
- this.toolStripButton1,
- this.toolStripButton2,
- this.toolStripButton3});
- this.toolStrip2.Location = new System.Drawing.Point(3, 0);
- this.toolStrip2.Name = "toolStrip2";
- this.toolStrip2.Size = new System.Drawing.Size(346, 25);
- this.toolStrip2.TabIndex = 2;
- this.toolStrip2.Visible = false;
- //
- // btnFlashShape
- //
- this.btnFlashShape.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnFlashShape.Image = ((System.Drawing.Image)(resources.GetObject("btnFlashShape.Image")));
- this.btnFlashShape.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnFlashShape.Name = "btnFlashShape";
- this.btnFlashShape.Size = new System.Drawing.Size(23, 22);
- this.btnFlashShape.Text = "toolStripButton1";
- this.btnFlashShape.Click += new System.EventHandler(this.btnFlashShape_Click);
- //
- // txtFormat
- //
- this.txtFormat.Name = "txtFormat";
- this.txtFormat.Size = new System.Drawing.Size(100, 25);
- //
- // txtDouble
- //
- this.txtDouble.Name = "txtDouble";
- this.txtDouble.Size = new System.Drawing.Size(100, 25);
- //
- // lblDouble
- //
- this.lblDouble.Name = "lblDouble";
- this.lblDouble.Size = new System.Drawing.Size(40, 22);
- this.lblDouble.Text = "Double";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton1.Text = "toolStripButton1";
- this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton2.Text = "toolStripButton2";
- this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
- //
- // toolStripButton3
- //
- this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
- this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton3.Name = "toolStripButton3";
- this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton3.Text = "toolStripButton3";
- this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_1);
- //
- // axLicenseControl1
- //
- this.axLicenseControl1.Enabled = true;
- this.axLicenseControl1.Location = new System.Drawing.Point(579, 295);
- this.axLicenseControl1.Name = "axLicenseControl1";
- this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
- this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
- this.axLicenseControl1.TabIndex = 0;
- //
- // toolStrip1
- //
- this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnSimpleRender,
- this.btnClassBreakRender,
- this.UniqueValueRender,
- this.btnProportionalSymbolRender,
- this.btnStackedChartRender,
- this.btnBarChartRender,
- this.btnPieChartRender,
- this.btnDotDensityRender,
- this.btnAnno});
- this.toolStrip1.Location = new System.Drawing.Point(3, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(217, 25);
- this.toolStrip1.TabIndex = 1;
- //
- // btnSimpleRender
- //
- this.btnSimpleRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnSimpleRender.Image = ((System.Drawing.Image)(resources.GetObject("btnSimpleRender.Image")));
- this.btnSimpleRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnSimpleRender.Name = "btnSimpleRender";
- this.btnSimpleRender.Size = new System.Drawing.Size(23, 22);
- this.btnSimpleRender.Text = "SimpleRender";
- this.btnSimpleRender.Click += new System.EventHandler(this.btnSimpleRender_Click);
- //
- // btnClassBreakRender
- //
- this.btnClassBreakRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnClassBreakRender.Image = ((System.Drawing.Image)(resources.GetObject("btnClassBreakRender.Image")));
- this.btnClassBreakRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnClassBreakRender.Name = "btnClassBreakRender";
- this.btnClassBreakRender.Size = new System.Drawing.Size(23, 22);
- this.btnClassBreakRender.Text = "ClassBreakRender";
- this.btnClassBreakRender.Click += new System.EventHandler(this.btnClassBreakRender_Click);
- //
- // UniqueValueRender
- //
- this.UniqueValueRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.UniqueValueRender.Image = ((System.Drawing.Image)(resources.GetObject("UniqueValueRender.Image")));
- this.UniqueValueRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.UniqueValueRender.Name = "UniqueValueRender";
- this.UniqueValueRender.Size = new System.Drawing.Size(23, 22);
- this.UniqueValueRender.Text = "UniqueValueRender";
- this.UniqueValueRender.Click += new System.EventHandler(this.UniqueValueRender_Click);
- //
- // btnProportionalSymbolRender
- //
- this.btnProportionalSymbolRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnProportionalSymbolRender.Image = ((System.Drawing.Image)(resources.GetObject("btnProportionalSymbolRender.Image")));
- this.btnProportionalSymbolRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnProportionalSymbolRender.Name = "btnProportionalSymbolRender";
- this.btnProportionalSymbolRender.Size = new System.Drawing.Size(23, 22);
- this.btnProportionalSymbolRender.Text = "ProportionalSymbolRender";
- this.btnProportionalSymbolRender.Click += new System.EventHandler(this.btnProportionalSymbolRender_Click);
- //
- // btnStackedChartRender
- //
- this.btnStackedChartRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnStackedChartRender.Image = ((System.Drawing.Image)(resources.GetObject("btnStackedChartRender.Image")));
- this.btnStackedChartRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnStackedChartRender.Name = "btnStackedChartRender";
- this.btnStackedChartRender.Size = new System.Drawing.Size(23, 22);
- this.btnStackedChartRender.Text = "StackedChartRender";
- this.btnStackedChartRender.Click += new System.EventHandler(this.btnStackedChartRender_Click);
- //
- // btnBarChartRender
- //
- this.btnBarChartRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnBarChartRender.Image = ((System.Drawing.Image)(resources.GetObject("btnBarChartRender.Image")));
- this.btnBarChartRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnBarChartRender.Name = "btnBarChartRender";
- this.btnBarChartRender.Size = new System.Drawing.Size(23, 22);
- this.btnBarChartRender.Text = "BarChartRender";
- this.btnBarChartRender.Click += new System.EventHandler(this.btnBarChartRender_Click);
- //
- // btnPieChartRender
- //
- this.btnPieChartRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnPieChartRender.Image = ((System.Drawing.Image)(resources.GetObject("btnPieChartRender.Image")));
- this.btnPieChartRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPieChartRender.Name = "btnPieChartRender";
- this.btnPieChartRender.Size = new System.Drawing.Size(23, 22);
- this.btnPieChartRender.Text = "PieChartRender";
- this.btnPieChartRender.Click += new System.EventHandler(this.btnPieChartRender_Click);
- //
- // btnDotDensityRender
- //
- this.btnDotDensityRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnDotDensityRender.Image = ((System.Drawing.Image)(resources.GetObject("btnDotDensityRender.Image")));
- this.btnDotDensityRender.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnDotDensityRender.Name = "btnDotDensityRender";
- this.btnDotDensityRender.Size = new System.Drawing.Size(23, 22);
- this.btnDotDensityRender.Text = "DotDensityRender";
- this.btnDotDensityRender.Click += new System.EventHandler(this.btnDotDensityRender_Click);
- //
- // btnAnno
- //
- this.btnAnno.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnAnno.Image = ((System.Drawing.Image)(resources.GetObject("btnAnno.Image")));
- this.btnAnno.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnAnno.Name = "btnAnno";
- this.btnAnno.Size = new System.Drawing.Size(23, 22);
- this.btnAnno.Text = "toolStripButton1";
- this.btnAnno.Click += new System.EventHandler(this.btnAnno_Click);
- //
- // mainMapControl
- //
- this.mainMapControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.mainMapControl.Location = new System.Drawing.Point(1, 1);
- this.mainMapControl.Name = "mainMapControl";
- this.mainMapControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("mainMapControl.OcxState")));
- this.mainMapControl.Size = new System.Drawing.Size(524, 281);
- this.mainMapControl.TabIndex = 1;
- this.mainMapControl.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.mainMapControl_OnExtentUpdated);
- this.mainMapControl.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.mainMapControl_OnMapReplaced);
- this.mainMapControl.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.mainMapControl_OnMouseDown);
- this.mainMapControl.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.mainMapControl_OnMouseMove);
- //
- // bubbleBar
- //
- this.bubbleBar.Alignment = DevComponents.DotNetBar.eBubbleButtonAlignment.Bottom;
- this.bubbleBar.AntiAlias = true;
- //
- //
- //
- this.bubbleBar.BackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Linear;
- this.bubbleBar.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Stretch;
- this.bubbleBar.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.None;
- this.bubbleBar.BackgroundStyle.BorderBottomColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderColorLight2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderColorLightSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.None;
- this.bubbleBar.BackgroundStyle.BorderLeftColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.None;
- this.bubbleBar.BackgroundStyle.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.None;
- this.bubbleBar.BackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.bubbleBar.BackgroundStyle.CornerTypeBottomLeft = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.BackgroundStyle.CornerTypeBottomRight = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.BackgroundStyle.CornerTypeTopLeft = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.BackgroundStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- this.bubbleBar.BackgroundStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.bubbleBar.BackgroundStyle.TextShadowColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.BackgroundStyle.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisCharacter;
- //
- //
- //
- this.bubbleBar.ButtonBackAreaStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBar.ButtonBackAreaStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Linear;
- this.bubbleBar.ButtonBackAreaStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Stretch;
- this.bubbleBar.ButtonBackAreaStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.bubbleBar.ButtonBackAreaStyle.BorderBottomColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderBottomWidth = 1;
- this.bubbleBar.ButtonBackAreaStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
- this.bubbleBar.ButtonBackAreaStyle.BorderColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderColorLight2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderColorLightSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.bubbleBar.ButtonBackAreaStyle.BorderLeftColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderLeftWidth = 1;
- this.bubbleBar.ButtonBackAreaStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.bubbleBar.ButtonBackAreaStyle.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderRightWidth = 1;
- this.bubbleBar.ButtonBackAreaStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.bubbleBar.ButtonBackAreaStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.BorderTopWidth = 1;
- this.bubbleBar.ButtonBackAreaStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.bubbleBar.ButtonBackAreaStyle.CornerTypeBottomLeft = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.ButtonBackAreaStyle.CornerTypeBottomRight = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.ButtonBackAreaStyle.CornerTypeTopLeft = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.ButtonBackAreaStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Inherit;
- this.bubbleBar.ButtonBackAreaStyle.PaddingBottom = 3;
- this.bubbleBar.ButtonBackAreaStyle.PaddingLeft = 3;
- this.bubbleBar.ButtonBackAreaStyle.PaddingRight = 3;
- this.bubbleBar.ButtonBackAreaStyle.PaddingTop = 3;
- this.bubbleBar.ButtonBackAreaStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- this.bubbleBar.ButtonBackAreaStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.bubbleBar.ButtonBackAreaStyle.TextShadowColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
- this.bubbleBar.ButtonBackAreaStyle.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisCharacter;
- this.bubbleBar.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.bubbleBar.ImageSizeNormal = new System.Drawing.Size(24, 24);
- this.bubbleBar.Location = new System.Drawing.Point(4, 384);
- this.bubbleBar.MouseOverTabColors.BorderColor = System.Drawing.SystemColors.Highlight;
- this.bubbleBar.Name = "bubbleBar";
- this.bubbleBar.SelectedTab = this.bubbleBarTabMapNavigate;
- this.bubbleBar.SelectedTabColors.BorderColor = System.Drawing.Color.Black;
- this.bubbleBar.Size = new System.Drawing.Size(671, 54);
- this.bubbleBar.TabIndex = 11;
- this.bubbleBar.Tabs.Add(this.bubbleBarTabFile);
- this.bubbleBar.Tabs.Add(this.bubbleBarTabMapNavigate);
- //
- // bubbleBarTabMapNavigate
- //
- this.bubbleBarTabMapNavigate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(230)))), ((int)(((byte)(247)))));
- this.bubbleBarTabMapNavigate.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(168)))), ((int)(((byte)(228)))));
- this.bubbleBarTabMapNavigate.Buttons.AddRange(new DevComponents.DotNetBar.BubbleButton[] {
- this.bubbleBtnMapZoomIn,
- this.bubbleBtnMapZoomOut,
- this.bubbleBtnFullExtent,
- this.bubbleBtnMapFixedZoomIn,
- this.bubbleBtnFixedZoomOut,
- this.bubbleBtnPan,
- this.bubbleBtnPreExtent,
- this.bubbleBtnNextExtent,
- this.bubbleBtnSelectFeature,
- this.bubbleBtnClearSelection,
- this.bubbleBtnSelectElement,
- this.bubbleBtnIdentify,
- this.bubbleBtnFind,
- this.bubbleBtnGotoXY,
- this.bubbleBtnMeasure});
- this.bubbleBarTabMapNavigate.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTabMapNavigate.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTabMapNavigate.Name = "bubbleBarTabMapNavigate";
- this.bubbleBarTabMapNavigate.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Blue;
- this.bubbleBarTabMapNavigate.Text = "地图浏览";
- this.bubbleBarTabMapNavigate.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBtnMapZoomIn
- //
- this.bubbleBtnMapZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomIn.Image")));
- this.bubbleBtnMapZoomIn.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomIn.ImageLarge")));
- this.bubbleBtnMapZoomIn.Name = "bubbleBtnMapZoomIn";
- this.bubbleBtnMapZoomIn.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnMapZoomIn.TooltipText = "放大";
- this.bubbleBtnMapZoomIn.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMapZoomIn_Click);
- //
- // bubbleBtnMapZoomOut
- //
- this.bubbleBtnMapZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomOut.Image")));
- this.bubbleBtnMapZoomOut.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomOut.ImageLarge")));
- this.bubbleBtnMapZoomOut.Name = "bubbleBtnMapZoomOut";
- this.bubbleBtnMapZoomOut.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnMapZoomOut.TooltipText = "缩小";
- this.bubbleBtnMapZoomOut.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMapZoomOut_Click);
- //
- // bubbleBtnFullExtent
- //
- this.bubbleBtnFullExtent.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFullExtent.Image")));
- this.bubbleBtnFullExtent.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFullExtent.ImageLarge")));
- this.bubbleBtnFullExtent.Name = "bubbleBtnFullExtent";
- this.bubbleBtnFullExtent.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnFullExtent.TooltipText = "全图";
- this.bubbleBtnFullExtent.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnFullExtent_Click);
- //
- // bubbleBtnMapFixedZoomIn
- //
- this.bubbleBtnMapFixedZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapFixedZoomIn.Image")));
- this.bubbleBtnMapFixedZoomIn.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapFixedZoomIn.ImageLarge")));
- this.bubbleBtnMapFixedZoomIn.Name = "bubbleBtnMapFixedZoomIn";
- this.bubbleBtnMapFixedZoomIn.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnMapFixedZoomIn.TooltipText = "局部放大";
- this.bubbleBtnMapFixedZoomIn.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMapFixedZoomIn_Click);
- //
- // bubbleBtnFixedZoomOut
- //
- this.bubbleBtnFixedZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFixedZoomOut.Image")));
- this.bubbleBtnFixedZoomOut.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFixedZoomOut.ImageLarge")));
- this.bubbleBtnFixedZoomOut.Name = "bubbleBtnFixedZoomOut";
- this.bubbleBtnFixedZoomOut.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnFixedZoomOut.TooltipText = "局部缩小";
- this.bubbleBtnFixedZoomOut.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnFixedZoomOut_Click);
- //
- // bubbleBtnPan
- //
- this.bubbleBtnPan.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPan.Image")));
- this.bubbleBtnPan.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPan.ImageLarge")));
- this.bubbleBtnPan.Name = "bubbleBtnPan";
- this.bubbleBtnPan.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnPan.TooltipText = "漫游";
- this.bubbleBtnPan.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnPan_Click);
- //
- // bubbleBtnPreExtent
- //
- this.bubbleBtnPreExtent.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPreExtent.Image")));
- this.bubbleBtnPreExtent.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPreExtent.ImageLarge")));
- this.bubbleBtnPreExtent.Name = "bubbleBtnPreExtent";
- this.bubbleBtnPreExtent.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnPreExtent.TooltipText = "前一视图";
- this.bubbleBtnPreExtent.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnPreExtent_Click);
- //
- // bubbleBtnNextExtent
- //
- this.bubbleBtnNextExtent.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNextExtent.Image")));
- this.bubbleBtnNextExtent.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNextExtent.ImageLarge")));
- this.bubbleBtnNextExtent.Name = "bubbleBtnNextExtent";
- this.bubbleBtnNextExtent.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnNextExtent.TooltipText = "后一视图";
- this.bubbleBtnNextExtent.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnNextExtent_Click);
- //
- // bubbleBtnSelectFeature
- //
- this.bubbleBtnSelectFeature.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectFeature.Image")));
- this.bubbleBtnSelectFeature.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectFeature.ImageLarge")));
- this.bubbleBtnSelectFeature.Name = "bubbleBtnSelectFeature";
- this.bubbleBtnSelectFeature.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnSelectFeature.TooltipText = "选择要素";
- this.bubbleBtnSelectFeature.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSelectFeature_Click);
- //
- // bubbleBtnClearSelection
- //
- this.bubbleBtnClearSelection.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnClearSelection.Image")));
- this.bubbleBtnClearSelection.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnClearSelection.ImageLarge")));
- this.bubbleBtnClearSelection.Name = "bubbleBtnClearSelection";
- this.bubbleBtnClearSelection.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnClearSelection.TooltipText = "清除选择";
- this.bubbleBtnClearSelection.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnClearSelection_Click);
- //
- // bubbleBtnSelectElement
- //
- this.bubbleBtnSelectElement.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectElement.Image")));
- this.bubbleBtnSelectElement.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectElement.ImageLarge")));
- this.bubbleBtnSelectElement.Name = "bubbleBtnSelectElement";
- this.bubbleBtnSelectElement.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnSelectElement.TooltipText = "选择元素";
- this.bubbleBtnSelectElement.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSelectElement_Click);
- //
- // bubbleBtnIdentify
- //
- this.bubbleBtnIdentify.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnIdentify.Image")));
- this.bubbleBtnIdentify.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnIdentify.ImageLarge")));
- this.bubbleBtnIdentify.Name = "bubbleBtnIdentify";
- this.bubbleBtnIdentify.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnIdentify.TooltipText = "识别";
- this.bubbleBtnIdentify.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnIdentify_Click);
- //
- // bubbleBtnFind
- //
- this.bubbleBtnFind.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFind.Image")));
- this.bubbleBtnFind.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFind.ImageLarge")));
- this.bubbleBtnFind.Name = "bubbleBtnFind";
- this.bubbleBtnFind.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnFind.TooltipText = "查找";
- this.bubbleBtnFind.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnFind_Click);
- //
- // bubbleBtnGotoXY
- //
- this.bubbleBtnGotoXY.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnGotoXY.Image")));
- this.bubbleBtnGotoXY.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnGotoXY.ImageLarge")));
- this.bubbleBtnGotoXY.Name = "bubbleBtnGotoXY";
- this.bubbleBtnGotoXY.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnGotoXY.TooltipText = "到达";
- this.bubbleBtnGotoXY.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnGotoXY_Click);
- //
- // bubbleBtnMeasure
- //
- this.bubbleBtnMeasure.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMeasure.Image")));
- this.bubbleBtnMeasure.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMeasure.ImageLarge")));
- this.bubbleBtnMeasure.Name = "bubbleBtnMeasure";
- this.bubbleBtnMeasure.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnMeasure.TooltipText = "量算";
- this.bubbleBtnMeasure.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMeasure_Click);
- //
- // bubbleBarTabFile
- //
- this.bubbleBarTabFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(213)))));
- this.bubbleBarTabFile.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(105)))));
- this.bubbleBarTabFile.Buttons.AddRange(new DevComponents.DotNetBar.BubbleButton[] {
- this.bubbleBtnNewDoc,
- this.bubbleBtnOpenDoc,
- this.bubbleBtnAddData,
- this.bubbleBtnSaveDoc,
- this.bubbleBtnSaveDocAs,
- this.bubbleBtnPrint,
- this.bubbleBtnCloseDoc});
- this.bubbleBarTabFile.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTabFile.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTabFile.Name = "bubbleBarTabFile";
- this.bubbleBarTabFile.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Yellow;
- this.bubbleBarTabFile.Text = "文件";
- this.bubbleBarTabFile.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBtnNewDoc
- //
- this.bubbleBtnNewDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNewDoc.Image")));
- this.bubbleBtnNewDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNewDoc.ImageLarge")));
- this.bubbleBtnNewDoc.Name = "bubbleBtnNewDoc";
- this.bubbleBtnNewDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnNewDoc.TooltipText = "新建地图";
- this.bubbleBtnNewDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnNewDoc_Click);
- //
- // bubbleBtnOpenDoc
- //
- this.bubbleBtnOpenDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnOpenDoc.Image")));
- this.bubbleBtnOpenDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnOpenDoc.ImageLarge")));
- this.bubbleBtnOpenDoc.Name = "bubbleBtnOpenDoc";
- this.bubbleBtnOpenDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnOpenDoc.TooltipText = "打开地图";
- this.bubbleBtnOpenDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnOpenDoc_Click);
- //
- // bubbleBtnAddData
- //
- this.bubbleBtnAddData.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnAddData.Image")));
- this.bubbleBtnAddData.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnAddData.ImageLarge")));
- this.bubbleBtnAddData.Name = "bubbleBtnAddData";
- this.bubbleBtnAddData.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnAddData.TooltipText = "添加数据";
- this.bubbleBtnAddData.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnAddData_Click);
- //
- // bubbleBtnSaveDoc
- //
- this.bubbleBtnSaveDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDoc.Image")));
- this.bubbleBtnSaveDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDoc.ImageLarge")));
- this.bubbleBtnSaveDoc.Name = "bubbleBtnSaveDoc";
- this.bubbleBtnSaveDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnSaveDoc.TooltipText = "保存";
- this.bubbleBtnSaveDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSaveDoc_Click);
- //
- // bubbleBtnSaveDocAs
- //
- this.bubbleBtnSaveDocAs.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDocAs.Image")));
- this.bubbleBtnSaveDocAs.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDocAs.ImageLarge")));
- this.bubbleBtnSaveDocAs.Name = "bubbleBtnSaveDocAs";
- this.bubbleBtnSaveDocAs.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnSaveDocAs.TooltipText = "另存为";
- this.bubbleBtnSaveDocAs.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSaveDocAs_Click);
- //
- // bubbleBtnPrint
- //
- this.bubbleBtnPrint.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPrint.Image")));
- this.bubbleBtnPrint.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPrint.ImageLarge")));
- this.bubbleBtnPrint.Name = "bubbleBtnPrint";
- this.bubbleBtnPrint.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnPrint.TooltipText = "打印文件";
- //
- // bubbleBtnCloseDoc
- //
- this.bubbleBtnCloseDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnCloseDoc.Image")));
- this.bubbleBtnCloseDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnCloseDoc.ImageLarge")));
- this.bubbleBtnCloseDoc.Name = "bubbleBtnCloseDoc";
- this.bubbleBtnCloseDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- this.bubbleBtnCloseDoc.TooltipText = "关闭文件";
- this.bubbleBtnCloseDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnCloseDoc_Click);
- //
- // tabControl
- //
- this.tabControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
- this.tabControl.CanReorderTabs = true;
- this.tabControl.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Left;
- this.tabControl.Controls.Add(this.tabControlPanel1);
- this.tabControl.Controls.Add(this.tabControlPanel2);
- this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl.Location = new System.Drawing.Point(149, 50);
- this.tabControl.Name = "tabControl";
- this.tabControl.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
- this.tabControl.SelectedTabIndex = 0;
- this.tabControl.Size = new System.Drawing.Size(526, 309);
- this.tabControl.Style = DevComponents.DotNetBar.eTabStripStyle.OneNote;
- this.tabControl.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
- this.tabControl.TabIndex = 12;
- this.tabControl.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
- this.tabControl.Tabs.Add(this.tabItemData);
- this.tabControl.Tabs.Add(this.tabItemPageLayout);
- this.tabControl.Text = "tabControl1";
- this.tabControl.SelectedTabChanged += new DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControl_SelectedTabChanged);
- //
- // tabControlPanel1
- //
- this.tabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.tabControlPanel1.Controls.Add(this.txtNewText);
- this.tabControlPanel1.Controls.Add(this.mainMapControl);
- this.tabControlPanel1.Controls.Add(this.toolStripContainer1);
- this.tabControlPanel1.DialogResult = System.Windows.Forms.DialogResult.None;
- this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
- this.tabControlPanel1.Name = "tabControlPanel1";
- this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel1.Size = new System.Drawing.Size(526, 283);
- this.tabControlPanel1.Style.Alignment = System.Drawing.StringAlignment.Near;
- this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
- this.tabControlPanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
- this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
- this.tabControlPanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
- this.tabControlPanel1.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
- this.tabControlPanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
- this.tabControlPanel1.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
- this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tabControlPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tabControlPanel1.Style.GradientAngle = 90;
- this.tabControlPanel1.Style.LineAlignment = System.Drawing.StringAlignment.Center;
- this.tabControlPanel1.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
- this.tabControlPanel1.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
- this.tabControlPanel1.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.tabControlPanel1.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
- this.tabControlPanel1.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
- this.tabControlPanel1.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Top)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tabControlPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tabControlPanel1.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
- this.tabControlPanel1.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
- this.tabControlPanel1.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
- this.tabControlPanel1.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.tabControlPanel1.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
- this.tabControlPanel1.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
- this.tabControlPanel1.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Top)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tabControlPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tabControlPanel1.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
- this.tabControlPanel1.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
- this.tabControlPanel1.TabIndex = 1;
- this.tabControlPanel1.TabItem = this.tabItemData;
- //
- // txtNewText
- //
- this.txtNewText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtNewText.Location = new System.Drawing.Point(97, 134);
- this.txtNewText.Name = "txtNewText";
- this.txtNewText.Size = new System.Drawing.Size(185, 21);
- this.txtNewText.TabIndex = 2;
- this.txtNewText.Visible = false;
- this.txtNewText.Leave += new System.EventHandler(this.txtNewText_Leave);
- this.txtNewText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNewText_KeyPress);
- //
- // tabItemData
- //
- this.tabItemData.AttachedControl = this.tabControlPanel1;
- this.tabItemData.Name = "tabItemData";
- this.tabItemData.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
- this.tabItemData.Text = "数据";
- //
- // tabControlPanel2
- //
- this.tabControlPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
- this.tabControlPanel2.Controls.Add(this.axPageLayoutControl);
- this.tabControlPanel2.DialogResult = System.Windows.Forms.DialogResult.None;
- this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
- this.tabControlPanel2.Name = "tabControlPanel2";
- this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel2.Size = new System.Drawing.Size(526, 283);
- this.tabControlPanel2.Style.Alignment = System.Drawing.StringAlignment.Near;
- this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
- this.tabControlPanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
- this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
- this.tabControlPanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
- this.tabControlPanel2.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
- this.tabControlPanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
- this.tabControlPanel2.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
- this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tabControlPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tabControlPanel2.Style.GradientAngle = 90;
- this.tabControlPanel2.Style.LineAlignment = System.Drawing.StringAlignment.Center;
- this.tabControlPanel2.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
- this.tabControlPanel2.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
- this.tabControlPanel2.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.tabControlPanel2.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
- this.tabControlPanel2.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
- this.tabControlPanel2.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Top)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tabControlPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tabControlPanel2.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
- this.tabControlPanel2.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
- this.tabControlPanel2.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
- this.tabControlPanel2.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
- this.tabControlPanel2.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
- this.tabControlPanel2.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
- this.tabControlPanel2.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Top)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tabControlPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.tabControlPanel2.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
- this.tabControlPanel2.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
- this.tabControlPanel2.TabIndex = 2;
- this.tabControlPanel2.TabItem = this.tabItemPageLayout;
- //
- // axPageLayoutControl
- //
- this.axPageLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axPageLayoutControl.Location = new System.Drawing.Point(1, 1);
- this.axPageLayoutControl.Name = "axPageLayoutControl";
- this.axPageLayoutControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl.OcxState")));
- this.axPageLayoutControl.Size = new System.Drawing.Size(524, 281);
- this.axPageLayoutControl.TabIndex = 1;
- this.axPageLayoutControl.OnMouseMove += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnMouseMoveEventHandler(this.axPageLayoutControl_OnMouseMove);
- //
- // tabItemPageLayout
- //
- this.tabItemPageLayout.AttachedControl = this.tabControlPanel2;
- this.tabItemPageLayout.Name = "tabItemPageLayout";
- this.tabItemPageLayout.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
- this.tabItemPageLayout.Text = "布局";
- //
- // bubbleButton6
- //
- this.bubbleButton6.Image = ((System.Drawing.Image)(resources.GetObject("bubbleButton6.Image")));
- this.bubbleButton6.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleButton6.ImageLarge")));
- this.bubbleButton6.Name = "bubbleButton6";
- this.bubbleButton6.Shortcut = DevComponents.DotNetBar.eShortcut.None;
- //
- // contextMenuMapNormal
- //
- this.contextMenuMapNormal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
- this.contextMenuMapNormal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ctMenuMNFullExtent,
- this.ctMenuMNPreviousExtent,
- this.ctMenuMNNextExtent,
- this.toolStripMenuItem1,
- this.ctMenuMNFixedZoomIn,
- this.ctMenuMNFixedZoomOut,
- this.ctMenuMNCenter,
- this.ctMenuMNSelectFeature,
- this.ctMenuMNFIdentify,
- this.toolStripMenuItem2});
- this.contextMenuMapNormal.Name = "contextMenuMapNormal";
- this.contextMenuMapNormal.Size = new System.Drawing.Size(123, 192);
- //
- // ctMenuMNFullExtent
- //
- this.ctMenuMNFullExtent.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ctMenuMNFullExtent.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFullExtent.Image")));
- this.ctMenuMNFullExtent.Name = "ctMenuMNFullExtent";
- this.ctMenuMNFullExtent.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNFullExtent.Text = "全图";
- this.ctMenuMNFullExtent.Click += new System.EventHandler(this.ctMenuMNFullExtent_Click);
- //
- // ctMenuMNPreviousExtent
- //
- this.ctMenuMNPreviousExtent.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNPreviousExtent.Image")));
- this.ctMenuMNPreviousExtent.Name = "ctMenuMNPreviousExtent";
- this.ctMenuMNPreviousExtent.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNPreviousExtent.Text = "前一视图";
- this.ctMenuMNPreviousExtent.Click += new System.EventHandler(this.ctMenuMNPreviousExtent_Click);
- //
- // ctMenuMNNextExtent
- //
- this.ctMenuMNNextExtent.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNNextExtent.Image")));
- this.ctMenuMNNextExtent.Name = "ctMenuMNNextExtent";
- this.ctMenuMNNextExtent.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNNextExtent.Text = "后一视图";
- this.ctMenuMNNextExtent.Click += new System.EventHandler(this.ctMenuMNNextExtent_Click);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(119, 6);
- //
- // ctMenuMNFixedZoomIn
- //
- this.ctMenuMNFixedZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFixedZoomIn.Image")));
- this.ctMenuMNFixedZoomIn.Name = "ctMenuMNFixedZoomIn";
- this.ctMenuMNFixedZoomIn.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNFixedZoomIn.Text = "局部放大";
- this.ctMenuMNFixedZoomIn.Click += new System.EventHandler(this.ctMenuMNFixedZoomIn_Click);
- //
- // ctMenuMNFixedZoomOut
- //
- this.ctMenuMNFixedZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFixedZoomOut.Image")));
- this.ctMenuMNFixedZoomOut.Name = "ctMenuMNFixedZoomOut";
- this.ctMenuMNFixedZoomOut.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNFixedZoomOut.Text = "局部缩小";
- this.ctMenuMNFixedZoomOut.Click += new System.EventHandler(this.ctMenuMNFixedZoomOut_Click);
- //
- // ctMenuMNCenter
- //
- this.ctMenuMNCenter.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNCenter.Image")));
- this.ctMenuMNCenter.Name = "ctMenuMNCenter";
- this.ctMenuMNCenter.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNCenter.Text = "居中";
- this.ctMenuMNCenter.Click += new System.EventHandler(this.ctMenuMNCenter_Click);
- //
- // ctMenuMNSelectFeature
- //
- this.ctMenuMNSelectFeature.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNSelectFeature.Image")));
- this.ctMenuMNSelectFeature.Name = "ctMenuMNSelectFeature";
- this.ctMenuMNSelectFeature.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNSelectFeature.Text = "选择要素";
- this.ctMenuMNSelectFeature.Click += new System.EventHandler(this.ctMenuMNSelectFeature_Click);
- //
- // ctMenuMNFIdentify
- //
- this.ctMenuMNFIdentify.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFIdentify.Image")));
- this.ctMenuMNFIdentify.Name = "ctMenuMNFIdentify";
- this.ctMenuMNFIdentify.Size = new System.Drawing.Size(122, 22);
- this.ctMenuMNFIdentify.Text = "识别";
- this.ctMenuMNFIdentify.Click += new System.EventHandler(this.ctMenuMNFIdentify_Click);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(119, 6);
- //
- // bubbleBarTab2
- //
- this.bubbleBarTab2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(226)))));
- this.bubbleBarTab2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(151)))));
- this.bubbleBarTab2.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTab2.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTab2.Name = "bubbleBarTab2";
- this.bubbleBarTab2.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Red;
- this.bubbleBarTab2.Text = "bubbleBarTab2";
- this.bubbleBarTab2.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBarTab3
- //
- this.bubbleBarTab3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(227)))), ((int)(((byte)(245)))));
- this.bubbleBarTab3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(158)))), ((int)(((byte)(222)))));
- this.bubbleBarTab3.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTab3.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTab3.Name = "bubbleBarTab3";
- this.bubbleBarTab3.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Purple;
- this.bubbleBarTab3.Text = "bubbleBarTab3";
- this.bubbleBarTab3.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBarTab4
- //
- this.bubbleBarTab4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(236)))), ((int)(((byte)(243)))));
- this.bubbleBarTab4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
- this.bubbleBarTab4.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTab4.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTab4.Name = "bubbleBarTab4";
- this.bubbleBarTab4.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Cyan;
- this.bubbleBarTab4.Text = "bubbleBarTab4";
- this.bubbleBarTab4.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBarTab5
- //
- this.bubbleBarTab5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(233)))), ((int)(((byte)(217)))));
- this.bubbleBarTab5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(176)))), ((int)(((byte)(120)))));
- this.bubbleBarTab5.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTab5.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTab5.Name = "bubbleBarTab5";
- this.bubbleBarTab5.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Orange;
- this.bubbleBarTab5.Text = "bubbleBarTab5";
- this.bubbleBarTab5.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBarTab6
- //
- this.bubbleBarTab6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(229)))), ((int)(((byte)(236)))));
- this.bubbleBarTab6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(164)))), ((int)(((byte)(187)))));
- this.bubbleBarTab6.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTab6.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTab6.Name = "bubbleBarTab6";
- this.bubbleBarTab6.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Magenta;
- this.bubbleBarTab6.Text = "bubbleBarTab6";
- this.bubbleBarTab6.TextColor = System.Drawing.Color.Black;
- //
- // bubbleBarTab7
- //
- this.bubbleBarTab7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(230)))), ((int)(((byte)(247)))));
- this.bubbleBarTab7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(168)))), ((int)(((byte)(228)))));
- this.bubbleBarTab7.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
- this.bubbleBarTab7.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.bubbleBarTab7.Name = "bubbleBarTab7";
- this.bubbleBarTab7.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Blue;
- this.bubbleBarTab7.Text = "My Tab";
- this.bubbleBarTab7.TextColor = System.Drawing.Color.Black;
- //
- // contextMenuTOCFeatureLyr
- //
- this.contextMenuTOCFeatureLyr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
- this.contextMenuTOCFeatureLyr.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ctMenuTFRemove,
- this.toolStripSeparator1,
- this.ctMenuTFZoomToLayer,
- this.toolStripSeparator2,
- this.ctMenuSaveAsLyr,
- this.toolStripMenuItem3,
- this.ctMenuTFProperties});
- this.contextMenuTOCFeatureLyr.Name = "contextMenuTOCFeatureLyr";
- this.contextMenuTOCFeatureLyr.Size = new System.Drawing.Size(150, 110);
- this.contextMenuTOCFeatureLyr.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuTOCFeatureLyr_Opening);
- //
- // ctMenuTFRemove
- //
- this.ctMenuTFRemove.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuTFRemove.Image")));
- this.ctMenuTFRemove.Name = "ctMenuTFRemove";
- this.ctMenuTFRemove.Size = new System.Drawing.Size(149, 22);
- this.ctMenuTFRemove.Text = "移除";
- this.ctMenuTFRemove.Click += new System.EventHandler(this.ctMenuTFRemove_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(146, 6);
- //
- // ctMenuTFZoomToLayer
- //
- this.ctMenuTFZoomToLayer.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuTFZoomToLayer.Image")));
- this.ctMenuTFZoomToLayer.Name = "ctMenuTFZoomToLayer";
- this.ctMenuTFZoomToLayer.Size = new System.Drawing.Size(149, 22);
- this.ctMenuTFZoomToLayer.Text = "缩放到图层";
- this.ctMenuTFZoomToLayer.Click += new System.EventHandler(this.ctMenuTFZoomToLayer_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(146, 6);
- //
- // ctMenuSaveAsLyr
- //
- this.ctMenuSaveAsLyr.Name = "ctMenuSaveAsLyr";
- this.ctMenuSaveAsLyr.Size = new System.Drawing.Size(149, 22);
- this.ctMenuSaveAsLyr.Text = "保存为Lyr文件";
- this.ctMenuSaveAsLyr.ToolTipText = "保存为Lyr文件";
- this.ctMenuSaveAsLyr.Click += new System.EventHandler(this.ctMenuSaveAsLyr_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(146, 6);
- //
- // ctMenuTFProperties
- //
- this.ctMenuTFProperties.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuTFProperties.Image")));
- this.ctMenuTFProperties.Name = "ctMenuTFProperties";
- this.ctMenuTFProperties.Size = new System.Drawing.Size(149, 22);
- this.ctMenuTFProperties.Text = "属性";
- this.ctMenuTFProperties.Click += new System.EventHandler(this.ctMenuTFProperties_Click);
- //
- // contextMenuTOCMap
- //
- this.contextMenuTOCMap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
- this.contextMenuTOCMap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ctMenuMapTurnOnAll,
- this.ctMenuMapTurnOffAll,
- this.toolStripSeparator3,
- this.ctMenuMapExpandAll,
- this.ctMenwMapCollapseAll});
- this.contextMenuTOCMap.Name = "contextMenuTOCMap";
- this.contextMenuTOCMap.Size = new System.Drawing.Size(147, 98);
- //
- // ctMenuMapTurnOnAll
- //
- this.ctMenuMapTurnOnAll.Name = "ctMenuMapTurnOnAll";
- this.ctMenuMapTurnOnAll.Size = new System.Drawing.Size(146, 22);
- this.ctMenuMapTurnOnAll.Text = "打开所有图层";
- this.ctMenuMapTurnOnAll.Click += new System.EventHandler(this.ctMenuMapTurnOnAll_Click);
- //
- // ctMenuMapTurnOffAll
- //
- this.ctMenuMapTurnOffAll.Name = "ctMenuMapTurnOffAll";
- this.ctMenuMapTurnOffAll.Size = new System.Drawing.Size(146, 22);
- this.ctMenuMapTurnOffAll.Text = "关闭所有图层";
- this.ctMenuMapTurnOffAll.Click += new System.EventHandler(this.ctMenuMapTurnOffAll_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(143, 6);
- //
- // ctMenuMapExpandAll
- //
- this.ctMenuMapExpandAll.Name = "ctMenuMapExpandAll";
- this.ctMenuMapExpandAll.Size = new System.Drawing.Size(146, 22);
- this.ctMenuMapExpandAll.Text = "展开所有图层";
- this.ctMenuMapExpandAll.Click += new System.EventHandler(this.ctMenuMapExpandAll_Click);
- //
- // ctMenwMapCollapseAll
- //
- this.ctMenwMapCollapseAll.Name = "ctMenwMapCollapseAll";
- this.ctMenwMapCollapseAll.Size = new System.Drawing.Size(146, 22);
- this.ctMenwMapCollapseAll.Text = "折叠所有图层";
- this.ctMenwMapCollapseAll.Click += new System.EventHandler(this.ctMenwMapCollapseAll_Click);
- //
- // MainFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(679, 440);
- this.Controls.Add(this.tabControl);
- this.Controls.Add(this.dockSite1);
- this.Controls.Add(this.dockSite2);
- this.Controls.Add(this.dockSite3);
- this.Controls.Add(this.dockSite4);
- this.Controls.Add(this.dockSite5);
- this.Controls.Add(this.dockSite6);
- this.Controls.Add(this.dockSite7);
- this.Controls.Add(this.dockSite8);
- this.Controls.Add(this.bubbleBar);
- this.Controls.Add(this.ribbonControl);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "MainFrm";
- this.Text = "LinMap - LinInfo";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.MainFrm_Load);
- this.ResizeBegin += new System.EventHandler(this.MainFrm_ResizeBegin);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
- this.ResizeEnd += new System.EventHandler(this.MainFrm_ResizeEnd);
- ((System.ComponentModel.ISupportInitialize)(this.axTOCControl)).EndInit();
- this.dockSite1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.barToc)).EndInit();
- this.barToc.ResumeLayout(false);
- this.panelDockContainerTOC.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.barEagleMap)).EndInit();
- this.barEagleMap.ResumeLayout(false);
- this.panelDockContainerEagleMap.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.EagleaxMapControl)).EndInit();
- this.dockSite8.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.barDraw)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.barStatus)).EndInit();
- this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
- this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
- this.toolStripContainer1.ContentPanel.ResumeLayout(false);
- this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
- this.toolStripContainer1.TopToolStripPanel.PerformLayout();
- this.toolStripContainer1.ResumeLayout(false);
- this.toolStripContainer1.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.toolStrip2.ResumeLayout(false);
- this.toolStrip2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.mainMapControl)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bubbleBar)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
- this.tabControl.ResumeLayout(false);
- this.tabControlPanel1.ResumeLayout(false);
- this.tabControlPanel1.PerformLayout();
- this.tabControlPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl)).EndInit();
- this.contextMenuMapNormal.ResumeLayout(false);
- this.contextMenuTOCFeatureLyr.ResumeLayout(false);
- this.contextMenuTOCMap.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl;
- private System.Windows.Forms.SaveFileDialog saveFileDialog;
- private DevComponents.DotNetBar.RibbonControl ribbonControl;
- private DevComponents.DotNetBar.Office2007StartButton startBtn;
- private DevComponents.DotNetBar.ItemContainer itemContainer1;
- private DevComponents.DotNetBar.ItemContainer itemContainer2;
- private DevComponents.DotNetBar.ItemContainer itemContainer3;
- private DevComponents.DotNetBar.ButtonItem btnNewDoc;
- private DevComponents.DotNetBar.ButtonItem btnOpenDoc;
- private DevComponents.DotNetBar.ButtonItem btnSaveDoc;
- private DevComponents.DotNetBar.ButtonItem btnSaveDocAs;
- private DevComponents.DotNetBar.ButtonItem btnPrintDoc;
- private DevComponents.DotNetBar.ButtonItem btnCloseDoc;
- private DevComponents.DotNetBar.GalleryContainer galleryContainer1;
- private DevComponents.DotNetBar.LabelItem labelItem8;
- private DevComponents.DotNetBar.ButtonItem buttonItem8;
- private DevComponents.DotNetBar.ButtonItem buttonItem9;
- private DevComponents.DotNetBar.ButtonItem buttonItem10;
- private DevComponents.DotNetBar.ButtonItem buttonItem11;
- private DevComponents.DotNetBar.ButtonItem btnAddLyr;
- private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
- private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager;
- private DevComponents.DotNetBar.DockSite dockSite4;
- private DevComponents.DotNetBar.DockSite dockSite1;
- private DevComponents.DotNetBar.Bar barToc;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainerTOC;
- private DevComponents.DotNetBar.DockContainerItem dockContainerItemTOC;
- private DevComponents.DotNetBar.DockSite dockSite2;
- private DevComponents.DotNetBar.DockSite dockSite3;
- private DevComponents.DotNetBar.DockSite dockSite5;
- private DevComponents.DotNetBar.DockSite dockSite6;
- private DevComponents.DotNetBar.DockSite dockSite7;
- private DevComponents.DotNetBar.DockSite dockSite8;
- private DevComponents.DotNetBar.Bar barDraw;
- private DevComponents.DotNetBar.TabControl tabControl;
- private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
- private System.Windows.Forms.ToolStripContainer toolStripContainer1;
- private System.Windows.Forms.ToolStrip toolStrip2;
- private System.Windows.Forms.ToolStripButton btnFlashShape;
- private System.Windows.Forms.ToolStripTextBox txtFormat;
- private System.Windows.Forms.ToolStripTextBox txtDouble;
- private System.Windows.Forms.ToolStripLabel lblDouble;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- private System.Windows.Forms.ToolStripButton toolStripButton3;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel LlblStatusBarLocation;
- private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton btnSimpleRender;
- private System.Windows.Forms.ToolStripButton btnClassBreakRender;
- private System.Windows.Forms.ToolStripButton UniqueValueRender;
- private System.Windows.Forms.ToolStripButton btnProportionalSymbolRender;
- private System.Windows.Forms.ToolStripButton btnStackedChartRender;
- private System.Windows.Forms.ToolStripButton btnBarChartRender;
- private System.Windows.Forms.ToolStripButton btnPieChartRender;
- private System.Windows.Forms.ToolStripButton btnDotDensityRender;
- private System.Windows.Forms.ToolStripButton btnAnno;
- private DevComponents.DotNetBar.TabItem tabItemData;
- private DevComponents.DotNetBar.BubbleBar bubbleBar;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTabMapNavigate;
- private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
- private ESRI.ArcGIS.Controls.AxPageLayoutControl axPageLayoutControl;
- private DevComponents.DotNetBar.TabItem tabItemPageLayout;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnMapZoomIn;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnMapZoomOut;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnFullExtent;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnMapFixedZoomIn;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnFixedZoomOut;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnPan;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnPreExtent;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnNextExtent;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnSelectFeature;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnClearSelection;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnSelectElement;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnIdentify;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnFind;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnGotoXY;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnMeasure;
- private DevComponents.DotNetBar.Bar barEagleMap;
- private DevComponents.DotNetBar.PanelDockContainer panelDockContainerEagleMap;
- private ESRI.ArcGIS.Controls.AxMapControl EagleaxMapControl;
- private DevComponents.DotNetBar.DockContainerItem dockContainerItemEagleMap;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTabFile;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnNewDoc;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnOpenDoc;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnSaveDoc;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnSaveDocAs;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnPrint;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnCloseDoc;
- private DevComponents.DotNetBar.BubbleButton bubbleButton6;
- private DevComponents.DotNetBar.ButtonItem btnDrawSelectElement;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewRenctangle;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewPolygon;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewCircle;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewEllipse;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewLine;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewCurve;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewFreeHand;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewMarker;
- private DevComponents.DotNetBar.ButtonItem buttonItemSelectFeature;
- private DevComponents.DotNetBar.ButtonItem btnSelectByAttr;
- public ESRI.ArcGIS.Controls.AxMapControl mainMapControl;
- private System.Windows.Forms.ContextMenuStrip contextMenuMapNormal;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNFullExtent;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNPreviousExtent;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNNextExtent;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNFixedZoomIn;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNFixedZoomOut;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNCenter;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNSelectFeature;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMNFIdentify;
- private DevComponents.DotNetBar.ItemContainer itemContainer4;
- private DevComponents.DotNetBar.ButtonItem btnExitApplication;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- private DevComponents.DotNetBar.ButtonItem btnAddData;
- private DevComponents.DotNetBar.BubbleButton bubbleBtnAddData;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab2;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab3;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab4;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab5;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab6;
- private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab7;
- private System.Windows.Forms.ContextMenuStrip contextMenuTOCFeatureLyr;
- private System.Windows.Forms.ToolStripMenuItem ctMenuTFRemove;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripMenuItem ctMenuTFZoomToLayer;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripMenuItem ctMenuTFProperties;
- private DevComponents.DotNetBar.Bar barStatus;
- private DevComponents.DotNetBar.LabelItem lblCurrentLocation;
- private DevComponents.DotNetBar.ButtonItem btnZoomToSelected;
- private DevComponents.DotNetBar.ButtonItem btnPanToSelected;
- private DevComponents.DotNetBar.ButtonItem btnClearSelction;
- private System.Windows.Forms.ToolStripMenuItem ctMenuSaveAsLyr;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
- private System.Windows.Forms.ContextMenuStrip contextMenuTOCMap;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMapExpandAll;
- private System.Windows.Forms.ToolStripMenuItem ctMenwMapCollapseAll;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMapTurnOnAll;
- private System.Windows.Forms.ToolStripMenuItem ctMenuMapTurnOffAll;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private DevComponents.DotNetBar.ButtonItem btnDrawNewText;
- private System.Windows.Forms.TextBox txtNewText;
- private DevComponents.DotNetBar.ButtonItem btnAddShp;
- private DevComponents.DotNetBar.ButtonItem btnAddCadAsFeat;
- private DevComponents.DotNetBar.ButtonItem btnAddCadAsDraw;
- private DevComponents.DotNetBar.ButtonItem btnDisplayFeeback;
- private DevComponents.DotNetBar.ButtonItem btnAbout;
- }
- }