Form1.Designer.cs
上传用户:xianghe012
上传日期:2022-07-02
资源大小:77k
文件大小:8k
源码类别:

GIS编程

开发平台:

C#

  1. namespace ArcMap
  2. {
  3.     partial class FrmMain
  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(FrmMain));
  29.             this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
  30.             this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  31.             this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
  32.             this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
  33.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  34.             this.queryQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.FeatureViaProperty = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.PropertyViaFeature = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.panToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
  39.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  40.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
  41.             ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
  42.             this.menuStrip1.SuspendLayout();
  43.             this.SuspendLayout();
  44.             // 
  45.             // axMapControl1
  46.             // 
  47.             this.axMapControl1.Location = new System.Drawing.Point(151, 61);
  48.             this.axMapControl1.Name = "axMapControl1";
  49.             this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
  50.             this.axMapControl1.Size = new System.Drawing.Size(545, 460);
  51.             this.axMapControl1.TabIndex = 0;
  52.             this.axMapControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl1_OnMouseDown);
  53.             this.axMapControl1.OnMouseUp += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseUpEventHandler(this.axMapControl1_OnMouseUp);
  54.             // 
  55.             // axLicenseControl1
  56.             // 
  57.             this.axLicenseControl1.Enabled = true;
  58.             this.axLicenseControl1.Location = new System.Drawing.Point(555, 82);
  59.             this.axLicenseControl1.Name = "axLicenseControl1";
  60.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  61.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  62.             this.axLicenseControl1.TabIndex = 1;
  63.             // 
  64.             // axTOCControl1
  65.             // 
  66.             this.axTOCControl1.Location = new System.Drawing.Point(0, 61);
  67.             this.axTOCControl1.Name = "axTOCControl1";
  68.             this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
  69.             this.axTOCControl1.Size = new System.Drawing.Size(147, 460);
  70.             this.axTOCControl1.TabIndex = 2;
  71.             // 
  72.             // axToolbarControl1
  73.             // 
  74.             this.axToolbarControl1.Location = new System.Drawing.Point(-2, 27);
  75.             this.axToolbarControl1.Name = "axToolbarControl1";
  76.             this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
  77.             this.axToolbarControl1.Size = new System.Drawing.Size(698, 28);
  78.             this.axToolbarControl1.TabIndex = 3;
  79.             // 
  80.             // menuStrip1
  81.             // 
  82.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  83.             this.queryQToolStripMenuItem});
  84.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  85.             this.menuStrip1.Name = "menuStrip1";
  86.             this.menuStrip1.Size = new System.Drawing.Size(696, 24);
  87.             this.menuStrip1.TabIndex = 4;
  88.             this.menuStrip1.Text = "menuStrip1";
  89.             // 
  90.             // queryQToolStripMenuItem
  91.             // 
  92.             this.queryQToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  93.             this.FeatureViaProperty,
  94.             this.PropertyViaFeature,
  95.             this.panToolStripMenuItem});
  96.             this.queryQToolStripMenuItem.Name = "queryQToolStripMenuItem";
  97.             this.queryQToolStripMenuItem.Size = new System.Drawing.Size(75, 20);
  98.             this.queryQToolStripMenuItem.Text = "Query(&Q)";
  99.             // 
  100.             // FeatureViaProperty
  101.             // 
  102.             this.FeatureViaProperty.Name = "FeatureViaProperty";
  103.             this.FeatureViaProperty.Size = new System.Drawing.Size(152, 22);
  104.             this.FeatureViaProperty.Text = "属性查图";
  105.             this.FeatureViaProperty.Click += new System.EventHandler(this.FeatureViaProperty_Click);
  106.             // 
  107.             // PropertyViaFeature
  108.             // 
  109.             this.PropertyViaFeature.Name = "PropertyViaFeature";
  110.             this.PropertyViaFeature.Size = new System.Drawing.Size(152, 22);
  111.             this.PropertyViaFeature.Text = "图查属性";
  112.             this.PropertyViaFeature.Click += new System.EventHandler(this.PropertyViaFeature_Click);
  113.             // 
  114.             // panToolStripMenuItem
  115.             // 
  116.             this.panToolStripMenuItem.Name = "panToolStripMenuItem";
  117.             this.panToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  118.             this.panToolStripMenuItem.Text = "pan";
  119.             this.panToolStripMenuItem.Click += new System.EventHandler(this.panToolStripMenuItem_Click);
  120.             // 
  121.             // FrmMain
  122.             // 
  123.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125.             this.ClientSize = new System.Drawing.Size(696, 522);
  126.             this.Controls.Add(this.axMapControl1);
  127.             this.Controls.Add(this.axToolbarControl1);
  128.             this.Controls.Add(this.axTOCControl1);
  129.             this.Controls.Add(this.axLicenseControl1);
  130.             this.Controls.Add(this.menuStrip1);
  131.             this.MainMenuStrip = this.menuStrip1;
  132.             this.Name = "FrmMain";
  133.             this.Text = "ArcMap";
  134.             this.Load += new System.EventHandler(this.FrmMain_Load);
  135.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
  136.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  137.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
  138.             ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
  139.             this.menuStrip1.ResumeLayout(false);
  140.             this.menuStrip1.PerformLayout();
  141.             this.ResumeLayout(false);
  142.             this.PerformLayout();
  143.         }
  144.         #endregion
  145.         private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
  146.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  147.         private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
  148.         private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
  149.         private System.Windows.Forms.MenuStrip menuStrip1;
  150.         private System.Windows.Forms.ToolStripMenuItem queryQToolStripMenuItem;
  151.         private System.Windows.Forms.ToolStripMenuItem FeatureViaProperty;
  152.         private System.Windows.Forms.ToolStripMenuItem PropertyViaFeature;
  153.         private System.Windows.Forms.ToolStripMenuItem panToolStripMenuItem;
  154.     }
  155. }