예제 #1
0
        /// <summary>
        /// 构造函数
        /// </summary>
        /// <param name="uc_Ctrl"></param>
        public frmLngLatCalculate(MainControl uc_Ctrl)
        {
            InitializeComponent();
            this.LookAndFeel.SkinName = AppConfigFacade.DefaultTheme;
            Icon icon = global::GlobleSituation.Properties.Resources.App;

            this.Icon = icon;
            globe     = uc_Ctrl.GlobeMapContainer.globeCtrl.axGlobeControl1;
        }
예제 #2
0
        public BookmarkManager(ESRI.ArcGIS.Controls.AxGlobeControl axGlobeControl1)
        {
            globe = axGlobeControl1.Globe;
            ISceneBookmarks2 sceneBookmarks = globe as ISceneBookmarks2;

            m_BookmarkArray = sceneBookmarks.Bookmarks;
            for (int i = 0; i < sceneBookmarks.BookmarkCount; i++)
            {
                IBookmark3D pBookmark = new Bookmark3DClass();
                pBookmark = m_BookmarkArray.get_Element(i) as IBookmark3D;
            }
        }
		/// <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(Form1));
			this.lblStatus = new System.Windows.Forms.Label();
			this.FrmAnim = new System.Windows.Forms.GroupBox();
			this.CmdPlay = new System.Windows.Forms.Button();
			this.txtDuration = new System.Windows.Forms.TextBox();
			this.TxtFrequency = new System.Windows.Forms.TextBox();
			this.OptDuration = new System.Windows.Forms.RadioButton();
			this.OptIteration = new System.Windows.Forms.RadioButton();
			this.CmdLoad = new System.Windows.Forms.Button();
			this.Label1 = new System.Windows.Forms.Label();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
			this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
			this.axGlobeControl1 = new ESRI.ArcGIS.Controls.AxGlobeControl();
			this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
			this.FrmAnim.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
			this.SuspendLayout();
			// 
			// lblStatus
			// 
			this.lblStatus.BackColor = System.Drawing.SystemColors.Control;
			this.lblStatus.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblStatus.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblStatus.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblStatus.Location = new System.Drawing.Point(8, 376);
			this.lblStatus.Name = "lblStatus";
			this.lblStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblStatus.Size = new System.Drawing.Size(129, 54);
			this.lblStatus.TabIndex = 13;
			// 
			// FrmAnim
			// 
			this.FrmAnim.BackColor = System.Drawing.SystemColors.Control;
			this.FrmAnim.Controls.Add(this.CmdPlay);
			this.FrmAnim.Controls.Add(this.txtDuration);
			this.FrmAnim.Controls.Add(this.TxtFrequency);
			this.FrmAnim.Controls.Add(this.OptDuration);
			this.FrmAnim.Controls.Add(this.OptIteration);
			this.FrmAnim.Controls.Add(this.CmdLoad);
			this.FrmAnim.Controls.Add(this.Label1);
			this.FrmAnim.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.FrmAnim.ForeColor = System.Drawing.SystemColors.ControlText;
			this.FrmAnim.Location = new System.Drawing.Point(144, 376);
			this.FrmAnim.Name = "FrmAnim";
			this.FrmAnim.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.FrmAnim.Size = new System.Drawing.Size(461, 55);
			this.FrmAnim.TabIndex = 12;
			this.FrmAnim.TabStop = false;
			// 
			// CmdPlay
			// 
			this.CmdPlay.BackColor = System.Drawing.SystemColors.Control;
			this.CmdPlay.Cursor = System.Windows.Forms.Cursors.Default;
			this.CmdPlay.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.CmdPlay.ForeColor = System.Drawing.SystemColors.ControlText;
			this.CmdPlay.Location = new System.Drawing.Point(266, 10);
			this.CmdPlay.Name = "CmdPlay";
			this.CmdPlay.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.CmdPlay.Size = new System.Drawing.Size(81, 38);
			this.CmdPlay.TabIndex = 9;
			this.CmdPlay.Text = "Play Animation";
			this.CmdPlay.Click += new System.EventHandler(this.CmdPlay_Click);
			// 
			// txtDuration
			// 
			this.txtDuration.AcceptsReturn = true;
			this.txtDuration.AutoSize = false;
			this.txtDuration.BackColor = System.Drawing.SystemColors.Window;
			this.txtDuration.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtDuration.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.txtDuration.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtDuration.Location = new System.Drawing.Point(220, 13);
			this.txtDuration.MaxLength = 0;
			this.txtDuration.Name = "txtDuration";
			this.txtDuration.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtDuration.Size = new System.Drawing.Size(40, 19);
			this.txtDuration.TabIndex = 8;
			this.txtDuration.Text = "10";
			// 
			// TxtFrequency
			// 
			this.TxtFrequency.AcceptsReturn = true;
			this.TxtFrequency.AutoSize = false;
			this.TxtFrequency.BackColor = System.Drawing.SystemColors.Window;
			this.TxtFrequency.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.TxtFrequency.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.TxtFrequency.ForeColor = System.Drawing.SystemColors.WindowText;
			this.TxtFrequency.Location = new System.Drawing.Point(400, 13);
			this.TxtFrequency.MaxLength = 0;
			this.TxtFrequency.Name = "TxtFrequency";
			this.TxtFrequency.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.TxtFrequency.Size = new System.Drawing.Size(40, 19);
			this.TxtFrequency.TabIndex = 7;
			this.TxtFrequency.Text = "2";
			// 
			// OptDuration
			// 
			this.OptDuration.BackColor = System.Drawing.SystemColors.Control;
			this.OptDuration.Checked = true;
			this.OptDuration.Cursor = System.Windows.Forms.Cursors.Default;
			this.OptDuration.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.OptDuration.ForeColor = System.Drawing.SystemColors.ControlText;
			this.OptDuration.Location = new System.Drawing.Point(122, 8);
			this.OptDuration.Name = "OptDuration";
			this.OptDuration.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.OptDuration.Size = new System.Drawing.Size(98, 17);
			this.OptDuration.TabIndex = 6;
			this.OptDuration.TabStop = true;
			this.OptDuration.Text = "Duration (secs)";
			this.OptDuration.CheckedChanged += new System.EventHandler(this.OptDuration_CheckedChanged);
			// 
			// OptIteration
			// 
			this.OptIteration.BackColor = System.Drawing.SystemColors.Control;
			this.OptIteration.Cursor = System.Windows.Forms.Cursors.Default;
			this.OptIteration.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.OptIteration.ForeColor = System.Drawing.SystemColors.ControlText;
			this.OptIteration.Location = new System.Drawing.Point(122, 22);
			this.OptIteration.Name = "OptIteration";
			this.OptIteration.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.OptIteration.Size = new System.Drawing.Size(94, 19);
			this.OptIteration.TabIndex = 5;
			this.OptIteration.TabStop = true;
			this.OptIteration.Text = "No. Iterations";
			this.OptIteration.CheckedChanged += new System.EventHandler(this.OptIteration_CheckedChanged);
			// 
			// CmdLoad
			// 
			this.CmdLoad.BackColor = System.Drawing.SystemColors.Control;
			this.CmdLoad.Cursor = System.Windows.Forms.Cursors.Default;
			this.CmdLoad.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.CmdLoad.ForeColor = System.Drawing.SystemColors.ControlText;
			this.CmdLoad.Location = new System.Drawing.Point(9, 10);
			this.CmdLoad.Name = "CmdLoad";
			this.CmdLoad.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.CmdLoad.Size = new System.Drawing.Size(94, 38);
			this.CmdLoad.TabIndex = 4;
			this.CmdLoad.Text = "Load Animation  File (*.aga)";
			this.CmdLoad.Click += new System.EventHandler(this.CmdLoad_Click);
			// 
			// Label1
			// 
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Location = new System.Drawing.Point(354, 14);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(36, 17);
			this.Label1.TabIndex = 10;
			this.Label1.Text = "Cycles:";
			// 
			// axToolbarControl1
			// 
			this.axToolbarControl1.Location = new System.Drawing.Point(8, 8);
			this.axToolbarControl1.Name = "axToolbarControl1";
			this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
			this.axToolbarControl1.Size = new System.Drawing.Size(592, 28);
			this.axToolbarControl1.TabIndex = 14;
			this.axToolbarControl1.OnItemClick += new ESRI.ArcGIS.Controls.IToolbarControlEvents_Ax_OnItemClickEventHandler(this.axToolbarControl1_OnItemClick);
			// 
			// axTOCControl1
			// 
			this.axTOCControl1.Location = new System.Drawing.Point(8, 40);
			this.axTOCControl1.Name = "axTOCControl1";
			this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
			this.axTOCControl1.Size = new System.Drawing.Size(136, 328);
			this.axTOCControl1.TabIndex = 15;
			// 
			// axGlobeControl1
			// 
			this.axGlobeControl1.Location = new System.Drawing.Point(144, 40);
			this.axGlobeControl1.Name = "axGlobeControl1";
			this.axGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGlobeControl1.OcxState")));
			this.axGlobeControl1.Size = new System.Drawing.Size(456, 328);
			this.axGlobeControl1.TabIndex = 16;
			// 
			// axLicenseControl1
			// 
			this.axLicenseControl1.Enabled = true;
			this.axLicenseControl1.Location = new System.Drawing.Point(384, 56);
			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 = 17;
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(608, 438);
			this.Controls.Add(this.axLicenseControl1);
			this.Controls.Add(this.axGlobeControl1);
			this.Controls.Add(this.axTOCControl1);
			this.Controls.Add(this.axToolbarControl1);
			this.Controls.Add(this.lblStatus);
			this.Controls.Add(this.FrmAnim);
			this.Name = "Form1";
			this.Text = "GlobeControlAnimation";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.FrmAnim.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
			this.ResumeLayout(false);

		}
예제 #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(Form1));
     this.lblStatus         = new System.Windows.Forms.Label();
     this.FrmAnim           = new System.Windows.Forms.GroupBox();
     this.CmdPlay           = new System.Windows.Forms.Button();
     this.txtDuration       = new System.Windows.Forms.TextBox();
     this.TxtFrequency      = new System.Windows.Forms.TextBox();
     this.OptDuration       = new System.Windows.Forms.RadioButton();
     this.OptIteration      = new System.Windows.Forms.RadioButton();
     this.CmdLoad           = new System.Windows.Forms.Button();
     this.Label1            = new System.Windows.Forms.Label();
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
     this.axTOCControl1     = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.axGlobeControl1   = new ESRI.ArcGIS.Controls.AxGlobeControl();
     this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
     this.FrmAnim.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.BackColor   = System.Drawing.SystemColors.Control;
     this.lblStatus.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblStatus.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblStatus.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblStatus.Location    = new System.Drawing.Point(8, 376);
     this.lblStatus.Name        = "lblStatus";
     this.lblStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblStatus.Size        = new System.Drawing.Size(129, 54);
     this.lblStatus.TabIndex    = 13;
     //
     // FrmAnim
     //
     this.FrmAnim.BackColor = System.Drawing.SystemColors.Control;
     this.FrmAnim.Controls.Add(this.CmdPlay);
     this.FrmAnim.Controls.Add(this.txtDuration);
     this.FrmAnim.Controls.Add(this.TxtFrequency);
     this.FrmAnim.Controls.Add(this.OptDuration);
     this.FrmAnim.Controls.Add(this.OptIteration);
     this.FrmAnim.Controls.Add(this.CmdLoad);
     this.FrmAnim.Controls.Add(this.Label1);
     this.FrmAnim.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FrmAnim.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.FrmAnim.Location    = new System.Drawing.Point(144, 376);
     this.FrmAnim.Name        = "FrmAnim";
     this.FrmAnim.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.FrmAnim.Size        = new System.Drawing.Size(461, 55);
     this.FrmAnim.TabIndex    = 12;
     this.FrmAnim.TabStop     = false;
     //
     // CmdPlay
     //
     this.CmdPlay.BackColor   = System.Drawing.SystemColors.Control;
     this.CmdPlay.Cursor      = System.Windows.Forms.Cursors.Default;
     this.CmdPlay.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.CmdPlay.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.CmdPlay.Location    = new System.Drawing.Point(266, 10);
     this.CmdPlay.Name        = "CmdPlay";
     this.CmdPlay.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CmdPlay.Size        = new System.Drawing.Size(81, 38);
     this.CmdPlay.TabIndex    = 9;
     this.CmdPlay.Text        = "Play Animation";
     this.CmdPlay.Click      += new System.EventHandler(this.CmdPlay_Click);
     //
     // txtDuration
     //
     this.txtDuration.AcceptsReturn = true;
     this.txtDuration.AutoSize      = false;
     this.txtDuration.BackColor     = System.Drawing.SystemColors.Window;
     this.txtDuration.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtDuration.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDuration.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtDuration.Location      = new System.Drawing.Point(220, 13);
     this.txtDuration.MaxLength     = 0;
     this.txtDuration.Name          = "txtDuration";
     this.txtDuration.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtDuration.Size          = new System.Drawing.Size(40, 19);
     this.txtDuration.TabIndex      = 8;
     this.txtDuration.Text          = "10";
     //
     // TxtFrequency
     //
     this.TxtFrequency.AcceptsReturn = true;
     this.TxtFrequency.AutoSize      = false;
     this.TxtFrequency.BackColor     = System.Drawing.SystemColors.Window;
     this.TxtFrequency.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.TxtFrequency.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.TxtFrequency.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.TxtFrequency.Location      = new System.Drawing.Point(400, 13);
     this.TxtFrequency.MaxLength     = 0;
     this.TxtFrequency.Name          = "TxtFrequency";
     this.TxtFrequency.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.TxtFrequency.Size          = new System.Drawing.Size(40, 19);
     this.TxtFrequency.TabIndex      = 7;
     this.TxtFrequency.Text          = "2";
     //
     // OptDuration
     //
     this.OptDuration.BackColor       = System.Drawing.SystemColors.Control;
     this.OptDuration.Checked         = true;
     this.OptDuration.Cursor          = System.Windows.Forms.Cursors.Default;
     this.OptDuration.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.OptDuration.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.OptDuration.Location        = new System.Drawing.Point(122, 8);
     this.OptDuration.Name            = "OptDuration";
     this.OptDuration.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.OptDuration.Size            = new System.Drawing.Size(98, 17);
     this.OptDuration.TabIndex        = 6;
     this.OptDuration.TabStop         = true;
     this.OptDuration.Text            = "Duration (secs)";
     this.OptDuration.CheckedChanged += new System.EventHandler(this.OptDuration_CheckedChanged);
     //
     // OptIteration
     //
     this.OptIteration.BackColor       = System.Drawing.SystemColors.Control;
     this.OptIteration.Cursor          = System.Windows.Forms.Cursors.Default;
     this.OptIteration.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.OptIteration.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.OptIteration.Location        = new System.Drawing.Point(122, 22);
     this.OptIteration.Name            = "OptIteration";
     this.OptIteration.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.OptIteration.Size            = new System.Drawing.Size(94, 19);
     this.OptIteration.TabIndex        = 5;
     this.OptIteration.TabStop         = true;
     this.OptIteration.Text            = "No. Iterations";
     this.OptIteration.CheckedChanged += new System.EventHandler(this.OptIteration_CheckedChanged);
     //
     // CmdLoad
     //
     this.CmdLoad.BackColor   = System.Drawing.SystemColors.Control;
     this.CmdLoad.Cursor      = System.Windows.Forms.Cursors.Default;
     this.CmdLoad.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.CmdLoad.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.CmdLoad.Location    = new System.Drawing.Point(9, 10);
     this.CmdLoad.Name        = "CmdLoad";
     this.CmdLoad.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CmdLoad.Size        = new System.Drawing.Size(94, 38);
     this.CmdLoad.TabIndex    = 4;
     this.CmdLoad.Text        = "Load Animation  File (*.aga)";
     this.CmdLoad.Click      += new System.EventHandler(this.CmdLoad_Click);
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(354, 14);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(36, 17);
     this.Label1.TabIndex    = 10;
     this.Label1.Text        = "Cycles:";
     //
     // axToolbarControl1
     //
     this.axToolbarControl1.Location     = new System.Drawing.Point(8, 8);
     this.axToolbarControl1.Name         = "axToolbarControl1";
     this.axToolbarControl1.OcxState     = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
     this.axToolbarControl1.Size         = new System.Drawing.Size(592, 28);
     this.axToolbarControl1.TabIndex     = 14;
     this.axToolbarControl1.OnItemClick += new ESRI.ArcGIS.Controls.IToolbarControlEvents_Ax_OnItemClickEventHandler(this.axToolbarControl1_OnItemClick);
     //
     // axTOCControl1
     //
     this.axTOCControl1.Location = new System.Drawing.Point(8, 40);
     this.axTOCControl1.Name     = "axTOCControl1";
     this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
     this.axTOCControl1.Size     = new System.Drawing.Size(136, 328);
     this.axTOCControl1.TabIndex = 15;
     //
     // axGlobeControl1
     //
     this.axGlobeControl1.Location = new System.Drawing.Point(144, 40);
     this.axGlobeControl1.Name     = "axGlobeControl1";
     this.axGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGlobeControl1.OcxState")));
     this.axGlobeControl1.Size     = new System.Drawing.Size(456, 328);
     this.axGlobeControl1.TabIndex = 16;
     //
     // axLicenseControl1
     //
     this.axLicenseControl1.Enabled  = true;
     this.axLicenseControl1.Location = new System.Drawing.Point(384, 56);
     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 = 17;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(608, 438);
     this.Controls.Add(this.axLicenseControl1);
     this.Controls.Add(this.axGlobeControl1);
     this.Controls.Add(this.axTOCControl1);
     this.Controls.Add(this.axToolbarControl1);
     this.Controls.Add(this.lblStatus);
     this.Controls.Add(this.FrmAnim);
     this.Name  = "Form1";
     this.Text  = "GlobeControlAnimation";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.FrmAnim.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #5
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(Effects));
     this.Frame2_1          = new System.Windows.Forms.GroupBox();
     this.lblDelay          = new System.Windows.Forms.Label();
     this.TxtTipDelay       = new System.Windows.Forms.TextBox();
     this.cmbTipType        = new System.Windows.Forms.ComboBox();
     this.ChkHUD            = new System.Windows.Forms.CheckBox();
     this.ChkArrow          = new System.Windows.Forms.CheckBox();
     this.ChkTip            = new System.Windows.Forms.CheckBox();
     this.LblTips           = new System.Windows.Forms.Label();
     this.Frame2            = new System.Windows.Forms.GroupBox();
     this.lblLatVal         = new System.Windows.Forms.Label();
     this.LblLonVal         = new System.Windows.Forms.Label();
     this.LblAltVal         = new System.Windows.Forms.Label();
     this.LblLat            = new System.Windows.Forms.Label();
     this.LblLon            = new System.Windows.Forms.Label();
     this.LblALt            = new System.Windows.Forms.Label();
     this._Frame2_0         = new System.Windows.Forms.GroupBox();
     this.CmdAmbient        = new System.Windows.Forms.Button();
     this.TxtAmbient        = new System.Windows.Forms.TextBox();
     this.CmdSetSun         = new System.Windows.Forms.Button();
     this.chkSun            = new System.Windows.Forms.CheckBox();
     this.Label2            = new System.Windows.Forms.Label();
     this.colorDialog1      = new System.Windows.Forms.ColorDialog();
     this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
     this.axTOCControl1     = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.axGlobeControl1   = new ESRI.ArcGIS.Controls.AxGlobeControl();
     this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
     this.Frame2_1.SuspendLayout();
     this.Frame2.SuspendLayout();
     this._Frame2_0.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
     this.SuspendLayout();
     //
     // Frame2_1
     //
     this.Frame2_1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2_1.Controls.Add(this.lblDelay);
     this.Frame2_1.Controls.Add(this.TxtTipDelay);
     this.Frame2_1.Controls.Add(this.cmbTipType);
     this.Frame2_1.Controls.Add(this.ChkHUD);
     this.Frame2_1.Controls.Add(this.ChkArrow);
     this.Frame2_1.Controls.Add(this.ChkTip);
     this.Frame2_1.Controls.Add(this.LblTips);
     this.Frame2_1.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame2_1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2_1.Location    = new System.Drawing.Point(256, 376);
     this.Frame2_1.Name        = "Frame2_1";
     this.Frame2_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2_1.Size        = new System.Drawing.Size(224, 69);
     this.Frame2_1.TabIndex    = 16;
     this.Frame2_1.TabStop     = false;
     this.Frame2_1.Text        = "HUD";
     //
     // lblDelay
     //
     this.lblDelay.BackColor   = System.Drawing.SystemColors.Control;
     this.lblDelay.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblDelay.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblDelay.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblDelay.Location    = new System.Drawing.Point(136, 9);
     this.lblDelay.Name        = "lblDelay";
     this.lblDelay.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDelay.Size        = new System.Drawing.Size(72, 13);
     this.lblDelay.TabIndex    = 18;
     this.lblDelay.Text        = "Delay(mSec.)";
     //
     // TxtTipDelay
     //
     this.TxtTipDelay.AcceptsReturn = true;
     this.TxtTipDelay.AutoSize      = false;
     this.TxtTipDelay.BackColor     = System.Drawing.SystemColors.Window;
     this.TxtTipDelay.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.TxtTipDelay.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.TxtTipDelay.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.TxtTipDelay.Location      = new System.Drawing.Point(160, 24);
     this.TxtTipDelay.MaxLength     = 0;
     this.TxtTipDelay.Name          = "TxtTipDelay";
     this.TxtTipDelay.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.TxtTipDelay.Size          = new System.Drawing.Size(48, 15);
     this.TxtTipDelay.TabIndex      = 16;
     this.TxtTipDelay.Text          = "500";
     //
     // cmbTipType
     //
     this.cmbTipType.BackColor             = System.Drawing.SystemColors.Window;
     this.cmbTipType.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cmbTipType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTipType.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmbTipType.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.cmbTipType.Location              = new System.Drawing.Point(69, 42);
     this.cmbTipType.Name                  = "cmbTipType";
     this.cmbTipType.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cmbTipType.Size                  = new System.Drawing.Size(139, 22);
     this.cmbTipType.TabIndex              = 17;
     this.cmbTipType.SelectedIndexChanged += new System.EventHandler(this.cmbTipType_SelectedIndexChanged);
     //
     // ChkHUD
     //
     this.ChkHUD.BackColor       = System.Drawing.SystemColors.Control;
     this.ChkHUD.Cursor          = System.Windows.Forms.Cursors.Default;
     this.ChkHUD.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ChkHUD.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.ChkHUD.Location        = new System.Drawing.Point(13, 19);
     this.ChkHUD.Name            = "ChkHUD";
     this.ChkHUD.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ChkHUD.Size            = new System.Drawing.Size(51, 16);
     this.ChkHUD.TabIndex        = 15;
     this.ChkHUD.Text            = "HUD";
     this.ChkHUD.CheckedChanged += new System.EventHandler(this.ChkHUD_CheckedChanged);
     //
     // ChkArrow
     //
     this.ChkArrow.BackColor       = System.Drawing.SystemColors.Control;
     this.ChkArrow.Cursor          = System.Windows.Forms.Cursors.Default;
     this.ChkArrow.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ChkArrow.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.ChkArrow.Location        = new System.Drawing.Point(13, 33);
     this.ChkArrow.Name            = "ChkArrow";
     this.ChkArrow.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ChkArrow.Size            = new System.Drawing.Size(59, 31);
     this.ChkArrow.TabIndex        = 14;
     this.ChkArrow.Text            = "North Arrow";
     this.ChkArrow.CheckedChanged += new System.EventHandler(this.ChkArrow_CheckedChanged);
     //
     // ChkTip
     //
     this.ChkTip.BackColor       = System.Drawing.SystemColors.Control;
     this.ChkTip.Cursor          = System.Windows.Forms.Cursors.Default;
     this.ChkTip.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ChkTip.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.ChkTip.Location        = new System.Drawing.Point(69, 25);
     this.ChkTip.Name            = "ChkTip";
     this.ChkTip.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ChkTip.Size            = new System.Drawing.Size(14, 15);
     this.ChkTip.TabIndex        = 20;
     this.ChkTip.Text            = "Check1";
     this.ChkTip.CheckedChanged += new System.EventHandler(this.ChkTip_CheckedChanged);
     //
     // LblTips
     //
     this.LblTips.BackColor   = System.Drawing.SystemColors.Control;
     this.LblTips.Cursor      = System.Windows.Forms.Cursors.Default;
     this.LblTips.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblTips.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.LblTips.Location    = new System.Drawing.Point(84, 16);
     this.LblTips.Name        = "LblTips";
     this.LblTips.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.LblTips.Size        = new System.Drawing.Size(58, 28);
     this.LblTips.TabIndex    = 19;
     this.LblTips.Text        = "Enable Globe Tips";
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2.Controls.Add(this.lblLatVal);
     this.Frame2.Controls.Add(this.LblLonVal);
     this.Frame2.Controls.Add(this.LblAltVal);
     this.Frame2.Controls.Add(this.LblLat);
     this.Frame2.Controls.Add(this.LblLon);
     this.Frame2.Controls.Add(this.LblALt);
     this.Frame2.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(488, 376);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(236, 69);
     this.Frame2.TabIndex    = 15;
     this.Frame2.TabStop     = false;
     this.Frame2.Text        = "Alternate HUD";
     //
     // lblLatVal
     //
     this.lblLatVal.BackColor   = System.Drawing.SystemColors.Control;
     this.lblLatVal.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblLatVal.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblLatVal.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblLatVal.Location    = new System.Drawing.Point(33, 30);
     this.lblLatVal.Name        = "lblLatVal";
     this.lblLatVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblLatVal.Size        = new System.Drawing.Size(86, 13);
     this.lblLatVal.TabIndex    = 9;
     this.lblLatVal.Text        = "lblLatVal";
     //
     // LblLonVal
     //
     this.LblLonVal.BackColor   = System.Drawing.SystemColors.Control;
     this.LblLonVal.Cursor      = System.Windows.Forms.Cursors.Default;
     this.LblLonVal.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblLonVal.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.LblLonVal.Location    = new System.Drawing.Point(33, 45);
     this.LblLonVal.Name        = "LblLonVal";
     this.LblLonVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.LblLonVal.Size        = new System.Drawing.Size(86, 13);
     this.LblLonVal.TabIndex    = 7;
     this.LblLonVal.Text        = "LblLonVal";
     //
     // LblAltVal
     //
     this.LblAltVal.BackColor   = System.Drawing.SystemColors.Control;
     this.LblAltVal.Cursor      = System.Windows.Forms.Cursors.Default;
     this.LblAltVal.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblAltVal.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.LblAltVal.Location    = new System.Drawing.Point(134, 44);
     this.LblAltVal.Name        = "LblAltVal";
     this.LblAltVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.LblAltVal.Size        = new System.Drawing.Size(86, 11);
     this.LblAltVal.TabIndex    = 8;
     this.LblAltVal.Text        = "LblAltVal";
     //
     // LblLat
     //
     this.LblLat.BackColor   = System.Drawing.SystemColors.Control;
     this.LblLat.Cursor      = System.Windows.Forms.Cursors.Default;
     this.LblLat.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblLat.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.LblLat.Location    = new System.Drawing.Point(8, 32);
     this.LblLat.Name        = "LblLat";
     this.LblLat.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.LblLat.Size        = new System.Drawing.Size(24, 15);
     this.LblLat.TabIndex    = 12;
     this.LblLat.Text        = "Lat:";
     //
     // LblLon
     //
     this.LblLon.BackColor   = System.Drawing.SystemColors.Control;
     this.LblLon.Cursor      = System.Windows.Forms.Cursors.Default;
     this.LblLon.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblLon.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.LblLon.Location    = new System.Drawing.Point(9, 46);
     this.LblLon.Name        = "LblLon";
     this.LblLon.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.LblLon.Size        = new System.Drawing.Size(27, 16);
     this.LblLon.TabIndex    = 11;
     this.LblLon.Text        = "Lon:";
     //
     // LblALt
     //
     this.LblALt.BackColor   = System.Drawing.SystemColors.Control;
     this.LblALt.Cursor      = System.Windows.Forms.Cursors.Default;
     this.LblALt.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.LblALt.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.LblALt.Location    = new System.Drawing.Point(133, 23);
     this.LblALt.Name        = "LblALt";
     this.LblALt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.LblALt.Size        = new System.Drawing.Size(83, 19);
     this.LblALt.TabIndex    = 10;
     this.LblALt.Text        = "Alt (in Kms.)";
     //
     // _Frame2_0
     //
     this._Frame2_0.BackColor = System.Drawing.SystemColors.Control;
     this._Frame2_0.Controls.Add(this.CmdAmbient);
     this._Frame2_0.Controls.Add(this.TxtAmbient);
     this._Frame2_0.Controls.Add(this.CmdSetSun);
     this._Frame2_0.Controls.Add(this.chkSun);
     this._Frame2_0.Controls.Add(this.Label2);
     this._Frame2_0.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._Frame2_0.ForeColor   = System.Drawing.SystemColors.ControlText;
     this._Frame2_0.Location    = new System.Drawing.Point(8, 376);
     this._Frame2_0.Name        = "_Frame2_0";
     this._Frame2_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Frame2_0.Size        = new System.Drawing.Size(236, 69);
     this._Frame2_0.TabIndex    = 14;
     this._Frame2_0.TabStop     = false;
     this._Frame2_0.Text        = "Sun and Ambient Light Prop";
     //
     // CmdAmbient
     //
     this.CmdAmbient.BackColor   = System.Drawing.SystemColors.Control;
     this.CmdAmbient.Cursor      = System.Windows.Forms.Cursors.Default;
     this.CmdAmbient.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.CmdAmbient.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.CmdAmbient.Location    = new System.Drawing.Point(10, 43);
     this.CmdAmbient.Name        = "CmdAmbient";
     this.CmdAmbient.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CmdAmbient.Size        = new System.Drawing.Size(78, 22);
     this.CmdAmbient.TabIndex    = 4;
     this.CmdAmbient.Text        = "Set Ambient";
     this.CmdAmbient.Click      += new System.EventHandler(this.CmdAmbient_Click);
     //
     // TxtAmbient
     //
     this.TxtAmbient.AcceptsReturn = true;
     this.TxtAmbient.AutoSize      = false;
     this.TxtAmbient.BackColor     = System.Drawing.SystemColors.Window;
     this.TxtAmbient.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.TxtAmbient.Font          = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.TxtAmbient.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.TxtAmbient.Location      = new System.Drawing.Point(168, 45);
     this.TxtAmbient.MaxLength     = 0;
     this.TxtAmbient.Name          = "TxtAmbient";
     this.TxtAmbient.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.TxtAmbient.Size          = new System.Drawing.Size(48, 20);
     this.TxtAmbient.TabIndex      = 3;
     this.TxtAmbient.Text          = "";
     //
     // CmdSetSun
     //
     this.CmdSetSun.BackColor   = System.Drawing.SystemColors.Control;
     this.CmdSetSun.Cursor      = System.Windows.Forms.Cursors.Default;
     this.CmdSetSun.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.CmdSetSun.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.CmdSetSun.Location    = new System.Drawing.Point(144, 15);
     this.CmdSetSun.Name        = "CmdSetSun";
     this.CmdSetSun.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CmdSetSun.Size        = new System.Drawing.Size(80, 20);
     this.CmdSetSun.TabIndex    = 2;
     this.CmdSetSun.Text        = "Set Sun Color";
     this.CmdSetSun.Click      += new System.EventHandler(this.CmdSetSun_Click);
     //
     // chkSun
     //
     this.chkSun.BackColor       = System.Drawing.SystemColors.Control;
     this.chkSun.Cursor          = System.Windows.Forms.Cursors.Default;
     this.chkSun.Font            = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkSun.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.chkSun.Location        = new System.Drawing.Point(15, 17);
     this.chkSun.Name            = "chkSun";
     this.chkSun.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.chkSun.Size            = new System.Drawing.Size(81, 22);
     this.chkSun.TabIndex        = 1;
     this.chkSun.Text            = "Enable Sun";
     this.chkSun.CheckedChanged += new System.EventHandler(this.chkSun_CheckedChanged);
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.Font        = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(96, 48);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(64, 16);
     this.Label2.TabIndex    = 5;
     this.Label2.Text        = "Values  0 -1";
     //
     // axToolbarControl1
     //
     this.axToolbarControl1.Location = new System.Drawing.Point(8, 8);
     this.axToolbarControl1.Name     = "axToolbarControl1";
     this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
     this.axToolbarControl1.Size     = new System.Drawing.Size(720, 28);
     this.axToolbarControl1.TabIndex = 17;
     //
     // axTOCControl1
     //
     this.axTOCControl1.Location = new System.Drawing.Point(8, 40);
     this.axTOCControl1.Name     = "axTOCControl1";
     this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
     this.axTOCControl1.Size     = new System.Drawing.Size(192, 328);
     this.axTOCControl1.TabIndex = 18;
     //
     // axGlobeControl1
     //
     this.axGlobeControl1.Location         = new System.Drawing.Point(208, 40);
     this.axGlobeControl1.Name             = "axGlobeControl1";
     this.axGlobeControl1.OcxState         = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGlobeControl1.OcxState")));
     this.axGlobeControl1.Size             = new System.Drawing.Size(520, 328);
     this.axGlobeControl1.TabIndex         = 19;
     this.axGlobeControl1.OnGlobeReplaced += new ESRI.ArcGIS.Controls.IGlobeControlEvents_Ax_OnGlobeReplacedEventHandler(this.axGlobeControl1_OnGlobeReplaced);
     //
     // axLicenseControl1
     //
     this.axLicenseControl1.Enabled  = true;
     this.axLicenseControl1.Location = new System.Drawing.Point(512, 56);
     this.axLicenseControl1.Name     = "axLicenseControl1";
     this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
     this.axLicenseControl1.Size     = new System.Drawing.Size(200, 50);
     this.axLicenseControl1.TabIndex = 20;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(736, 454);
     this.Controls.Add(this.axLicenseControl1);
     this.Controls.Add(this.axGlobeControl1);
     this.Controls.Add(this.axTOCControl1);
     this.Controls.Add(this.axToolbarControl1);
     this.Controls.Add(this.Frame2_1);
     this.Controls.Add(this.Frame2);
     this.Controls.Add(this._Frame2_0);
     this.Name  = "Form1";
     this.Text  = "GlobeControl";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Frame2_1.ResumeLayout(false);
     this.Frame2.ResumeLayout(false);
     this._Frame2_0.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Effects));
			this.Frame2_1 = new System.Windows.Forms.GroupBox();
			this.lblDelay = new System.Windows.Forms.Label();
			this.TxtTipDelay = new System.Windows.Forms.TextBox();
			this.cmbTipType = new System.Windows.Forms.ComboBox();
			this.ChkHUD = new System.Windows.Forms.CheckBox();
			this.ChkArrow = new System.Windows.Forms.CheckBox();
			this.ChkTip = new System.Windows.Forms.CheckBox();
			this.LblTips = new System.Windows.Forms.Label();
			this.Frame2 = new System.Windows.Forms.GroupBox();
			this.lblLatVal = new System.Windows.Forms.Label();
			this.LblLonVal = new System.Windows.Forms.Label();
			this.LblAltVal = new System.Windows.Forms.Label();
			this.LblLat = new System.Windows.Forms.Label();
			this.LblLon = new System.Windows.Forms.Label();
			this.LblALt = new System.Windows.Forms.Label();
			this._Frame2_0 = new System.Windows.Forms.GroupBox();
			this.CmdAmbient = new System.Windows.Forms.Button();
			this.TxtAmbient = new System.Windows.Forms.TextBox();
			this.CmdSetSun = new System.Windows.Forms.Button();
			this.chkSun = new System.Windows.Forms.CheckBox();
			this.Label2 = new System.Windows.Forms.Label();
			this.colorDialog1 = new System.Windows.Forms.ColorDialog();
			this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
			this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
			this.axGlobeControl1 = new ESRI.ArcGIS.Controls.AxGlobeControl();
			this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
			this.Frame2_1.SuspendLayout();
			this.Frame2.SuspendLayout();
			this._Frame2_0.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
			this.SuspendLayout();
			// 
			// Frame2_1
			// 
			this.Frame2_1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame2_1.Controls.Add(this.lblDelay);
			this.Frame2_1.Controls.Add(this.TxtTipDelay);
			this.Frame2_1.Controls.Add(this.cmbTipType);
			this.Frame2_1.Controls.Add(this.ChkHUD);
			this.Frame2_1.Controls.Add(this.ChkArrow);
			this.Frame2_1.Controls.Add(this.ChkTip);
			this.Frame2_1.Controls.Add(this.LblTips);
			this.Frame2_1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.Frame2_1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame2_1.Location = new System.Drawing.Point(256, 376);
			this.Frame2_1.Name = "Frame2_1";
			this.Frame2_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame2_1.Size = new System.Drawing.Size(224, 69);
			this.Frame2_1.TabIndex = 16;
			this.Frame2_1.TabStop = false;
			this.Frame2_1.Text = "HUD";
			// 
			// lblDelay
			// 
			this.lblDelay.BackColor = System.Drawing.SystemColors.Control;
			this.lblDelay.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblDelay.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblDelay.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblDelay.Location = new System.Drawing.Point(136, 9);
			this.lblDelay.Name = "lblDelay";
			this.lblDelay.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblDelay.Size = new System.Drawing.Size(72, 13);
			this.lblDelay.TabIndex = 18;
			this.lblDelay.Text = "Delay(mSec.)";
			// 
			// TxtTipDelay
			// 
			this.TxtTipDelay.AcceptsReturn = true;
			this.TxtTipDelay.AutoSize = false;
			this.TxtTipDelay.BackColor = System.Drawing.SystemColors.Window;
			this.TxtTipDelay.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.TxtTipDelay.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.TxtTipDelay.ForeColor = System.Drawing.SystemColors.WindowText;
			this.TxtTipDelay.Location = new System.Drawing.Point(160, 24);
			this.TxtTipDelay.MaxLength = 0;
			this.TxtTipDelay.Name = "TxtTipDelay";
			this.TxtTipDelay.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.TxtTipDelay.Size = new System.Drawing.Size(48, 15);
			this.TxtTipDelay.TabIndex = 16;
			this.TxtTipDelay.Text = "500";
			// 
			// cmbTipType
			// 
			this.cmbTipType.BackColor = System.Drawing.SystemColors.Window;
			this.cmbTipType.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmbTipType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbTipType.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.cmbTipType.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cmbTipType.Location = new System.Drawing.Point(69, 42);
			this.cmbTipType.Name = "cmbTipType";
			this.cmbTipType.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmbTipType.Size = new System.Drawing.Size(139, 22);
			this.cmbTipType.TabIndex = 17;
			this.cmbTipType.SelectedIndexChanged += new System.EventHandler(this.cmbTipType_SelectedIndexChanged);
			// 
			// ChkHUD
			// 
			this.ChkHUD.BackColor = System.Drawing.SystemColors.Control;
			this.ChkHUD.Cursor = System.Windows.Forms.Cursors.Default;
			this.ChkHUD.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.ChkHUD.ForeColor = System.Drawing.SystemColors.ControlText;
			this.ChkHUD.Location = new System.Drawing.Point(13, 19);
			this.ChkHUD.Name = "ChkHUD";
			this.ChkHUD.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ChkHUD.Size = new System.Drawing.Size(51, 16);
			this.ChkHUD.TabIndex = 15;
			this.ChkHUD.Text = "HUD";
			this.ChkHUD.CheckedChanged += new System.EventHandler(this.ChkHUD_CheckedChanged);
			// 
			// ChkArrow
			// 
			this.ChkArrow.BackColor = System.Drawing.SystemColors.Control;
			this.ChkArrow.Cursor = System.Windows.Forms.Cursors.Default;
			this.ChkArrow.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.ChkArrow.ForeColor = System.Drawing.SystemColors.ControlText;
			this.ChkArrow.Location = new System.Drawing.Point(13, 33);
			this.ChkArrow.Name = "ChkArrow";
			this.ChkArrow.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ChkArrow.Size = new System.Drawing.Size(59, 31);
			this.ChkArrow.TabIndex = 14;
			this.ChkArrow.Text = "North Arrow";
			this.ChkArrow.CheckedChanged += new System.EventHandler(this.ChkArrow_CheckedChanged);
			// 
			// ChkTip
			// 
			this.ChkTip.BackColor = System.Drawing.SystemColors.Control;
			this.ChkTip.Cursor = System.Windows.Forms.Cursors.Default;
			this.ChkTip.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.ChkTip.ForeColor = System.Drawing.SystemColors.ControlText;
			this.ChkTip.Location = new System.Drawing.Point(69, 25);
			this.ChkTip.Name = "ChkTip";
			this.ChkTip.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ChkTip.Size = new System.Drawing.Size(14, 15);
			this.ChkTip.TabIndex = 20;
			this.ChkTip.Text = "Check1";
			this.ChkTip.CheckedChanged += new System.EventHandler(this.ChkTip_CheckedChanged);
			// 
			// LblTips
			// 
			this.LblTips.BackColor = System.Drawing.SystemColors.Control;
			this.LblTips.Cursor = System.Windows.Forms.Cursors.Default;
			this.LblTips.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblTips.ForeColor = System.Drawing.SystemColors.ControlText;
			this.LblTips.Location = new System.Drawing.Point(84, 16);
			this.LblTips.Name = "LblTips";
			this.LblTips.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.LblTips.Size = new System.Drawing.Size(58, 28);
			this.LblTips.TabIndex = 19;
			this.LblTips.Text = "Enable Globe Tips";
			// 
			// Frame2
			// 
			this.Frame2.BackColor = System.Drawing.SystemColors.Control;
			this.Frame2.Controls.Add(this.lblLatVal);
			this.Frame2.Controls.Add(this.LblLonVal);
			this.Frame2.Controls.Add(this.LblAltVal);
			this.Frame2.Controls.Add(this.LblLat);
			this.Frame2.Controls.Add(this.LblLon);
			this.Frame2.Controls.Add(this.LblALt);
			this.Frame2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.Frame2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame2.Location = new System.Drawing.Point(488, 376);
			this.Frame2.Name = "Frame2";
			this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame2.Size = new System.Drawing.Size(236, 69);
			this.Frame2.TabIndex = 15;
			this.Frame2.TabStop = false;
			this.Frame2.Text = "Alternate HUD";
			// 
			// lblLatVal
			// 
			this.lblLatVal.BackColor = System.Drawing.SystemColors.Control;
			this.lblLatVal.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblLatVal.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblLatVal.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblLatVal.Location = new System.Drawing.Point(33, 30);
			this.lblLatVal.Name = "lblLatVal";
			this.lblLatVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblLatVal.Size = new System.Drawing.Size(86, 13);
			this.lblLatVal.TabIndex = 9;
			this.lblLatVal.Text = "lblLatVal";
			// 
			// LblLonVal
			// 
			this.LblLonVal.BackColor = System.Drawing.SystemColors.Control;
			this.LblLonVal.Cursor = System.Windows.Forms.Cursors.Default;
			this.LblLonVal.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblLonVal.ForeColor = System.Drawing.SystemColors.ControlText;
			this.LblLonVal.Location = new System.Drawing.Point(33, 45);
			this.LblLonVal.Name = "LblLonVal";
			this.LblLonVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.LblLonVal.Size = new System.Drawing.Size(86, 13);
			this.LblLonVal.TabIndex = 7;
			this.LblLonVal.Text = "LblLonVal";
			// 
			// LblAltVal
			// 
			this.LblAltVal.BackColor = System.Drawing.SystemColors.Control;
			this.LblAltVal.Cursor = System.Windows.Forms.Cursors.Default;
			this.LblAltVal.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblAltVal.ForeColor = System.Drawing.SystemColors.ControlText;
			this.LblAltVal.Location = new System.Drawing.Point(134, 44);
			this.LblAltVal.Name = "LblAltVal";
			this.LblAltVal.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.LblAltVal.Size = new System.Drawing.Size(86, 11);
			this.LblAltVal.TabIndex = 8;
			this.LblAltVal.Text = "LblAltVal";
			// 
			// LblLat
			// 
			this.LblLat.BackColor = System.Drawing.SystemColors.Control;
			this.LblLat.Cursor = System.Windows.Forms.Cursors.Default;
			this.LblLat.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblLat.ForeColor = System.Drawing.SystemColors.ControlText;
			this.LblLat.Location = new System.Drawing.Point(8, 32);
			this.LblLat.Name = "LblLat";
			this.LblLat.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.LblLat.Size = new System.Drawing.Size(24, 15);
			this.LblLat.TabIndex = 12;
			this.LblLat.Text = "Lat:";
			// 
			// LblLon
			// 
			this.LblLon.BackColor = System.Drawing.SystemColors.Control;
			this.LblLon.Cursor = System.Windows.Forms.Cursors.Default;
			this.LblLon.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblLon.ForeColor = System.Drawing.SystemColors.ControlText;
			this.LblLon.Location = new System.Drawing.Point(9, 46);
			this.LblLon.Name = "LblLon";
			this.LblLon.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.LblLon.Size = new System.Drawing.Size(27, 16);
			this.LblLon.TabIndex = 11;
			this.LblLon.Text = "Lon:";
			// 
			// LblALt
			// 
			this.LblALt.BackColor = System.Drawing.SystemColors.Control;
			this.LblALt.Cursor = System.Windows.Forms.Cursors.Default;
			this.LblALt.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblALt.ForeColor = System.Drawing.SystemColors.ControlText;
			this.LblALt.Location = new System.Drawing.Point(133, 23);
			this.LblALt.Name = "LblALt";
			this.LblALt.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.LblALt.Size = new System.Drawing.Size(83, 19);
			this.LblALt.TabIndex = 10;
			this.LblALt.Text = "Alt (in Kms.)";
			// 
			// _Frame2_0
			// 
			this._Frame2_0.BackColor = System.Drawing.SystemColors.Control;
			this._Frame2_0.Controls.Add(this.CmdAmbient);
			this._Frame2_0.Controls.Add(this.TxtAmbient);
			this._Frame2_0.Controls.Add(this.CmdSetSun);
			this._Frame2_0.Controls.Add(this.chkSun);
			this._Frame2_0.Controls.Add(this.Label2);
			this._Frame2_0.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this._Frame2_0.ForeColor = System.Drawing.SystemColors.ControlText;
			this._Frame2_0.Location = new System.Drawing.Point(8, 376);
			this._Frame2_0.Name = "_Frame2_0";
			this._Frame2_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._Frame2_0.Size = new System.Drawing.Size(236, 69);
			this._Frame2_0.TabIndex = 14;
			this._Frame2_0.TabStop = false;
			this._Frame2_0.Text = "Sun and Ambient Light Prop";
			// 
			// CmdAmbient
			// 
			this.CmdAmbient.BackColor = System.Drawing.SystemColors.Control;
			this.CmdAmbient.Cursor = System.Windows.Forms.Cursors.Default;
			this.CmdAmbient.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.CmdAmbient.ForeColor = System.Drawing.SystemColors.ControlText;
			this.CmdAmbient.Location = new System.Drawing.Point(10, 43);
			this.CmdAmbient.Name = "CmdAmbient";
			this.CmdAmbient.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.CmdAmbient.Size = new System.Drawing.Size(78, 22);
			this.CmdAmbient.TabIndex = 4;
			this.CmdAmbient.Text = "Set Ambient";
			this.CmdAmbient.Click += new System.EventHandler(this.CmdAmbient_Click);
			// 
			// TxtAmbient
			// 
			this.TxtAmbient.AcceptsReturn = true;
			this.TxtAmbient.AutoSize = false;
			this.TxtAmbient.BackColor = System.Drawing.SystemColors.Window;
			this.TxtAmbient.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.TxtAmbient.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.TxtAmbient.ForeColor = System.Drawing.SystemColors.WindowText;
			this.TxtAmbient.Location = new System.Drawing.Point(168, 45);
			this.TxtAmbient.MaxLength = 0;
			this.TxtAmbient.Name = "TxtAmbient";
			this.TxtAmbient.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.TxtAmbient.Size = new System.Drawing.Size(48, 20);
			this.TxtAmbient.TabIndex = 3;
			this.TxtAmbient.Text = "";
			// 
			// CmdSetSun
			// 
			this.CmdSetSun.BackColor = System.Drawing.SystemColors.Control;
			this.CmdSetSun.Cursor = System.Windows.Forms.Cursors.Default;
			this.CmdSetSun.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.CmdSetSun.ForeColor = System.Drawing.SystemColors.ControlText;
			this.CmdSetSun.Location = new System.Drawing.Point(144, 15);
			this.CmdSetSun.Name = "CmdSetSun";
			this.CmdSetSun.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.CmdSetSun.Size = new System.Drawing.Size(80, 20);
			this.CmdSetSun.TabIndex = 2;
			this.CmdSetSun.Text = "Set Sun Color";
			this.CmdSetSun.Click += new System.EventHandler(this.CmdSetSun_Click);
			// 
			// chkSun
			// 
			this.chkSun.BackColor = System.Drawing.SystemColors.Control;
			this.chkSun.Cursor = System.Windows.Forms.Cursors.Default;
			this.chkSun.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.chkSun.ForeColor = System.Drawing.SystemColors.ControlText;
			this.chkSun.Location = new System.Drawing.Point(15, 17);
			this.chkSun.Name = "chkSun";
			this.chkSun.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.chkSun.Size = new System.Drawing.Size(81, 22);
			this.chkSun.TabIndex = 1;
			this.chkSun.Text = "Enable Sun";
			this.chkSun.CheckedChanged += new System.EventHandler(this.chkSun_CheckedChanged);
			// 
			// Label2
			// 
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Location = new System.Drawing.Point(96, 48);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(64, 16);
			this.Label2.TabIndex = 5;
			this.Label2.Text = "Values  0 -1";
			// 
			// axToolbarControl1
			// 
			this.axToolbarControl1.Location = new System.Drawing.Point(8, 8);
			this.axToolbarControl1.Name = "axToolbarControl1";
			this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
			this.axToolbarControl1.Size = new System.Drawing.Size(720, 28);
			this.axToolbarControl1.TabIndex = 17;
			// 
			// axTOCControl1
			// 
			this.axTOCControl1.Location = new System.Drawing.Point(8, 40);
			this.axTOCControl1.Name = "axTOCControl1";
			this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
			this.axTOCControl1.Size = new System.Drawing.Size(192, 328);
			this.axTOCControl1.TabIndex = 18;
			// 
			// axGlobeControl1
			// 
			this.axGlobeControl1.Location = new System.Drawing.Point(208, 40);
			this.axGlobeControl1.Name = "axGlobeControl1";
			this.axGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGlobeControl1.OcxState")));
			this.axGlobeControl1.Size = new System.Drawing.Size(520, 328);
			this.axGlobeControl1.TabIndex = 19;
			this.axGlobeControl1.OnGlobeReplaced += new ESRI.ArcGIS.Controls.IGlobeControlEvents_Ax_OnGlobeReplacedEventHandler(this.axGlobeControl1_OnGlobeReplaced);
			// 
			// axLicenseControl1
			// 
			this.axLicenseControl1.Enabled = true;
			this.axLicenseControl1.Location = new System.Drawing.Point(512, 56);
			this.axLicenseControl1.Name = "axLicenseControl1";
			this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
			this.axLicenseControl1.Size = new System.Drawing.Size(200, 50);
			this.axLicenseControl1.TabIndex = 20;
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(736, 454);
			this.Controls.Add(this.axLicenseControl1);
			this.Controls.Add(this.axGlobeControl1);
			this.Controls.Add(this.axTOCControl1);
			this.Controls.Add(this.axToolbarControl1);
			this.Controls.Add(this.Frame2_1);
			this.Controls.Add(this.Frame2);
			this.Controls.Add(this._Frame2_0);
			this.Name = "Form1";
			this.Text = "GlobeControl";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.Frame2_1.ResumeLayout(false);
			this.Frame2.ResumeLayout(false);
			this._Frame2_0.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
			this.ResumeLayout(false);

		}