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 MoleLeaderStack { 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) { 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.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl(); this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl(); this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl(); this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl(); this.btnAddGraphics = new System.Windows.Forms.Button(); this.btnStack = new System.Windows.Forms.Button(); this.btnLeader = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize) (this.axMapControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.axTOCControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.axToolbarControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.axLicenseControl1)).BeginInit(); this.SuspendLayout(); // // axMapControl1 // this.axMapControl1.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.axMapControl1.Location = new System.Drawing.Point( 283, 46 ); this.axMapControl1.Name = "axMapControl1"; this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axMapControl1.OcxState" ))); this.axMapControl1.Size = new System.Drawing.Size( 499, 439 ); this.axMapControl1.TabIndex = 0; // // 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( 12, 46 ); this.axTOCControl1.Name = "axTOCControl1"; this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axTOCControl1.OcxState" ))); this.axTOCControl1.Size = new System.Drawing.Size( 265, 439 ); this.axTOCControl1.TabIndex = 1; // // axToolbarControl1 // this.axToolbarControl1.Location = new System.Drawing.Point( 12, 12 ); this.axToolbarControl1.Name = "axToolbarControl1"; this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State) (resources.GetObject( "axToolbarControl1.OcxState" ))); this.axToolbarControl1.Size = new System.Drawing.Size( 265, 28 ); this.axToolbarControl1.TabIndex = 2; // // axLicenseControl1 // this.axLicenseControl1.Enabled = true; this.axLicenseControl1.Location = new System.Drawing.Point( 119, 355 ); 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; // // btnAddGraphics // this.btnAddGraphics.Location = new System.Drawing.Point( 283, 16 ); this.btnAddGraphics.Name = "btnAddGraphics"; this.btnAddGraphics.Size = new System.Drawing.Size( 127, 23 ); this.btnAddGraphics.TabIndex = 4; this.btnAddGraphics.Text = "Add Graphics"; this.btnAddGraphics.UseVisualStyleBackColor = true; this.btnAddGraphics.Click += new System.EventHandler( this.btnAddGraphics_Click ); // // btnStack // this.btnStack.Location = new System.Drawing.Point( 551, 16 ); this.btnStack.Name = "btnStack"; this.btnStack.Size = new System.Drawing.Size( 129, 23 ); this.btnStack.TabIndex = 6; this.btnStack.Text = "Apply Stacking"; this.btnStack.UseVisualStyleBackColor = true; this.btnStack.Click += new System.EventHandler( this.btnStack_Click ); // // btnLeader // this.btnLeader.Location = new System.Drawing.Point( 416, 16 ); this.btnLeader.Name = "btnLeader"; this.btnLeader.Size = new System.Drawing.Size( 129, 23 ); this.btnLeader.TabIndex = 8; this.btnLeader.Text = "Apply Leadering"; this.btnLeader.UseVisualStyleBackColor = true; this.btnLeader.Click += new System.EventHandler( this.btnLeader_Click ); // // btnClear // this.btnClear.Location = new System.Drawing.Point( 705, 16 ); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size( 77, 23 ); this.btnClear.TabIndex = 9; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler( this.btnClear_Click ); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size( 794, 497 ); this.Controls.Add( this.btnClear ); this.Controls.Add( this.btnLeader ); this.Controls.Add( this.btnStack ); this.Controls.Add( this.btnAddGraphics ); this.Controls.Add( this.axLicenseControl1 ); this.Controls.Add( this.axToolbarControl1 ); this.Controls.Add( this.axTOCControl1 ); this.Controls.Add( this.axMapControl1 ); this.Name = "MainForm"; this.Text = "MoleLeaderStack"; ((System.ComponentModel.ISupportInitialize) (this.axMapControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize) (this.axTOCControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize) (this.axToolbarControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize) (this.axLicenseControl1)).EndInit(); this.ResumeLayout( false ); } #endregion private ESRI.ArcGIS.Controls.AxMapControl axMapControl1; private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1; private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1; private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1; private System.Windows.Forms.Button btnAddGraphics; private System.Windows.Forms.Button btnStack; private System.Windows.Forms.Button btnLeader; private System.Windows.Forms.Button btnClear; } }