namespace Kanban 
 | 
{ 
 | 
    partial class Sc_LEDInfoBoard 
 | 
    { 
 | 
        /// <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.components = new System.ComponentModel.Container(); 
 | 
            this.grdMain = new System.Windows.Forms.DataGridView(); 
 | 
            this.panel1 = new System.Windows.Forms.Panel(); 
 | 
            this.cmdNote = new System.Windows.Forms.Button(); 
 | 
            this.cmdDisplay = new System.Windows.Forms.Button(); 
 | 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
 | 
            this.timer2 = new System.Windows.Forms.Timer(this.components); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); 
 | 
            this.panel1.SuspendLayout(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // grdMain 
 | 
            //  
 | 
            this.grdMain.BackgroundColor = System.Drawing.Color.Black; 
 | 
            this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.grdMain.GridColor = System.Drawing.Color.White; 
 | 
            this.grdMain.Location = new System.Drawing.Point(0, 0); 
 | 
            this.grdMain.Name = "grdMain"; 
 | 
            this.grdMain.RowTemplate.Height = 23; 
 | 
            this.grdMain.Size = new System.Drawing.Size(748, 534); 
 | 
            this.grdMain.TabIndex = 0; 
 | 
            //  
 | 
            // panel1 
 | 
            //  
 | 
            this.panel1.Controls.Add(this.grdMain); 
 | 
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top; 
 | 
            this.panel1.Location = new System.Drawing.Point(0, 0); 
 | 
            this.panel1.Name = "panel1"; 
 | 
            this.panel1.Size = new System.Drawing.Size(748, 534); 
 | 
            this.panel1.TabIndex = 1; 
 | 
            //  
 | 
            // cmdNote 
 | 
            //  
 | 
            this.cmdNote.Location = new System.Drawing.Point(532, 543); 
 | 
            this.cmdNote.Name = "cmdNote"; 
 | 
            this.cmdNote.Size = new System.Drawing.Size(65, 24); 
 | 
            this.cmdNote.TabIndex = 2; 
 | 
            this.cmdNote.Text = "通知"; 
 | 
            this.cmdNote.UseVisualStyleBackColor = true; 
 | 
            this.cmdNote.Click += new System.EventHandler(this.cmdNote_Click); 
 | 
            //  
 | 
            // cmdDisplay 
 | 
            //  
 | 
            this.cmdDisplay.Location = new System.Drawing.Point(614, 543); 
 | 
            this.cmdDisplay.Name = "cmdDisplay"; 
 | 
            this.cmdDisplay.Size = new System.Drawing.Size(65, 24); 
 | 
            this.cmdDisplay.TabIndex = 3; 
 | 
            this.cmdDisplay.Text = "刷新"; 
 | 
            this.cmdDisplay.UseVisualStyleBackColor = true; 
 | 
            this.cmdDisplay.Click += new System.EventHandler(this.cmdDisplay_Click); 
 | 
            //  
 | 
            // timer1 
 | 
            //  
 | 
            this.timer1.Enabled = true; 
 | 
            this.timer1.Interval = 10; 
 | 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
 | 
            //  
 | 
            // timer2 
 | 
            //  
 | 
            this.timer2.Enabled = true; 
 | 
            this.timer2.Interval = 60000; 
 | 
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick); 
 | 
            //  
 | 
            // Sc_LEDInfoBoard 
 | 
            //  
 | 
            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.cmdDisplay); 
 | 
            this.Controls.Add(this.cmdNote); 
 | 
            this.Controls.Add(this.panel1); 
 | 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 
 | 
            this.KeyPreview = true; 
 | 
            this.Name = "Sc_LEDInfoBoard"; 
 | 
            this.ShowInTaskbar = false; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "Form1"; 
 | 
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sc_LEDInfoBoard_KeyDown); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); 
 | 
            this.panel1.ResumeLayout(false); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.DataGridView grdMain; 
 | 
        private System.Windows.Forms.Panel panel1; 
 | 
        private System.Windows.Forms.Button cmdNote; 
 | 
        private System.Windows.Forms.Button cmdDisplay; 
 | 
        private System.Windows.Forms.Timer timer1; 
 | 
        private System.Windows.Forms.Timer timer2; 
 | 
    } 
 | 
} 
 |