www.pudn.com > AS15044.zip > Form1.Designer.cs


namespace DemoControls 
{ 
    partial class Form1 
    { 
        ///  
        /// Required designer variable. 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// Clean up any resources being used. 
        ///  
        /// true if managed resources should be disposed; otherwise, false. 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows Form Designer generated code 
 
        ///  
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor. 
        ///  
        private void InitializeComponent() 
        { 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); 
            this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl(); 
            this.tabControl1 = new System.Windows.Forms.TabControl(); 
            this.tabPage1 = new System.Windows.Forms.TabPage(); 
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 
            this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl(); 
            this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl(); 
            this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl(); 
            this.chkCustomize = new System.Windows.Forms.CheckBox(); 
            this.chkDynamicMapDisplay = new System.Windows.Forms.CheckBox(); 
            this.tabPage2 = new System.Windows.Forms.TabPage(); 
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 
            this.axToolbarControl2 = new ESRI.ArcGIS.Controls.AxToolbarControl(); 
            this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl(); 
            ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit(); 
            this.tabControl1.SuspendLayout(); 
            this.tabPage1.SuspendLayout(); 
            this.tableLayoutPanel1.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit(); 
            this.tabPage2.SuspendLayout(); 
            this.tableLayoutPanel2.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl2)).BeginInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // axLicenseControl1 
            //  
            this.axLicenseControl1.Enabled = true; 
            this.axLicenseControl1.Location = new System.Drawing.Point(719, 476); 
            this.axLicenseControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            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 = 1; 
            //  
            // tabControl1 
            //  
            this.tabControl1.Controls.Add(this.tabPage1); 
            this.tabControl1.Controls.Add(this.tabPage2); 
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 
            this.tabControl1.Location = new System.Drawing.Point(0, 0); 
            this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tabControl1.Name = "tabControl1"; 
            this.tabControl1.SelectedIndex = 0; 
            this.tabControl1.Size = new System.Drawing.Size(903, 652); 
            this.tabControl1.TabIndex = 2; 
            //  
            // tabPage1 
            //  
            this.tabPage1.BackColor = System.Drawing.Color.White; 
            this.tabPage1.Controls.Add(this.tableLayoutPanel1); 
            this.tabPage1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 
            this.tabPage1.Location = new System.Drawing.Point(4, 34); 
            this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tabPage1.Name = "tabPage1"; 
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tabPage1.Size = new System.Drawing.Size(895, 614); 
            this.tabPage1.TabIndex = 0; 
            this.tabPage1.Text = "MapControl"; 
            this.tabPage1.UseVisualStyleBackColor = true; 
            //  
            // tableLayoutPanel1 
            //  
            this.tableLayoutPanel1.ColumnCount = 3; 
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.78325F)); 
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.21675F)); 
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 158F)); 
            this.tableLayoutPanel1.Controls.Add(this.axMapControl1, 1, 1); 
            this.tableLayoutPanel1.Controls.Add(this.axTOCControl1, 0, 1); 
            this.tableLayoutPanel1.Controls.Add(this.axToolbarControl1, 1, 0); 
            this.tableLayoutPanel1.Controls.Add(this.chkCustomize, 2, 0); 
            this.tableLayoutPanel1.Controls.Add(this.chkDynamicMapDisplay, 0, 2); 
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 2); 
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 
            this.tableLayoutPanel1.RowCount = 4; 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.5016F)); 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 88.49841F)); 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 220F)); 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 82F)); 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 
            this.tableLayoutPanel1.Size = new System.Drawing.Size(889, 610); 
            this.tableLayoutPanel1.TabIndex = 0; 
            //  
            // 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.tableLayoutPanel1.SetColumnSpan(this.axMapControl1, 2); 
            this.axMapControl1.Location = new System.Drawing.Point(169, 37); 
            this.axMapControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.axMapControl1.Name = "axMapControl1"; 
            this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState"))); 
            this.tableLayoutPanel1.SetRowSpan(this.axMapControl1, 3); 
            this.axMapControl1.Size = new System.Drawing.Size(717, 571); 
            this.axMapControl1.TabIndex = 0; 
            this.axMapControl1.OnMouseUp += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseUpEventHandler(this.axMapControl1_OnMouseUp); 
            //  
            // axTOCControl1 
            //  
            this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.axTOCControl1.Location = new System.Drawing.Point(3, 37); 
            this.axTOCControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.axTOCControl1.Name = "axTOCControl1"; 
            this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState"))); 
            this.axTOCControl1.Size = new System.Drawing.Size(160, 268); 
            this.axTOCControl1.TabIndex = 2; 
            this.axTOCControl1.OnMouseDown += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnMouseDownEventHandler(this.axTOCControl1_OnMouseDown); 
            //  
            // axToolbarControl1 
            //  
            this.axToolbarControl1.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.axToolbarControl1.Location = new System.Drawing.Point(169, 2); 
            this.axToolbarControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.axToolbarControl1.Name = "axToolbarControl1"; 
            this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState"))); 
            this.axToolbarControl1.Size = new System.Drawing.Size(558, 28); 
            this.axToolbarControl1.TabIndex = 1; 
            //  
            // chkCustomize 
            //  
            this.chkCustomize.AutoSize = true; 
            this.chkCustomize.Location = new System.Drawing.Point(733, 3); 
            this.chkCustomize.Name = "chkCustomize"; 
            this.chkCustomize.Size = new System.Drawing.Size(136, 29); 
            this.chkCustomize.TabIndex = 10; 
            this.chkCustomize.Text = "Customize"; 
            this.chkCustomize.UseVisualStyleBackColor = true; 
            this.chkCustomize.CheckedChanged += new System.EventHandler(this.chkCustomize_CheckedChanged); 
            //  
            // chkDynamicMapDisplay 
            //  
            this.chkDynamicMapDisplay.AutoSize = true; 
            this.chkDynamicMapDisplay.Location = new System.Drawing.Point(3, 310); 
            this.chkDynamicMapDisplay.Name = "chkDynamicMapDisplay"; 
            this.chkDynamicMapDisplay.Size = new System.Drawing.Size(160, 29); 
            this.chkDynamicMapDisplay.TabIndex = 11; 
            this.chkDynamicMapDisplay.Text = "Dynamic Map"; 
            this.chkDynamicMapDisplay.UseVisualStyleBackColor = true; 
            this.chkDynamicMapDisplay.CheckedChanged += new System.EventHandler(this.chkDynamicMapDisplay_CheckedChanged); 
            //  
            // tabPage2 
            //  
            this.tabPage2.Controls.Add(this.tableLayoutPanel2); 
            this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 
            this.tabPage2.Location = new System.Drawing.Point(4, 34); 
            this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tabPage2.Name = "tabPage2"; 
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tabPage2.Size = new System.Drawing.Size(895, 614); 
            this.tabPage2.TabIndex = 1; 
            this.tabPage2.Text = "PageLayoutControl"; 
            this.tabPage2.UseVisualStyleBackColor = true; 
            //  
            // tableLayoutPanel2 
            //  
            this.tableLayoutPanel2.ColumnCount = 2; 
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 859F)); 
            this.tableLayoutPanel2.Controls.Add(this.axToolbarControl2, 0, 0); 
            this.tableLayoutPanel2.Controls.Add(this.axPageLayoutControl1, 1, 0); 
            this.tableLayoutPanel2.Location = new System.Drawing.Point(5, 6); 
            this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 
            this.tableLayoutPanel2.RowCount = 1; 
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 583F)); 
            this.tableLayoutPanel2.Size = new System.Drawing.Size(897, 583); 
            this.tableLayoutPanel2.TabIndex = 0; 
            //  
            // axToolbarControl2 
            //  
            this.axToolbarControl2.Location = new System.Drawing.Point(3, 2); 
            this.axToolbarControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.axToolbarControl2.Name = "axToolbarControl2"; 
            this.axToolbarControl2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl2.OcxState"))); 
            this.axToolbarControl2.Size = new System.Drawing.Size(28, 579); 
            this.axToolbarControl2.TabIndex = 3; 
            //  
            // axPageLayoutControl1 
            //  
            this.axPageLayoutControl1.Location = new System.Drawing.Point(41, 2); 
            this.axPageLayoutControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.axPageLayoutControl1.Name = "axPageLayoutControl1"; 
            this.axPageLayoutControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState"))); 
            this.axPageLayoutControl1.Size = new System.Drawing.Size(853, 579); 
            this.axPageLayoutControl1.TabIndex = 2; 
            //  
            // Form1 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(903, 652); 
            this.Controls.Add(this.tabControl1); 
            this.Controls.Add(this.axLicenseControl1); 
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 
            this.Name = "Form1"; 
            this.Text = "Engine Controls Demo Application"; 
            this.Load += new System.EventHandler(this.Form1_Load); 
            ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit(); 
            this.tabControl1.ResumeLayout(false); 
            this.tabPage1.ResumeLayout(false); 
            this.tableLayoutPanel1.ResumeLayout(false); 
            this.tableLayoutPanel1.PerformLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit(); 
            this.tabPage2.ResumeLayout(false); 
            this.tableLayoutPanel2.ResumeLayout(false); 
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl2)).EndInit(); 
            ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit(); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1; 
        private System.Windows.Forms.TabControl tabControl1; 
        private System.Windows.Forms.TabPage tabPage1; 
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 
        private ESRI.ArcGIS.Controls.AxMapControl axMapControl1; 
        private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1; 
        private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1; 
        private System.Windows.Forms.TabPage tabPage2; 
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 
        private ESRI.ArcGIS.Controls.AxPageLayoutControl axPageLayoutControl1; 
        private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl2; 
        private System.Windows.Forms.CheckBox chkCustomize; 
        private System.Windows.Forms.CheckBox chkDynamicMapDisplay; 
    } 
}