www.pudn.com > IntMail.rar > FrmLoading.Designer.cs


namespace IntMail 
{ 
    partial class FrmLoading 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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() 
        { 
            this.components = new System.ComponentModel.Container(); 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
            this.SuspendLayout(); 
            //  
            // timer1 
            //  
            this.timer1.Enabled = true; 
            this.timer1.Interval = 1000; 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
            //  
            // FrmLoading 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.BackgroundImage = global::IntMail.Properties.Resources.Loading; 
            this.ClientSize = new System.Drawing.Size(475, 249); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 
            this.Name = "FrmLoading"; 
            this.ShowIcon = false; 
            this.ShowInTaskbar = false; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
            this.Text = "FrmLoading"; 
            this.Load += new System.EventHandler(this.FrmLoading_Load); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Timer timer1; 
    } 
}