3sdnMap.Designer.cs
Upload User: whsxdl
Upload Date: 2022-02-16
Package Size: 151k
Code Size: 24k
Category:

GIS program

Development Platform:

Visual C++

  1. namespace _sdnMap
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30.             this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31.             this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
  32.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  33.             this.MessageLabel = new System.Windows.Forms.ToolStripStatusLabel();
  34.             this.blank = new System.Windows.Forms.ToolStripStatusLabel();
  35.             this.ScaleLabel = new System.Windows.Forms.ToolStripStatusLabel();
  36.             this.CoordinateLabel = new System.Windows.Forms.ToolStripStatusLabel();
  37.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38.             this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  39.             this.tabControl1 = new System.Windows.Forms.TabControl();
  40.             this.tabPageLayer = new System.Windows.Forms.TabPage();
  41.             this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
  42.             this.tabPageProperty = new System.Windows.Forms.TabPage();
  43.             this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  44.             this.axMapControl2 = new ESRI.ArcGIS.Controls.AxMapControl();
  45.             this.tabControl2 = new System.Windows.Forms.TabControl();
  46.             this.tabPageMap = new System.Windows.Forms.TabPage();
  47.             this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
  48.             this.tabPageLayout = new System.Windows.Forms.TabPage();
  49.             this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  50.             this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
  51.             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  52.             this.New = new System.Windows.Forms.ToolStripMenuItem();
  53.             this.Open = new System.Windows.Forms.ToolStripMenuItem();
  54.             this.AddData = new System.Windows.Forms.ToolStripMenuItem();
  55.             this.Save = new System.Windows.Forms.ToolStripMenuItem();
  56.             this.SaveAs = new System.Windows.Forms.ToolStripMenuItem();
  57.             this.Exit = new System.Windows.Forms.ToolStripMenuItem();
  58.             this.menuStrip1.SuspendLayout();
  59.             ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
  60.             this.statusStrip1.SuspendLayout();
  61.             this.splitContainer1.Panel1.SuspendLayout();
  62.             this.splitContainer1.Panel2.SuspendLayout();
  63.             this.splitContainer1.SuspendLayout();
  64.             this.splitContainer2.Panel1.SuspendLayout();
  65.             this.splitContainer2.Panel2.SuspendLayout();
  66.             this.splitContainer2.SuspendLayout();
  67.             this.tabControl1.SuspendLayout();
  68.             this.tabPageLayer.SuspendLayout();
  69.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
  70.             this.tabPageProperty.SuspendLayout();
  71.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).BeginInit();
  72.             this.tabControl2.SuspendLayout();
  73.             this.tabPageMap.SuspendLayout();
  74.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
  75.             this.tabPageLayout.SuspendLayout();
  76.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  77.             ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
  78.             this.SuspendLayout();
  79.             // 
  80.             // menuStrip1
  81.             // 
  82.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  83.             this.文件ToolStripMenuItem});
  84.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  85.             this.menuStrip1.Name = "menuStrip1";
  86.             this.menuStrip1.Size = new System.Drawing.Size(840, 24);
  87.             this.menuStrip1.TabIndex = 0;
  88.             this.menuStrip1.Text = "menuStrip1";
  89.             this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
  90.             // 
  91.             // 文件ToolStripMenuItem
  92.             // 
  93.             this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  94.             this.New,
  95.             this.Open,
  96.             this.AddData,
  97.             this.Save,
  98.             this.SaveAs,
  99.             this.Exit});
  100.             this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
  101.             this.文件ToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
  102.             this.文件ToolStripMenuItem.Text = "文件";
  103.             // 
  104.             // axToolbarControl1
  105.             // 
  106.             this.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Top;
  107.             this.axToolbarControl1.Location = new System.Drawing.Point(0, 24);
  108.             this.axToolbarControl1.Name = "axToolbarControl1";
  109.             this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
  110.             this.axToolbarControl1.Size = new System.Drawing.Size(840, 28);
  111.             this.axToolbarControl1.TabIndex = 1;
  112.             this.axToolbarControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IToolbarControlEvents_Ax_OnMouseMoveEventHandler(this.axToolbarControl1_OnMouseMove);
  113.             // 
  114.             // statusStrip1
  115.             // 
  116.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117.             this.MessageLabel,
  118.             this.blank,
  119.             this.ScaleLabel,
  120.             this.CoordinateLabel});
  121.             this.statusStrip1.Location = new System.Drawing.Point(0, 560);
  122.             this.statusStrip1.Name = "statusStrip1";
  123.             this.statusStrip1.Size = new System.Drawing.Size(840, 25);
  124.             this.statusStrip1.TabIndex = 2;
  125.             this.statusStrip1.Text = "statusStrip1";
  126.             // 
  127.             // MessageLabel
  128.             // 
  129.             this.MessageLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
  130.             this.MessageLabel.Name = "MessageLabel";
  131.             this.MessageLabel.Size = new System.Drawing.Size(44, 20);
  132.             this.MessageLabel.Text = "就绪";
  133.             // 
  134.             // blank
  135.             // 
  136.             this.blank.Name = "blank";
  137.             this.blank.Size = new System.Drawing.Size(231, 20);
  138.             this.blank.Spring = true;
  139.             // 
  140.             // ScaleLabel
  141.             // 
  142.             this.ScaleLabel.AutoSize = false;
  143.             this.ScaleLabel.Name = "ScaleLabel";
  144.             this.ScaleLabel.Size = new System.Drawing.Size(150, 20);
  145.             this.ScaleLabel.Text = "比例尺";
  146.             // 
  147.             // CoordinateLabel
  148.             // 
  149.             this.CoordinateLabel.AutoSize = false;
  150.             this.CoordinateLabel.Name = "CoordinateLabel";
  151.             this.CoordinateLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  152.             this.CoordinateLabel.Size = new System.Drawing.Size(400, 20);
  153.             this.CoordinateLabel.Text = "当前坐标";
  154.             // 
  155.             // splitContainer1
  156.             // 
  157.             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  158.             this.splitContainer1.Location = new System.Drawing.Point(0, 52);
  159.             this.splitContainer1.Name = "splitContainer1";
  160.             // 
  161.             // splitContainer1.Panel1
  162.             // 
  163.             this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  164.             // 
  165.             // splitContainer1.Panel2
  166.             // 
  167.             this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
  168.             this.splitContainer1.Size = new System.Drawing.Size(840, 508);
  169.             this.splitContainer1.SplitterDistance = 209;
  170.             this.splitContainer1.TabIndex = 3;
  171.             // 
  172.             // splitContainer2
  173.             // 
  174.             this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  175.             this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  176.             this.splitContainer2.Name = "splitContainer2";
  177.             this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  178.             // 
  179.             // splitContainer2.Panel1
  180.             // 
  181.             this.splitContainer2.Panel1.Controls.Add(this.tabControl1);
  182.             // 
  183.             // splitContainer2.Panel2
  184.             // 
  185.             this.splitContainer2.Panel2.Controls.Add(this.axMapControl2);
  186.             this.splitContainer2.Size = new System.Drawing.Size(209, 508);
  187.             this.splitContainer2.SplitterDistance = 341;
  188.             this.splitContainer2.TabIndex = 3;
  189.             // 
  190.             // tabControl1
  191.             // 
  192.             this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  193.             this.tabControl1.Controls.Add(this.tabPageLayer);
  194.             this.tabControl1.Controls.Add(this.tabPageProperty);
  195.             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  196.             this.tabControl1.Location = new System.Drawing.Point(0, 0);
  197.             this.tabControl1.Name = "tabControl1";
  198.             this.tabControl1.SelectedIndex = 0;
  199.             this.tabControl1.Size = new System.Drawing.Size(209, 341);
  200.             this.tabControl1.TabIndex = 3;
  201.             // 
  202.             // tabPageLayer
  203.             // 
  204.             this.tabPageLayer.BackColor = System.Drawing.Color.Transparent;
  205.             this.tabPageLayer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  206.             this.tabPageLayer.Controls.Add(this.axTOCControl1);
  207.             this.tabPageLayer.ImageKey = "(无)";
  208.             this.tabPageLayer.Location = new System.Drawing.Point(4, 4);
  209.             this.tabPageLayer.Name = "tabPageLayer";
  210.             this.tabPageLayer.Padding = new System.Windows.Forms.Padding(3);
  211.             this.tabPageLayer.Size = new System.Drawing.Size(201, 316);
  212.             this.tabPageLayer.TabIndex = 0;
  213.             this.tabPageLayer.Text = "图层";
  214.             this.tabPageLayer.UseVisualStyleBackColor = true;
  215.             // 
  216.             // axTOCControl1
  217.             // 
  218.             this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  219.             this.axTOCControl1.Location = new System.Drawing.Point(3, 3);
  220.             this.axTOCControl1.Name = "axTOCControl1";
  221.             this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
  222.             this.axTOCControl1.Size = new System.Drawing.Size(191, 306);
  223.             this.axTOCControl1.TabIndex = 0;
  224.             this.axTOCControl1.OnDoubleClick += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnDoubleClickEventHandler(this.axTOCControl1_OnDoubleClick);
  225.             this.axTOCControl1.OnMouseDown += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnMouseDownEventHandler(this.axTOCControl1_OnMouseDown);
  226.             // 
  227.             // tabPageProperty
  228.             // 
  229.             this.tabPageProperty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  230.             this.tabPageProperty.Controls.Add(this.propertyGrid1);
  231.             this.tabPageProperty.Location = new System.Drawing.Point(4, 4);
  232.             this.tabPageProperty.Name = "tabPageProperty";
  233.             this.tabPageProperty.Padding = new System.Windows.Forms.Padding(3);
  234.             this.tabPageProperty.Size = new System.Drawing.Size(201, 316);
  235.             this.tabPageProperty.TabIndex = 1;
  236.             this.tabPageProperty.Text = "属性";
  237.             this.tabPageProperty.UseVisualStyleBackColor = true;
  238.             // 
  239.             // propertyGrid1
  240.             // 
  241.             this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  242.             this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
  243.             this.propertyGrid1.Name = "propertyGrid1";
  244.             this.propertyGrid1.Size = new System.Drawing.Size(191, 306);
  245.             this.propertyGrid1.TabIndex = 0;
  246.             // 
  247.             // axMapControl2
  248.             // 
  249.             this.axMapControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  250.             this.axMapControl2.Location = new System.Drawing.Point(0, 0);
  251.             this.axMapControl2.Name = "axMapControl2";
  252.             this.axMapControl2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl2.OcxState")));
  253.             this.axMapControl2.Size = new System.Drawing.Size(209, 163);
  254.             this.axMapControl2.TabIndex = 0;
  255.             this.axMapControl2.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl2_OnMouseDown);
  256.             this.axMapControl2.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControl2_OnMouseMove);
  257.             // 
  258.             // tabControl2
  259.             // 
  260.             this.tabControl2.Controls.Add(this.tabPageMap);
  261.             this.tabControl2.Controls.Add(this.tabPageLayout);
  262.             this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  263.             this.tabControl2.Location = new System.Drawing.Point(0, 0);
  264.             this.tabControl2.Name = "tabControl2";
  265.             this.tabControl2.SelectedIndex = 0;
  266.             this.tabControl2.Size = new System.Drawing.Size(627, 508);
  267.             this.tabControl2.TabIndex = 0;
  268.             this.tabControl2.SelectedIndexChanged += new System.EventHandler(this.tabControl2_SelectedIndexChanged);
  269.             // 
  270.             // tabPageMap
  271.             // 
  272.             this.tabPageMap.Controls.Add(this.axMapControl1);
  273.             this.tabPageMap.Location = new System.Drawing.Point(4, 21);
  274.             this.tabPageMap.Name = "tabPageMap";
  275.             this.tabPageMap.Padding = new System.Windows.Forms.Padding(3);
  276.             this.tabPageMap.Size = new System.Drawing.Size(619, 483);
  277.             this.tabPageMap.TabIndex = 0;
  278.             this.tabPageMap.Text = "地图";
  279.             this.tabPageMap.UseVisualStyleBackColor = true;
  280.             // 
  281.             // axMapControl1
  282.             // 
  283.             this.axMapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  284.             this.axMapControl1.Location = new System.Drawing.Point(3, 3);
  285.             this.axMapControl1.Name = "axMapControl1";
  286.             this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
  287.             this.axMapControl1.Size = new System.Drawing.Size(613, 477);
  288.             this.axMapControl1.TabIndex = 0;
  289.             this.axMapControl1.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.axMapControl1_OnExtentUpdated);
  290.             this.axMapControl1.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.axMapControl1_OnMapReplaced);
  291.             this.axMapControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControl1_OnMouseMove);
  292.             // 
  293.             // tabPageLayout
  294.             // 
  295.             this.tabPageLayout.Controls.Add(this.axLicenseControl1);
  296.             this.tabPageLayout.Controls.Add(this.axPageLayoutControl1);
  297.             this.tabPageLayout.Location = new System.Drawing.Point(4, 21);
  298.             this.tabPageLayout.Name = "tabPageLayout";
  299.             this.tabPageLayout.Padding = new System.Windows.Forms.Padding(3);
  300.             this.tabPageLayout.Size = new System.Drawing.Size(619, 483);
  301.             this.tabPageLayout.TabIndex = 1;
  302.             this.tabPageLayout.Text = "制版";
  303.             this.tabPageLayout.UseVisualStyleBackColor = true;
  304.             // 
  305.             // axLicenseControl1
  306.             // 
  307.             this.axLicenseControl1.Enabled = true;
  308.             this.axLicenseControl1.Location = new System.Drawing.Point(76, 223);
  309.             this.axLicenseControl1.Name = "axLicenseControl1";
  310.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  311.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  312.             this.axLicenseControl1.TabIndex = 1;
  313.             // 
  314.             // axPageLayoutControl1
  315.             // 
  316.             this.axPageLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  317.             this.axPageLayoutControl1.Location = new System.Drawing.Point(3, 3);
  318.             this.axPageLayoutControl1.Name = "axPageLayoutControl1";
  319.             this.axPageLayoutControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
  320.             this.axPageLayoutControl1.Size = new System.Drawing.Size(613, 477);
  321.             this.axPageLayoutControl1.TabIndex = 0;
  322.             // 
  323.             // openFileDialog
  324.             // 
  325.             this.openFileDialog.FileName = "openFileDialog1";
  326.             // 
  327.             // New
  328.             // 
  329.             this.New.Image = global::_sdnMap.Properties.Resources.newFile;
  330.             this.New.Name = "New";
  331.             this.New.Size = new System.Drawing.Size(212, 22);
  332.             this.New.Text = "新建 &New";
  333.             this.New.Click += new System.EventHandler(this.New_Click);
  334.             // 
  335.             // Open
  336.             // 
  337.             this.Open.Image = global::_sdnMap.Properties.Resources.openFile;
  338.             this.Open.Name = "Open";
  339.             this.Open.Size = new System.Drawing.Size(212, 22);
  340.             this.Open.Text = "打开 &Open";
  341.             this.Open.Click += new System.EventHandler(this.Open_Click);
  342.             // 
  343.             // AddData
  344.             // 
  345.             this.AddData.Image = global::_sdnMap.Properties.Resources.addData;
  346.             this.AddData.Name = "AddData";
  347.             this.AddData.Size = new System.Drawing.Size(212, 22);
  348.             this.AddData.Text = "添加数据 Add &Data";
  349.             this.AddData.Click += new System.EventHandler(this.AddData_Click);
  350.             // 
  351.             // Save
  352.             // 
  353.             this.Save.Image = global::_sdnMap.Properties.Resources.saveFile;
  354.             this.Save.Name = "Save";
  355.             this.Save.Size = new System.Drawing.Size(212, 22);
  356.             this.Save.Text = "保存 &Save";
  357.             this.Save.Click += new System.EventHandler(this.Save_Click);
  358.             // 
  359.             // SaveAs
  360.             // 
  361.             this.SaveAs.Image = global::_sdnMap.Properties.Resources.saveAs;
  362.             this.SaveAs.Name = "SaveAs";
  363.             this.SaveAs.Size = new System.Drawing.Size(212, 22);
  364.             this.SaveAs.Text = "另存为 Save &As";
  365.             this.SaveAs.Click += new System.EventHandler(this.SaveAs_Click);
  366.             // 
  367.             // Exit
  368.             // 
  369.             this.Exit.Image = global::_sdnMap.Properties.Resources.exit;
  370.             this.Exit.Name = "Exit";
  371.             this.Exit.Size = new System.Drawing.Size(212, 22);
  372.             this.Exit.Text = "退出 E&xit";
  373.             this.Exit.Click += new System.EventHandler(this.Exit_Click);
  374.             // 
  375.             // Form1
  376.             // 
  377.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  378.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379.             this.ClientSize = new System.Drawing.Size(840, 585);
  380.             this.Controls.Add(this.splitContainer1);
  381.             this.Controls.Add(this.statusStrip1);
  382.             this.Controls.Add(this.axToolbarControl1);
  383.             this.Controls.Add(this.menuStrip1);
  384.             this.MainMenuStrip = this.menuStrip1;
  385.             this.Name = "Form1";
  386.             this.Text = "3sdnMap";
  387.             this.Load += new System.EventHandler(this.Form1_Load);
  388.             this.menuStrip1.ResumeLayout(false);
  389.             this.menuStrip1.PerformLayout();
  390.             ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
  391.             this.statusStrip1.ResumeLayout(false);
  392.             this.statusStrip1.PerformLayout();
  393.             this.splitContainer1.Panel1.ResumeLayout(false);
  394.             this.splitContainer1.Panel2.ResumeLayout(false);
  395.             this.splitContainer1.ResumeLayout(false);
  396.             this.splitContainer2.Panel1.ResumeLayout(false);
  397.             this.splitContainer2.Panel2.ResumeLayout(false);
  398.             this.splitContainer2.ResumeLayout(false);
  399.             this.tabControl1.ResumeLayout(false);
  400.             this.tabPageLayer.ResumeLayout(false);
  401.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
  402.             this.tabPageProperty.ResumeLayout(false);
  403.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).EndInit();
  404.             this.tabControl2.ResumeLayout(false);
  405.             this.tabPageMap.ResumeLayout(false);
  406.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
  407.             this.tabPageLayout.ResumeLayout(false);
  408.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  409.             ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit();
  410.             this.ResumeLayout(false);
  411.             this.PerformLayout();
  412.         }
  413.         #endregion
  414.         private System.Windows.Forms.MenuStrip menuStrip1;
  415.         private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
  416.         private System.Windows.Forms.StatusStrip statusStrip1;
  417.         private System.Windows.Forms.SplitContainer splitContainer1;
  418.         private System.Windows.Forms.TabControl tabControl2;
  419.         private System.Windows.Forms.TabPage tabPageMap;
  420.         private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
  421.         private System.Windows.Forms.TabPage tabPageLayout;
  422.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  423.         private ESRI.ArcGIS.Controls.AxPageLayoutControl axPageLayoutControl1;
  424.         private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
  425.         private System.Windows.Forms.ToolStripMenuItem New;
  426.         private System.Windows.Forms.ToolStripMenuItem Open;
  427.         private System.Windows.Forms.ToolStripMenuItem AddData;
  428.         private System.Windows.Forms.ToolStripMenuItem Save;
  429.         private System.Windows.Forms.ToolStripMenuItem SaveAs;
  430.         private System.Windows.Forms.ToolStripMenuItem Exit;
  431.         private System.Windows.Forms.OpenFileDialog openFileDialog;
  432.         private System.Windows.Forms.ToolStripStatusLabel MessageLabel;
  433.         private System.Windows.Forms.ToolStripStatusLabel ScaleLabel;
  434.         private System.Windows.Forms.ToolStripStatusLabel CoordinateLabel;
  435.         private System.Windows.Forms.ToolStripStatusLabel blank;
  436.         private System.Windows.Forms.SplitContainer splitContainer2;
  437.         private System.Windows.Forms.TabControl tabControl1;
  438.         private System.Windows.Forms.TabPage tabPageLayer;
  439.         private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
  440.         private System.Windows.Forms.TabPage tabPageProperty;
  441.         private System.Windows.Forms.PropertyGrid propertyGrid1;
  442.         private ESRI.ArcGIS.Controls.AxMapControl axMapControl2;
  443.        /* private System.Windows.Forms.ToolStripMenuItem AddData;
  444.         private System.Windows.Forms.ToolStripMenuItem New;
  445.         private System.Windows.Forms.ToolStripMenuItem Open;
  446.         private System.Windows.Forms.ToolStripMenuItem 添加数据ToolStripMenuItem;
  447.         private System.Windows.Forms.ToolStripMenuItem Save;
  448.         private System.Windows.Forms.ToolStripMenuItem SaveAs;
  449.         private System.Windows.Forms.ToolStripMenuItem Exit;
  450.         * */
  451.     }
  452. }