Displaying symbol-based MOLE graphics on a MapControl
MoleDisplay.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 MoleBasicDisplay
{
    partial class MoleDisplay
    {
        /// <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)
        {
            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( MoleDisplay ) );
      this.btnAddGraphics = new System.Windows.Forms.Button();
      this.btnClearGraphics = new System.Windows.Forms.Button();
      this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
      this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
      this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
      this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
      ((System.ComponentModel.ISupportInitialize) (this.axMapControl1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize) (this.axTOCControl1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize) (this.axToolbarControl1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize) (this.axLicenseControl1)).BeginInit();
      this.SuspendLayout();
      // 
      // btnAddGraphics
      // 
      this.btnAddGraphics.Location = new System.Drawing.Point( 283, 14 );
      this.btnAddGraphics.Name = "btnAddGraphics";
      this.btnAddGraphics.Size = new System.Drawing.Size( 114, 23 );
      this.btnAddGraphics.TabIndex = 0;
      this.btnAddGraphics.Text = "Add  Graphics";
      this.btnAddGraphics.UseVisualStyleBackColor = true;
      this.btnAddGraphics.Click += new System.EventHandler( this.btnAddGraphics_Click );
      // 
      // btnClearGraphics
      // 
      this.btnClearGraphics.Location = new System.Drawing.Point( 403, 14 );
      this.btnClearGraphics.Name = "btnClearGraphics";
      this.btnClearGraphics.Size = new System.Drawing.Size( 114, 23 );
      this.btnClearGraphics.TabIndex = 2;
      this.btnClearGraphics.Text = "Clear Graphics";
      this.btnClearGraphics.UseVisualStyleBackColor = true;
      this.btnClearGraphics.Click += new System.EventHandler( this.btnClearGraphics_Click );
      // 
      // axMapControl1
      // 
      this.axMapControl1.Anchor = ((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
      this.axMapControl1.Location = new System.Drawing.Point( 262, 43 );
      this.axMapControl1.Name = "axMapControl1";
      this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axMapControl1.OcxState" )));
      this.axMapControl1.Size = new System.Drawing.Size( 445, 484 );
      this.axMapControl1.TabIndex = 4;
      // 
      // axTOCControl1
      // 
      this.axTOCControl1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
      this.axTOCControl1.Location = new System.Drawing.Point( 12, 43 );
      this.axTOCControl1.Name = "axTOCControl1";
      this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axTOCControl1.OcxState" )));
      this.axTOCControl1.Size = new System.Drawing.Size( 244, 484 );
      this.axTOCControl1.TabIndex = 5;
      // 
      // axToolbarControl1
      // 
      this.axToolbarControl1.Location = new System.Drawing.Point( 12, 9 );
      this.axToolbarControl1.Name = "axToolbarControl1";
      this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axToolbarControl1.OcxState" )));
      this.axToolbarControl1.Size = new System.Drawing.Size( 265, 28 );
      this.axToolbarControl1.TabIndex = 6;
      // 
      // axLicenseControl1
      // 
      this.axLicenseControl1.Enabled = true;
      this.axLicenseControl1.Location = new System.Drawing.Point( 116, 272 );
      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 = 7;
      // 
      // MoleDisplay
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size( 719, 539 );
      this.Controls.Add( this.axLicenseControl1 );
      this.Controls.Add( this.axToolbarControl1 );
      this.Controls.Add( this.axTOCControl1 );
      this.Controls.Add( this.axMapControl1 );
      this.Controls.Add( this.btnClearGraphics );
      this.Controls.Add( this.btnAddGraphics );
      this.Name = "MoleDisplay";
      this.Text = "MoleDisplay";
      this.Load += new System.EventHandler( this.Form1_Load );
      ((System.ComponentModel.ISupportInitialize) (this.axMapControl1)).EndInit();
      ((System.ComponentModel.ISupportInitialize) (this.axTOCControl1)).EndInit();
      ((System.ComponentModel.ISupportInitialize) (this.axToolbarControl1)).EndInit();
      ((System.ComponentModel.ISupportInitialize) (this.axLicenseControl1)).EndInit();
      this.ResumeLayout( false );

        }

        #endregion

        private System.Windows.Forms.Button btnAddGraphics;
        private System.Windows.Forms.Button btnClearGraphics;
        private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
        private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
        private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
        private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
    }
}