FrmSendWire.Designer.cs 15.6 KB
namespace URSoldering.Client
{
    partial class FrmSendWire
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtRevice = new System.Windows.Forms.TextBox();
            this.btnSend = new System.Windows.Forms.Button();
            this.txtSend = new System.Windows.Forms.TextBox();
            this.btnReset = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.txtPortError = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btnReadError = new System.Windows.Forms.Button();
            this.btnCloseForm = new System.Windows.Forms.Button();
            this.btnStartBack = new System.Windows.Forms.Button();
            this.txtLength = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.btnStartSend = new System.Windows.Forms.Button();
            this.txtSpeed = 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.lblMsg = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtRevice);
            this.groupBox1.Controls.Add(this.btnSend);
            this.groupBox1.Controls.Add(this.txtSend);
            this.groupBox1.Controls.Add(this.btnReset);
            this.groupBox1.Controls.Add(this.btnStop);
            this.groupBox1.Controls.Add(this.txtPortError);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.btnReadError);
            this.groupBox1.Controls.Add(this.btnCloseForm);
            this.groupBox1.Controls.Add(this.btnStartBack);
            this.groupBox1.Controls.Add(this.txtLength);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.btnStartSend);
            this.groupBox1.Controls.Add(this.txtSpeed);
            this.groupBox1.Controls.Add(this.lblTemp);
            this.groupBox1.Controls.Add(this.btnSetSold);
            this.groupBox1.Controls.Add(this.btnCloseSold);
            this.groupBox1.Controls.Add(this.txtSoldingCom);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.btnOpenSold);
            this.groupBox1.Location = new System.Drawing.Point(36, 36);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(678, 388);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "送丝测试";
            // 
            // txtRevice
            // 
            this.txtRevice.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtRevice.Location = new System.Drawing.Point(37, 347);
            this.txtRevice.Name = "txtRevice";
            this.txtRevice.Size = new System.Drawing.Size(376, 23);
            this.txtRevice.TabIndex = 302;
            this.txtRevice.Text = "0";
            this.txtRevice.Visible = false;
            // 
            // btnSend
            // 
            this.btnSend.Location = new System.Drawing.Point(296, 309);
            this.btnSend.Name = "btnSend";
            this.btnSend.Size = new System.Drawing.Size(117, 35);
            this.btnSend.TabIndex = 301;
            this.btnSend.Text = "发送";
            this.btnSend.UseVisualStyleBackColor = true;
            this.btnSend.Visible = false;
            this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
            // 
            // txtSend
            // 
            this.txtSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtSend.Location = new System.Drawing.Point(37, 313);
            this.txtSend.Name = "txtSend";
            this.txtSend.Size = new System.Drawing.Size(210, 23);
            this.txtSend.TabIndex = 300;
            this.txtSend.Text = "WMOD00002";
            this.txtSend.Visible = false;
            // 
            // btnReset
            // 
            this.btnReset.Location = new System.Drawing.Point(440, 240);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(117, 35);
            this.btnReset.TabIndex = 299;
            this.btnReset.Text = "重置";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // btnStop
            // 
            this.btnStop.Location = new System.Drawing.Point(440, 99);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(117, 35);
            this.btnStop.TabIndex = 298;
            this.btnStop.Text = "停止送丝";
            this.btnStop.UseVisualStyleBackColor = true;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // txtPortError
            // 
            this.txtPortError.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPortError.Location = new System.Drawing.Point(135, 246);
            this.txtPortError.Name = "txtPortError";
            this.txtPortError.Size = new System.Drawing.Size(112, 23);
            this.txtPortError.TabIndex = 297;
            this.txtPortError.Text = "0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(63, 249);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 17);
            this.label2.TabIndex = 296;
            this.label2.Text = "端口错误:";
            // 
            // btnReadError
            // 
            this.btnReadError.Location = new System.Drawing.Point(296, 240);
            this.btnReadError.Name = "btnReadError";
            this.btnReadError.Size = new System.Drawing.Size(117, 35);
            this.btnReadError.TabIndex = 295;
            this.btnReadError.Text = "查询";
            this.btnReadError.UseVisualStyleBackColor = true;
            this.btnReadError.Click += new System.EventHandler(this.btnReadError_Click_1);
            // 
            // btnCloseForm
            // 
            this.btnCloseForm.Location = new System.Drawing.Point(541, 315);
            this.btnCloseForm.Name = "btnCloseForm";
            this.btnCloseForm.Size = new System.Drawing.Size(117, 35);
            this.btnCloseForm.TabIndex = 294;
            this.btnCloseForm.Text = "返回(&B)";
            this.btnCloseForm.UseVisualStyleBackColor = true;
            this.btnCloseForm.Click += new System.EventHandler(this.btnCloseForm_Click);
            // 
            // btnStartBack
            // 
            this.btnStartBack.Location = new System.Drawing.Point(440, 171);
            this.btnStartBack.Name = "btnStartBack";
            this.btnStartBack.Size = new System.Drawing.Size(117, 35);
            this.btnStartBack.TabIndex = 291;
            this.btnStartBack.Text = "向后送丝";
            this.btnStartBack.UseVisualStyleBackColor = true;
            this.btnStartBack.Click += new System.EventHandler(this.btnStartBack_Click);
            // 
            // txtLength
            // 
            this.txtLength.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtLength.Location = new System.Drawing.Point(135, 177);
            this.txtLength.Name = "txtLength";
            this.txtLength.Size = new System.Drawing.Size(112, 23);
            this.txtLength.TabIndex = 290;
            this.txtLength.Text = "10";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(34, 180);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(97, 17);
            this.label10.TabIndex = 289;
            this.label10.Text = "送丝长度/毫米:";
            // 
            // btnStartSend
            // 
            this.btnStartSend.Location = new System.Drawing.Point(296, 171);
            this.btnStartSend.Name = "btnStartSend";
            this.btnStartSend.Size = new System.Drawing.Size(117, 35);
            this.btnStartSend.TabIndex = 288;
            this.btnStartSend.Text = "向前送丝";
            this.btnStartSend.UseVisualStyleBackColor = true;
            this.btnStartSend.Click += new System.EventHandler(this.btnStartSend_Click);
            // 
            // txtSpeed
            // 
            this.txtSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtSpeed.Location = new System.Drawing.Point(135, 105);
            this.txtSpeed.Name = "txtSpeed";
            this.txtSpeed.Size = new System.Drawing.Size(112, 23);
            this.txtSpeed.TabIndex = 287;
            this.txtSpeed.Text = "10";
            // 
            // lblTemp
            // 
            this.lblTemp.AutoSize = true;
            this.lblTemp.Location = new System.Drawing.Point(14, 108);
            this.lblTemp.Name = "lblTemp";
            this.lblTemp.Size = new System.Drawing.Size(117, 17);
            this.lblTemp.TabIndex = 286;
            this.lblTemp.Text = "送丝速度(毫米/秒):";
            // 
            // btnSetSold
            // 
            this.btnSetSold.Location = new System.Drawing.Point(296, 99);
            this.btnSetSold.Name = "btnSetSold";
            this.btnSetSold.Size = new System.Drawing.Size(117, 35);
            this.btnSetSold.TabIndex = 285;
            this.btnSetSold.Text = "更新送丝参数";
            this.btnSetSold.UseVisualStyleBackColor = true;
            this.btnSetSold.Click += new System.EventHandler(this.btnSetSold_Click);
            // 
            // btnCloseSold
            // 
            this.btnCloseSold.Location = new System.Drawing.Point(440, 37);
            this.btnCloseSold.Name = "btnCloseSold";
            this.btnCloseSold.Size = new System.Drawing.Size(117, 35);
            this.btnCloseSold.TabIndex = 284;
            this.btnCloseSold.Text = "关闭";
            this.btnCloseSold.UseVisualStyleBackColor = true;
            this.btnCloseSold.Click += new System.EventHandler(this.btnCloseSold_Click);
            // 
            // txtSoldingCom
            // 
            this.txtSoldingCom.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtSoldingCom.Location = new System.Drawing.Point(135, 43);
            this.txtSoldingCom.Name = "txtSoldingCom";
            this.txtSoldingCom.Size = new System.Drawing.Size(112, 23);
            this.txtSoldingCom.TabIndex = 282;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(75, 46);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 17);
            this.label8.TabIndex = 281;
            this.label8.Text = "串口号:";
            // 
            // btnOpenSold
            // 
            this.btnOpenSold.Location = new System.Drawing.Point(296, 37);
            this.btnOpenSold.Name = "btnOpenSold";
            this.btnOpenSold.Size = new System.Drawing.Size(117, 35);
            this.btnOpenSold.TabIndex = 280;
            this.btnOpenSold.Text = "打开";
            this.btnOpenSold.UseVisualStyleBackColor = true;
            this.btnOpenSold.Click += new System.EventHandler(this.btnOpenSold_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(629, 14);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(65, 19);
            this.lblMsg.TabIndex = 283;
            this.lblMsg.Text = "急停未开";
            // 
            // FrmSendWire
            // 
            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.groupBox1);
            this.Controls.Add(this.lblMsg);
            this.Name = "FrmSendWire";
            this.Text = "送丝机调试";
            this.Load += new System.EventHandler(this.FrmSendWire_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtPortError;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnReadError;
        private System.Windows.Forms.Label lblMsg;
        private System.Windows.Forms.Button btnCloseForm;
        private System.Windows.Forms.Button btnStartBack;
        private System.Windows.Forms.TextBox txtLength;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Button btnStartSend;
        private System.Windows.Forms.TextBox txtSpeed;
        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.Label label8;
        private System.Windows.Forms.Button btnOpenSold;
        private System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.Button btnReset;
        private System.Windows.Forms.TextBox txtRevice;
        private System.Windows.Forms.Button btnSend;
        private System.Windows.Forms.TextBox txtSend;
    }
}