FrmIOMsg.Designer.cs 2.5 KB
namespace OnlineStore.AssemblyLine
{
    partial class FrmIOMsg
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lblConInfo = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // lblConInfo
            // 
            this.lblConInfo.AutoSize = true;
            this.lblConInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblConInfo.Location = new System.Drawing.Point(63, 37);
            this.lblConInfo.Name = "lblConInfo";
            this.lblConInfo.Size = new System.Drawing.Size(80, 20);
            this.lblConInfo.TabIndex = 0;
            this.lblConInfo.Text = "lblConInfo";
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // FrmIOMsg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(602, 708);
            this.Controls.Add(this.lblConInfo);
            this.Name = "FrmIOMsg";
            this.Text = "IO连接状态";
            this.Load += new System.EventHandler(this.FrmIOMsg_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblConInfo;
        private System.Windows.Forms.Timer timer1;
    }
}