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

GIS编程

开发平台:

Visual C++

  1. namespace LinGIS
  2. {
  3.     partial class DisplayFeedbackFrm
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayFeedbackFrm));
  29.             this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  30.             this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
  31.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  32.             this.btnNewPolyline = new System.Windows.Forms.ToolStripButton();
  33.             this.btnNewCircle = new System.Windows.Forms.ToolStripButton();
  34.             this.btnNewEnvelope = new System.Windows.Forms.ToolStripButton();
  35.             this.btnNewPolygon = new System.Windows.Forms.ToolStripButton();
  36.             this.btnNewBezierCurve = new System.Windows.Forms.ToolStripButton();
  37.             this.btnStretchLine = new System.Windows.Forms.ToolStripButton();
  38.             this.btnLineMovePoint = new System.Windows.Forms.ToolStripButton();
  39.             this.btnPolygonMovePoint = new System.Windows.Forms.ToolStripButton();
  40.             this.btnMoveGeometry = new System.Windows.Forms.ToolStripButton();
  41.             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  42.             this.label1 = new System.Windows.Forms.Label();
  43.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  44.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
  45.             this.toolStrip1.SuspendLayout();
  46.             this.SuspendLayout();
  47.             // 
  48.             // axLicenseControl1
  49.             // 
  50.             this.axLicenseControl1.Enabled = true;
  51.             this.axLicenseControl1.Location = new System.Drawing.Point(270, 221);
  52.             this.axLicenseControl1.Name = "axLicenseControl1";
  53.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  54.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  55.             this.axLicenseControl1.TabIndex = 0;
  56.             // 
  57.             // axMapControl1
  58.             // 
  59.             this.axMapControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60.                         | System.Windows.Forms.AnchorStyles.Left)
  61.                         | System.Windows.Forms.AnchorStyles.Right)));
  62.             this.axMapControl1.Location = new System.Drawing.Point(12, 42);
  63.             this.axMapControl1.Name = "axMapControl1";
  64.             this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
  65.             this.axMapControl1.Size = new System.Drawing.Size(628, 420);
  66.             this.axMapControl1.TabIndex = 1;
  67.             this.axMapControl1.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.axMapControl1_OnExtentUpdated);
  68.             this.axMapControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl1_OnMouseDown);
  69.             this.axMapControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControl1_OnMouseMove);
  70.             this.axMapControl1.OnDoubleClick += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnDoubleClickEventHandler(this.axMapControl1_OnDoubleClick);
  71.             this.axMapControl1.OnMouseUp += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseUpEventHandler(this.axMapControl1_OnMouseUp);
  72.             // 
  73.             // toolStrip1
  74.             // 
  75.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  76.             this.btnNewPolyline,
  77.             this.btnNewCircle,
  78.             this.btnNewEnvelope,
  79.             this.btnNewPolygon,
  80.             this.btnNewBezierCurve,
  81.             this.btnStretchLine,
  82.             this.btnLineMovePoint,
  83.             this.btnPolygonMovePoint,
  84.             this.btnMoveGeometry,
  85.             this.toolStripButton1});
  86.             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  87.             this.toolStrip1.Name = "toolStrip1";
  88.             this.toolStrip1.Size = new System.Drawing.Size(652, 25);
  89.             this.toolStrip1.TabIndex = 2;
  90.             this.toolStrip1.Text = "toolStrip1";
  91.             // 
  92.             // btnNewPolyline
  93.             // 
  94.             this.btnNewPolyline.CheckOnClick = true;
  95.             this.btnNewPolyline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  96.             this.btnNewPolyline.Image = ((System.Drawing.Image)(resources.GetObject("btnNewPolyline.Image")));
  97.             this.btnNewPolyline.ImageTransparentColor = System.Drawing.Color.Magenta;
  98.             this.btnNewPolyline.Name = "btnNewPolyline";
  99.             this.btnNewPolyline.Size = new System.Drawing.Size(23, 22);
  100.             this.btnNewPolyline.Text = "新建多义线";
  101.             this.btnNewPolyline.Click += new System.EventHandler(this.btnNewPolyline_Click);
  102.             // 
  103.             // btnNewCircle
  104.             // 
  105.             this.btnNewCircle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  106.             this.btnNewCircle.Image = ((System.Drawing.Image)(resources.GetObject("btnNewCircle.Image")));
  107.             this.btnNewCircle.ImageTransparentColor = System.Drawing.Color.Magenta;
  108.             this.btnNewCircle.Name = "btnNewCircle";
  109.             this.btnNewCircle.Size = new System.Drawing.Size(23, 22);
  110.             this.btnNewCircle.Text = "新建圆";
  111.             this.btnNewCircle.Click += new System.EventHandler(this.btnNewPolyline_Click);
  112.             // 
  113.             // btnNewEnvelope
  114.             // 
  115.             this.btnNewEnvelope.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  116.             this.btnNewEnvelope.Image = ((System.Drawing.Image)(resources.GetObject("btnNewEnvelope.Image")));
  117.             this.btnNewEnvelope.ImageTransparentColor = System.Drawing.Color.Magenta;
  118.             this.btnNewEnvelope.Name = "btnNewEnvelope";
  119.             this.btnNewEnvelope.Size = new System.Drawing.Size(23, 22);
  120.             this.btnNewEnvelope.Text = "新建矩形";
  121.             this.btnNewEnvelope.Click += new System.EventHandler(this.btnNewPolyline_Click);
  122.             // 
  123.             // btnNewPolygon
  124.             // 
  125.             this.btnNewPolygon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  126.             this.btnNewPolygon.Image = ((System.Drawing.Image)(resources.GetObject("btnNewPolygon.Image")));
  127.             this.btnNewPolygon.ImageTransparentColor = System.Drawing.Color.Magenta;
  128.             this.btnNewPolygon.Name = "btnNewPolygon";
  129.             this.btnNewPolygon.Size = new System.Drawing.Size(23, 22);
  130.             this.btnNewPolygon.Text = "新建多边形";
  131.             this.btnNewPolygon.Click += new System.EventHandler(this.btnNewPolyline_Click);
  132.             // 
  133.             // btnNewBezierCurve
  134.             // 
  135.             this.btnNewBezierCurve.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136.             this.btnNewBezierCurve.Image = ((System.Drawing.Image)(resources.GetObject("btnNewBezierCurve.Image")));
  137.             this.btnNewBezierCurve.ImageTransparentColor = System.Drawing.Color.Magenta;
  138.             this.btnNewBezierCurve.Name = "btnNewBezierCurve";
  139.             this.btnNewBezierCurve.Size = new System.Drawing.Size(23, 22);
  140.             this.btnNewBezierCurve.Text = "新建Bezier曲线";
  141.             this.btnNewBezierCurve.Click += new System.EventHandler(this.btnNewPolyline_Click);
  142.             // 
  143.             // btnStretchLine
  144.             // 
  145.             this.btnStretchLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  146.             this.btnStretchLine.Image = ((System.Drawing.Image)(resources.GetObject("btnStretchLine.Image")));
  147.             this.btnStretchLine.ImageTransparentColor = System.Drawing.Color.Magenta;
  148.             this.btnStretchLine.Name = "btnStretchLine";
  149.             this.btnStretchLine.Size = new System.Drawing.Size(71, 22);
  150.             this.btnStretchLine.Text = "拉伸多义线";
  151.             this.btnStretchLine.Click += new System.EventHandler(this.btnNewPolyline_Click);
  152.             // 
  153.             // btnLineMovePoint
  154.             // 
  155.             this.btnLineMovePoint.CheckOnClick = true;
  156.             this.btnLineMovePoint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  157.             this.btnLineMovePoint.Image = ((System.Drawing.Image)(resources.GetObject("btnLineMovePoint.Image")));
  158.             this.btnLineMovePoint.ImageTransparentColor = System.Drawing.Color.Magenta;
  159.             this.btnLineMovePoint.Name = "btnLineMovePoint";
  160.             this.btnLineMovePoint.Size = new System.Drawing.Size(95, 22);
  161.             this.btnLineMovePoint.Text = "移动多义线节点";
  162.             this.btnLineMovePoint.Click += new System.EventHandler(this.btnNewPolyline_Click);
  163.             // 
  164.             // btnPolygonMovePoint
  165.             // 
  166.             this.btnPolygonMovePoint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  167.             this.btnPolygonMovePoint.Image = ((System.Drawing.Image)(resources.GetObject("btnPolygonMovePoint.Image")));
  168.             this.btnPolygonMovePoint.ImageTransparentColor = System.Drawing.Color.Magenta;
  169.             this.btnPolygonMovePoint.Name = "btnPolygonMovePoint";
  170.             this.btnPolygonMovePoint.Size = new System.Drawing.Size(95, 22);
  171.             this.btnPolygonMovePoint.Text = "移动多边形节点";
  172.             this.btnPolygonMovePoint.Click += new System.EventHandler(this.btnNewPolyline_Click);
  173.             // 
  174.             // btnMoveGeometry
  175.             // 
  176.             this.btnMoveGeometry.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  177.             this.btnMoveGeometry.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveGeometry.Image")));
  178.             this.btnMoveGeometry.ImageTransparentColor = System.Drawing.Color.Magenta;
  179.             this.btnMoveGeometry.Name = "btnMoveGeometry";
  180.             this.btnMoveGeometry.Size = new System.Drawing.Size(115, 22);
  181.             this.btnMoveGeometry.Text = "移动几何对象(多个)";
  182.             this.btnMoveGeometry.Click += new System.EventHandler(this.btnNewPolyline_Click);
  183.             // 
  184.             // toolStripButton1
  185.             // 
  186.             this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  187.             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  188.             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  189.             this.toolStripButton1.Name = "toolStripButton1";
  190.             this.toolStripButton1.Size = new System.Drawing.Size(135, 22);
  191.             this.toolStripButton1.Text = "新建多义线(自定义Tool)";
  192.             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  193.             // 
  194.             // label1
  195.             // 
  196.             this.label1.AutoSize = true;
  197.             this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198.             this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  199.             this.label1.Location = new System.Drawing.Point(10, 25);
  200.             this.label1.Name = "label1";
  201.             this.label1.Size = new System.Drawing.Size(532, 14);
  202.             this.label1.TabIndex = 3;
  203.             this.label1.Text = "本程序尝试了AE中支持IDisplayFeedback大部分对象,并尝试了自定义Command和Tool";
  204.             // 
  205.             // DisplayFeedbackFrm
  206.             // 
  207.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  208.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  209.             this.ClientSize = new System.Drawing.Size(652, 474);
  210.             this.Controls.Add(this.label1);
  211.             this.Controls.Add(this.axLicenseControl1);
  212.             this.Controls.Add(this.toolStrip1);
  213.             this.Controls.Add(this.axMapControl1);
  214.             this.Name = "DisplayFeedbackFrm";
  215.             this.Text = "DisplayFeedback全演练";
  216.             this.Load += new System.EventHandler(this.Form1_Load);
  217.             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  218.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  219.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
  220.             this.toolStrip1.ResumeLayout(false);
  221.             this.toolStrip1.PerformLayout();
  222.             this.ResumeLayout(false);
  223.             this.PerformLayout();
  224.         }
  225.         #endregion
  226.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  227.         private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
  228.         private System.Windows.Forms.ToolStrip toolStrip1;
  229.         private System.Windows.Forms.ToolStripButton btnNewPolyline;
  230.         private System.Windows.Forms.ToolStripButton btnLineMovePoint;
  231.         private System.Windows.Forms.ToolStripButton btnNewCircle;
  232.         private System.Windows.Forms.ToolStripButton btnNewEnvelope;
  233.         private System.Windows.Forms.ToolStripButton btnNewPolygon;
  234.         private System.Windows.Forms.ToolStripButton btnPolygonMovePoint;
  235.         private System.Windows.Forms.ToolStripButton btnNewBezierCurve;
  236.         private System.Windows.Forms.ToolStripButton btnMoveGeometry;
  237.         private System.Windows.Forms.ToolStripButton btnStretchLine;
  238.         private System.Windows.Forms.ToolStripButton toolStripButton1;
  239.         private System.Windows.Forms.Label label1;
  240.     }
  241. }