MainForm.Designer.cs
// Copyright 2010 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, treaties, and conventions. // // You may freely redistribute and use this sample code, with or // without modification, provided you include the original copyright // notice and use restrictions. // // See the use restrictions. // namespace MoleSymbols { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { //Ensures that any ESRI libraries that have been used are unloaded in the correct order. //Failure to do this may result in random crashes on exit due to the operating system unloading //the libraries in the incorrect order. ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown(); if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( MainForm ) ); this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl(); this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl(); this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl(); this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl(); this.splitter1 = new System.Windows.Forms.Splitter(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusBarXY = new System.Windows.Forms.ToolStripStatusLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbAdd200 = new System.Windows.Forms.ToolStripButton(); this.tsbMoveUnits = new System.Windows.Forms.ToolStripButton(); this.tsbSelect = new System.Windows.Forms.ToolStripButton(); this.tsbAddMoleSymbol = new System.Windows.Forms.ToolStripButton(); this.tstSIC = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tstSize = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbAddLine = new System.Windows.Forms.ToolStripButton(); this.tsbAddArea = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize) (this.axMapControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.axToolbarControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.axTOCControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.axLicenseControl1)).BeginInit(); this.statusStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // axMapControl1 // this.axMapControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.axMapControl1.Location = new System.Drawing.Point( 329, 28 ); this.axMapControl1.Name = "axMapControl1"; this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axMapControl1.OcxState" ))); this.axMapControl1.Size = new System.Drawing.Size( 672, 600 ); this.axMapControl1.TabIndex = 2; this.axMapControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler( this.axMapControl1_OnMouseDown ); this.axMapControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler( this.axMapControl1_OnMouseMove ); this.axMapControl1.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler( this.axMapControl1_OnMapReplaced ); this.axMapControl1.OnMouseUp += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseUpEventHandler( this.axMapControl1_OnMouseUp ); // // axToolbarControl1 // this.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.axToolbarControl1.Location = new System.Drawing.Point( 316, 0 ); this.axToolbarControl1.Name = "axToolbarControl1"; this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axToolbarControl1.OcxState" ))); this.axToolbarControl1.Size = new System.Drawing.Size( 685, 28 ); this.axToolbarControl1.TabIndex = 3; // // axTOCControl1 // this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Left; this.axTOCControl1.Location = new System.Drawing.Point( 3, 28 ); this.axTOCControl1.Name = "axTOCControl1"; this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axTOCControl1.OcxState" ))); this.axTOCControl1.Size = new System.Drawing.Size( 326, 600 ); this.axTOCControl1.TabIndex = 4; // // axLicenseControl1 // this.axLicenseControl1.Enabled = true; this.axLicenseControl1.Location = new System.Drawing.Point( 466, 278 ); 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 = 5; // // splitter1 // this.splitter1.Location = new System.Drawing.Point( 0, 28 ); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size( 3, 622 ); this.splitter1.TabIndex = 6; this.splitter1.TabStop = false; // // statusStrip1 // this.statusStrip1.Items.AddRange( new System.Windows.Forms.ToolStripItem[] { this.statusBarXY} ); this.statusStrip1.Location = new System.Drawing.Point( 3, 628 ); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size( 998, 22 ); this.statusStrip1.Stretch = false; this.statusStrip1.TabIndex = 7; this.statusStrip1.Text = "statusBar1"; // // statusBarXY // this.statusBarXY.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.statusBarXY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.statusBarXY.Name = "statusBarXY"; this.statusBarXY.Size = new System.Drawing.Size( 49, 17 ); this.statusBarXY.Text = "Test 123"; // // panel1 // this.panel1.Controls.Add( this.axToolbarControl1 ); this.panel1.Controls.Add( this.toolStrip1 ); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point( 0, 0 ); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size( 1001, 28 ); this.panel1.TabIndex = 8; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip1.Items.AddRange( new System.Windows.Forms.ToolStripItem[] { this.tsbAdd200, this.tsbMoveUnits, this.tsbSelect, this.tsbAddMoleSymbol, this.tstSIC, this.toolStripSeparator1, this.tstSize, this.toolStripSeparator2, this.tsbAddLine, this.tsbAddArea} ); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point( 0, 0 ); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size( 316, 28 ); this.toolStrip1.TabIndex = 9; this.toolStrip1.Text = "toolStrip1"; // // tsbAdd200 // this.tsbAdd200.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAdd200.Image = ((System.Drawing.Image) (resources.GetObject( "tsbAdd200.Image" ))); this.tsbAdd200.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd200.Name = "tsbAdd200"; this.tsbAdd200.Size = new System.Drawing.Size( 23, 25 ); this.tsbAdd200.Text = "Create 200 Graphics"; this.tsbAdd200.ToolTipText = "Add a bunch of graphics"; this.tsbAdd200.Click += new System.EventHandler( this.tsbAdd200_Click ); // // tsbMoveUnits // this.tsbMoveUnits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbMoveUnits.Image = ((System.Drawing.Image) (resources.GetObject( "tsbMoveUnits.Image" ))); this.tsbMoveUnits.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbMoveUnits.Name = "tsbMoveUnits"; this.tsbMoveUnits.Size = new System.Drawing.Size( 23, 25 ); this.tsbMoveUnits.Text = "Move All Graphics"; this.tsbMoveUnits.ToolTipText = "Move Units"; this.tsbMoveUnits.Click += new System.EventHandler( this.tsbMoveUnits_Click ); // // tsbSelect // this.tsbSelect.CheckOnClick = true; this.tsbSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSelect.Image = ((System.Drawing.Image) (resources.GetObject( "tsbSelect.Image" ))); this.tsbSelect.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSelect.Name = "tsbSelect"; this.tsbSelect.Size = new System.Drawing.Size( 23, 25 ); this.tsbSelect.Text = "toolStripButton1"; this.tsbSelect.ToolTipText = "Select & Drag Graphics"; this.tsbSelect.Click += new System.EventHandler( this.tsbSelect_Click ); // // tsbAddMoleSymbol // this.tsbAddMoleSymbol.CheckOnClick = true; this.tsbAddMoleSymbol.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAddMoleSymbol.Image = ((System.Drawing.Image) (resources.GetObject( "tsbAddMoleSymbol.Image" ))); this.tsbAddMoleSymbol.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAddMoleSymbol.Name = "tsbAddMoleSymbol"; this.tsbAddMoleSymbol.Size = new System.Drawing.Size( 23, 25 ); this.tsbAddMoleSymbol.Text = "Add MOLE Symbol"; this.tsbAddMoleSymbol.ToolTipText = "Add MOLE Symbol"; this.tsbAddMoleSymbol.Click += new System.EventHandler( this.tsbAddMoleSymbol_Click ); // // tstSIC // this.tstSIC.Font = new System.Drawing.Font( "Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0)) ); this.tstSIC.Name = "tstSIC"; this.tstSIC.Size = new System.Drawing.Size( 120, 28 ); this.tstSIC.Text = "SFGPUCAWW------"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size( 6, 28 ); // // tstSize // this.tstSize.Name = "tstSize"; this.tstSize.Size = new System.Drawing.Size( 30, 28 ); this.tstSize.Text = "36"; this.tstSize.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size( 6, 28 ); // // tsbAddLine // this.tsbAddLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAddLine.Image = ((System.Drawing.Image) (resources.GetObject( "tsbAddLine.Image" ))); this.tsbAddLine.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAddLine.Name = "tsbAddLine"; this.tsbAddLine.Size = new System.Drawing.Size( 23, 25 ); this.tsbAddLine.Text = "toolStripButton1"; this.tsbAddLine.ToolTipText = "Add a sample line graphic"; this.tsbAddLine.Click += new System.EventHandler( this.tsbAddLine_Click ); // // tsbAddArea // this.tsbAddArea.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAddArea.Image = ((System.Drawing.Image) (resources.GetObject( "tsbAddArea.Image" ))); this.tsbAddArea.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAddArea.Name = "tsbAddArea"; this.tsbAddArea.Size = new System.Drawing.Size( 23, 25 ); this.tsbAddArea.Text = "toolStripButton1"; this.tsbAddArea.ToolTipText = "Add a sample area graphic"; this.tsbAddArea.Click += new System.EventHandler( this.tsbAddArea_Click ); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size( 1001, 650 ); this.Controls.Add( this.axLicenseControl1 ); this.Controls.Add( this.axMapControl1 ); this.Controls.Add( this.axTOCControl1 ); this.Controls.Add( this.statusStrip1 ); this.Controls.Add( this.splitter1 ); this.Controls.Add( this.panel1 ); this.Icon = ((System.Drawing.Icon) (resources.GetObject( "$this.Icon" ))); this.Name = "MainForm"; this.Text = "MOLE Basic Test"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler( this.MainForm_FormClosing ); this.Load += new System.EventHandler( this.MainForm_Load ); ((System.ComponentModel.ISupportInitialize) (this.axMapControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize) (this.axToolbarControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize) (this.axTOCControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize) (this.axLicenseControl1)).EndInit(); this.statusStrip1.ResumeLayout( false ); this.statusStrip1.PerformLayout(); this.panel1.ResumeLayout( false ); this.panel1.PerformLayout(); this.toolStrip1.ResumeLayout( false ); this.toolStrip1.PerformLayout(); this.ResumeLayout( false ); this.PerformLayout(); } #endregion private ESRI.ArcGIS.Controls.AxMapControl axMapControl1; private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1; private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1; private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel statusBarXY; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbAddMoleSymbol; private System.Windows.Forms.ToolStripTextBox tstSIC; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripTextBox tstSize; private System.Windows.Forms.ToolStripButton tsbAdd200; private System.Windows.Forms.ToolStripButton tsbMoveUnits; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbAddLine; private System.Windows.Forms.ToolStripButton tsbAddArea; private System.Windows.Forms.ToolStripButton tsbSelect; } }