www.pudn.com > Buffer.rar > Form1.Designer.cs


namespace Buffer 
{ 
    partial class Form1 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); 
            this.axMapControl1 = new ESRI.ArcGIS.MapControl.AxMapControl(); 
            this.ButtonBuffer = new System.Windows.Forms.Button(); 
            ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // axMapControl1 
            //  
            this.axMapControl1.Location = new System.Drawing.Point(5, 16); 
            this.axMapControl1.Name = "axMapControl1"; 
            this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState"))); 
            this.axMapControl1.Size = new System.Drawing.Size(552, 420); 
            this.axMapControl1.TabIndex = 0; 
            //  
            // ButtonBuffer 
            //  
            this.ButtonBuffer.Location = new System.Drawing.Point(583, 32); 
            this.ButtonBuffer.Name = "ButtonBuffer"; 
            this.ButtonBuffer.Size = new System.Drawing.Size(75, 26); 
            this.ButtonBuffer.TabIndex = 1; 
            this.ButtonBuffer.Text = "缓冲区"; 
            this.ButtonBuffer.UseVisualStyleBackColor = true; 
            this.ButtonBuffer.Click += new System.EventHandler(this.ButtonBuffer_Click); 
            //  
            // Form1 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(706, 451); 
            this.Controls.Add(this.ButtonBuffer); 
            this.Controls.Add(this.axMapControl1); 
            this.Name = "Form1"; 
            this.Text = "Form1"; 
            ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit(); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private ESRI.ArcGIS.MapControl.AxMapControl axMapControl1; 
        internal System.Windows.Forms.Button ButtonBuffer; 
    } 
}