MainForm.Designer.cs
上传用户:hucuiqin88
上传日期:2022-06-19
资源大小:132k
文件大小:13k
源码类别:

按钮控件

开发平台:

C#

  1. namespace addPolylineTest
  2. {
  3.     partial class MainForm
  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.             //Ensures that any ESRI libraries that have been used are unloaded in the correct order. 
  16.             //Failure to do this may result in random crashes on exit due to the operating system unloading 
  17.             //the libraries in the incorrect order. 
  18.             ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown();
  19.             if (disposing && (components != null))
  20.             {
  21.                 components.Dispose();
  22.             }
  23.             base.Dispose(disposing);
  24.         }
  25.         #region Windows Form Designer generated code
  26.         /// <summary>
  27.         /// Required method for Designer support - do not modify
  28.         /// the contents of this method with the code editor.
  29.         /// </summary>
  30.         private void InitializeComponent()
  31.         {
  32.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  33.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  34.             this.menuFile = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.menuNewDoc = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.menuOpenDoc = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.menuSaveDoc = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.menuSaveAs = new System.Windows.Forms.ToolStripMenuItem();
  39.             this.menuSeparator = new System.Windows.Forms.ToolStripSeparator();
  40.             this.menuExitApp = new System.Windows.Forms.ToolStripMenuItem();
  41.             this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
  42.             this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
  43.             this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
  44.             this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
  45.             this.splitter1 = new System.Windows.Forms.Splitter();
  46.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  47.             this.statusBarXY = new System.Windows.Forms.ToolStripStatusLabel();
  48.             this.button1 = new System.Windows.Forms.Button();
  49.             this.menuStrip1.SuspendLayout();
  50.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
  51.             ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
  52.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
  53.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
  54.             this.statusStrip1.SuspendLayout();
  55.             this.SuspendLayout();
  56.             // 
  57.             // menuStrip1
  58.             // 
  59.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60.             this.menuFile});
  61.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  62.             this.menuStrip1.Name = "menuStrip1";
  63.             this.menuStrip1.Size = new System.Drawing.Size(859, 24);
  64.             this.menuStrip1.TabIndex = 0;
  65.             this.menuStrip1.Text = "menuStrip1";
  66.             // 
  67.             // menuFile
  68.             // 
  69.             this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  70.             this.menuNewDoc,
  71.             this.menuOpenDoc,
  72.             this.menuSaveDoc,
  73.             this.menuSaveAs,
  74.             this.menuSeparator,
  75.             this.menuExitApp});
  76.             this.menuFile.Name = "menuFile";
  77.             this.menuFile.Size = new System.Drawing.Size(41, 20);
  78.             this.menuFile.Text = "File";
  79.             // 
  80.             // menuNewDoc
  81.             // 
  82.             this.menuNewDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuNewDoc.Image")));
  83.             this.menuNewDoc.ImageTransparentColor = System.Drawing.Color.White;
  84.             this.menuNewDoc.Name = "menuNewDoc";
  85.             this.menuNewDoc.Size = new System.Drawing.Size(166, 22);
  86.             this.menuNewDoc.Text = "New Document";
  87.             this.menuNewDoc.Click += new System.EventHandler(this.menuNewDoc_Click);
  88.             // 
  89.             // menuOpenDoc
  90.             // 
  91.             this.menuOpenDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuOpenDoc.Image")));
  92.             this.menuOpenDoc.ImageTransparentColor = System.Drawing.Color.White;
  93.             this.menuOpenDoc.Name = "menuOpenDoc";
  94.             this.menuOpenDoc.Size = new System.Drawing.Size(166, 22);
  95.             this.menuOpenDoc.Text = "Open Document...";
  96.             this.menuOpenDoc.Click += new System.EventHandler(this.menuOpenDoc_Click);
  97.             // 
  98.             // menuSaveDoc
  99.             // 
  100.             this.menuSaveDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuSaveDoc.Image")));
  101.             this.menuSaveDoc.ImageTransparentColor = System.Drawing.Color.White;
  102.             this.menuSaveDoc.Name = "menuSaveDoc";
  103.             this.menuSaveDoc.Size = new System.Drawing.Size(166, 22);
  104.             this.menuSaveDoc.Text = "SaveDocument";
  105.             this.menuSaveDoc.Click += new System.EventHandler(this.menuSaveDoc_Click);
  106.             // 
  107.             // menuSaveAs
  108.             // 
  109.             this.menuSaveAs.Name = "menuSaveAs";
  110.             this.menuSaveAs.Size = new System.Drawing.Size(166, 22);
  111.             this.menuSaveAs.Text = "Save As...";
  112.             this.menuSaveAs.Click += new System.EventHandler(this.menuSaveAs_Click);
  113.             // 
  114.             // menuSeparator
  115.             // 
  116.             this.menuSeparator.Name = "menuSeparator";
  117.             this.menuSeparator.Size = new System.Drawing.Size(163, 6);
  118.             // 
  119.             // menuExitApp
  120.             // 
  121.             this.menuExitApp.Name = "menuExitApp";
  122.             this.menuExitApp.Size = new System.Drawing.Size(166, 22);
  123.             this.menuExitApp.Text = "Exit";
  124.             this.menuExitApp.Click += new System.EventHandler(this.menuExitApp_Click);
  125.             // 
  126.             // axMapControl1
  127.             // 
  128.             this.axMapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  129.             this.axMapControl1.Location = new System.Drawing.Point(191, 52);
  130.             this.axMapControl1.Name = "axMapControl1";
  131.             this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
  132.             this.axMapControl1.Size = new System.Drawing.Size(668, 467);
  133.             this.axMapControl1.TabIndex = 2;
  134.             this.axMapControl1.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.axMapControl1_OnMapReplaced);
  135.             this.axMapControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControl1_OnMouseMove);
  136.             // 
  137.             // axToolbarControl1
  138.             // 
  139.             this.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Top;
  140.             this.axToolbarControl1.Location = new System.Drawing.Point(0, 24);
  141.             this.axToolbarControl1.Name = "axToolbarControl1";
  142.             this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
  143.             this.axToolbarControl1.Size = new System.Drawing.Size(859, 28);
  144.             this.axToolbarControl1.TabIndex = 3;
  145.             // 
  146.             // axTOCControl1
  147.             // 
  148.             this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Left;
  149.             this.axTOCControl1.Location = new System.Drawing.Point(3, 52);
  150.             this.axTOCControl1.Name = "axTOCControl1";
  151.             this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
  152.             this.axTOCControl1.Size = new System.Drawing.Size(188, 467);
  153.             this.axTOCControl1.TabIndex = 4;
  154.             // 
  155.             // axLicenseControl1
  156.             // 
  157.             this.axLicenseControl1.Enabled = true;
  158.             this.axLicenseControl1.Location = new System.Drawing.Point(466, 278);
  159.             this.axLicenseControl1.Name = "axLicenseControl1";
  160.             this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
  161.             this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
  162.             this.axLicenseControl1.TabIndex = 5;
  163.             // 
  164.             // splitter1
  165.             // 
  166.             this.splitter1.Location = new System.Drawing.Point(0, 52);
  167.             this.splitter1.Name = "splitter1";
  168.             this.splitter1.Size = new System.Drawing.Size(3, 489);
  169.             this.splitter1.TabIndex = 6;
  170.             this.splitter1.TabStop = false;
  171.             // 
  172.             // statusStrip1
  173.             // 
  174.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  175.             this.statusBarXY});
  176.             this.statusStrip1.Location = new System.Drawing.Point(3, 519);
  177.             this.statusStrip1.Name = "statusStrip1";
  178.             this.statusStrip1.Size = new System.Drawing.Size(856, 22);
  179.             this.statusStrip1.Stretch = false;
  180.             this.statusStrip1.TabIndex = 7;
  181.             this.statusStrip1.Text = "statusBar1";
  182.             // 
  183.             // statusBarXY
  184.             // 
  185.             this.statusBarXY.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
  186.             this.statusBarXY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  187.             this.statusBarXY.Name = "statusBarXY";
  188.             this.statusBarXY.Size = new System.Drawing.Size(53, 17);
  189.             this.statusBarXY.Text = "Test 123";
  190.             // 
  191.             // button1
  192.             // 
  193.             this.button1.Location = new System.Drawing.Point(319, 0);
  194.             this.button1.Name = "button1";
  195.             this.button1.Size = new System.Drawing.Size(75, 23);
  196.             this.button1.TabIndex = 8;
  197.             this.button1.Text = "路况信息";
  198.             this.button1.UseVisualStyleBackColor = true;
  199.             this.button1.Click += new System.EventHandler(this.button1_Click);
  200.             // 
  201.             // MainForm
  202.             // 
  203.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  204.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205.             this.ClientSize = new System.Drawing.Size(859, 541);
  206.             this.Controls.Add(this.button1);
  207.             this.Controls.Add(this.axLicenseControl1);
  208.             this.Controls.Add(this.axMapControl1);
  209.             this.Controls.Add(this.axTOCControl1);
  210.             this.Controls.Add(this.statusStrip1);
  211.             this.Controls.Add(this.splitter1);
  212.             this.Controls.Add(this.axToolbarControl1);
  213.             this.Controls.Add(this.menuStrip1);
  214.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  215.             this.MainMenuStrip = this.menuStrip1;
  216.             this.Name = "MainForm";
  217.             this.Text = "ArcEngine Controls Application";
  218.             this.Load += new System.EventHandler(this.MainForm_Load);
  219.             this.menuStrip1.ResumeLayout(false);
  220.             this.menuStrip1.PerformLayout();
  221.             ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
  222.             ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
  223.             ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
  224.             ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
  225.             this.statusStrip1.ResumeLayout(false);
  226.             this.statusStrip1.PerformLayout();
  227.             this.ResumeLayout(false);
  228.             this.PerformLayout();
  229.         }
  230.         #endregion
  231.         private System.Windows.Forms.MenuStrip menuStrip1;
  232.         private System.Windows.Forms.ToolStripMenuItem menuFile;
  233.         private System.Windows.Forms.ToolStripMenuItem menuNewDoc;
  234.         private System.Windows.Forms.ToolStripMenuItem menuOpenDoc;
  235.         private System.Windows.Forms.ToolStripMenuItem menuSaveDoc;
  236.         private System.Windows.Forms.ToolStripMenuItem menuSaveAs;
  237.         private System.Windows.Forms.ToolStripMenuItem menuExitApp;
  238.         private System.Windows.Forms.ToolStripSeparator menuSeparator;
  239.         private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
  240.         private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
  241.         private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
  242.         private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
  243.         private System.Windows.Forms.Splitter splitter1;
  244.         private System.Windows.Forms.StatusStrip statusStrip1;
  245.         private System.Windows.Forms.ToolStripStatusLabel statusBarXY;
  246.         private System.Windows.Forms.Button button1;
  247.     }
  248. }