Graphics layers ToolControl
GraphicsLayersListCtrl.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 GraphicsLayerToolControl
{
  partial class GraphicsLayersListCtrl
  {
    /// <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 Component 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()
    {
      this.cmbGraphicsLayerList = new System.Windows.Forms.ComboBox();
      this.lblGraphicsLayer = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // cmbGraphicsLayerList
      // 
      this.cmbGraphicsLayerList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.cmbGraphicsLayerList.Location = new System.Drawing.Point(84, 3);
      this.cmbGraphicsLayerList.Name = "cmbGraphicsLayerList";
      this.cmbGraphicsLayerList.Size = new System.Drawing.Size(162, 21);
      this.cmbGraphicsLayerList.TabIndex = 3;
      this.cmbGraphicsLayerList.SelectedIndexChanged += new System.EventHandler(this.cmbGraphicsLayerList_SelectedIndexChanged);
      // 
      // lblGraphicsLayer
      // 
      this.lblGraphicsLayer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)));
      this.lblGraphicsLayer.Location = new System.Drawing.Point(1, 4);
      this.lblGraphicsLayer.Name = "lblGraphicsLayer";
      this.lblGraphicsLayer.Size = new System.Drawing.Size(88, 17);
      this.lblGraphicsLayer.TabIndex = 2;
      this.lblGraphicsLayer.Text = "Graphics Layer:";
      this.lblGraphicsLayer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // GraphicsLayersListCtrl
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.cmbGraphicsLayerList);
      this.Controls.Add(this.lblGraphicsLayer);
      this.Name = "GraphicsLayersListCtrl";
      this.Size = new System.Drawing.Size(249, 28);
      this.ResumeLayout(false);

    }

    #endregion

    public System.Windows.Forms.ComboBox cmbGraphicsLayerList;
    public System.Windows.Forms.Label lblGraphicsLayer;
  }
}