www.pudn.com > GDIPlusCF.zip > PenDemo.Designer.cs


namespace TestApp1 
{ 
    partial class PenDemo 
    { 
        ///  
        /// Required designer variable. 
        ///  
        private System.ComponentModel.IContainer components = null; 
        private System.Windows.Forms.MainMenu mainMenu1; 
 
        ///  
        /// 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() 
        { 
            this.mainMenu1 = new System.Windows.Forms.MainMenu(); 
            this.SuspendLayout(); 
            //  
            // PenDemo 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 
            this.AutoScroll = true; 
            this.ClientSize = new System.Drawing.Size(240, 268); 
            this.Menu = this.mainMenu1; 
            this.Name = "PenDemo"; 
            this.Text = "Pen Demo"; 
            this.Load += new System.EventHandler(this.PenDemo_Load); 
            this.Closing += new System.ComponentModel.CancelEventHandler(this.PenDemo_Closing); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
    } 
}