www.pudn.com > eKanBanConsole.zip > FrmMessage.Designer.cs


namespace eKanBanConsole 
{ 
    partial class FrmMessage 
    { 
        ///  
        /// 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() 
        { 
            this.components = new System.ComponentModel.Container(); 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
            this.lbMessage = new System.Windows.Forms.Label(); 
            this.SuspendLayout(); 
            //  
            // timer1 
            //  
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
            //  
            // lbMessage 
            //  
            this.lbMessage.BackColor = System.Drawing.Color.MediumSeaGreen; 
            this.lbMessage.Cursor = System.Windows.Forms.Cursors.WaitCursor; 
            this.lbMessage.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.lbMessage.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 
            this.lbMessage.ForeColor = System.Drawing.Color.Gold; 
            this.lbMessage.Image = global::eKanBanConsole.Properties.Resources.FINDCOMP_00; 
            this.lbMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 
            this.lbMessage.Location = new System.Drawing.Point(0, 0); 
            this.lbMessage.Name = "lbMessage"; 
            this.lbMessage.Size = new System.Drawing.Size(300, 60); 
            this.lbMessage.TabIndex = 0; 
            this.lbMessage.Text = "输入消息。。。"; 
            this.lbMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 
            //  
            // FrmMessage 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(300, 60); 
            this.Controls.Add(this.lbMessage); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 
            this.Name = "FrmMessage"; 
            this.ShowInTaskbar = false; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
            this.Text = "FrmMessage"; 
            this.Shown += new System.EventHandler(this.FrmMessage_Shown); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label lbMessage; 
        private System.Windows.Forms.Timer timer1; 
    } 
}