MainForm.Designer.cs
// Copyright 2010 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, treaties, and conventions. // // You may freely redistribute and use this sample code, with or // without modification, provided you include the original copyright // notice and use restrictions. // // See the use restrictions. // namespace GlobeControlApp { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { //Ensures that any ESRI libraries that have been used are unloaded in the correct order. //Failure to do this may result in random crashes on exit due to the operating system unloading //the libraries in the incorrect order. ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown(); if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.axGlobeControl1 = new ESRI.ArcGIS.Controls.AxGlobeControl(); this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl(); this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl(); this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.menuFile = new System.Windows.Forms.ToolStripMenuItem(); this.menuOpenDoc = new System.Windows.Forms.ToolStripMenuItem(); this.separatorToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator(); this.menuExitApp = new System.Windows.Forms.ToolStripMenuItem(); this.statusBar1 = new System.Windows.Forms.StatusStrip(); this.statusBarXY = new System.Windows.Forms.ToolStripStatusLabel(); this.splitter1 = new System.Windows.Forms.Splitter(); this.butTest = new System.Windows.Forms.Button(); this.butTest2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit(); this.menuStrip1.SuspendLayout(); this.statusBar1.SuspendLayout(); this.SuspendLayout(); // // axGlobeControl1 // this.axGlobeControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.axGlobeControl1.Location = new System.Drawing.Point(245, 54); this.axGlobeControl1.Margin = new System.Windows.Forms.Padding(4); this.axGlobeControl1.Name = "axGlobeControl1"; this.axGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGlobeControl1.OcxState"))); this.axGlobeControl1.Size = new System.Drawing.Size(852, 656); this.axGlobeControl1.TabIndex = 0; this.axGlobeControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IGlobeControlEvents_Ax_OnMouseMoveEventHandler(this.axGlobeControl1_OnMouseMove); this.axGlobeControl1.OnGlobeReplaced += new ESRI.ArcGIS.Controls.IGlobeControlEvents_Ax_OnGlobeReplacedEventHandler(this.axGlobeControl1_OnGlobeReplaced); // // axToolbarControl1 // this.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Top; this.axToolbarControl1.Location = new System.Drawing.Point(0, 26); this.axToolbarControl1.Margin = new System.Windows.Forms.Padding(4); this.axToolbarControl1.Name = "axToolbarControl1"; this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState"))); this.axToolbarControl1.Size = new System.Drawing.Size(1097, 28); this.axToolbarControl1.TabIndex = 1; // // axTOCControl1 // this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Left; this.axTOCControl1.Location = new System.Drawing.Point(0, 54); this.axTOCControl1.Margin = new System.Windows.Forms.Padding(4); this.axTOCControl1.Name = "axTOCControl1"; this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState"))); this.axTOCControl1.Size = new System.Drawing.Size(245, 656); this.axTOCControl1.TabIndex = 2; // // axLicenseControl1 // this.axLicenseControl1.Enabled = true; this.axLicenseControl1.Location = new System.Drawing.Point(366, 298); this.axLicenseControl1.Margin = new System.Windows.Forms.Padding(4); 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 = 3; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuFile}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(1097, 26); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuFile"; // // menuFile // this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuOpenDoc, this.separatorToolStripMenuItem, this.menuExitApp}); this.menuFile.Name = "menuFile"; this.menuFile.Size = new System.Drawing.Size(40, 22); this.menuFile.Text = "File"; // // menuOpenDoc // this.menuOpenDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuOpenDoc.Image"))); this.menuOpenDoc.ImageTransparentColor = System.Drawing.Color.White; this.menuOpenDoc.Name = "menuOpenDoc"; this.menuOpenDoc.Size = new System.Drawing.Size(213, 22); this.menuOpenDoc.Text = "Open Document..."; this.menuOpenDoc.Click += new System.EventHandler(this.menuOpenDoc_Click); // // separatorToolStripMenuItem // this.separatorToolStripMenuItem.Name = "separatorToolStripMenuItem"; this.separatorToolStripMenuItem.Size = new System.Drawing.Size(210, 6); // // menuExitApp // this.menuExitApp.Name = "menuExitApp"; this.menuExitApp.Size = new System.Drawing.Size(213, 22); this.menuExitApp.Text = "Exit"; this.menuExitApp.Click += new System.EventHandler(this.menuExitApp_Click); // // statusBar1 // this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusBarXY}); this.statusBar1.Location = new System.Drawing.Point(0, 710); this.statusBar1.Name = "statusBar1"; this.statusBar1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0); this.statusBar1.Size = new System.Drawing.Size(1097, 22); this.statusBar1.TabIndex = 5; // // statusBarXY // this.statusBarXY.Name = "statusBarXY"; this.statusBarXY.Size = new System.Drawing.Size(0, 17); // // splitter1 // this.splitter1.Location = new System.Drawing.Point(245, 54); this.splitter1.Margin = new System.Windows.Forms.Padding(4); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(4, 656); this.splitter1.TabIndex = 6; this.splitter1.TabStop = false; // // butTest // this.butTest.Location = new System.Drawing.Point(601, 26); this.butTest.Name = "butTest"; this.butTest.Size = new System.Drawing.Size(130, 28); this.butTest.TabIndex = 7; this.butTest.Text = "Add Unit"; this.butTest.UseVisualStyleBackColor = true; this.butTest.Click += new System.EventHandler(this.butTest_Click); // // butTest2 // this.butTest2.Location = new System.Drawing.Point(751, 27); this.butTest2.Name = "butTest2"; this.butTest2.Size = new System.Drawing.Size(124, 27); this.butTest2.TabIndex = 8; this.butTest2.Text = "Move Units"; this.butTest2.UseVisualStyleBackColor = true; this.butTest2.Click += new System.EventHandler(this.butTest2_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1097, 732); this.Controls.Add(this.butTest2); this.Controls.Add(this.butTest); this.Controls.Add(this.axLicenseControl1); this.Controls.Add(this.splitter1); this.Controls.Add(this.axGlobeControl1); this.Controls.Add(this.axTOCControl1); this.Controls.Add(this.axToolbarControl1); this.Controls.Add(this.statusBar1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MainForm"; this.Text = "Globe Control Application"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusBar1.ResumeLayout(false); this.statusBar1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ESRI.ArcGIS.Controls.AxGlobeControl axGlobeControl1; private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1; private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1; private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.StatusStrip statusBar1; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.ToolStripMenuItem menuFile; private System.Windows.Forms.ToolStripMenuItem menuOpenDoc; private System.Windows.Forms.ToolStripSeparator separatorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menuExitApp; private System.Windows.Forms.ToolStripStatusLabel statusBarXY; private System.Windows.Forms.Button butTest; private System.Windows.Forms.Button butTest2; } }