/// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(GlobeTools));
      this.axArcReaderGlobeControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderGlobeControl();
      this.optTool4 = new System.Windows.Forms.RadioButton();
      this.optTool3 = new System.Windows.Forms.RadioButton();
      this.optTool2 = new System.Windows.Forms.RadioButton();
      this.optTool1 = new System.Windows.Forms.RadioButton();
      this.optTool0 = new System.Windows.Forms.RadioButton();
      this.btnFullExtent = new System.Windows.Forms.Button();
      this.btnLoad = new System.Windows.Forms.Button();
      this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
      ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).BeginInit();
      this.SuspendLayout();
      // 
      // axArcReaderGlobeControl1
      // 
      this.axArcReaderGlobeControl1.Location = new System.Drawing.Point(12, 68);
      this.axArcReaderGlobeControl1.Name = "axArcReaderGlobeControl1";
      this.axArcReaderGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axArcReaderGlobeControl1.OcxState")));
      this.axArcReaderGlobeControl1.Size = new System.Drawing.Size(524, 332);
      this.axArcReaderGlobeControl1.TabIndex = 0;
      this.axArcReaderGlobeControl1.OnDocumentUnloaded += new System.EventHandler(this.axArcReaderGlobeControl1_OnDocumentUnloaded);
      this.axArcReaderGlobeControl1.OnDocumentLoaded += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnDocumentLoadedEventHandler(this.axArcReaderGlobeControl1_OnDocumentLoaded);
      // 
      // optTool4
      // 
      this.optTool4.Appearance = System.Windows.Forms.Appearance.Button;
      this.optTool4.Location = new System.Drawing.Point(372, 12);
      this.optTool4.Name = "optTool4";
      this.optTool4.Size = new System.Drawing.Size(84, 44);
      this.optTool4.TabIndex = 14;
      this.optTool4.Text = "Zoom In\\Out";
      this.optTool4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.optTool4.Click += new System.EventHandler(this.MixedControls_Click);

      // 
      // optTool3
      // 
      this.optTool3.Appearance = System.Windows.Forms.Appearance.Button;
      this.optTool3.Location = new System.Drawing.Point(300, 12);
      this.optTool3.Name = "optTool3";
      this.optTool3.Size = new System.Drawing.Size(72, 44);
      this.optTool3.TabIndex = 13;
      this.optTool3.Text = "Target";
      this.optTool3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.optTool3.Click += new System.EventHandler(this.MixedControls_Click);
      // 
      // optTool2
      // 
      this.optTool2.Appearance = System.Windows.Forms.Appearance.Button;
      this.optTool2.Location = new System.Drawing.Point(228, 12);
      this.optTool2.Name = "optTool2";
      this.optTool2.Size = new System.Drawing.Size(72, 44);
      this.optTool2.TabIndex = 12;
      this.optTool2.Text = "Navigate";
      this.optTool2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.optTool2.Click += new System.EventHandler(this.MixedControls_Click);
      // 
      // optTool1
      // 
      this.optTool1.Appearance = System.Windows.Forms.Appearance.Button;
      this.optTool1.Location = new System.Drawing.Point(156, 12);
      this.optTool1.Name = "optTool1";
      this.optTool1.Size = new System.Drawing.Size(72, 44);
      this.optTool1.TabIndex = 11;
      this.optTool1.Text = "Pivot";
      this.optTool1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.optTool1.Click += new System.EventHandler(this.MixedControls_Click);
      // 
      // optTool0
      // 
      this.optTool0.Appearance = System.Windows.Forms.Appearance.Button;
      this.optTool0.Location = new System.Drawing.Point(84, 12);
      this.optTool0.Name = "optTool0";
      this.optTool0.Size = new System.Drawing.Size(72, 44);
      this.optTool0.TabIndex = 10;
      this.optTool0.Text = "Pan";
      this.optTool0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.optTool0.Click += new System.EventHandler(this.MixedControls_Click);
      // 
      // btnFullExtent
      // 
      this.btnFullExtent.Location = new System.Drawing.Point(452, 12);
      this.btnFullExtent.Name = "btnFullExtent";
      this.btnFullExtent.Size = new System.Drawing.Size(84, 44);
      this.btnFullExtent.TabIndex = 9;
      this.btnFullExtent.Text = "Full Extent";
      this.btnFullExtent.Click += new System.EventHandler(this.btnFullExtent_Click);
      // 
      // btnLoad
      // 
      this.btnLoad.Location = new System.Drawing.Point(12, 12);
      this.btnLoad.Name = "btnLoad";
      this.btnLoad.Size = new System.Drawing.Size(72, 44);
      this.btnLoad.TabIndex = 8;
      this.btnLoad.Text = "Load";
      this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
      // 
      // GlobeTools
      // 
      this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
      this.ClientSize = new System.Drawing.Size(544, 410);
      this.Controls.Add(this.optTool4);
      this.Controls.Add(this.optTool3);
      this.Controls.Add(this.optTool2);
      this.Controls.Add(this.optTool1);
      this.Controls.Add(this.optTool0);
      this.Controls.Add(this.btnFullExtent);
      this.Controls.Add(this.btnLoad);
      this.Controls.Add(this.axArcReaderGlobeControl1);
      this.Name = "GlobeTools";
      this.Text = "GlobeTools";
      this.Closing += new System.ComponentModel.CancelEventHandler(this.GlobeTools_Closing);
      this.Load += new System.EventHandler(this.GlobeTools_Load);
      ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).EndInit();
      this.ResumeLayout(false);

    }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SpinGlobe));
			this.lblFaster = new System.Windows.Forms.Label();
			this.lblSlower = new System.Windows.Forms.Label();
			this.TrackBar1 = new System.Windows.Forms.TrackBar();
			this.btnStop = new System.Windows.Forms.Button();
			this.btnClockwise = new System.Windows.Forms.Button();
			this.btnAntiClockwise = new System.Windows.Forms.Button();
			this.btnLoad = new System.Windows.Forms.Button();
			this.axArcReaderGlobeControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderGlobeControl();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			((System.ComponentModel.ISupportInitialize)(this.TrackBar1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).BeginInit();
			this.SuspendLayout();
			// 
			// lblFaster
			// 
			this.lblFaster.Location = new System.Drawing.Point(152, 16);
			this.lblFaster.Name = "lblFaster";
			this.lblFaster.Size = new System.Drawing.Size(40, 20);
			this.lblFaster.TabIndex = 14;
			this.lblFaster.Text = "Faster";
			// 
			// lblSlower
			// 
			this.lblSlower.Location = new System.Drawing.Point(360, 16);
			this.lblSlower.Name = "lblSlower";
			this.lblSlower.Size = new System.Drawing.Size(40, 20);
			this.lblSlower.TabIndex = 13;
			this.lblSlower.Text = "Slower";
			// 
			// TrackBar1
			// 
			this.TrackBar1.Location = new System.Drawing.Point(192, 8);
			this.TrackBar1.Maximum = 1000;
			this.TrackBar1.Minimum = 100;
			this.TrackBar1.Name = "TrackBar1";
			this.TrackBar1.Size = new System.Drawing.Size(164, 45);
			this.TrackBar1.TabIndex = 12;
			this.TrackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
			this.TrackBar1.Value = 100;
			this.TrackBar1.ValueChanged += new System.EventHandler(this.TrackBar1_ValueChanged);
			// 
			// btnStop
			// 
			this.btnStop.Location = new System.Drawing.Point(512, 16);
			this.btnStop.Name = "btnStop";
			this.btnStop.Size = new System.Drawing.Size(76, 36);
			this.btnStop.TabIndex = 11;
			this.btnStop.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
			// 
			// btnClockwise
			// 
			this.btnClockwise.Location = new System.Drawing.Point(424, 16);
			this.btnClockwise.Name = "btnClockwise";
			this.btnClockwise.Size = new System.Drawing.Size(76, 36);
			this.btnClockwise.TabIndex = 10;
			this.btnClockwise.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.btnClockwise.Click += new System.EventHandler(this.btnClockwise_Click);
			// 
			// btnAntiClockwise
			// 
			this.btnAntiClockwise.Location = new System.Drawing.Point(592, 16);
			this.btnAntiClockwise.Name = "btnAntiClockwise";
			this.btnAntiClockwise.Size = new System.Drawing.Size(76, 36);
			this.btnAntiClockwise.TabIndex = 9;
			this.btnAntiClockwise.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.btnAntiClockwise.Click += new System.EventHandler(this.btnAntiClockwise_Click);
			// 
			// btnLoad
			// 
			this.btnLoad.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.btnLoad.Location = new System.Drawing.Point(8, 16);
			this.btnLoad.Name = "btnLoad";
			this.btnLoad.Size = new System.Drawing.Size(76, 36);
			this.btnLoad.TabIndex = 8;
			this.btnLoad.Text = "Load";
			this.btnLoad.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
			// 
			// axArcReaderGlobeControl1
			// 
			this.axArcReaderGlobeControl1.Location = new System.Drawing.Point(8, 64);
			this.axArcReaderGlobeControl1.Name = "axArcReaderGlobeControl1";
			this.axArcReaderGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axArcReaderGlobeControl1.OcxState")));
			this.axArcReaderGlobeControl1.Size = new System.Drawing.Size(656, 376);
			this.axArcReaderGlobeControl1.TabIndex = 15;
			this.axArcReaderGlobeControl1.OnDocumentUnloaded += new System.EventHandler(this.axArcReaderGlobeControl1_OnDocumentUnloaded);
			this.axArcReaderGlobeControl1.OnDocumentLoaded += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnDocumentLoadedEventHandler(this.axArcReaderGlobeControl1_OnDocumentLoaded);
			this.axArcReaderGlobeControl1.OnMouseUp += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnMouseUpEventHandler(this.axArcReaderGlobeControl1_OnMouseUp);
			// 
			// timer1
			// 
			this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// SpinGlobe
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(676, 450);
			this.Controls.Add(this.axArcReaderGlobeControl1);
			this.Controls.Add(this.lblFaster);
			this.Controls.Add(this.lblSlower);
			this.Controls.Add(this.TrackBar1);
			this.Controls.Add(this.btnStop);
			this.Controls.Add(this.btnClockwise);
			this.Controls.Add(this.btnAntiClockwise);
			this.Controls.Add(this.btnLoad);
			this.Name = "SpinGlobe";
			this.Text = "SpinGlobe";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.SpinGlobe_Closing);
			this.Load += new System.EventHandler(this.SpinGlobe_Load);
			((System.ComponentModel.ISupportInitialize)(this.TrackBar1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).EndInit();
			this.ResumeLayout(false);

		}
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SpinGlobe));
     this.lblFaster                = new System.Windows.Forms.Label();
     this.lblSlower                = new System.Windows.Forms.Label();
     this.TrackBar1                = new System.Windows.Forms.TrackBar();
     this.btnStop                  = new System.Windows.Forms.Button();
     this.btnClockwise             = new System.Windows.Forms.Button();
     this.btnAntiClockwise         = new System.Windows.Forms.Button();
     this.btnLoad                  = new System.Windows.Forms.Button();
     this.axArcReaderGlobeControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderGlobeControl();
     this.openFileDialog1          = new System.Windows.Forms.OpenFileDialog();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.TrackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).BeginInit();
     this.SuspendLayout();
     //
     // lblFaster
     //
     this.lblFaster.Location = new System.Drawing.Point(152, 16);
     this.lblFaster.Name     = "lblFaster";
     this.lblFaster.Size     = new System.Drawing.Size(40, 20);
     this.lblFaster.TabIndex = 14;
     this.lblFaster.Text     = "Faster";
     //
     // lblSlower
     //
     this.lblSlower.Location = new System.Drawing.Point(360, 16);
     this.lblSlower.Name     = "lblSlower";
     this.lblSlower.Size     = new System.Drawing.Size(40, 20);
     this.lblSlower.TabIndex = 13;
     this.lblSlower.Text     = "Slower";
     //
     // TrackBar1
     //
     this.TrackBar1.Location      = new System.Drawing.Point(192, 8);
     this.TrackBar1.Maximum       = 1000;
     this.TrackBar1.Minimum       = 100;
     this.TrackBar1.Name          = "TrackBar1";
     this.TrackBar1.Size          = new System.Drawing.Size(164, 45);
     this.TrackBar1.TabIndex      = 12;
     this.TrackBar1.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.TrackBar1.Value         = 100;
     this.TrackBar1.ValueChanged += new System.EventHandler(this.TrackBar1_ValueChanged);
     //
     // btnStop
     //
     this.btnStop.Location  = new System.Drawing.Point(512, 16);
     this.btnStop.Name      = "btnStop";
     this.btnStop.Size      = new System.Drawing.Size(76, 36);
     this.btnStop.TabIndex  = 11;
     this.btnStop.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnStop.Click    += new System.EventHandler(this.btnStop_Click);
     //
     // btnClockwise
     //
     this.btnClockwise.Location  = new System.Drawing.Point(424, 16);
     this.btnClockwise.Name      = "btnClockwise";
     this.btnClockwise.Size      = new System.Drawing.Size(76, 36);
     this.btnClockwise.TabIndex  = 10;
     this.btnClockwise.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnClockwise.Click    += new System.EventHandler(this.btnClockwise_Click);
     //
     // btnAntiClockwise
     //
     this.btnAntiClockwise.Location  = new System.Drawing.Point(592, 16);
     this.btnAntiClockwise.Name      = "btnAntiClockwise";
     this.btnAntiClockwise.Size      = new System.Drawing.Size(76, 36);
     this.btnAntiClockwise.TabIndex  = 9;
     this.btnAntiClockwise.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnAntiClockwise.Click    += new System.EventHandler(this.btnAntiClockwise_Click);
     //
     // btnLoad
     //
     this.btnLoad.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnLoad.Location   = new System.Drawing.Point(8, 16);
     this.btnLoad.Name       = "btnLoad";
     this.btnLoad.Size       = new System.Drawing.Size(76, 36);
     this.btnLoad.TabIndex   = 8;
     this.btnLoad.Text       = "Load";
     this.btnLoad.TextAlign  = System.Drawing.ContentAlignment.TopCenter;
     this.btnLoad.Click     += new System.EventHandler(this.btnLoad_Click);
     //
     // axArcReaderGlobeControl1
     //
     this.axArcReaderGlobeControl1.Location            = new System.Drawing.Point(8, 64);
     this.axArcReaderGlobeControl1.Name                = "axArcReaderGlobeControl1";
     this.axArcReaderGlobeControl1.OcxState            = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axArcReaderGlobeControl1.OcxState")));
     this.axArcReaderGlobeControl1.Size                = new System.Drawing.Size(656, 376);
     this.axArcReaderGlobeControl1.TabIndex            = 15;
     this.axArcReaderGlobeControl1.OnDocumentUnloaded += new System.EventHandler(this.axArcReaderGlobeControl1_OnDocumentUnloaded);
     this.axArcReaderGlobeControl1.OnDocumentLoaded   += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnDocumentLoadedEventHandler(this.axArcReaderGlobeControl1_OnDocumentLoaded);
     this.axArcReaderGlobeControl1.OnMouseUp          += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnMouseUpEventHandler(this.axArcReaderGlobeControl1_OnMouseUp);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // SpinGlobe
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(676, 450);
     this.Controls.Add(this.axArcReaderGlobeControl1);
     this.Controls.Add(this.lblFaster);
     this.Controls.Add(this.lblSlower);
     this.Controls.Add(this.TrackBar1);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnClockwise);
     this.Controls.Add(this.btnAntiClockwise);
     this.Controls.Add(this.btnLoad);
     this.Name     = "SpinGlobe";
     this.Text     = "SpinGlobe";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.SpinGlobe_Closing);
     this.Load    += new System.EventHandler(this.SpinGlobe_Load);
     ((System.ComponentModel.ISupportInitialize)(this.TrackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(GlobeTools));
            this.axArcReaderGlobeControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderGlobeControl();
            this.optTool4        = new System.Windows.Forms.RadioButton();
            this.optTool3        = new System.Windows.Forms.RadioButton();
            this.optTool2        = new System.Windows.Forms.RadioButton();
            this.optTool1        = new System.Windows.Forms.RadioButton();
            this.optTool0        = new System.Windows.Forms.RadioButton();
            this.btnFullExtent   = new System.Windows.Forms.Button();
            this.btnLoad         = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).BeginInit();
            this.SuspendLayout();
            //
            // axArcReaderGlobeControl1
            //
            this.axArcReaderGlobeControl1.Location            = new System.Drawing.Point(12, 68);
            this.axArcReaderGlobeControl1.Name                = "axArcReaderGlobeControl1";
            this.axArcReaderGlobeControl1.OcxState            = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axArcReaderGlobeControl1.OcxState")));
            this.axArcReaderGlobeControl1.Size                = new System.Drawing.Size(524, 332);
            this.axArcReaderGlobeControl1.TabIndex            = 0;
            this.axArcReaderGlobeControl1.OnDocumentUnloaded += new System.EventHandler(this.axArcReaderGlobeControl1_OnDocumentUnloaded);
            this.axArcReaderGlobeControl1.OnDocumentLoaded   += new ESRI.ArcGIS.PublisherControls.IARGlobeControlEvents_Ax_OnDocumentLoadedEventHandler(this.axArcReaderGlobeControl1_OnDocumentLoaded);
            //
            // optTool4
            //
            this.optTool4.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool4.Location   = new System.Drawing.Point(372, 12);
            this.optTool4.Name       = "optTool4";
            this.optTool4.Size       = new System.Drawing.Size(84, 44);
            this.optTool4.TabIndex   = 14;
            this.optTool4.Text       = "Zoom In\\Out";
            this.optTool4.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool4.Click     += new System.EventHandler(this.MixedControls_Click);

            //
            // optTool3
            //
            this.optTool3.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool3.Location   = new System.Drawing.Point(300, 12);
            this.optTool3.Name       = "optTool3";
            this.optTool3.Size       = new System.Drawing.Size(72, 44);
            this.optTool3.TabIndex   = 13;
            this.optTool3.Text       = "Target";
            this.optTool3.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool3.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // optTool2
            //
            this.optTool2.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool2.Location   = new System.Drawing.Point(228, 12);
            this.optTool2.Name       = "optTool2";
            this.optTool2.Size       = new System.Drawing.Size(72, 44);
            this.optTool2.TabIndex   = 12;
            this.optTool2.Text       = "Navigate";
            this.optTool2.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool2.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // optTool1
            //
            this.optTool1.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool1.Location   = new System.Drawing.Point(156, 12);
            this.optTool1.Name       = "optTool1";
            this.optTool1.Size       = new System.Drawing.Size(72, 44);
            this.optTool1.TabIndex   = 11;
            this.optTool1.Text       = "Pivot";
            this.optTool1.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool1.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // optTool0
            //
            this.optTool0.Appearance = System.Windows.Forms.Appearance.Button;
            this.optTool0.Location   = new System.Drawing.Point(84, 12);
            this.optTool0.Name       = "optTool0";
            this.optTool0.Size       = new System.Drawing.Size(72, 44);
            this.optTool0.TabIndex   = 10;
            this.optTool0.Text       = "Pan";
            this.optTool0.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.optTool0.Click     += new System.EventHandler(this.MixedControls_Click);
            //
            // btnFullExtent
            //
            this.btnFullExtent.Location = new System.Drawing.Point(452, 12);
            this.btnFullExtent.Name     = "btnFullExtent";
            this.btnFullExtent.Size     = new System.Drawing.Size(84, 44);
            this.btnFullExtent.TabIndex = 9;
            this.btnFullExtent.Text     = "Full Extent";
            this.btnFullExtent.Click   += new System.EventHandler(this.btnFullExtent_Click);
            //
            // btnLoad
            //
            this.btnLoad.Location = new System.Drawing.Point(12, 12);
            this.btnLoad.Name     = "btnLoad";
            this.btnLoad.Size     = new System.Drawing.Size(72, 44);
            this.btnLoad.TabIndex = 8;
            this.btnLoad.Text     = "Load";
            this.btnLoad.Click   += new System.EventHandler(this.btnLoad_Click);
            //
            // GlobeTools
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(544, 410);
            this.Controls.Add(this.optTool4);
            this.Controls.Add(this.optTool3);
            this.Controls.Add(this.optTool2);
            this.Controls.Add(this.optTool1);
            this.Controls.Add(this.optTool0);
            this.Controls.Add(this.btnFullExtent);
            this.Controls.Add(this.btnLoad);
            this.Controls.Add(this.axArcReaderGlobeControl1);
            this.Name     = "GlobeTools";
            this.Text     = "GlobeTools";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.GlobeTools_Closing);
            this.Load    += new System.EventHandler(this.GlobeTools_Load);
            ((System.ComponentModel.ISupportInitialize)(this.axArcReaderGlobeControl1)).EndInit();
            this.ResumeLayout(false);
        }