namespace Kanban 
 | 
{ 
 | 
    partial class Sc_LEDInfoNote 
 | 
    { 
 | 
        /// <summary> 
 | 
        /// 必需的设计器变量。 
 | 
        /// </summary> 
 | 
        private System.ComponentModel.IContainer components = null; 
 | 
  
 | 
        /// <summary> 
 | 
        /// 清理所有正在使用的资源。 
 | 
        /// </summary> 
 | 
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> 
 | 
        protected override void Dispose(bool disposing) 
 | 
        { 
 | 
            if (disposing && (components != null)) 
 | 
            { 
 | 
                components.Dispose(); 
 | 
            } 
 | 
            base.Dispose(disposing); 
 | 
        } 
 | 
  
 | 
        #region Windows 窗体设计器生成的代码 
 | 
  
 | 
        /// <summary> 
 | 
        /// 设计器支持所需的方法 - 不要 
 | 
        /// 使用代码编辑器修改此方法的内容。 
 | 
        /// </summary> 
 | 
        private void InitializeComponent() 
 | 
        { 
 | 
            this.cmdDisplay = new System.Windows.Forms.Button(); 
 | 
            this.txtHNote = new System.Windows.Forms.TextBox(); 
 | 
            this.textBox1 = new System.Windows.Forms.TextBox(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // cmdDisplay 
 | 
            //  
 | 
            this.cmdDisplay.ForeColor = System.Drawing.Color.Black; 
 | 
            this.cmdDisplay.Location = new System.Drawing.Point(660, 531); 
 | 
            this.cmdDisplay.Name = "cmdDisplay"; 
 | 
            this.cmdDisplay.Size = new System.Drawing.Size(65, 24); 
 | 
            this.cmdDisplay.TabIndex = 4; 
 | 
            this.cmdDisplay.Text = "退回"; 
 | 
            this.cmdDisplay.UseVisualStyleBackColor = true; 
 | 
            this.cmdDisplay.Click += new System.EventHandler(this.cmdDisplay_Click); 
 | 
            //  
 | 
            // txtHNote 
 | 
            //  
 | 
            this.txtHNote.BackColor = System.Drawing.Color.Black; 
 | 
            this.txtHNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
 | 
            this.txtHNote.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 
 | 
            this.txtHNote.ForeColor = System.Drawing.Color.White; 
 | 
            this.txtHNote.Location = new System.Drawing.Point(51, 72); 
 | 
            this.txtHNote.Multiline = true; 
 | 
            this.txtHNote.Name = "txtHNote"; 
 | 
            this.txtHNote.Size = new System.Drawing.Size(658, 429); 
 | 
            this.txtHNote.TabIndex = 5; 
 | 
            this.txtHNote.Text = "     今天晚上加班到8点。"; 
 | 
            //  
 | 
            // textBox1 
 | 
            //  
 | 
            this.textBox1.BackColor = System.Drawing.Color.Black; 
 | 
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
 | 
            this.textBox1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 
 | 
            this.textBox1.ForeColor = System.Drawing.Color.White; 
 | 
            this.textBox1.Location = new System.Drawing.Point(51, 12); 
 | 
            this.textBox1.Multiline = true; 
 | 
            this.textBox1.Name = "textBox1"; 
 | 
            this.textBox1.Size = new System.Drawing.Size(657, 54); 
 | 
            this.textBox1.TabIndex = 6; 
 | 
            this.textBox1.Text = "通知"; 
 | 
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 
 | 
            //  
 | 
            // Sc_LEDInfoNote 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.BackColor = System.Drawing.Color.Black; 
 | 
            this.ClientSize = new System.Drawing.Size(748, 576); 
 | 
            this.Controls.Add(this.textBox1); 
 | 
            this.Controls.Add(this.txtHNote); 
 | 
            this.Controls.Add(this.cmdDisplay); 
 | 
            this.ForeColor = System.Drawing.Color.White; 
 | 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 
 | 
            this.Name = "Sc_LEDInfoNote"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "Sc_LEDInfoNote"; 
 | 
            this.ResumeLayout(false); 
 | 
            this.PerformLayout(); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.Button cmdDisplay; 
 | 
        private System.Windows.Forms.TextBox txtHNote; 
 | 
        private System.Windows.Forms.TextBox textBox1; 
 | 
    } 
 | 
} 
 |