MainFrm.Designer.cs
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:211k
源码类别:

GIS编程

开发平台:

Visual C++

  1.             this.btnDrawNewEllipse.Tooltip = "椭圆";
  2.             this.btnDrawNewEllipse.Click += new System.EventHandler(this.btnDrawNewEllipse_Click);
  3.             // 
  4.             // btnDrawNewLine
  5.             // 
  6.             this.btnDrawNewLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  7.             this.btnDrawNewLine.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
  8.             this.btnDrawNewLine.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
  9.             this.btnDrawNewLine.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  10.             this.btnDrawNewLine.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewLine.Image")));
  11.             this.btnDrawNewLine.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
  12.             this.btnDrawNewLine.ImagePaddingHorizontal = 8;
  13.             this.btnDrawNewLine.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  14.             this.btnDrawNewLine.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  15.             this.btnDrawNewLine.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  16.             this.btnDrawNewLine.Name = "btnDrawNewLine";
  17.             this.btnDrawNewLine.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
  18.             this.btnDrawNewLine.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
  19.             this.btnDrawNewLine.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  20.             this.btnDrawNewLine.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
  21.             this.btnDrawNewLine.Text = "折线";
  22.             this.btnDrawNewLine.Tooltip = "折线";
  23.             this.btnDrawNewLine.Click += new System.EventHandler(this.btnDrawNewLine_Click);
  24.             // 
  25.             // btnDrawNewCurve
  26.             // 
  27.             this.btnDrawNewCurve.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  28.             this.btnDrawNewCurve.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
  29.             this.btnDrawNewCurve.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
  30.             this.btnDrawNewCurve.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  31.             this.btnDrawNewCurve.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewCurve.Image")));
  32.             this.btnDrawNewCurve.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
  33.             this.btnDrawNewCurve.ImagePaddingHorizontal = 8;
  34.             this.btnDrawNewCurve.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  35.             this.btnDrawNewCurve.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  36.             this.btnDrawNewCurve.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  37.             this.btnDrawNewCurve.Name = "btnDrawNewCurve";
  38.             this.btnDrawNewCurve.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
  39.             this.btnDrawNewCurve.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
  40.             this.btnDrawNewCurve.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  41.             this.btnDrawNewCurve.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
  42.             this.btnDrawNewCurve.Text = "曲线";
  43.             this.btnDrawNewCurve.Tooltip = "曲线";
  44.             this.btnDrawNewCurve.Click += new System.EventHandler(this.btnDrawNewCurve_Click);
  45.             // 
  46.             // btnDrawNewFreeHand
  47.             // 
  48.             this.btnDrawNewFreeHand.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  49.             this.btnDrawNewFreeHand.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
  50.             this.btnDrawNewFreeHand.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
  51.             this.btnDrawNewFreeHand.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  52.             this.btnDrawNewFreeHand.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewFreeHand.Image")));
  53.             this.btnDrawNewFreeHand.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
  54.             this.btnDrawNewFreeHand.ImagePaddingHorizontal = 8;
  55.             this.btnDrawNewFreeHand.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  56.             this.btnDrawNewFreeHand.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  57.             this.btnDrawNewFreeHand.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  58.             this.btnDrawNewFreeHand.Name = "btnDrawNewFreeHand";
  59.             this.btnDrawNewFreeHand.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
  60.             this.btnDrawNewFreeHand.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
  61.             this.btnDrawNewFreeHand.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  62.             this.btnDrawNewFreeHand.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
  63.             this.btnDrawNewFreeHand.Text = "自定义";
  64.             this.btnDrawNewFreeHand.Tooltip = "自定义";
  65.             this.btnDrawNewFreeHand.Click += new System.EventHandler(this.btnDrawNewFreeHand_Click);
  66.             // 
  67.             // btnDrawNewMarker
  68.             // 
  69.             this.btnDrawNewMarker.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  70.             this.btnDrawNewMarker.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
  71.             this.btnDrawNewMarker.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
  72.             this.btnDrawNewMarker.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  73.             this.btnDrawNewMarker.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewMarker.Image")));
  74.             this.btnDrawNewMarker.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
  75.             this.btnDrawNewMarker.ImagePaddingHorizontal = 8;
  76.             this.btnDrawNewMarker.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  77.             this.btnDrawNewMarker.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  78.             this.btnDrawNewMarker.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  79.             this.btnDrawNewMarker.Name = "btnDrawNewMarker";
  80.             this.btnDrawNewMarker.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
  81.             this.btnDrawNewMarker.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
  82.             this.btnDrawNewMarker.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  83.             this.btnDrawNewMarker.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
  84.             this.btnDrawNewMarker.Text = "点";
  85.             this.btnDrawNewMarker.Tooltip = "点";
  86.             this.btnDrawNewMarker.Click += new System.EventHandler(this.btnDrawNewMarker_Click);
  87.             // 
  88.             // btnDrawNewText
  89.             // 
  90.             this.btnDrawNewText.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  91.             this.btnDrawNewText.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.Default;
  92.             this.btnDrawNewText.ColorTable = DevComponents.DotNetBar.eButtonColor.Orange;
  93.             this.btnDrawNewText.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Default;
  94.             this.btnDrawNewText.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNewText.Image")));
  95.             this.btnDrawNewText.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
  96.             this.btnDrawNewText.ImagePaddingHorizontal = 8;
  97.             this.btnDrawNewText.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  98.             this.btnDrawNewText.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  99.             this.btnDrawNewText.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  100.             this.btnDrawNewText.Name = "btnDrawNewText";
  101.             this.btnDrawNewText.PersonalizedMenus = DevComponents.DotNetBar.ePersonalizedMenus.Disabled;
  102.             this.btnDrawNewText.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
  103.             this.btnDrawNewText.PopupSide = DevComponents.DotNetBar.ePopupSide.Default;
  104.             this.btnDrawNewText.PopupType = DevComponents.DotNetBar.ePopupType.Menu;
  105.             this.btnDrawNewText.Text = "文本";
  106.             this.btnDrawNewText.Click += new System.EventHandler(this.btnDrawNewText_Click);
  107.             // 
  108.             // barStatus
  109.             // 
  110.             this.barStatus.AccessibleDescription = "DotNetBar Bar (barStatus)";
  111.             this.barStatus.AccessibleName = "DotNetBar Bar";
  112.             this.barStatus.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
  113.             this.barStatus.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  114.             this.barStatus.BarType = DevComponents.DotNetBar.eBarType.Toolbar;
  115.             this.barStatus.DockedBorderStyle = DevComponents.DotNetBar.eBorderType.None;
  116.             this.barStatus.DockOffset = 225;
  117.             this.barStatus.DockOrientation = DevComponents.DotNetBar.eOrientation.Horizontal;
  118.             this.barStatus.DockSide = DevComponents.DotNetBar.eDockSide.Bottom;
  119.             this.barStatus.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Bottom;
  120.             this.barStatus.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
  121.             this.barStatus.ImageSize = DevComponents.DotNetBar.eBarImageSize.Default;
  122.             this.barStatus.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  123.             this.lblCurrentLocation});
  124.             this.barStatus.LayoutType = DevComponents.DotNetBar.eLayoutType.Toolbar;
  125.             this.barStatus.Location = new System.Drawing.Point(251, 0);
  126.             this.barStatus.Name = "barStatus";
  127.             this.barStatus.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.ManagerControlled;
  128.             this.barStatus.RenderMode = DevComponents.DotNetBar.eRenderMode.Global;
  129.             this.barStatus.Size = new System.Drawing.Size(77, 18);
  130.             this.barStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  131.             this.barStatus.TabIndex = 0;
  132.             this.barStatus.TabStop = false;
  133.             this.barStatus.Text = "状态栏";
  134.             // 
  135.             // lblCurrentLocation
  136.             // 
  137.             this.lblCurrentLocation.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  138.             this.lblCurrentLocation.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  139.                         | DevComponents.DotNetBar.eBorderSide.Top)
  140.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  141.             this.lblCurrentLocation.BorderType = DevComponents.DotNetBar.eBorderType.None;
  142.             this.lblCurrentLocation.ImagePosition = DevComponents.DotNetBar.eImagePosition.Left;
  143.             this.lblCurrentLocation.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  144.             this.lblCurrentLocation.Name = "lblCurrentLocation";
  145.             this.lblCurrentLocation.Text = "当前位置:";
  146.             this.lblCurrentLocation.TextAlignment = System.Drawing.StringAlignment.Near;
  147.             this.lblCurrentLocation.TextLineAlignment = System.Drawing.StringAlignment.Center;
  148.             // 
  149.             // dockSite5
  150.             // 
  151.             this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  152.             this.dockSite5.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  153.             this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
  154.             this.dockSite5.Location = new System.Drawing.Point(4, 50);
  155.             this.dockSite5.Name = "dockSite5";
  156.             this.dockSite5.Size = new System.Drawing.Size(0, 309);
  157.             this.dockSite5.TabIndex = 7;
  158.             this.dockSite5.TabStop = false;
  159.             // 
  160.             // dockSite6
  161.             // 
  162.             this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  163.             this.dockSite6.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  164.             this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
  165.             this.dockSite6.Location = new System.Drawing.Point(675, 50);
  166.             this.dockSite6.Name = "dockSite6";
  167.             this.dockSite6.Size = new System.Drawing.Size(0, 309);
  168.             this.dockSite6.TabIndex = 8;
  169.             this.dockSite6.TabStop = false;
  170.             // 
  171.             // dockSite7
  172.             // 
  173.             this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  174.             this.dockSite7.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  175.             this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
  176.             this.dockSite7.Location = new System.Drawing.Point(4, 50);
  177.             this.dockSite7.Name = "dockSite7";
  178.             this.dockSite7.Size = new System.Drawing.Size(671, 0);
  179.             this.dockSite7.TabIndex = 9;
  180.             this.dockSite7.TabStop = false;
  181.             // 
  182.             // dockSite3
  183.             // 
  184.             this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  185.             this.dockSite3.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  186.             this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
  187.             this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
  188.             this.dockSite3.Location = new System.Drawing.Point(4, 50);
  189.             this.dockSite3.Name = "dockSite3";
  190.             this.dockSite3.Size = new System.Drawing.Size(671, 0);
  191.             this.dockSite3.TabIndex = 5;
  192.             this.dockSite3.TabStop = false;
  193.             // 
  194.             // controlContainerItem1
  195.             // 
  196.             this.controlContainerItem1.AccessibleRole = System.Windows.Forms.AccessibleRole.Default;
  197.             this.controlContainerItem1.AllowItemResize = false;
  198.             this.controlContainerItem1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Near;
  199.             this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  200.             this.controlContainerItem1.Name = "controlContainerItem1";
  201.             // 
  202.             // toolStripContainer1
  203.             // 
  204.             this.toolStripContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  205.             // 
  206.             // toolStripContainer1.BottomToolStripPanel
  207.             // 
  208.             this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
  209.             this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip2);
  210.             // 
  211.             // toolStripContainer1.ContentPanel
  212.             // 
  213.             this.toolStripContainer1.ContentPanel.Controls.Add(this.axLicenseControl1);
  214.             this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(314, 29);
  215.             this.toolStripContainer1.LeftToolStripPanelVisible = false;
  216.             this.toolStripContainer1.Location = new System.Drawing.Point(206, 223);
  217.             this.toolStripContainer1.Name = "toolStripContainer1";
  218.             this.toolStripContainer1.RightToolStripPanelVisible = false;
  219.             this.toolStripContainer1.Size = new System.Drawing.Size(314, 54);
  220.             this.toolStripContainer1.TabIndex = 0;
  221.             this.toolStripContainer1.Text = "toolStripContainer1";
  222.             // 
  223.             // toolStripContainer1.TopToolStripPanel
  224.             // 
  225.             this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
  226.             // 
  227.             // statusStrip1
  228.             // 
  229.             this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
  230.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  231.             this.LlblStatusBarLocation,
  232.             this.toolStripStatusLabel1});
  233.             this.statusStrip1.Location = new System.Drawing.Point(0, 0);
  234.             this.statusStrip1.Name = "statusStrip1";
  235.             this.statusStrip1.Size = new System.Drawing.Size(126, 22);
  236.             this.statusStrip1.TabIndex = 2;
  237.             this.statusStrip1.Visible = false;
  238.             // 
  239.             // LlblStatusBarLocation
  240.             // 
  241.             this.LlblStatusBarLocation.Name = "LlblStatusBarLocation";
  242.             this.LlblStatusBarLocation.Size = new System.Drawing.Size(0, 17);
  243.             // 
  244.             // toolStripStatusLabel1
  245.             // 
  246.             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  247.             this.toolStripStatusLabel1.Size = new System.Drawing.Size(109, 17);
  248.             this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  249.             // 
  250.             // toolStrip2
  251.             // 
  252.             this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
  253.             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  254.             this.btnFlashShape,
  255.             this.txtFormat,
  256.             this.txtDouble,
  257.             this.lblDouble,
  258.             this.toolStripButton1,
  259.             this.toolStripButton2,
  260.             this.toolStripButton3});
  261.             this.toolStrip2.Location = new System.Drawing.Point(3, 0);
  262.             this.toolStrip2.Name = "toolStrip2";
  263.             this.toolStrip2.Size = new System.Drawing.Size(346, 25);
  264.             this.toolStrip2.TabIndex = 2;
  265.             this.toolStrip2.Visible = false;
  266.             // 
  267.             // btnFlashShape
  268.             // 
  269.             this.btnFlashShape.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  270.             this.btnFlashShape.Image = ((System.Drawing.Image)(resources.GetObject("btnFlashShape.Image")));
  271.             this.btnFlashShape.ImageTransparentColor = System.Drawing.Color.Magenta;
  272.             this.btnFlashShape.Name = "btnFlashShape";
  273.             this.btnFlashShape.Size = new System.Drawing.Size(23, 22);
  274.             this.btnFlashShape.Text = "toolStripButton1";
  275.             this.btnFlashShape.Click += new System.EventHandler(this.btnFlashShape_Click);
  276.             // 
  277.             // txtFormat
  278.             // 
  279.             this.txtFormat.Name = "txtFormat";
  280.             this.txtFormat.Size = new System.Drawing.Size(100, 25);
  281.             // 
  282.             // txtDouble
  283.             // 
  284.             this.txtDouble.Name = "txtDouble";
  285.             this.txtDouble.Size = new System.Drawing.Size(100, 25);
  286.             // 
  287.             // lblDouble
  288.             // 
  289.             this.lblDouble.Name = "lblDouble";
  290.             this.lblDouble.Size = new System.Drawing.Size(40, 22);
  291.             this.lblDouble.Text = "Double";
  292.             // 
  293.             // toolStripButton1
  294.             // 
  295.             this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  296.             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  297.             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  298.             this.toolStripButton1.Name = "toolStripButton1";
  299.             this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  300.             this.toolStripButton1.Text = "toolStripButton1";
  301.             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  302.             // 
  303.             // toolStripButton2
  304.             // 
  305.             this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  306.             this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  307.             this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  308.             this.toolStripButton2.Name = "toolStripButton2";
  309.             this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
  310.             this.toolStripButton2.Text = "toolStripButton2";
  311.             this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
  312.             // 
  313.             // toolStripButton3
  314.             // 
  315.             this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  316.             this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
  317.             this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  318.             this.toolStripButton3.Name = "toolStripButton3";
  319.             this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
  320.             this.toolStripButton3.Text = "toolStripButton3";
  321.             this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_1);
  322.             // 
  323.             // axLicenseControl1
  324.             // 
  325.             this.axLicenseControl1.Enabled = true;
  326.             this.axLicenseControl1.Location = new System.Drawing.Point(579, 295);
  327.             this.axLicenseControl1.Name = "axLicenseControl1";
  328.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  329.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  330.             this.axLicenseControl1.TabIndex = 0;
  331.             // 
  332.             // toolStrip1
  333.             // 
  334.             this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  335.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  336.             this.btnSimpleRender,
  337.             this.btnClassBreakRender,
  338.             this.UniqueValueRender,
  339.             this.btnProportionalSymbolRender,
  340.             this.btnStackedChartRender,
  341.             this.btnBarChartRender,
  342.             this.btnPieChartRender,
  343.             this.btnDotDensityRender,
  344.             this.btnAnno});
  345.             this.toolStrip1.Location = new System.Drawing.Point(3, 0);
  346.             this.toolStrip1.Name = "toolStrip1";
  347.             this.toolStrip1.Size = new System.Drawing.Size(217, 25);
  348.             this.toolStrip1.TabIndex = 1;
  349.             // 
  350.             // btnSimpleRender
  351.             // 
  352.             this.btnSimpleRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  353.             this.btnSimpleRender.Image = ((System.Drawing.Image)(resources.GetObject("btnSimpleRender.Image")));
  354.             this.btnSimpleRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  355.             this.btnSimpleRender.Name = "btnSimpleRender";
  356.             this.btnSimpleRender.Size = new System.Drawing.Size(23, 22);
  357.             this.btnSimpleRender.Text = "SimpleRender";
  358.             this.btnSimpleRender.Click += new System.EventHandler(this.btnSimpleRender_Click);
  359.             // 
  360.             // btnClassBreakRender
  361.             // 
  362.             this.btnClassBreakRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  363.             this.btnClassBreakRender.Image = ((System.Drawing.Image)(resources.GetObject("btnClassBreakRender.Image")));
  364.             this.btnClassBreakRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  365.             this.btnClassBreakRender.Name = "btnClassBreakRender";
  366.             this.btnClassBreakRender.Size = new System.Drawing.Size(23, 22);
  367.             this.btnClassBreakRender.Text = "ClassBreakRender";
  368.             this.btnClassBreakRender.Click += new System.EventHandler(this.btnClassBreakRender_Click);
  369.             // 
  370.             // UniqueValueRender
  371.             // 
  372.             this.UniqueValueRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  373.             this.UniqueValueRender.Image = ((System.Drawing.Image)(resources.GetObject("UniqueValueRender.Image")));
  374.             this.UniqueValueRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  375.             this.UniqueValueRender.Name = "UniqueValueRender";
  376.             this.UniqueValueRender.Size = new System.Drawing.Size(23, 22);
  377.             this.UniqueValueRender.Text = "UniqueValueRender";
  378.             this.UniqueValueRender.Click += new System.EventHandler(this.UniqueValueRender_Click);
  379.             // 
  380.             // btnProportionalSymbolRender
  381.             // 
  382.             this.btnProportionalSymbolRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  383.             this.btnProportionalSymbolRender.Image = ((System.Drawing.Image)(resources.GetObject("btnProportionalSymbolRender.Image")));
  384.             this.btnProportionalSymbolRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  385.             this.btnProportionalSymbolRender.Name = "btnProportionalSymbolRender";
  386.             this.btnProportionalSymbolRender.Size = new System.Drawing.Size(23, 22);
  387.             this.btnProportionalSymbolRender.Text = "ProportionalSymbolRender";
  388.             this.btnProportionalSymbolRender.Click += new System.EventHandler(this.btnProportionalSymbolRender_Click);
  389.             // 
  390.             // btnStackedChartRender
  391.             // 
  392.             this.btnStackedChartRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  393.             this.btnStackedChartRender.Image = ((System.Drawing.Image)(resources.GetObject("btnStackedChartRender.Image")));
  394.             this.btnStackedChartRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  395.             this.btnStackedChartRender.Name = "btnStackedChartRender";
  396.             this.btnStackedChartRender.Size = new System.Drawing.Size(23, 22);
  397.             this.btnStackedChartRender.Text = "StackedChartRender";
  398.             this.btnStackedChartRender.Click += new System.EventHandler(this.btnStackedChartRender_Click);
  399.             // 
  400.             // btnBarChartRender
  401.             // 
  402.             this.btnBarChartRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  403.             this.btnBarChartRender.Image = ((System.Drawing.Image)(resources.GetObject("btnBarChartRender.Image")));
  404.             this.btnBarChartRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  405.             this.btnBarChartRender.Name = "btnBarChartRender";
  406.             this.btnBarChartRender.Size = new System.Drawing.Size(23, 22);
  407.             this.btnBarChartRender.Text = "BarChartRender";
  408.             this.btnBarChartRender.Click += new System.EventHandler(this.btnBarChartRender_Click);
  409.             // 
  410.             // btnPieChartRender
  411.             // 
  412.             this.btnPieChartRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  413.             this.btnPieChartRender.Image = ((System.Drawing.Image)(resources.GetObject("btnPieChartRender.Image")));
  414.             this.btnPieChartRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  415.             this.btnPieChartRender.Name = "btnPieChartRender";
  416.             this.btnPieChartRender.Size = new System.Drawing.Size(23, 22);
  417.             this.btnPieChartRender.Text = "PieChartRender";
  418.             this.btnPieChartRender.Click += new System.EventHandler(this.btnPieChartRender_Click);
  419.             // 
  420.             // btnDotDensityRender
  421.             // 
  422.             this.btnDotDensityRender.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  423.             this.btnDotDensityRender.Image = ((System.Drawing.Image)(resources.GetObject("btnDotDensityRender.Image")));
  424.             this.btnDotDensityRender.ImageTransparentColor = System.Drawing.Color.Magenta;
  425.             this.btnDotDensityRender.Name = "btnDotDensityRender";
  426.             this.btnDotDensityRender.Size = new System.Drawing.Size(23, 22);
  427.             this.btnDotDensityRender.Text = "DotDensityRender";
  428.             this.btnDotDensityRender.Click += new System.EventHandler(this.btnDotDensityRender_Click);
  429.             // 
  430.             // btnAnno
  431.             // 
  432.             this.btnAnno.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  433.             this.btnAnno.Image = ((System.Drawing.Image)(resources.GetObject("btnAnno.Image")));
  434.             this.btnAnno.ImageTransparentColor = System.Drawing.Color.Magenta;
  435.             this.btnAnno.Name = "btnAnno";
  436.             this.btnAnno.Size = new System.Drawing.Size(23, 22);
  437.             this.btnAnno.Text = "toolStripButton1";
  438.             this.btnAnno.Click += new System.EventHandler(this.btnAnno_Click);
  439.             // 
  440.             // mainMapControl
  441.             // 
  442.             this.mainMapControl.Dock = System.Windows.Forms.DockStyle.Fill;
  443.             this.mainMapControl.Location = new System.Drawing.Point(1, 1);
  444.             this.mainMapControl.Name = "mainMapControl";
  445.             this.mainMapControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("mainMapControl.OcxState")));
  446.             this.mainMapControl.Size = new System.Drawing.Size(524, 281);
  447.             this.mainMapControl.TabIndex = 1;
  448.             this.mainMapControl.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.mainMapControl_OnExtentUpdated);
  449.             this.mainMapControl.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.mainMapControl_OnMapReplaced);
  450.             this.mainMapControl.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.mainMapControl_OnMouseDown);
  451.             this.mainMapControl.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.mainMapControl_OnMouseMove);
  452.             // 
  453.             // bubbleBar
  454.             // 
  455.             this.bubbleBar.Alignment = DevComponents.DotNetBar.eBubbleButtonAlignment.Bottom;
  456.             this.bubbleBar.AntiAlias = true;
  457.             // 
  458.             // 
  459.             // 
  460.             this.bubbleBar.BackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  461.             this.bubbleBar.BackgroundStyle.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Linear;
  462.             this.bubbleBar.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  463.             this.bubbleBar.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Stretch;
  464.             this.bubbleBar.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.None;
  465.             this.bubbleBar.BackgroundStyle.BorderBottomColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  466.             this.bubbleBar.BackgroundStyle.BorderColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  467.             this.bubbleBar.BackgroundStyle.BorderColorLight2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  468.             this.bubbleBar.BackgroundStyle.BorderColorLightSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  469.             this.bubbleBar.BackgroundStyle.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  470.             this.bubbleBar.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.None;
  471.             this.bubbleBar.BackgroundStyle.BorderLeftColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  472.             this.bubbleBar.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.None;
  473.             this.bubbleBar.BackgroundStyle.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  474.             this.bubbleBar.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.None;
  475.             this.bubbleBar.BackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  476.             this.bubbleBar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  477.             this.bubbleBar.BackgroundStyle.CornerTypeBottomLeft = DevComponents.DotNetBar.eCornerType.Inherit;
  478.             this.bubbleBar.BackgroundStyle.CornerTypeBottomRight = DevComponents.DotNetBar.eCornerType.Inherit;
  479.             this.bubbleBar.BackgroundStyle.CornerTypeTopLeft = DevComponents.DotNetBar.eCornerType.Inherit;
  480.             this.bubbleBar.BackgroundStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Inherit;
  481.             this.bubbleBar.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  482.             this.bubbleBar.BackgroundStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  483.             this.bubbleBar.BackgroundStyle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  484.             this.bubbleBar.BackgroundStyle.TextShadowColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  485.             this.bubbleBar.BackgroundStyle.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisCharacter;
  486.             // 
  487.             // 
  488.             // 
  489.             this.bubbleBar.ButtonBackAreaStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  490.             this.bubbleBar.ButtonBackAreaStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  491.             this.bubbleBar.ButtonBackAreaStyle.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Linear;
  492.             this.bubbleBar.ButtonBackAreaStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  493.             this.bubbleBar.ButtonBackAreaStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Stretch;
  494.             this.bubbleBar.ButtonBackAreaStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
  495.             this.bubbleBar.ButtonBackAreaStyle.BorderBottomColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  496.             this.bubbleBar.ButtonBackAreaStyle.BorderBottomWidth = 1;
  497.             this.bubbleBar.ButtonBackAreaStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
  498.             this.bubbleBar.ButtonBackAreaStyle.BorderColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  499.             this.bubbleBar.ButtonBackAreaStyle.BorderColorLight2SchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  500.             this.bubbleBar.ButtonBackAreaStyle.BorderColorLightSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  501.             this.bubbleBar.ButtonBackAreaStyle.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  502.             this.bubbleBar.ButtonBackAreaStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
  503.             this.bubbleBar.ButtonBackAreaStyle.BorderLeftColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  504.             this.bubbleBar.ButtonBackAreaStyle.BorderLeftWidth = 1;
  505.             this.bubbleBar.ButtonBackAreaStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
  506.             this.bubbleBar.ButtonBackAreaStyle.BorderRightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  507.             this.bubbleBar.ButtonBackAreaStyle.BorderRightWidth = 1;
  508.             this.bubbleBar.ButtonBackAreaStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
  509.             this.bubbleBar.ButtonBackAreaStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  510.             this.bubbleBar.ButtonBackAreaStyle.BorderTopWidth = 1;
  511.             this.bubbleBar.ButtonBackAreaStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  512.             this.bubbleBar.ButtonBackAreaStyle.CornerTypeBottomLeft = DevComponents.DotNetBar.eCornerType.Inherit;
  513.             this.bubbleBar.ButtonBackAreaStyle.CornerTypeBottomRight = DevComponents.DotNetBar.eCornerType.Inherit;
  514.             this.bubbleBar.ButtonBackAreaStyle.CornerTypeTopLeft = DevComponents.DotNetBar.eCornerType.Inherit;
  515.             this.bubbleBar.ButtonBackAreaStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Inherit;
  516.             this.bubbleBar.ButtonBackAreaStyle.PaddingBottom = 3;
  517.             this.bubbleBar.ButtonBackAreaStyle.PaddingLeft = 3;
  518.             this.bubbleBar.ButtonBackAreaStyle.PaddingRight = 3;
  519.             this.bubbleBar.ButtonBackAreaStyle.PaddingTop = 3;
  520.             this.bubbleBar.ButtonBackAreaStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
  521.             this.bubbleBar.ButtonBackAreaStyle.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  522.             this.bubbleBar.ButtonBackAreaStyle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
  523.             this.bubbleBar.ButtonBackAreaStyle.TextShadowColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.None;
  524.             this.bubbleBar.ButtonBackAreaStyle.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisCharacter;
  525.             this.bubbleBar.Dock = System.Windows.Forms.DockStyle.Bottom;
  526.             this.bubbleBar.ImageSizeNormal = new System.Drawing.Size(24, 24);
  527.             this.bubbleBar.Location = new System.Drawing.Point(4, 384);
  528.             this.bubbleBar.MouseOverTabColors.BorderColor = System.Drawing.SystemColors.Highlight;
  529.             this.bubbleBar.Name = "bubbleBar";
  530.             this.bubbleBar.SelectedTab = this.bubbleBarTabMapNavigate;
  531.             this.bubbleBar.SelectedTabColors.BorderColor = System.Drawing.Color.Black;
  532.             this.bubbleBar.Size = new System.Drawing.Size(671, 54);
  533.             this.bubbleBar.TabIndex = 11;
  534.             this.bubbleBar.Tabs.Add(this.bubbleBarTabFile);
  535.             this.bubbleBar.Tabs.Add(this.bubbleBarTabMapNavigate);
  536.             // 
  537.             // bubbleBarTabMapNavigate
  538.             // 
  539.             this.bubbleBarTabMapNavigate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(230)))), ((int)(((byte)(247)))));
  540.             this.bubbleBarTabMapNavigate.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(168)))), ((int)(((byte)(228)))));
  541.             this.bubbleBarTabMapNavigate.Buttons.AddRange(new DevComponents.DotNetBar.BubbleButton[] {
  542.             this.bubbleBtnMapZoomIn,
  543.             this.bubbleBtnMapZoomOut,
  544.             this.bubbleBtnFullExtent,
  545.             this.bubbleBtnMapFixedZoomIn,
  546.             this.bubbleBtnFixedZoomOut,
  547.             this.bubbleBtnPan,
  548.             this.bubbleBtnPreExtent,
  549.             this.bubbleBtnNextExtent,
  550.             this.bubbleBtnSelectFeature,
  551.             this.bubbleBtnClearSelection,
  552.             this.bubbleBtnSelectElement,
  553.             this.bubbleBtnIdentify,
  554.             this.bubbleBtnFind,
  555.             this.bubbleBtnGotoXY,
  556.             this.bubbleBtnMeasure});
  557.             this.bubbleBarTabMapNavigate.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  558.             this.bubbleBarTabMapNavigate.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  559.             this.bubbleBarTabMapNavigate.Name = "bubbleBarTabMapNavigate";
  560.             this.bubbleBarTabMapNavigate.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Blue;
  561.             this.bubbleBarTabMapNavigate.Text = "地图浏览";
  562.             this.bubbleBarTabMapNavigate.TextColor = System.Drawing.Color.Black;
  563.             // 
  564.             // bubbleBtnMapZoomIn
  565.             // 
  566.             this.bubbleBtnMapZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomIn.Image")));
  567.             this.bubbleBtnMapZoomIn.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomIn.ImageLarge")));
  568.             this.bubbleBtnMapZoomIn.Name = "bubbleBtnMapZoomIn";
  569.             this.bubbleBtnMapZoomIn.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  570.             this.bubbleBtnMapZoomIn.TooltipText = "放大";
  571.             this.bubbleBtnMapZoomIn.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMapZoomIn_Click);
  572.             // 
  573.             // bubbleBtnMapZoomOut
  574.             // 
  575.             this.bubbleBtnMapZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomOut.Image")));
  576.             this.bubbleBtnMapZoomOut.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapZoomOut.ImageLarge")));
  577.             this.bubbleBtnMapZoomOut.Name = "bubbleBtnMapZoomOut";
  578.             this.bubbleBtnMapZoomOut.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  579.             this.bubbleBtnMapZoomOut.TooltipText = "缩小";
  580.             this.bubbleBtnMapZoomOut.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMapZoomOut_Click);
  581.             // 
  582.             // bubbleBtnFullExtent
  583.             // 
  584.             this.bubbleBtnFullExtent.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFullExtent.Image")));
  585.             this.bubbleBtnFullExtent.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFullExtent.ImageLarge")));
  586.             this.bubbleBtnFullExtent.Name = "bubbleBtnFullExtent";
  587.             this.bubbleBtnFullExtent.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  588.             this.bubbleBtnFullExtent.TooltipText = "全图";
  589.             this.bubbleBtnFullExtent.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnFullExtent_Click);
  590.             // 
  591.             // bubbleBtnMapFixedZoomIn
  592.             // 
  593.             this.bubbleBtnMapFixedZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapFixedZoomIn.Image")));
  594.             this.bubbleBtnMapFixedZoomIn.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMapFixedZoomIn.ImageLarge")));
  595.             this.bubbleBtnMapFixedZoomIn.Name = "bubbleBtnMapFixedZoomIn";
  596.             this.bubbleBtnMapFixedZoomIn.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  597.             this.bubbleBtnMapFixedZoomIn.TooltipText = "局部放大";
  598.             this.bubbleBtnMapFixedZoomIn.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMapFixedZoomIn_Click);
  599.             // 
  600.             // bubbleBtnFixedZoomOut
  601.             // 
  602.             this.bubbleBtnFixedZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFixedZoomOut.Image")));
  603.             this.bubbleBtnFixedZoomOut.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFixedZoomOut.ImageLarge")));
  604.             this.bubbleBtnFixedZoomOut.Name = "bubbleBtnFixedZoomOut";
  605.             this.bubbleBtnFixedZoomOut.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  606.             this.bubbleBtnFixedZoomOut.TooltipText = "局部缩小";
  607.             this.bubbleBtnFixedZoomOut.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnFixedZoomOut_Click);
  608.             // 
  609.             // bubbleBtnPan
  610.             // 
  611.             this.bubbleBtnPan.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPan.Image")));
  612.             this.bubbleBtnPan.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPan.ImageLarge")));
  613.             this.bubbleBtnPan.Name = "bubbleBtnPan";
  614.             this.bubbleBtnPan.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  615.             this.bubbleBtnPan.TooltipText = "漫游";
  616.             this.bubbleBtnPan.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnPan_Click);
  617.             // 
  618.             // bubbleBtnPreExtent
  619.             // 
  620.             this.bubbleBtnPreExtent.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPreExtent.Image")));
  621.             this.bubbleBtnPreExtent.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPreExtent.ImageLarge")));
  622.             this.bubbleBtnPreExtent.Name = "bubbleBtnPreExtent";
  623.             this.bubbleBtnPreExtent.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  624.             this.bubbleBtnPreExtent.TooltipText = "前一视图";
  625.             this.bubbleBtnPreExtent.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnPreExtent_Click);
  626.             // 
  627.             // bubbleBtnNextExtent
  628.             // 
  629.             this.bubbleBtnNextExtent.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNextExtent.Image")));
  630.             this.bubbleBtnNextExtent.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNextExtent.ImageLarge")));
  631.             this.bubbleBtnNextExtent.Name = "bubbleBtnNextExtent";
  632.             this.bubbleBtnNextExtent.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  633.             this.bubbleBtnNextExtent.TooltipText = "后一视图";
  634.             this.bubbleBtnNextExtent.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnNextExtent_Click);
  635.             // 
  636.             // bubbleBtnSelectFeature
  637.             // 
  638.             this.bubbleBtnSelectFeature.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectFeature.Image")));
  639.             this.bubbleBtnSelectFeature.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectFeature.ImageLarge")));
  640.             this.bubbleBtnSelectFeature.Name = "bubbleBtnSelectFeature";
  641.             this.bubbleBtnSelectFeature.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  642.             this.bubbleBtnSelectFeature.TooltipText = "选择要素";
  643.             this.bubbleBtnSelectFeature.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSelectFeature_Click);
  644.             // 
  645.             // bubbleBtnClearSelection
  646.             // 
  647.             this.bubbleBtnClearSelection.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnClearSelection.Image")));
  648.             this.bubbleBtnClearSelection.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnClearSelection.ImageLarge")));
  649.             this.bubbleBtnClearSelection.Name = "bubbleBtnClearSelection";
  650.             this.bubbleBtnClearSelection.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  651.             this.bubbleBtnClearSelection.TooltipText = "清除选择";
  652.             this.bubbleBtnClearSelection.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnClearSelection_Click);
  653.             // 
  654.             // bubbleBtnSelectElement
  655.             // 
  656.             this.bubbleBtnSelectElement.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectElement.Image")));
  657.             this.bubbleBtnSelectElement.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSelectElement.ImageLarge")));
  658.             this.bubbleBtnSelectElement.Name = "bubbleBtnSelectElement";
  659.             this.bubbleBtnSelectElement.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  660.             this.bubbleBtnSelectElement.TooltipText = "选择元素";
  661.             this.bubbleBtnSelectElement.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSelectElement_Click);
  662.             // 
  663.             // bubbleBtnIdentify
  664.             // 
  665.             this.bubbleBtnIdentify.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnIdentify.Image")));
  666.             this.bubbleBtnIdentify.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnIdentify.ImageLarge")));
  667.             this.bubbleBtnIdentify.Name = "bubbleBtnIdentify";
  668.             this.bubbleBtnIdentify.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  669.             this.bubbleBtnIdentify.TooltipText = "识别";
  670.             this.bubbleBtnIdentify.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnIdentify_Click);
  671.             // 
  672.             // bubbleBtnFind
  673.             // 
  674.             this.bubbleBtnFind.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFind.Image")));
  675.             this.bubbleBtnFind.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnFind.ImageLarge")));
  676.             this.bubbleBtnFind.Name = "bubbleBtnFind";
  677.             this.bubbleBtnFind.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  678.             this.bubbleBtnFind.TooltipText = "查找";
  679.             this.bubbleBtnFind.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnFind_Click);
  680.             // 
  681.             // bubbleBtnGotoXY
  682.             // 
  683.             this.bubbleBtnGotoXY.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnGotoXY.Image")));
  684.             this.bubbleBtnGotoXY.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnGotoXY.ImageLarge")));
  685.             this.bubbleBtnGotoXY.Name = "bubbleBtnGotoXY";
  686.             this.bubbleBtnGotoXY.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  687.             this.bubbleBtnGotoXY.TooltipText = "到达";
  688.             this.bubbleBtnGotoXY.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnGotoXY_Click);
  689.             // 
  690.             // bubbleBtnMeasure
  691.             // 
  692.             this.bubbleBtnMeasure.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMeasure.Image")));
  693.             this.bubbleBtnMeasure.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnMeasure.ImageLarge")));
  694.             this.bubbleBtnMeasure.Name = "bubbleBtnMeasure";
  695.             this.bubbleBtnMeasure.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  696.             this.bubbleBtnMeasure.TooltipText = "量算";
  697.             this.bubbleBtnMeasure.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnMeasure_Click);
  698.             // 
  699.             // bubbleBarTabFile
  700.             // 
  701.             this.bubbleBarTabFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(213)))));
  702.             this.bubbleBarTabFile.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(105)))));
  703.             this.bubbleBarTabFile.Buttons.AddRange(new DevComponents.DotNetBar.BubbleButton[] {
  704.             this.bubbleBtnNewDoc,
  705.             this.bubbleBtnOpenDoc,
  706.             this.bubbleBtnAddData,
  707.             this.bubbleBtnSaveDoc,
  708.             this.bubbleBtnSaveDocAs,
  709.             this.bubbleBtnPrint,
  710.             this.bubbleBtnCloseDoc});
  711.             this.bubbleBarTabFile.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  712.             this.bubbleBarTabFile.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  713.             this.bubbleBarTabFile.Name = "bubbleBarTabFile";
  714.             this.bubbleBarTabFile.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Yellow;
  715.             this.bubbleBarTabFile.Text = "文件";
  716.             this.bubbleBarTabFile.TextColor = System.Drawing.Color.Black;
  717.             // 
  718.             // bubbleBtnNewDoc
  719.             // 
  720.             this.bubbleBtnNewDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNewDoc.Image")));
  721.             this.bubbleBtnNewDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnNewDoc.ImageLarge")));
  722.             this.bubbleBtnNewDoc.Name = "bubbleBtnNewDoc";
  723.             this.bubbleBtnNewDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  724.             this.bubbleBtnNewDoc.TooltipText = "新建地图";
  725.             this.bubbleBtnNewDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnNewDoc_Click);
  726.             // 
  727.             // bubbleBtnOpenDoc
  728.             // 
  729.             this.bubbleBtnOpenDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnOpenDoc.Image")));
  730.             this.bubbleBtnOpenDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnOpenDoc.ImageLarge")));
  731.             this.bubbleBtnOpenDoc.Name = "bubbleBtnOpenDoc";
  732.             this.bubbleBtnOpenDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  733.             this.bubbleBtnOpenDoc.TooltipText = "打开地图";
  734.             this.bubbleBtnOpenDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnOpenDoc_Click);
  735.             // 
  736.             // bubbleBtnAddData
  737.             // 
  738.             this.bubbleBtnAddData.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnAddData.Image")));
  739.             this.bubbleBtnAddData.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnAddData.ImageLarge")));
  740.             this.bubbleBtnAddData.Name = "bubbleBtnAddData";
  741.             this.bubbleBtnAddData.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  742.             this.bubbleBtnAddData.TooltipText = "添加数据";
  743.             this.bubbleBtnAddData.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnAddData_Click);
  744.             // 
  745.             // bubbleBtnSaveDoc
  746.             // 
  747.             this.bubbleBtnSaveDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDoc.Image")));
  748.             this.bubbleBtnSaveDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDoc.ImageLarge")));
  749.             this.bubbleBtnSaveDoc.Name = "bubbleBtnSaveDoc";
  750.             this.bubbleBtnSaveDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  751.             this.bubbleBtnSaveDoc.TooltipText = "保存";
  752.             this.bubbleBtnSaveDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSaveDoc_Click);
  753.             // 
  754.             // bubbleBtnSaveDocAs
  755.             // 
  756.             this.bubbleBtnSaveDocAs.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDocAs.Image")));
  757.             this.bubbleBtnSaveDocAs.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnSaveDocAs.ImageLarge")));
  758.             this.bubbleBtnSaveDocAs.Name = "bubbleBtnSaveDocAs";
  759.             this.bubbleBtnSaveDocAs.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  760.             this.bubbleBtnSaveDocAs.TooltipText = "另存为";
  761.             this.bubbleBtnSaveDocAs.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnSaveDocAs_Click);
  762.             // 
  763.             // bubbleBtnPrint
  764.             // 
  765.             this.bubbleBtnPrint.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPrint.Image")));
  766.             this.bubbleBtnPrint.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnPrint.ImageLarge")));
  767.             this.bubbleBtnPrint.Name = "bubbleBtnPrint";
  768.             this.bubbleBtnPrint.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  769.             this.bubbleBtnPrint.TooltipText = "打印文件";
  770.             // 
  771.             // bubbleBtnCloseDoc
  772.             // 
  773.             this.bubbleBtnCloseDoc.Image = ((System.Drawing.Image)(resources.GetObject("bubbleBtnCloseDoc.Image")));
  774.             this.bubbleBtnCloseDoc.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleBtnCloseDoc.ImageLarge")));
  775.             this.bubbleBtnCloseDoc.Name = "bubbleBtnCloseDoc";
  776.             this.bubbleBtnCloseDoc.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  777.             this.bubbleBtnCloseDoc.TooltipText = "关闭文件";
  778.             this.bubbleBtnCloseDoc.Click += new DevComponents.DotNetBar.ClickEventHandler(this.bubbleBtnCloseDoc_Click);
  779.             // 
  780.             // tabControl
  781.             // 
  782.             this.tabControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
  783.             this.tabControl.CanReorderTabs = true;
  784.             this.tabControl.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Left;
  785.             this.tabControl.Controls.Add(this.tabControlPanel1);
  786.             this.tabControl.Controls.Add(this.tabControlPanel2);
  787.             this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  788.             this.tabControl.Location = new System.Drawing.Point(149, 50);
  789.             this.tabControl.Name = "tabControl";
  790.             this.tabControl.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  791.             this.tabControl.SelectedTabIndex = 0;
  792.             this.tabControl.Size = new System.Drawing.Size(526, 309);
  793.             this.tabControl.Style = DevComponents.DotNetBar.eTabStripStyle.OneNote;
  794.             this.tabControl.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
  795.             this.tabControl.TabIndex = 12;
  796.             this.tabControl.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
  797.             this.tabControl.Tabs.Add(this.tabItemData);
  798.             this.tabControl.Tabs.Add(this.tabItemPageLayout);
  799.             this.tabControl.Text = "tabControl1";
  800.             this.tabControl.SelectedTabChanged += new DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControl_SelectedTabChanged);
  801.             // 
  802.             // tabControlPanel1
  803.             // 
  804.             this.tabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  805.             this.tabControlPanel1.Controls.Add(this.txtNewText);
  806.             this.tabControlPanel1.Controls.Add(this.mainMapControl);
  807.             this.tabControlPanel1.Controls.Add(this.toolStripContainer1);
  808.             this.tabControlPanel1.DialogResult = System.Windows.Forms.DialogResult.None;
  809.             this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  810.             this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
  811.             this.tabControlPanel1.Name = "tabControlPanel1";
  812.             this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
  813.             this.tabControlPanel1.Size = new System.Drawing.Size(526, 283);
  814.             this.tabControlPanel1.Style.Alignment = System.Drawing.StringAlignment.Near;
  815.             this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  816.             this.tabControlPanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  817.             this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  818.             this.tabControlPanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  819.             this.tabControlPanel1.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  820.             this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  821.             this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  822.             this.tabControlPanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  823.             this.tabControlPanel1.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  824.             this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  825.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  826.             this.tabControlPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  827.             this.tabControlPanel1.Style.GradientAngle = 90;
  828.             this.tabControlPanel1.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  829.             this.tabControlPanel1.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  830.             this.tabControlPanel1.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  831.             this.tabControlPanel1.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  832.             this.tabControlPanel1.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  833.             this.tabControlPanel1.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  834.             this.tabControlPanel1.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  835.                         | DevComponents.DotNetBar.eBorderSide.Top)
  836.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  837.             this.tabControlPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  838.             this.tabControlPanel1.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  839.             this.tabControlPanel1.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  840.             this.tabControlPanel1.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  841.             this.tabControlPanel1.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  842.             this.tabControlPanel1.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  843.             this.tabControlPanel1.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  844.             this.tabControlPanel1.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  845.                         | DevComponents.DotNetBar.eBorderSide.Top)
  846.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  847.             this.tabControlPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  848.             this.tabControlPanel1.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  849.             this.tabControlPanel1.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  850.             this.tabControlPanel1.TabIndex = 1;
  851.             this.tabControlPanel1.TabItem = this.tabItemData;
  852.             // 
  853.             // txtNewText
  854.             // 
  855.             this.txtNewText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  856.             this.txtNewText.Location = new System.Drawing.Point(97, 134);
  857.             this.txtNewText.Name = "txtNewText";
  858.             this.txtNewText.Size = new System.Drawing.Size(185, 21);
  859.             this.txtNewText.TabIndex = 2;
  860.             this.txtNewText.Visible = false;
  861.             this.txtNewText.Leave += new System.EventHandler(this.txtNewText_Leave);
  862.             this.txtNewText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNewText_KeyPress);
  863.             // 
  864.             // tabItemData
  865.             // 
  866.             this.tabItemData.AttachedControl = this.tabControlPanel1;
  867.             this.tabItemData.Name = "tabItemData";
  868.             this.tabItemData.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  869.             this.tabItemData.Text = "数据";
  870.             // 
  871.             // tabControlPanel2
  872.             // 
  873.             this.tabControlPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  874.             this.tabControlPanel2.Controls.Add(this.axPageLayoutControl);
  875.             this.tabControlPanel2.DialogResult = System.Windows.Forms.DialogResult.None;
  876.             this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  877.             this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
  878.             this.tabControlPanel2.Name = "tabControlPanel2";
  879.             this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
  880.             this.tabControlPanel2.Size = new System.Drawing.Size(526, 283);
  881.             this.tabControlPanel2.Style.Alignment = System.Drawing.StringAlignment.Near;
  882.             this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
  883.             this.tabControlPanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  884.             this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
  885.             this.tabControlPanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  886.             this.tabControlPanel2.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  887.             this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  888.             this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
  889.             this.tabControlPanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.Custom;
  890.             this.tabControlPanel2.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  891.             this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  892.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  893.             this.tabControlPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  894.             this.tabControlPanel2.Style.GradientAngle = 90;
  895.             this.tabControlPanel2.Style.LineAlignment = System.Drawing.StringAlignment.Center;
  896.             this.tabControlPanel2.Style.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  897.             this.tabControlPanel2.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Near;
  898.             this.tabControlPanel2.StyleMouseDown.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  899.             this.tabControlPanel2.StyleMouseDown.Border = DevComponents.DotNetBar.eBorderType.None;
  900.             this.tabControlPanel2.StyleMouseDown.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  901.             this.tabControlPanel2.StyleMouseDown.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  902.                         | DevComponents.DotNetBar.eBorderSide.Top)
  903.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  904.             this.tabControlPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  905.             this.tabControlPanel2.StyleMouseDown.LineAlignment = System.Drawing.StringAlignment.Center;
  906.             this.tabControlPanel2.StyleMouseDown.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  907.             this.tabControlPanel2.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Near;
  908.             this.tabControlPanel2.StyleMouseOver.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Stretch;
  909.             this.tabControlPanel2.StyleMouseOver.Border = DevComponents.DotNetBar.eBorderType.None;
  910.             this.tabControlPanel2.StyleMouseOver.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
  911.             this.tabControlPanel2.StyleMouseOver.BorderSide = ((DevComponents.DotNetBar.eBorderSide)((((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
  912.                         | DevComponents.DotNetBar.eBorderSide.Top)
  913.                         | DevComponents.DotNetBar.eBorderSide.Bottom)));
  914.             this.tabControlPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  915.             this.tabControlPanel2.StyleMouseOver.LineAlignment = System.Drawing.StringAlignment.Center;
  916.             this.tabControlPanel2.StyleMouseOver.TextTrimming = System.Drawing.StringTrimming.EllipsisCharacter;
  917.             this.tabControlPanel2.TabIndex = 2;
  918.             this.tabControlPanel2.TabItem = this.tabItemPageLayout;
  919.             // 
  920.             // axPageLayoutControl
  921.             // 
  922.             this.axPageLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
  923.             this.axPageLayoutControl.Location = new System.Drawing.Point(1, 1);
  924.             this.axPageLayoutControl.Name = "axPageLayoutControl";
  925.             this.axPageLayoutControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl.OcxState")));
  926.             this.axPageLayoutControl.Size = new System.Drawing.Size(524, 281);
  927.             this.axPageLayoutControl.TabIndex = 1;
  928.             this.axPageLayoutControl.OnMouseMove += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnMouseMoveEventHandler(this.axPageLayoutControl_OnMouseMove);
  929.             // 
  930.             // tabItemPageLayout
  931.             // 
  932.             this.tabItemPageLayout.AttachedControl = this.tabControlPanel2;
  933.             this.tabItemPageLayout.Name = "tabItemPageLayout";
  934.             this.tabItemPageLayout.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Default;
  935.             this.tabItemPageLayout.Text = "布局";
  936.             // 
  937.             // bubbleButton6
  938.             // 
  939.             this.bubbleButton6.Image = ((System.Drawing.Image)(resources.GetObject("bubbleButton6.Image")));
  940.             this.bubbleButton6.ImageLarge = ((System.Drawing.Image)(resources.GetObject("bubbleButton6.ImageLarge")));
  941.             this.bubbleButton6.Name = "bubbleButton6";
  942.             this.bubbleButton6.Shortcut = DevComponents.DotNetBar.eShortcut.None;
  943.             // 
  944.             // contextMenuMapNormal
  945.             // 
  946.             this.contextMenuMapNormal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
  947.             this.contextMenuMapNormal.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  948.             this.ctMenuMNFullExtent,
  949.             this.ctMenuMNPreviousExtent,
  950.             this.ctMenuMNNextExtent,
  951.             this.toolStripMenuItem1,
  952.             this.ctMenuMNFixedZoomIn,
  953.             this.ctMenuMNFixedZoomOut,
  954.             this.ctMenuMNCenter,
  955.             this.ctMenuMNSelectFeature,
  956.             this.ctMenuMNFIdentify,
  957.             this.toolStripMenuItem2});
  958.             this.contextMenuMapNormal.Name = "contextMenuMapNormal";
  959.             this.contextMenuMapNormal.Size = new System.Drawing.Size(123, 192);
  960.             // 
  961.             // ctMenuMNFullExtent
  962.             // 
  963.             this.ctMenuMNFullExtent.ForeColor = System.Drawing.SystemColors.ControlText;
  964.             this.ctMenuMNFullExtent.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFullExtent.Image")));
  965.             this.ctMenuMNFullExtent.Name = "ctMenuMNFullExtent";
  966.             this.ctMenuMNFullExtent.Size = new System.Drawing.Size(122, 22);
  967.             this.ctMenuMNFullExtent.Text = "全图";
  968.             this.ctMenuMNFullExtent.Click += new System.EventHandler(this.ctMenuMNFullExtent_Click);
  969.             // 
  970.             // ctMenuMNPreviousExtent
  971.             // 
  972.             this.ctMenuMNPreviousExtent.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNPreviousExtent.Image")));
  973.             this.ctMenuMNPreviousExtent.Name = "ctMenuMNPreviousExtent";
  974.             this.ctMenuMNPreviousExtent.Size = new System.Drawing.Size(122, 22);
  975.             this.ctMenuMNPreviousExtent.Text = "前一视图";
  976.             this.ctMenuMNPreviousExtent.Click += new System.EventHandler(this.ctMenuMNPreviousExtent_Click);
  977.             // 
  978.             // ctMenuMNNextExtent
  979.             // 
  980.             this.ctMenuMNNextExtent.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNNextExtent.Image")));
  981.             this.ctMenuMNNextExtent.Name = "ctMenuMNNextExtent";
  982.             this.ctMenuMNNextExtent.Size = new System.Drawing.Size(122, 22);
  983.             this.ctMenuMNNextExtent.Text = "后一视图";
  984.             this.ctMenuMNNextExtent.Click += new System.EventHandler(this.ctMenuMNNextExtent_Click);
  985.             // 
  986.             // toolStripMenuItem1
  987.             // 
  988.             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  989.             this.toolStripMenuItem1.Size = new System.Drawing.Size(119, 6);
  990.             // 
  991.             // ctMenuMNFixedZoomIn
  992.             // 
  993.             this.ctMenuMNFixedZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFixedZoomIn.Image")));
  994.             this.ctMenuMNFixedZoomIn.Name = "ctMenuMNFixedZoomIn";
  995.             this.ctMenuMNFixedZoomIn.Size = new System.Drawing.Size(122, 22);
  996.             this.ctMenuMNFixedZoomIn.Text = "局部放大";
  997.             this.ctMenuMNFixedZoomIn.Click += new System.EventHandler(this.ctMenuMNFixedZoomIn_Click);
  998.             // 
  999.             // ctMenuMNFixedZoomOut
  1000.             // 
  1001.             this.ctMenuMNFixedZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFixedZoomOut.Image")));
  1002.             this.ctMenuMNFixedZoomOut.Name = "ctMenuMNFixedZoomOut";
  1003.             this.ctMenuMNFixedZoomOut.Size = new System.Drawing.Size(122, 22);
  1004.             this.ctMenuMNFixedZoomOut.Text = "局部缩小";
  1005.             this.ctMenuMNFixedZoomOut.Click += new System.EventHandler(this.ctMenuMNFixedZoomOut_Click);
  1006.             // 
  1007.             // ctMenuMNCenter
  1008.             // 
  1009.             this.ctMenuMNCenter.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNCenter.Image")));
  1010.             this.ctMenuMNCenter.Name = "ctMenuMNCenter";
  1011.             this.ctMenuMNCenter.Size = new System.Drawing.Size(122, 22);
  1012.             this.ctMenuMNCenter.Text = "居中";
  1013.             this.ctMenuMNCenter.Click += new System.EventHandler(this.ctMenuMNCenter_Click);
  1014.             // 
  1015.             // ctMenuMNSelectFeature
  1016.             // 
  1017.             this.ctMenuMNSelectFeature.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNSelectFeature.Image")));
  1018.             this.ctMenuMNSelectFeature.Name = "ctMenuMNSelectFeature";
  1019.             this.ctMenuMNSelectFeature.Size = new System.Drawing.Size(122, 22);
  1020.             this.ctMenuMNSelectFeature.Text = "选择要素";
  1021.             this.ctMenuMNSelectFeature.Click += new System.EventHandler(this.ctMenuMNSelectFeature_Click);
  1022.             // 
  1023.             // ctMenuMNFIdentify
  1024.             // 
  1025.             this.ctMenuMNFIdentify.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuMNFIdentify.Image")));
  1026.             this.ctMenuMNFIdentify.Name = "ctMenuMNFIdentify";
  1027.             this.ctMenuMNFIdentify.Size = new System.Drawing.Size(122, 22);
  1028.             this.ctMenuMNFIdentify.Text = "识别";
  1029.             this.ctMenuMNFIdentify.Click += new System.EventHandler(this.ctMenuMNFIdentify_Click);
  1030.             // 
  1031.             // toolStripMenuItem2
  1032.             // 
  1033.             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  1034.             this.toolStripMenuItem2.Size = new System.Drawing.Size(119, 6);
  1035.             // 
  1036.             // bubbleBarTab2
  1037.             // 
  1038.             this.bubbleBarTab2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(226)))));
  1039.             this.bubbleBarTab2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(149)))), ((int)(((byte)(151)))));
  1040.             this.bubbleBarTab2.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  1041.             this.bubbleBarTab2.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1042.             this.bubbleBarTab2.Name = "bubbleBarTab2";
  1043.             this.bubbleBarTab2.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Red;
  1044.             this.bubbleBarTab2.Text = "bubbleBarTab2";
  1045.             this.bubbleBarTab2.TextColor = System.Drawing.Color.Black;
  1046.             // 
  1047.             // bubbleBarTab3
  1048.             // 
  1049.             this.bubbleBarTab3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(227)))), ((int)(((byte)(245)))));
  1050.             this.bubbleBarTab3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(158)))), ((int)(((byte)(222)))));
  1051.             this.bubbleBarTab3.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  1052.             this.bubbleBarTab3.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1053.             this.bubbleBarTab3.Name = "bubbleBarTab3";
  1054.             this.bubbleBarTab3.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Purple;
  1055.             this.bubbleBarTab3.Text = "bubbleBarTab3";
  1056.             this.bubbleBarTab3.TextColor = System.Drawing.Color.Black;
  1057.             // 
  1058.             // bubbleBarTab4
  1059.             // 
  1060.             this.bubbleBarTab4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(236)))), ((int)(((byte)(243)))));
  1061.             this.bubbleBarTab4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  1062.             this.bubbleBarTab4.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  1063.             this.bubbleBarTab4.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1064.             this.bubbleBarTab4.Name = "bubbleBarTab4";
  1065.             this.bubbleBarTab4.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Cyan;
  1066.             this.bubbleBarTab4.Text = "bubbleBarTab4";
  1067.             this.bubbleBarTab4.TextColor = System.Drawing.Color.Black;
  1068.             // 
  1069.             // bubbleBarTab5
  1070.             // 
  1071.             this.bubbleBarTab5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(233)))), ((int)(((byte)(217)))));
  1072.             this.bubbleBarTab5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(176)))), ((int)(((byte)(120)))));
  1073.             this.bubbleBarTab5.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  1074.             this.bubbleBarTab5.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1075.             this.bubbleBarTab5.Name = "bubbleBarTab5";
  1076.             this.bubbleBarTab5.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Orange;
  1077.             this.bubbleBarTab5.Text = "bubbleBarTab5";
  1078.             this.bubbleBarTab5.TextColor = System.Drawing.Color.Black;
  1079.             // 
  1080.             // bubbleBarTab6
  1081.             // 
  1082.             this.bubbleBarTab6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(229)))), ((int)(((byte)(236)))));
  1083.             this.bubbleBarTab6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(164)))), ((int)(((byte)(187)))));
  1084.             this.bubbleBarTab6.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  1085.             this.bubbleBarTab6.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1086.             this.bubbleBarTab6.Name = "bubbleBarTab6";
  1087.             this.bubbleBarTab6.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Magenta;
  1088.             this.bubbleBarTab6.Text = "bubbleBarTab6";
  1089.             this.bubbleBarTab6.TextColor = System.Drawing.Color.Black;
  1090.             // 
  1091.             // bubbleBarTab7
  1092.             // 
  1093.             this.bubbleBarTab7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(230)))), ((int)(((byte)(247)))));
  1094.             this.bubbleBarTab7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(168)))), ((int)(((byte)(228)))));
  1095.             this.bubbleBarTab7.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
  1096.             this.bubbleBarTab7.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1097.             this.bubbleBarTab7.Name = "bubbleBarTab7";
  1098.             this.bubbleBarTab7.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Blue;
  1099.             this.bubbleBarTab7.Text = "My Tab";
  1100.             this.bubbleBarTab7.TextColor = System.Drawing.Color.Black;
  1101.             // 
  1102.             // contextMenuTOCFeatureLyr
  1103.             // 
  1104.             this.contextMenuTOCFeatureLyr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
  1105.             this.contextMenuTOCFeatureLyr.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1106.             this.ctMenuTFRemove,
  1107.             this.toolStripSeparator1,
  1108.             this.ctMenuTFZoomToLayer,
  1109.             this.toolStripSeparator2,
  1110.             this.ctMenuSaveAsLyr,
  1111.             this.toolStripMenuItem3,
  1112.             this.ctMenuTFProperties});
  1113.             this.contextMenuTOCFeatureLyr.Name = "contextMenuTOCFeatureLyr";
  1114.             this.contextMenuTOCFeatureLyr.Size = new System.Drawing.Size(150, 110);
  1115.             this.contextMenuTOCFeatureLyr.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuTOCFeatureLyr_Opening);
  1116.             // 
  1117.             // ctMenuTFRemove
  1118.             // 
  1119.             this.ctMenuTFRemove.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuTFRemove.Image")));
  1120.             this.ctMenuTFRemove.Name = "ctMenuTFRemove";
  1121.             this.ctMenuTFRemove.Size = new System.Drawing.Size(149, 22);
  1122.             this.ctMenuTFRemove.Text = "移除";
  1123.             this.ctMenuTFRemove.Click += new System.EventHandler(this.ctMenuTFRemove_Click);
  1124.             // 
  1125.             // toolStripSeparator1
  1126.             // 
  1127.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  1128.             this.toolStripSeparator1.Size = new System.Drawing.Size(146, 6);
  1129.             // 
  1130.             // ctMenuTFZoomToLayer
  1131.             // 
  1132.             this.ctMenuTFZoomToLayer.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuTFZoomToLayer.Image")));
  1133.             this.ctMenuTFZoomToLayer.Name = "ctMenuTFZoomToLayer";
  1134.             this.ctMenuTFZoomToLayer.Size = new System.Drawing.Size(149, 22);
  1135.             this.ctMenuTFZoomToLayer.Text = "缩放到图层";
  1136.             this.ctMenuTFZoomToLayer.Click += new System.EventHandler(this.ctMenuTFZoomToLayer_Click);
  1137.             // 
  1138.             // toolStripSeparator2
  1139.             // 
  1140.             this.toolStripSeparator2.Name = "toolStripSeparator2";
  1141.             this.toolStripSeparator2.Size = new System.Drawing.Size(146, 6);
  1142.             // 
  1143.             // ctMenuSaveAsLyr
  1144.             // 
  1145.             this.ctMenuSaveAsLyr.Name = "ctMenuSaveAsLyr";
  1146.             this.ctMenuSaveAsLyr.Size = new System.Drawing.Size(149, 22);
  1147.             this.ctMenuSaveAsLyr.Text = "保存为Lyr文件";
  1148.             this.ctMenuSaveAsLyr.ToolTipText = "保存为Lyr文件";
  1149.             this.ctMenuSaveAsLyr.Click += new System.EventHandler(this.ctMenuSaveAsLyr_Click);
  1150.             // 
  1151.             // toolStripMenuItem3
  1152.             // 
  1153.             this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  1154.             this.toolStripMenuItem3.Size = new System.Drawing.Size(146, 6);
  1155.             // 
  1156.             // ctMenuTFProperties
  1157.             // 
  1158.             this.ctMenuTFProperties.Image = ((System.Drawing.Image)(resources.GetObject("ctMenuTFProperties.Image")));
  1159.             this.ctMenuTFProperties.Name = "ctMenuTFProperties";
  1160.             this.ctMenuTFProperties.Size = new System.Drawing.Size(149, 22);
  1161.             this.ctMenuTFProperties.Text = "属性";
  1162.             this.ctMenuTFProperties.Click += new System.EventHandler(this.ctMenuTFProperties_Click);
  1163.             // 
  1164.             // contextMenuTOCMap
  1165.             // 
  1166.             this.contextMenuTOCMap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
  1167.             this.contextMenuTOCMap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1168.             this.ctMenuMapTurnOnAll,
  1169.             this.ctMenuMapTurnOffAll,
  1170.             this.toolStripSeparator3,
  1171.             this.ctMenuMapExpandAll,
  1172.             this.ctMenwMapCollapseAll});
  1173.             this.contextMenuTOCMap.Name = "contextMenuTOCMap";
  1174.             this.contextMenuTOCMap.Size = new System.Drawing.Size(147, 98);
  1175.             // 
  1176.             // ctMenuMapTurnOnAll
  1177.             // 
  1178.             this.ctMenuMapTurnOnAll.Name = "ctMenuMapTurnOnAll";
  1179.             this.ctMenuMapTurnOnAll.Size = new System.Drawing.Size(146, 22);
  1180.             this.ctMenuMapTurnOnAll.Text = "打开所有图层";
  1181.             this.ctMenuMapTurnOnAll.Click += new System.EventHandler(this.ctMenuMapTurnOnAll_Click);
  1182.             // 
  1183.             // ctMenuMapTurnOffAll
  1184.             // 
  1185.             this.ctMenuMapTurnOffAll.Name = "ctMenuMapTurnOffAll";
  1186.             this.ctMenuMapTurnOffAll.Size = new System.Drawing.Size(146, 22);
  1187.             this.ctMenuMapTurnOffAll.Text = "关闭所有图层";
  1188.             this.ctMenuMapTurnOffAll.Click += new System.EventHandler(this.ctMenuMapTurnOffAll_Click);
  1189.             // 
  1190.             // toolStripSeparator3
  1191.             // 
  1192.             this.toolStripSeparator3.Name = "toolStripSeparator3";
  1193.             this.toolStripSeparator3.Size = new System.Drawing.Size(143, 6);
  1194.             // 
  1195.             // ctMenuMapExpandAll
  1196.             // 
  1197.             this.ctMenuMapExpandAll.Name = "ctMenuMapExpandAll";
  1198.             this.ctMenuMapExpandAll.Size = new System.Drawing.Size(146, 22);
  1199.             this.ctMenuMapExpandAll.Text = "展开所有图层";
  1200.             this.ctMenuMapExpandAll.Click += new System.EventHandler(this.ctMenuMapExpandAll_Click);
  1201.             // 
  1202.             // ctMenwMapCollapseAll
  1203.             // 
  1204.             this.ctMenwMapCollapseAll.Name = "ctMenwMapCollapseAll";
  1205.             this.ctMenwMapCollapseAll.Size = new System.Drawing.Size(146, 22);
  1206.             this.ctMenwMapCollapseAll.Text = "折叠所有图层";
  1207.             this.ctMenwMapCollapseAll.Click += new System.EventHandler(this.ctMenwMapCollapseAll_Click);
  1208.             // 
  1209.             // MainFrm
  1210.             // 
  1211.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1212.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1213.             this.ClientSize = new System.Drawing.Size(679, 440);
  1214.             this.Controls.Add(this.tabControl);
  1215.             this.Controls.Add(this.dockSite1);
  1216.             this.Controls.Add(this.dockSite2);
  1217.             this.Controls.Add(this.dockSite3);
  1218.             this.Controls.Add(this.dockSite4);
  1219.             this.Controls.Add(this.dockSite5);
  1220.             this.Controls.Add(this.dockSite6);
  1221.             this.Controls.Add(this.dockSite7);
  1222.             this.Controls.Add(this.dockSite8);
  1223.             this.Controls.Add(this.bubbleBar);
  1224.             this.Controls.Add(this.ribbonControl);
  1225.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1226.             this.Name = "MainFrm";
  1227.             this.Text = "LinMap - LinInfo";
  1228.             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1229.             this.Load += new System.EventHandler(this.MainFrm_Load);
  1230.             this.ResizeBegin += new System.EventHandler(this.MainFrm_ResizeBegin);
  1231.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
  1232.             this.ResizeEnd += new System.EventHandler(this.MainFrm_ResizeEnd);
  1233.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl)).EndInit();
  1234.             this.dockSite1.ResumeLayout(false);
  1235.             ((System.ComponentModel.ISupportInitialize)(this.barToc)).EndInit();
  1236.             this.barToc.ResumeLayout(false);
  1237.             this.panelDockContainerTOC.ResumeLayout(false);
  1238.             ((System.ComponentModel.ISupportInitialize)(this.barEagleMap)).EndInit();
  1239.             this.barEagleMap.ResumeLayout(false);
  1240.             this.panelDockContainerEagleMap.ResumeLayout(false);
  1241.             ((System.ComponentModel.ISupportInitialize)(this.EagleaxMapControl)).EndInit();
  1242.             this.dockSite8.ResumeLayout(false);
  1243.             ((System.ComponentModel.ISupportInitialize)(this.barDraw)).EndInit();
  1244.             ((System.ComponentModel.ISupportInitialize)(this.barStatus)).EndInit();
  1245.             this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
  1246.             this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
  1247.             this.toolStripContainer1.ContentPanel.ResumeLayout(false);
  1248.             this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
  1249.             this.toolStripContainer1.TopToolStripPanel.PerformLayout();
  1250.             this.toolStripContainer1.ResumeLayout(false);
  1251.             this.toolStripContainer1.PerformLayout();
  1252.             this.statusStrip1.ResumeLayout(false);
  1253.             this.statusStrip1.PerformLayout();
  1254.             this.toolStrip2.ResumeLayout(false);
  1255.             this.toolStrip2.PerformLayout();
  1256.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  1257.             this.toolStrip1.ResumeLayout(false);
  1258.             this.toolStrip1.PerformLayout();
  1259.             ((System.ComponentModel.ISupportInitialize)(this.mainMapControl)).EndInit();
  1260.             ((System.ComponentModel.ISupportInitialize)(this.bubbleBar)).EndInit();
  1261.             ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
  1262.             this.tabControl.ResumeLayout(false);
  1263.             this.tabControlPanel1.ResumeLayout(false);
  1264.             this.tabControlPanel1.PerformLayout();
  1265.             this.tabControlPanel2.ResumeLayout(false);
  1266.             ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl)).EndInit();
  1267.             this.contextMenuMapNormal.ResumeLayout(false);
  1268.             this.contextMenuTOCFeatureLyr.ResumeLayout(false);
  1269.             this.contextMenuTOCMap.ResumeLayout(false);
  1270.             this.ResumeLayout(false);
  1271.         }
  1272.         #endregion
  1273.         private System.Windows.Forms.OpenFileDialog openFileDialog;
  1274.         private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl;
  1275.         private System.Windows.Forms.SaveFileDialog saveFileDialog;
  1276.         private DevComponents.DotNetBar.RibbonControl ribbonControl;
  1277.         private DevComponents.DotNetBar.Office2007StartButton startBtn;
  1278.         private DevComponents.DotNetBar.ItemContainer itemContainer1;
  1279.         private DevComponents.DotNetBar.ItemContainer itemContainer2;
  1280.         private DevComponents.DotNetBar.ItemContainer itemContainer3;
  1281.         private DevComponents.DotNetBar.ButtonItem btnNewDoc;
  1282.         private DevComponents.DotNetBar.ButtonItem btnOpenDoc;
  1283.         private DevComponents.DotNetBar.ButtonItem btnSaveDoc;
  1284.         private DevComponents.DotNetBar.ButtonItem btnSaveDocAs;
  1285.         private DevComponents.DotNetBar.ButtonItem btnPrintDoc;
  1286.         private DevComponents.DotNetBar.ButtonItem btnCloseDoc;
  1287.         private DevComponents.DotNetBar.GalleryContainer galleryContainer1;
  1288.         private DevComponents.DotNetBar.LabelItem labelItem8;
  1289.         private DevComponents.DotNetBar.ButtonItem buttonItem8;
  1290.         private DevComponents.DotNetBar.ButtonItem buttonItem9;
  1291.         private DevComponents.DotNetBar.ButtonItem buttonItem10;
  1292.         private DevComponents.DotNetBar.ButtonItem buttonItem11;
  1293.         private DevComponents.DotNetBar.ButtonItem btnAddLyr;
  1294.         private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
  1295.         private DevComponents.DotNetBar.DotNetBarManager dotNetBarManager;
  1296.         private DevComponents.DotNetBar.DockSite dockSite4;
  1297.         private DevComponents.DotNetBar.DockSite dockSite1;
  1298.         private DevComponents.DotNetBar.Bar barToc;
  1299.         private DevComponents.DotNetBar.PanelDockContainer panelDockContainerTOC;
  1300.         private DevComponents.DotNetBar.DockContainerItem dockContainerItemTOC;
  1301.         private DevComponents.DotNetBar.DockSite dockSite2;
  1302.         private DevComponents.DotNetBar.DockSite dockSite3;
  1303.         private DevComponents.DotNetBar.DockSite dockSite5;
  1304.         private DevComponents.DotNetBar.DockSite dockSite6;
  1305.         private DevComponents.DotNetBar.DockSite dockSite7;
  1306.         private DevComponents.DotNetBar.DockSite dockSite8;
  1307.         private DevComponents.DotNetBar.Bar barDraw;
  1308.         private DevComponents.DotNetBar.TabControl tabControl;
  1309.         private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
  1310.         private System.Windows.Forms.ToolStripContainer toolStripContainer1;
  1311.         private System.Windows.Forms.ToolStrip toolStrip2;
  1312.         private System.Windows.Forms.ToolStripButton btnFlashShape;
  1313.         private System.Windows.Forms.ToolStripTextBox txtFormat;
  1314.         private System.Windows.Forms.ToolStripTextBox txtDouble;
  1315.         private System.Windows.Forms.ToolStripLabel lblDouble;
  1316.         private System.Windows.Forms.ToolStripButton toolStripButton1;
  1317.         private System.Windows.Forms.ToolStripButton toolStripButton2;
  1318.         private System.Windows.Forms.ToolStripButton toolStripButton3;
  1319.         private System.Windows.Forms.StatusStrip statusStrip1;
  1320.         private System.Windows.Forms.ToolStripStatusLabel LlblStatusBarLocation;
  1321.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  1322.         private System.Windows.Forms.ToolStrip toolStrip1;
  1323.         private System.Windows.Forms.ToolStripButton btnSimpleRender;
  1324.         private System.Windows.Forms.ToolStripButton btnClassBreakRender;
  1325.         private System.Windows.Forms.ToolStripButton UniqueValueRender;
  1326.         private System.Windows.Forms.ToolStripButton btnProportionalSymbolRender;
  1327.         private System.Windows.Forms.ToolStripButton btnStackedChartRender;
  1328.         private System.Windows.Forms.ToolStripButton btnBarChartRender;
  1329.         private System.Windows.Forms.ToolStripButton btnPieChartRender;
  1330.         private System.Windows.Forms.ToolStripButton btnDotDensityRender;
  1331.         private System.Windows.Forms.ToolStripButton btnAnno;
  1332.         private DevComponents.DotNetBar.TabItem tabItemData;
  1333.         private DevComponents.DotNetBar.BubbleBar bubbleBar;
  1334.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTabMapNavigate;
  1335.         private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
  1336.         private ESRI.ArcGIS.Controls.AxPageLayoutControl axPageLayoutControl;
  1337.         private DevComponents.DotNetBar.TabItem tabItemPageLayout;
  1338.         private DevComponents.DotNetBar.BubbleButton bubbleBtnMapZoomIn;
  1339.         private DevComponents.DotNetBar.BubbleButton bubbleBtnMapZoomOut;
  1340.         private DevComponents.DotNetBar.BubbleButton bubbleBtnFullExtent;
  1341.         private DevComponents.DotNetBar.BubbleButton bubbleBtnMapFixedZoomIn;
  1342.         private DevComponents.DotNetBar.BubbleButton bubbleBtnFixedZoomOut;
  1343.         private DevComponents.DotNetBar.BubbleButton bubbleBtnPan;
  1344.         private DevComponents.DotNetBar.BubbleButton bubbleBtnPreExtent;
  1345.         private DevComponents.DotNetBar.BubbleButton bubbleBtnNextExtent;
  1346.         private DevComponents.DotNetBar.BubbleButton bubbleBtnSelectFeature;
  1347.         private DevComponents.DotNetBar.BubbleButton bubbleBtnClearSelection;
  1348.         private DevComponents.DotNetBar.BubbleButton bubbleBtnSelectElement;
  1349.         private DevComponents.DotNetBar.BubbleButton bubbleBtnIdentify;
  1350.         private DevComponents.DotNetBar.BubbleButton bubbleBtnFind;
  1351.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  1352.         private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
  1353.         private DevComponents.DotNetBar.BubbleButton bubbleBtnGotoXY;
  1354.         private DevComponents.DotNetBar.BubbleButton bubbleBtnMeasure;
  1355.         private DevComponents.DotNetBar.Bar barEagleMap;
  1356.         private DevComponents.DotNetBar.PanelDockContainer panelDockContainerEagleMap;
  1357.         private ESRI.ArcGIS.Controls.AxMapControl EagleaxMapControl;
  1358.         private DevComponents.DotNetBar.DockContainerItem dockContainerItemEagleMap;
  1359.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTabFile;
  1360.         private DevComponents.DotNetBar.BubbleButton bubbleBtnNewDoc;
  1361.         private DevComponents.DotNetBar.BubbleButton bubbleBtnOpenDoc;
  1362.         private DevComponents.DotNetBar.BubbleButton bubbleBtnSaveDoc;
  1363.         private DevComponents.DotNetBar.BubbleButton bubbleBtnSaveDocAs;
  1364.         private DevComponents.DotNetBar.BubbleButton bubbleBtnPrint;
  1365.         private DevComponents.DotNetBar.BubbleButton bubbleBtnCloseDoc;
  1366.         private DevComponents.DotNetBar.BubbleButton bubbleButton6;
  1367.         private DevComponents.DotNetBar.ButtonItem btnDrawSelectElement;
  1368.         private DevComponents.DotNetBar.ButtonItem btnDrawNewRenctangle;
  1369.         private DevComponents.DotNetBar.ButtonItem btnDrawNewPolygon;
  1370.         private DevComponents.DotNetBar.ButtonItem btnDrawNewCircle;
  1371.         private DevComponents.DotNetBar.ButtonItem btnDrawNewEllipse;
  1372.         private DevComponents.DotNetBar.ButtonItem btnDrawNewLine;
  1373.         private DevComponents.DotNetBar.ButtonItem btnDrawNewCurve;
  1374.         private DevComponents.DotNetBar.ButtonItem btnDrawNewFreeHand;
  1375.         private DevComponents.DotNetBar.ButtonItem btnDrawNewMarker;
  1376.         private DevComponents.DotNetBar.ButtonItem buttonItemSelectFeature;
  1377.         private DevComponents.DotNetBar.ButtonItem btnSelectByAttr;
  1378.         public ESRI.ArcGIS.Controls.AxMapControl mainMapControl;
  1379.         private System.Windows.Forms.ContextMenuStrip contextMenuMapNormal;
  1380.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNFullExtent;
  1381.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNPreviousExtent;
  1382.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNNextExtent;
  1383.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  1384.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNFixedZoomIn;
  1385.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNFixedZoomOut;
  1386.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNCenter;
  1387.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNSelectFeature;
  1388.         private System.Windows.Forms.ToolStripMenuItem ctMenuMNFIdentify;
  1389.         private DevComponents.DotNetBar.ItemContainer itemContainer4;
  1390.         private DevComponents.DotNetBar.ButtonItem btnExitApplication;
  1391.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  1392.         private DevComponents.DotNetBar.ButtonItem btnAddData;
  1393.         private DevComponents.DotNetBar.BubbleButton bubbleBtnAddData;
  1394.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab2;
  1395.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab3;
  1396.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab4;
  1397.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab5;
  1398.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab6;
  1399.         private DevComponents.DotNetBar.BubbleBarTab bubbleBarTab7;
  1400.         private System.Windows.Forms.ContextMenuStrip contextMenuTOCFeatureLyr;
  1401.         private System.Windows.Forms.ToolStripMenuItem ctMenuTFRemove;
  1402.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1403.         private System.Windows.Forms.ToolStripMenuItem ctMenuTFZoomToLayer;
  1404.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1405.         private System.Windows.Forms.ToolStripMenuItem ctMenuTFProperties;
  1406.         private DevComponents.DotNetBar.Bar barStatus;
  1407.         private DevComponents.DotNetBar.LabelItem lblCurrentLocation;
  1408.         private DevComponents.DotNetBar.ButtonItem btnZoomToSelected;
  1409.         private DevComponents.DotNetBar.ButtonItem btnPanToSelected;
  1410.         private DevComponents.DotNetBar.ButtonItem btnClearSelction;
  1411.         private System.Windows.Forms.ToolStripMenuItem ctMenuSaveAsLyr;
  1412.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  1413.         private System.Windows.Forms.ContextMenuStrip contextMenuTOCMap;
  1414.         private System.Windows.Forms.ToolStripMenuItem ctMenuMapExpandAll;
  1415.         private System.Windows.Forms.ToolStripMenuItem ctMenwMapCollapseAll;
  1416.         private System.Windows.Forms.ToolStripMenuItem ctMenuMapTurnOnAll;
  1417.         private System.Windows.Forms.ToolStripMenuItem ctMenuMapTurnOffAll;
  1418.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1419.         private DevComponents.DotNetBar.ButtonItem btnDrawNewText;
  1420.         private System.Windows.Forms.TextBox txtNewText;
  1421.         private DevComponents.DotNetBar.ButtonItem btnAddShp;
  1422.         private DevComponents.DotNetBar.ButtonItem btnAddCadAsFeat;
  1423.         private DevComponents.DotNetBar.ButtonItem btnAddCadAsDraw;
  1424.         private DevComponents.DotNetBar.ButtonItem btnDisplayFeeback;
  1425.         private DevComponents.DotNetBar.ButtonItem btnAbout;
  1426.     }
  1427. }