FrmSoldDebug.Designer.cs 13.8 KB
using URSoldering.Common;
using System;
namespace URSoldering.Client
{
    partial class FrmSoldDebug
    {
        /// <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.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.txtPortError = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btnReadError = new System.Windows.Forms.Button();
            this.lblMsg = new System.Windows.Forms.Label();
            this.btnCloseForm = new System.Windows.Forms.Button();
            this.txtSetTemp = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnGetSetTemp = new System.Windows.Forms.Button();
            this.txtGetSold = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.btnGetSold = new System.Windows.Forms.Button();
            this.txtSetSold = new System.Windows.Forms.TextBox();
            this.lblTemp = new System.Windows.Forms.Label();
            this.btnSetSold = new System.Windows.Forms.Button();
            this.btnCloseSold = new System.Windows.Forms.Button();
            this.txtSoldingCom = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.btnOpenSold = new System.Windows.Forms.Button();
            this.groupBox6.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // timer2
            // 
            this.timer2.Interval = 1000;
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // groupBox6
            // 
            this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox6.Controls.Add(this.txtPortError);
            this.groupBox6.Controls.Add(this.label2);
            this.groupBox6.Controls.Add(this.btnReadError);
            this.groupBox6.Controls.Add(this.lblMsg);
            this.groupBox6.Controls.Add(this.btnCloseForm);
            this.groupBox6.Controls.Add(this.txtSetTemp);
            this.groupBox6.Controls.Add(this.label1);
            this.groupBox6.Controls.Add(this.btnGetSetTemp);
            this.groupBox6.Controls.Add(this.txtGetSold);
            this.groupBox6.Controls.Add(this.label10);
            this.groupBox6.Controls.Add(this.btnGetSold);
            this.groupBox6.Controls.Add(this.txtSetSold);
            this.groupBox6.Controls.Add(this.lblTemp);
            this.groupBox6.Controls.Add(this.btnSetSold);
            this.groupBox6.Controls.Add(this.btnCloseSold);
            this.groupBox6.Controls.Add(this.txtSoldingCom);
            this.groupBox6.Controls.Add(this.label8);
            this.groupBox6.Controls.Add(this.btnOpenSold);
            this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox6.Location = new System.Drawing.Point(27, 30);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(686, 361);
            this.groupBox6.TabIndex = 263;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "烙铁调试";
            // 
            // txtPortError
            // 
            this.txtPortError.Enabled = false;
            this.txtPortError.Location = new System.Drawing.Point(125, 253);
            this.txtPortError.Name = "txtPortError";
            this.txtPortError.Size = new System.Drawing.Size(142, 23);
            this.txtPortError.TabIndex = 279;
            this.txtPortError.Text = "0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(52, 254);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 17);
            this.label2.TabIndex = 278;
            this.label2.Text = "端口错误:";
            // 
            // btnReadError
            // 
            this.btnReadError.Location = new System.Drawing.Point(286, 252);
            this.btnReadError.Name = "btnReadError";
            this.btnReadError.Size = new System.Drawing.Size(117, 35);
            this.btnReadError.TabIndex = 277;
            this.btnReadError.Text = "查询";
            this.btnReadError.UseVisualStyleBackColor = true;
            this.btnReadError.Click += new System.EventHandler(this.btnReadError_Click);
            // 
            // lblMsg
            // 
            this.lblMsg.AutoSize = true;
            this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMsg.ForeColor = System.Drawing.Color.Red;
            this.lblMsg.Location = new System.Drawing.Point(55, 316);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(65, 19);
            this.lblMsg.TabIndex = 265;
            this.lblMsg.Text = "急停未开";
            // 
            // btnCloseForm
            // 
            this.btnCloseForm.Location = new System.Drawing.Point(563, 309);
            this.btnCloseForm.Name = "btnCloseForm";
            this.btnCloseForm.Size = new System.Drawing.Size(117, 35);
            this.btnCloseForm.TabIndex = 276;
            this.btnCloseForm.Text = "返回(&B)";
            this.btnCloseForm.UseVisualStyleBackColor = true;
            this.btnCloseForm.Click += new System.EventHandler(this.btnCloseForm_Click);
            // 
            // txtSetTemp
            // 
            this.txtSetTemp.Enabled = false;
            this.txtSetTemp.Location = new System.Drawing.Point(125, 200);
            this.txtSetTemp.Name = "txtSetTemp";
            this.txtSetTemp.Size = new System.Drawing.Size(101, 23);
            this.txtSetTemp.TabIndex = 275;
            this.txtSetTemp.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(52, 202);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(68, 17);
            this.label1.TabIndex = 274;
            this.label1.Text = "设置温度:";
            // 
            // btnGetSetTemp
            // 
            this.btnGetSetTemp.Location = new System.Drawing.Point(286, 198);
            this.btnGetSetTemp.Name = "btnGetSetTemp";
            this.btnGetSetTemp.Size = new System.Drawing.Size(117, 35);
            this.btnGetSetTemp.TabIndex = 273;
            this.btnGetSetTemp.Text = "查询";
            this.btnGetSetTemp.UseVisualStyleBackColor = true;
            this.btnGetSetTemp.Click += new System.EventHandler(this.btnGetSetTemp_Click);
            // 
            // txtGetSold
            // 
            this.txtGetSold.Enabled = false;
            this.txtGetSold.Location = new System.Drawing.Point(125, 147);
            this.txtGetSold.Name = "txtGetSold";
            this.txtGetSold.Size = new System.Drawing.Size(101, 23);
            this.txtGetSold.TabIndex = 272;
            this.txtGetSold.Text = "0";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(52, 150);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(68, 17);
            this.label10.TabIndex = 271;
            this.label10.Text = "实时温度:";
            // 
            // btnGetSold
            // 
            this.btnGetSold.Location = new System.Drawing.Point(286, 146);
            this.btnGetSold.Name = "btnGetSold";
            this.btnGetSold.Size = new System.Drawing.Size(117, 35);
            this.btnGetSold.TabIndex = 270;
            this.btnGetSold.Text = "查询";
            this.btnGetSold.UseVisualStyleBackColor = true;
            this.btnGetSold.Click += new System.EventHandler(this.btnGetSold_Click);
            // 
            // txtSetSold
            // 
            this.txtSetSold.Location = new System.Drawing.Point(125, 94);
            this.txtSetSold.Name = "txtSetSold";
            this.txtSetSold.Size = new System.Drawing.Size(101, 23);
            this.txtSetSold.TabIndex = 269;
            this.txtSetSold.Text = "0";
            // 
            // lblTemp
            // 
            this.lblTemp.AutoSize = true;
            this.lblTemp.Location = new System.Drawing.Point(52, 98);
            this.lblTemp.Name = "lblTemp";
            this.lblTemp.Size = new System.Drawing.Size(68, 17);
            this.lblTemp.TabIndex = 268;
            this.lblTemp.Text = "设置温度:";
            // 
            // btnSetSold
            // 
            this.btnSetSold.Location = new System.Drawing.Point(286, 94);
            this.btnSetSold.Name = "btnSetSold";
            this.btnSetSold.Size = new System.Drawing.Size(117, 35);
            this.btnSetSold.TabIndex = 267;
            this.btnSetSold.Text = "设置";
            this.btnSetSold.UseVisualStyleBackColor = true;
            this.btnSetSold.Click += new System.EventHandler(this.btnSetSold_Click);
            // 
            // btnCloseSold
            // 
            this.btnCloseSold.Location = new System.Drawing.Point(439, 39);
            this.btnCloseSold.Name = "btnCloseSold";
            this.btnCloseSold.Size = new System.Drawing.Size(117, 35);
            this.btnCloseSold.TabIndex = 266;
            this.btnCloseSold.Text = "关机";
            this.btnCloseSold.UseVisualStyleBackColor = true;
            this.btnCloseSold.Click += new System.EventHandler(this.btnCloseSold_Click);
            // 
            // txtSoldingCom
            // 
            this.txtSoldingCom.Location = new System.Drawing.Point(125, 45);
            this.txtSoldingCom.Name = "txtSoldingCom";
            this.txtSoldingCom.Size = new System.Drawing.Size(101, 23);
            this.txtSoldingCom.TabIndex = 265;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(64, 48);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 17);
            this.label8.TabIndex = 264;
            this.label8.Text = "串口号:";
            // 
            // btnOpenSold
            // 
            this.btnOpenSold.Location = new System.Drawing.Point(286, 39);
            this.btnOpenSold.Name = "btnOpenSold";
            this.btnOpenSold.Size = new System.Drawing.Size(117, 35);
            this.btnOpenSold.TabIndex = 263;
            this.btnOpenSold.Text = "开机";
            this.btnOpenSold.UseVisualStyleBackColor = true;
            this.btnOpenSold.Click += new System.EventHandler(this.btnOpenSold_Click);
            // 
            // FrmSoldDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(750, 450);
            this.Controls.Add(this.groupBox6);
            this.Name = "FrmSoldDebug";
            this.Text = "烙铁调试"; 
            this.Load += new System.EventHandler(this.FrmMain_Load);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Button btnOpenSold;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Button btnGetSold;
        private System.Windows.Forms.TextBox txtSetSold;
        private System.Windows.Forms.Label lblTemp;
        private System.Windows.Forms.Button btnSetSold;
        private System.Windows.Forms.Button btnCloseSold;
        private System.Windows.Forms.TextBox txtSoldingCom;
        private System.Windows.Forms.TextBox txtGetSold;
        private System.Windows.Forms.TextBox txtSetTemp;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnGetSetTemp;
        private System.Windows.Forms.Button btnCloseForm;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label lblMsg;
        private System.Windows.Forms.Timer timer2;
        private System.Windows.Forms.TextBox txtPortError;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnReadError;
    }
}