Form1.Designer.cs
资源名称:arcMAP.rar [点击查看]
上传用户:xianghe012
上传日期:2022-07-02
资源大小:77k
文件大小:8k
源码类别:
GIS编程
开发平台:
C#
- namespace ArcMap
- {
- partial class FrmMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
- this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
- this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
- this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
- this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.queryQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.FeatureViaProperty = new System.Windows.Forms.ToolStripMenuItem();
- this.PropertyViaFeature = new System.Windows.Forms.ToolStripMenuItem();
- this.panToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
- this.menuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // axMapControl1
- //
- this.axMapControl1.Location = new System.Drawing.Point(151, 61);
- this.axMapControl1.Name = "axMapControl1";
- this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
- this.axMapControl1.Size = new System.Drawing.Size(545, 460);
- this.axMapControl1.TabIndex = 0;
- this.axMapControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl1_OnMouseDown);
- this.axMapControl1.OnMouseUp += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseUpEventHandler(this.axMapControl1_OnMouseUp);
- //
- // axLicenseControl1
- //
- this.axLicenseControl1.Enabled = true;
- this.axLicenseControl1.Location = new System.Drawing.Point(555, 82);
- this.axLicenseControl1.Name = "axLicenseControl1";
- this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
- this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
- this.axLicenseControl1.TabIndex = 1;
- //
- // axTOCControl1
- //
- this.axTOCControl1.Location = new System.Drawing.Point(0, 61);
- this.axTOCControl1.Name = "axTOCControl1";
- this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
- this.axTOCControl1.Size = new System.Drawing.Size(147, 460);
- this.axTOCControl1.TabIndex = 2;
- //
- // axToolbarControl1
- //
- this.axToolbarControl1.Location = new System.Drawing.Point(-2, 27);
- this.axToolbarControl1.Name = "axToolbarControl1";
- this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
- this.axToolbarControl1.Size = new System.Drawing.Size(698, 28);
- this.axToolbarControl1.TabIndex = 3;
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.queryQToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(696, 24);
- this.menuStrip1.TabIndex = 4;
- this.menuStrip1.Text = "menuStrip1";
- //
- // queryQToolStripMenuItem
- //
- this.queryQToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.FeatureViaProperty,
- this.PropertyViaFeature,
- this.panToolStripMenuItem});
- this.queryQToolStripMenuItem.Name = "queryQToolStripMenuItem";
- this.queryQToolStripMenuItem.Size = new System.Drawing.Size(75, 20);
- this.queryQToolStripMenuItem.Text = "Query(&Q)";
- //
- // FeatureViaProperty
- //
- this.FeatureViaProperty.Name = "FeatureViaProperty";
- this.FeatureViaProperty.Size = new System.Drawing.Size(152, 22);
- this.FeatureViaProperty.Text = "属性查图";
- this.FeatureViaProperty.Click += new System.EventHandler(this.FeatureViaProperty_Click);
- //
- // PropertyViaFeature
- //
- this.PropertyViaFeature.Name = "PropertyViaFeature";
- this.PropertyViaFeature.Size = new System.Drawing.Size(152, 22);
- this.PropertyViaFeature.Text = "图查属性";
- this.PropertyViaFeature.Click += new System.EventHandler(this.PropertyViaFeature_Click);
- //
- // panToolStripMenuItem
- //
- this.panToolStripMenuItem.Name = "panToolStripMenuItem";
- this.panToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.panToolStripMenuItem.Text = "pan";
- this.panToolStripMenuItem.Click += new System.EventHandler(this.panToolStripMenuItem_Click);
- //
- // FrmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(696, 522);
- this.Controls.Add(this.axMapControl1);
- this.Controls.Add(this.axToolbarControl1);
- this.Controls.Add(this.axTOCControl1);
- this.Controls.Add(this.axLicenseControl1);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "FrmMain";
- this.Text = "ArcMap";
- this.Load += new System.EventHandler(this.FrmMain_Load);
- ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
- private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
- private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
- private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem queryQToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem FeatureViaProperty;
- private System.Windows.Forms.ToolStripMenuItem PropertyViaFeature;
- private System.Windows.Forms.ToolStripMenuItem panToolStripMenuItem;
- }
- }