/// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucTOCDockWindow));
     this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
     this.SuspendLayout();
     //
     // axTOCControl1
     //
     this.axTOCControl1.Location = new System.Drawing.Point(40, 45);
     this.axTOCControl1.Name = "axTOCControl1";
     this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
     this.axTOCControl1.Size = new System.Drawing.Size(64, 67);
     this.axTOCControl1.TabIndex = 0;
     //
     // ucTOCDockWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.axTOCControl1);
     this.Name = "ucTOCDockWindow";
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).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(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);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.chkDragDrop          = new System.Windows.Forms.CheckBox();
     this.Label6               = new System.Windows.Forms.Label();
     this.Label5               = new System.Windows.Forms.Label();
     this.Label2               = new System.Windows.Forms.Label();
     this.Label4               = new System.Windows.Forms.Label();
     this.Label3               = new System.Windows.Forms.Label();
     this.Label1               = new System.Windows.Forms.Label();
     this.axToolbarControl1    = new ESRI.ArcGIS.Controls.AxToolbarControl();
     this.axTOCControl1        = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
     this.axLicenseControl1    = new ESRI.ArcGIS.Controls.AxLicenseControl();
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
     this.SuspendLayout();
     //
     // chkDragDrop
     //
     this.chkDragDrop.Location = new System.Drawing.Point(432, 16);
     this.chkDragDrop.Name     = "chkDragDrop";
     this.chkDragDrop.Size     = new System.Drawing.Size(168, 16);
     this.chkDragDrop.TabIndex = 5;
     this.chkDragDrop.Text     = "Layer Drag and Drop";
     this.chkDragDrop.Click   += new System.EventHandler(this.chkDragDrop_Click);
     //
     // Label6
     //
     this.Label6.Location = new System.Drawing.Point(432, 234);
     this.Label6.Name     = "Label6";
     this.Label6.Size     = new System.Drawing.Size(184, 56);
     this.Label6.TabIndex = 16;
     this.Label6.Text     = "6) Move a layer into the new map by dragging and dropping a layer whilst holding " +
                            "the CTRL key down inside the TOCControl";
     //
     // Label5
     //
     this.Label5.Location = new System.Drawing.Point(432, 184);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(184, 56);
     this.Label5.TabIndex = 15;
     this.Label5.Text     = "5) Copy a layer into the new map by dragging and dropping a layer inside the TOCC" +
                            "ontrol";
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(432, 96);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(176, 32);
     this.Label2.TabIndex = 12;
     this.Label2.Text     = "3) Re-order the layers in the TOCControl";
     //
     // Label4
     //
     this.Label4.Location = new System.Drawing.Point(432, 128);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(176, 56);
     this.Label4.TabIndex = 14;
     this.Label4.Text     = "4) Right click on the PageLayoutControl and drag a rectangle to create a new MapF" +
                            "rame";
     //
     // Label3
     //
     this.Label3.Location = new System.Drawing.Point(432, 72);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(176, 32);
     this.Label3.TabIndex = 13;
     this.Label3.Text     = "2) Enable layer drag and drop";
     //
     // Label1
     //
     this.Label1.Location = new System.Drawing.Point(432, 40);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(176, 32);
     this.Label1.TabIndex = 11;
     this.Label1.Text     = "1) Load a map document into the PageLayoutControl";
     //
     // 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(416, 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(144, 344);
     this.axTOCControl1.TabIndex = 18;
     //
     // axPageLayoutControl1
     //
     this.axPageLayoutControl1.Location     = new System.Drawing.Point(160, 40);
     this.axPageLayoutControl1.Name         = "axPageLayoutControl1";
     this.axPageLayoutControl1.OcxState     = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
     this.axPageLayoutControl1.Size         = new System.Drawing.Size(256, 344);
     this.axPageLayoutControl1.TabIndex     = 19;
     this.axPageLayoutControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnMouseDownEventHandler(this.axPageLayoutControl1_OnMouseDown);
     //
     // axLicenseControl1
     //
     this.axLicenseControl1.Enabled  = true;
     this.axLicenseControl1.Location = new System.Drawing.Point(56, 48);
     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 = 20;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(616, 390);
     this.Controls.Add(this.axLicenseControl1);
     this.Controls.Add(this.axPageLayoutControl1);
     this.Controls.Add(this.axTOCControl1);
     this.Controls.Add(this.axToolbarControl1);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.chkDragDrop);
     this.Name  = "Form1";
     this.Text  = "Layer Drag and Drop";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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);
 }
Beispiel #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.chkDragDrop = new System.Windows.Forms.CheckBox();
            this.Label6 = new System.Windows.Forms.Label();
            this.Label5 = new System.Windows.Forms.Label();
            this.Label2 = new System.Windows.Forms.Label();
            this.Label4 = new System.Windows.Forms.Label();
            this.Label3 = new System.Windows.Forms.Label();
            this.Label1 = new System.Windows.Forms.Label();
            this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
            this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
            this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
            this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // chkDragDrop
            // 
            this.chkDragDrop.Location = new System.Drawing.Point(432, 16);
            this.chkDragDrop.Name = "chkDragDrop";
            this.chkDragDrop.Size = new System.Drawing.Size(168, 16);
            this.chkDragDrop.TabIndex = 5;
            this.chkDragDrop.Text = "Layer Drag and Drop";
            this.chkDragDrop.Click += new System.EventHandler(this.chkDragDrop_Click);
            // 
            // Label6
            // 
            this.Label6.Location = new System.Drawing.Point(432, 234);
            this.Label6.Name = "Label6";
            this.Label6.Size = new System.Drawing.Size(184, 56);
            this.Label6.TabIndex = 16;
            this.Label6.Text = "6) Move a layer into the new map by dragging and dropping a layer whilst holding " +
                "the CTRL key down inside the TOCControl";
            // 
            // Label5
            // 
            this.Label5.Location = new System.Drawing.Point(432, 184);
            this.Label5.Name = "Label5";
            this.Label5.Size = new System.Drawing.Size(184, 56);
            this.Label5.TabIndex = 15;
            this.Label5.Text = "5) Copy a layer into the new map by dragging and dropping a layer inside the TOCC" +
                "ontrol";
            // 
            // Label2
            // 
            this.Label2.Location = new System.Drawing.Point(432, 96);
            this.Label2.Name = "Label2";
            this.Label2.Size = new System.Drawing.Size(176, 32);
            this.Label2.TabIndex = 12;
            this.Label2.Text = "3) Re-order the layers in the TOCControl";
            // 
            // Label4
            // 
            this.Label4.Location = new System.Drawing.Point(432, 128);
            this.Label4.Name = "Label4";
            this.Label4.Size = new System.Drawing.Size(176, 56);
            this.Label4.TabIndex = 14;
            this.Label4.Text = "4) Right click on the PageLayoutControl and drag a rectangle to create a new MapF" +
                "rame";
            // 
            // Label3
            // 
            this.Label3.Location = new System.Drawing.Point(432, 72);
            this.Label3.Name = "Label3";
            this.Label3.Size = new System.Drawing.Size(176, 32);
            this.Label3.TabIndex = 13;
            this.Label3.Text = "2) Enable layer drag and drop";
            // 
            // Label1
            // 
            this.Label1.Location = new System.Drawing.Point(432, 40);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(176, 32);
            this.Label1.TabIndex = 11;
            this.Label1.Text = "1) Load a map document into the PageLayoutControl";
            // 
            // 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(416, 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(144, 344);
            this.axTOCControl1.TabIndex = 18;
            // 
            // axPageLayoutControl1
            // 
            this.axPageLayoutControl1.Location = new System.Drawing.Point(160, 40);
            this.axPageLayoutControl1.Name = "axPageLayoutControl1";
            this.axPageLayoutControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
            this.axPageLayoutControl1.Size = new System.Drawing.Size(256, 344);
            this.axPageLayoutControl1.TabIndex = 19;
            this.axPageLayoutControl1.OnMouseDown += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnMouseDownEventHandler(this.axPageLayoutControl1_OnMouseDown);
            // 
            // axLicenseControl1
            // 
            this.axLicenseControl1.Enabled = true;
            this.axLicenseControl1.Location = new System.Drawing.Point(56, 48);
            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 = 20;
            // 
            // Form1
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(616, 390);
            this.Controls.Add(this.axLicenseControl1);
            this.Controls.Add(this.axPageLayoutControl1);
            this.Controls.Add(this.axTOCControl1);
            this.Controls.Add(this.axToolbarControl1);
            this.Controls.Add(this.Label6);
            this.Controls.Add(this.Label5);
            this.Controls.Add(this.Label2);
            this.Controls.Add(this.Label4);
            this.Controls.Add(this.Label3);
            this.Controls.Add(this.Label1);
            this.Controls.Add(this.chkDragDrop);
            this.Name = "Form1";
            this.Text = "Layer Drag and Drop";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).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(Form1));
			this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
			this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.button1 = new System.Windows.Forms.Button();
			this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
			this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
			this.SuspendLayout();
			// 
			// 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(392, 28);
			this.axToolbarControl1.TabIndex = 0;
			// 
			// axPageLayoutControl1
			// 
			this.axPageLayoutControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.axPageLayoutControl1.Location = new System.Drawing.Point(192, 40);
			this.axPageLayoutControl1.Name = "axPageLayoutControl1";
			this.axPageLayoutControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
			this.axPageLayoutControl1.Size = new System.Drawing.Size(464, 384);
			this.axPageLayoutControl1.TabIndex = 1;
			this.axPageLayoutControl1.OnPageLayoutReplaced += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnPageLayoutReplacedEventHandler(this.axPageLayoutControl1_OnPageLayoutReplaced);
			// 
			// comboBox1
			// 
			this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBox1.Location = new System.Drawing.Point(408, 8);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(121, 21);
			this.comboBox1.TabIndex = 3;
			this.comboBox1.Text = "comboBox1";
			// 
			// button1
			// 
			this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.button1.Location = new System.Drawing.Point(536, 8);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(120, 23);
			this.button1.TabIndex = 4;
			this.button1.Text = "Change Color Ramp";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// axTOCControl1
			// 
			this.axTOCControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left)));
			this.axTOCControl1.Location = new System.Drawing.Point(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(176, 384);
			this.axTOCControl1.TabIndex = 5;
			// 
			// axLicenseControl1
			// 
			this.axLicenseControl1.Enabled = true;
			this.axLicenseControl1.Location = new System.Drawing.Point(176, 216);
			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 = 6;
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(664, 430);
			this.Controls.Add(this.axLicenseControl1);
			this.Controls.Add(this.axTOCControl1);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.comboBox1);
			this.Controls.Add(this.axPageLayoutControl1);
			this.Controls.Add(this.axToolbarControl1);
			this.Name = "Form1";
			this.Text = "Color Ramps";
			this.Load += new System.EventHandler(this.Form1_Load);
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
     this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
     this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(93, 3);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 28);
     this.button1.TabIndex = 3;
     this.button1.Text = "渲染";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(3, 3);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 28);
     this.button2.TabIndex = 3;
     this.button2.Text = "添加栅格";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // axMapControl1
     //
     this.axMapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axMapControl1.Location = new System.Drawing.Point(0, 0);
     this.axMapControl1.Name = "axMapControl1";
     this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
     this.axMapControl1.Size = new System.Drawing.Size(707, 482);
     this.axMapControl1.TabIndex = 25;
     //
     // axLicenseControl1
     //
     this.axLicenseControl1.Enabled = true;
     this.axLicenseControl1.Location = new System.Drawing.Point(76, 118);
     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 = 26;
     //
     // axTOCControl1
     //
     this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axTOCControl1.Location = new System.Drawing.Point(0, 0);
     this.axTOCControl1.Name = "axTOCControl1";
     this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
     this.axTOCControl1.Size = new System.Drawing.Size(182, 437);
     this.axTOCControl1.TabIndex = 27;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.axLicenseControl1);
     this.splitContainer1.Panel2.Controls.Add(this.axMapControl1);
     this.splitContainer1.Size = new System.Drawing.Size(893, 482);
     this.splitContainer1.SplitterDistance = 182;
     this.splitContainer1.TabIndex = 28;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.button2);
     this.splitContainer2.Panel1.Controls.Add(this.button1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.axTOCControl1);
     this.splitContainer2.Size = new System.Drawing.Size(182, 482);
     this.splitContainer2.SplitterDistance = 41;
     this.splitContainer2.TabIndex = 29;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(893, 482);
     this.Controls.Add(this.splitContainer1);
     this.Name = "frmMain";
     this.Text = "frmMain";
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCMapControl));
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.hideContainerRight = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockLegend = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.TocControl = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.dockAttribute = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ucAttribute = new Hy.Check.UI.UC.UCAttribute();
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockTree = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.TabCtrl = new DevExpress.XtraTab.XtraTabControl();
     this.TabPageRules = new DevExpress.XtraTab.XtraTabPage();
     this.ucRulesTree = new Hy.Check.UI.UC.UCRulesTree();
     this.TabPageCheckResults = new DevExpress.XtraTab.XtraTabPage();
     this.ucResultsTree = new Hy.Check.UI.UC.UCRulesTree();
     this.dockResults = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ucResult = new Hy.Check.UI.UC.UCResult();
     this.UcMap = new ESRI.ArcGIS.Controls.AxMapControl();
     this.Toolbar = new ESRI.ArcGIS.Controls.AxToolbarControl();
     this.popMenuTOCMap = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barBtnOpenAllLayer = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnCloseAllLayer = new DevExpress.XtraBars.BarButtonItem();
     this.barManager = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.barBtnZoomLayer = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnSetLayerTransparency = new DevExpress.XtraBars.BarButtonItem();
     this.popMenuTOCLayer = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.hideContainerRight.SuspendLayout();
     this.dockLegend.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TocControl)).BeginInit();
     this.dockAttribute.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     this.hideContainerLeft.SuspendLayout();
     this.dockTree.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TabCtrl)).BeginInit();
     this.TabCtrl.SuspendLayout();
     this.TabPageRules.SuspendLayout();
     this.TabPageCheckResults.SuspendLayout();
     this.dockResults.SuspendLayout();
     this.dockPanel3_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UcMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Toolbar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCLayer)).BeginInit();
     this.SuspendLayout();
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerRight,
     this.hideContainerLeft});
     this.dockManager1.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.VS2005;
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockResults});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // hideContainerRight
     //
     this.hideContainerRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.hideContainerRight.Controls.Add(this.dockLegend);
     this.hideContainerRight.Controls.Add(this.dockAttribute);
     this.hideContainerRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.hideContainerRight.Location = new System.Drawing.Point(1217, 0);
     this.hideContainerRight.Name = "hideContainerRight";
     this.hideContainerRight.Size = new System.Drawing.Size(20, 757);
     //
     // dockLegend
     //
     this.dockLegend.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockLegend.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockLegend.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockLegend.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockLegend.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockLegend.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockLegend.Controls.Add(this.controlContainer1);
     this.dockLegend.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockLegend.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockLegend.ID = new System.Guid("280b405e-d63e-4014-8cc1-938005165701");
     this.dockLegend.Location = new System.Drawing.Point(0, 0);
     this.dockLegend.Name = "dockLegend";
     this.dockLegend.Options.ShowCloseButton = false;
     this.dockLegend.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockLegend.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockLegend.SavedIndex = 0;
     this.dockLegend.Size = new System.Drawing.Size(233, 757);
     this.dockLegend.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockLegend.Text = "ͼ���б�";
     this.dockLegend.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.TocControl);
     this.controlContainer1.Location = new System.Drawing.Point(3, 29);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(226, 724);
     this.controlContainer1.TabIndex = 0;
     //
     // TocControl
     //
     this.TocControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TocControl.Location = new System.Drawing.Point(0, 0);
     this.TocControl.Name = "TocControl";
     this.TocControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("TocControl.OcxState")));
     this.TocControl.Size = new System.Drawing.Size(194, 621);
     this.TocControl.TabIndex = 0;
     this.TocControl.OnMouseDown += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnMouseDownEventHandler(this.TocControl_OnMouseDown);
     this.TocControl.OnBeginLabelEdit += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnBeginLabelEditEventHandler(this.TocControl_OnBeginLabelEdit);
     //
     // dockAttribute
     //
     this.dockAttribute.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockAttribute.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockAttribute.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockAttribute.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockAttribute.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockAttribute.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockAttribute.Controls.Add(this.dockPanel2_Container);
     this.dockAttribute.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockAttribute.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockAttribute.ID = new System.Guid("6264ad22-6d72-408c-b7fb-c5cee4aae6df");
     this.dockAttribute.Location = new System.Drawing.Point(0, 0);
     this.dockAttribute.Name = "dockAttribute";
     this.dockAttribute.Options.ShowCloseButton = false;
     this.dockAttribute.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockAttribute.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockAttribute.SavedIndex = 1;
     this.dockAttribute.Size = new System.Drawing.Size(233, 757);
     this.dockAttribute.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockAttribute.Text = "����";
     this.dockAttribute.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.ucAttribute);
     this.dockPanel2_Container.Location = new System.Drawing.Point(3, 29);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(226, 724);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // ucAttribute
     //
     this.ucAttribute.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucAttribute.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucAttribute.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucAttribute.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucAttribute.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucAttribute.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucAttribute.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucAttribute.Location = new System.Drawing.Point(0, 0);
     this.ucAttribute.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucAttribute.Name = "ucAttribute";
     this.ucAttribute.Size = new System.Drawing.Size(226, 724);
     this.ucAttribute.TabIndex = 0;
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.hideContainerLeft.Controls.Add(this.dockTree);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 0);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(20, 757);
     //
     // dockTree
     //
     this.dockTree.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockTree.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockTree.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockTree.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockTree.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockTree.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockTree.Controls.Add(this.dockPanel1_Container);
     this.dockTree.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockTree.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockTree.ID = new System.Guid("b316a8e4-7a20-482d-bf9a-1d6cf7e05864");
     this.dockTree.Location = new System.Drawing.Point(0, 0);
     this.dockTree.Name = "dockTree";
     this.dockTree.Options.ShowCloseButton = false;
     this.dockTree.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockTree.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockTree.SavedIndex = 1;
     this.dockTree.Size = new System.Drawing.Size(200, 757);
     this.dockTree.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockTree.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.TabCtrl);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 729);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // TabCtrl
     //
     this.TabCtrl.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.HeaderActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.PageClient.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.TabCtrl.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.TabCtrl.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.Default;
     this.TabCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TabCtrl.HeaderAutoFill = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.HeaderButtons = DevExpress.XtraTab.TabButtons.Default;
     this.TabCtrl.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.Default;
     this.TabCtrl.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
     this.TabCtrl.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal;
     this.TabCtrl.Location = new System.Drawing.Point(0, 0);
     this.TabCtrl.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.TabCtrl.MultiLine = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.Name = "TabCtrl";
     this.TabCtrl.PageImagePosition = DevExpress.XtraTab.TabPageImagePosition.Near;
     this.TabCtrl.SelectedTabPage = this.TabPageRules;
     this.TabCtrl.ShowHeaderFocus = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
     this.TabCtrl.ShowToolTips = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.Size = new System.Drawing.Size(194, 729);
     this.TabCtrl.TabIndex = 0;
     this.TabCtrl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.TabPageRules,
     this.TabPageCheckResults});
     //
     // TabPageRules
     //
     this.TabPageRules.Appearance.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.Header.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.Header.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.Header.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.HeaderActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.HeaderDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.PageClient.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.PageClient.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TabPageRules.Controls.Add(this.ucRulesTree);
     this.TabPageRules.Name = "TabPageRules";
     this.TabPageRules.ShowCloseButton = DevExpress.Utils.DefaultBoolean.Default;
     this.TabPageRules.Size = new System.Drawing.Size(187, 722);
     this.TabPageRules.Text = "�����б�";
     this.TabPageRules.TooltipIconType = DevExpress.Utils.ToolTipIconType.None;
     //
     // ucRulesTree
     //
     this.ucRulesTree.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucRulesTree.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucRulesTree.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucRulesTree.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucRulesTree.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucRulesTree.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucRulesTree.CurrentSchemaId = null;
     this.ucRulesTree.CurrentTaskName = null;
     this.ucRulesTree.CurrentTemplateRules = null;
     this.ucRulesTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucRulesTree.Location = new System.Drawing.Point(0, 0);
     this.ucRulesTree.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucRulesTree.Name = "ucRulesTree";
     this.ucRulesTree.RulesSelection = null;
     this.ucRulesTree.RuleType = Hy.Check.UI.UC.RuleShowType.DefualtType;
     this.ucRulesTree.ShowRulesCount = true;
     this.ucRulesTree.ShowType = Hy.Check.UI.UC.RuleTreeShowType.ViewRules;
     this.ucRulesTree.Size = new System.Drawing.Size(187, 722);
     this.ucRulesTree.TabIndex = 0;
     //
     // TabPageCheckResults
     //
     this.TabPageCheckResults.Appearance.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.PageClient.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TabPageCheckResults.Controls.Add(this.ucResultsTree);
     this.TabPageCheckResults.Name = "TabPageCheckResults";
     this.TabPageCheckResults.ShowCloseButton = DevExpress.Utils.DefaultBoolean.Default;
     this.TabPageCheckResults.Size = new System.Drawing.Size(187, 722);
     this.TabPageCheckResults.Text = "�����";
     this.TabPageCheckResults.TooltipIconType = DevExpress.Utils.ToolTipIconType.None;
     //
     // ucResultsTree
     //
     this.ucResultsTree.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucResultsTree.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucResultsTree.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucResultsTree.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucResultsTree.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucResultsTree.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucResultsTree.CurrentSchemaId = null;
     this.ucResultsTree.CurrentTaskName = null;
     this.ucResultsTree.CurrentTemplateRules = null;
     this.ucResultsTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucResultsTree.Location = new System.Drawing.Point(0, 0);
     this.ucResultsTree.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucResultsTree.Name = "ucResultsTree";
     this.ucResultsTree.RulesSelection = null;
     this.ucResultsTree.RuleType = Hy.Check.UI.UC.RuleShowType.DefualtType;
     this.ucResultsTree.ShowRulesCount = true;
     this.ucResultsTree.ShowType = Hy.Check.UI.UC.RuleTreeShowType.ViewRuleErrors;
     this.ucResultsTree.Size = new System.Drawing.Size(187, 722);
     this.ucResultsTree.TabIndex = 0;
     //
     // dockResults
     //
     this.dockResults.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockResults.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockResults.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockResults.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockResults.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockResults.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockResults.Controls.Add(this.dockPanel3_Container);
     this.dockResults.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dockResults.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockResults.ID = new System.Guid("56e0b7b8-1c85-498a-996b-23fdbb986e26");
     this.dockResults.Location = new System.Drawing.Point(20, 530);
     this.dockResults.Name = "dockResults";
     this.dockResults.Options.ShowCloseButton = false;
     this.dockResults.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockResults.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dockResults.SavedIndex = 0;
     this.dockResults.Size = new System.Drawing.Size(1020, 119);
     this.dockResults.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockResults.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel3_Container
     //
     this.dockPanel3_Container.Controls.Add(this.ucResult);
     this.dockPanel3_Container.Location = new System.Drawing.Point(3, 24);
     this.dockPanel3_Container.Name = "dockPanel3_Container";
     this.dockPanel3_Container.Size = new System.Drawing.Size(1014, 92);
     this.dockPanel3_Container.TabIndex = 0;
     //
     // ucResult
     //
     this.ucResult.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucResult.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucResult.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucResult.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucResult.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucResult.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucResult.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucResult.Location = new System.Drawing.Point(0, 0);
     this.ucResult.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucResult.Name = "ucResult";
     this.ucResult.PageCount = 0;
     this.ucResult.Size = new System.Drawing.Size(1014, 92);
     this.ucResult.TabIndex = 0;
     //
     // UcMap
     //
     this.UcMap.Dock = System.Windows.Forms.DockStyle.Fill;
     this.UcMap.Location = new System.Drawing.Point(20, 0);
     this.UcMap.Name = "UcMap";
     this.UcMap.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("UcMap.OcxState")));
     this.UcMap.Size = new System.Drawing.Size(1197, 757);
     this.UcMap.TabIndex = 3;
     this.UcMap.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.UcMap_OnMouseDown);
     this.UcMap.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.UcMap_OnMouseMove);
     this.UcMap.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.UcMap_OnExtentUpdated);
     this.UcMap.OnKeyDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnKeyDownEventHandler(this.UcMap_OnKeyDown);
     this.UcMap.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.UcMap_OnMapReplaced);
     //
     // Toolbar
     //
     this.Toolbar.Location = new System.Drawing.Point(559, 46);
     this.Toolbar.Name = "Toolbar";
     this.Toolbar.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("Toolbar.OcxState")));
     this.Toolbar.Size = new System.Drawing.Size(265, 28);
     this.Toolbar.TabIndex = 5;
     this.Toolbar.Visible = false;
     //
     // popMenuTOCMap
     //
     this.popMenuTOCMap.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnOpenAllLayer),
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnCloseAllLayer)});
     this.popMenuTOCMap.Manager = this.barManager;
     this.popMenuTOCMap.MenuAppearance.Menu.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.Default;
     this.popMenuTOCMap.Name = "popMenuTOCMap";
     //
     // barBtnOpenAllLayer
     //
     this.barBtnOpenAllLayer.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnOpenAllLayer.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnOpenAllLayer.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnOpenAllLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnOpenAllLayer.Caption = "������ͼ��";
     this.barBtnOpenAllLayer.Id = 0;
     this.barBtnOpenAllLayer.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnOpenAllLayer.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnOpenAllLayer.Name = "barBtnOpenAllLayer";
     this.barBtnOpenAllLayer.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnOpenAllLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnOpenAllLayer_ItemClick);
     //
     // barBtnCloseAllLayer
     //
     this.barBtnCloseAllLayer.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnCloseAllLayer.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnCloseAllLayer.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnCloseAllLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnCloseAllLayer.Caption = "�ر�����ͼ��";
     this.barBtnCloseAllLayer.Id = 1;
     this.barBtnCloseAllLayer.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnCloseAllLayer.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnCloseAllLayer.Name = "barBtnCloseAllLayer";
     this.barBtnCloseAllLayer.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnCloseAllLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCloseAllLayer_ItemClick);
     //
     // barManager
     //
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.DockManager = this.dockManager1;
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barBtnOpenAllLayer,
     this.barBtnCloseAllLayer,
     this.barBtnZoomLayer,
     this.barBtnSetLayerTransparency});
     this.barManager.MaxItemId = 4;
     this.barManager.MdiMenuMergeStyle = DevExpress.XtraBars.BarMdiMenuMergeStyle.Always;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlTop.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlTop.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlTop.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlTop.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlTop.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1237, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlBottom.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlBottom.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlBottom.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlBottom.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlBottom.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 757);
     this.barDockControlBottom.Size = new System.Drawing.Size(1237, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlLeft.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlLeft.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlLeft.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlLeft.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlLeft.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 757);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlRight.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlRight.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlRight.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlRight.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlRight.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1237, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 757);
     //
     // barBtnZoomLayer
     //
     this.barBtnZoomLayer.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnZoomLayer.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnZoomLayer.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnZoomLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnZoomLayer.Caption = "���ŵ�ͼ��";
     this.barBtnZoomLayer.Id = 2;
     this.barBtnZoomLayer.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnZoomLayer.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnZoomLayer.Name = "barBtnZoomLayer";
     this.barBtnZoomLayer.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnZoomLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnZoomLayer_ItemClick);
     //
     // barBtnSetLayerTransparency
     //
     this.barBtnSetLayerTransparency.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnSetLayerTransparency.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnSetLayerTransparency.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnSetLayerTransparency.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnSetLayerTransparency.Caption = "����ͼ��͸����";
     this.barBtnSetLayerTransparency.Id = 3;
     this.barBtnSetLayerTransparency.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnSetLayerTransparency.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnSetLayerTransparency.Name = "barBtnSetLayerTransparency";
     this.barBtnSetLayerTransparency.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnSetLayerTransparency.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetLayerTransparency_ItemClick);
     //
     // popMenuTOCLayer
     //
     this.popMenuTOCLayer.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnZoomLayer),
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetLayerTransparency)});
     this.popMenuTOCLayer.Manager = this.barManager;
     this.popMenuTOCLayer.MenuAppearance.Menu.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.Default;
     this.popMenuTOCLayer.Name = "popMenuTOCLayer";
     //
     // UCMapControl
     //
     this.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Toolbar);
     this.Controls.Add(this.UcMap);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.hideContainerRight);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Name = "UCMapControl";
     this.Size = new System.Drawing.Size(1237, 757);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.hideContainerRight.ResumeLayout(false);
     this.dockLegend.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TocControl)).EndInit();
     this.dockAttribute.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     this.hideContainerLeft.ResumeLayout(false);
     this.dockTree.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TabCtrl)).EndInit();
     this.TabCtrl.ResumeLayout(false);
     this.TabPageRules.ResumeLayout(false);
     this.TabPageCheckResults.ResumeLayout(false);
     this.dockResults.ResumeLayout(false);
     this.dockPanel3_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UcMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Toolbar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCLayer)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #10
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.axToolbarControl1    = new ESRI.ArcGIS.Controls.AxToolbarControl();
     this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.button1           = new System.Windows.Forms.Button();
     this.axTOCControl1     = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
     this.SuspendLayout();
     //
     // 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(392, 28);
     this.axToolbarControl1.TabIndex = 0;
     //
     // axPageLayoutControl1
     //
     this.axPageLayoutControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.axPageLayoutControl1.Location              = new System.Drawing.Point(192, 40);
     this.axPageLayoutControl1.Name                  = "axPageLayoutControl1";
     this.axPageLayoutControl1.OcxState              = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
     this.axPageLayoutControl1.Size                  = new System.Drawing.Size(464, 384);
     this.axPageLayoutControl1.TabIndex              = 1;
     this.axPageLayoutControl1.OnPageLayoutReplaced += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnPageLayoutReplacedEventHandler(this.axPageLayoutControl1_OnPageLayoutReplaced);
     //
     // comboBox1
     //
     this.comboBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.Location = new System.Drawing.Point(408, 8);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 3;
     this.comboBox1.Text     = "comboBox1";
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(536, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(120, 23);
     this.button1.TabIndex = 4;
     this.button1.Text     = "Change Color Ramp";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // axTOCControl1
     //
     this.axTOCControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.axTOCControl1.Location = new System.Drawing.Point(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(176, 384);
     this.axTOCControl1.TabIndex = 5;
     //
     // axLicenseControl1
     //
     this.axLicenseControl1.Enabled  = true;
     this.axLicenseControl1.Location = new System.Drawing.Point(176, 216);
     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 = 6;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(664, 430);
     this.Controls.Add(this.axLicenseControl1);
     this.Controls.Add(this.axTOCControl1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.axPageLayoutControl1);
     this.Controls.Add(this.axToolbarControl1);
     this.Name  = "Form1";
     this.Text  = "Color Ramps";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).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);

		}