FrmDeviceDebug.Designer.cs 16.7 KB
namespace OnlineStore.TinPasteStore
{
    partial class FrmDeviceDebug
    {
        /// <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.groupBox7 = new System.Windows.Forms.GroupBox();
            this.cmbHum = new System.Windows.Forms.ComboBox();
            this.txtHum = new System.Windows.Forms.TextBox();
            this.label29 = new System.Windows.Forms.Label();
            this.txtTemp = new System.Windows.Forms.TextBox();
            this.label28 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.btnTempClose = new System.Windows.Forms.Button();
            this.btnTempInit = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmbOKLE = new System.Windows.Forms.ComboBox();
            this.txtWeight = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.btnWDis = new System.Windows.Forms.Button();
            this.btnWInit = new System.Windows.Forms.Button();
            this.btnSelTemp = new System.Windows.Forms.Button();
            this.lblTempInfo = new System.Windows.Forms.Label();
            this.lblWeightInfo = new System.Windows.Forms.Label();
            this.btnSelWeight = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.groupBox7.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.lblTempInfo);
            this.groupBox7.Controls.Add(this.btnSelTemp);
            this.groupBox7.Controls.Add(this.cmbHum);
            this.groupBox7.Controls.Add(this.txtHum);
            this.groupBox7.Controls.Add(this.label29);
            this.groupBox7.Controls.Add(this.txtTemp);
            this.groupBox7.Controls.Add(this.label28);
            this.groupBox7.Controls.Add(this.label27);
            this.groupBox7.Controls.Add(this.btnTempClose);
            this.groupBox7.Controls.Add(this.btnTempInit);
            this.groupBox7.Location = new System.Drawing.Point(12, 12);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(520, 201);
            this.groupBox7.TabIndex = 273;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "温控器调试";
            // 
            // cmbHum
            // 
            this.cmbHum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbHum.FormattingEnabled = true;
            this.cmbHum.Location = new System.Drawing.Point(95, 31);
            this.cmbHum.Name = "cmbHum";
            this.cmbHum.Size = new System.Drawing.Size(87, 25);
            this.cmbHum.TabIndex = 261;
            this.cmbHum.SelectedIndexChanged += new System.EventHandler(this.cmbHum_SelectedIndexChanged);
            // 
            // txtHum
            // 
            this.txtHum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtHum.Location = new System.Drawing.Point(95, 94);
            this.txtHum.MaxLength = 10;
            this.txtHum.Name = "txtHum";
            this.txtHum.Size = new System.Drawing.Size(87, 26);
            this.txtHum.TabIndex = 247;
            this.txtHum.Text = "0";
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label29.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label29.Location = new System.Drawing.Point(38, 97);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(35, 17);
            this.label29.TabIndex = 246;
            this.label29.Text = "湿度:";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtTemp
            // 
            this.txtTemp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtTemp.Location = new System.Drawing.Point(95, 63);
            this.txtTemp.MaxLength = 10;
            this.txtTemp.Name = "txtTemp";
            this.txtTemp.Size = new System.Drawing.Size(87, 26);
            this.txtTemp.TabIndex = 245;
            this.txtTemp.Text = "0";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label28.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label28.Location = new System.Drawing.Point(38, 67);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(35, 17);
            this.label28.TabIndex = 244;
            this.label28.Text = "温度:";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label27.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label27.Location = new System.Drawing.Point(26, 35);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(47, 17);
            this.label27.TabIndex = 242;
            this.label27.Text = "端口号:";
            this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnTempClose
            // 
            this.btnTempClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnTempClose.Location = new System.Drawing.Point(365, 27);
            this.btnTempClose.Name = "btnTempClose";
            this.btnTempClose.Size = new System.Drawing.Size(106, 33);
            this.btnTempClose.TabIndex = 89;
            this.btnTempClose.Text = "断开";
            this.btnTempClose.UseVisualStyleBackColor = true;
            this.btnTempClose.Click += new System.EventHandler(this.btnTempClose_Click);
            // 
            // btnTempInit
            // 
            this.btnTempInit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnTempInit.Location = new System.Drawing.Point(255, 27);
            this.btnTempInit.Name = "btnTempInit";
            this.btnTempInit.Size = new System.Drawing.Size(106, 33);
            this.btnTempInit.TabIndex = 88;
            this.btnTempInit.Text = "初始化";
            this.btnTempInit.UseVisualStyleBackColor = true;
            this.btnTempInit.Click += new System.EventHandler(this.btnTempInit_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnReset);
            this.groupBox1.Controls.Add(this.btnSelWeight);
            this.groupBox1.Controls.Add(this.lblWeightInfo);
            this.groupBox1.Controls.Add(this.cmbOKLE);
            this.groupBox1.Controls.Add(this.txtWeight);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.btnWDis);
            this.groupBox1.Controls.Add(this.btnWInit);
            this.groupBox1.Location = new System.Drawing.Point(12, 231);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(520, 188);
            this.groupBox1.TabIndex = 274;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "称重器调试";
            // 
            // cmbOKLE
            // 
            this.cmbOKLE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOKLE.FormattingEnabled = true;
            this.cmbOKLE.Location = new System.Drawing.Point(95, 32);
            this.cmbOKLE.Name = "cmbOKLE";
            this.cmbOKLE.Size = new System.Drawing.Size(87, 25);
            this.cmbOKLE.TabIndex = 261;
            this.cmbOKLE.SelectedIndexChanged += new System.EventHandler(this.cmbOKLE_SelectedIndexChanged);
            // 
            // txtWeight
            // 
            this.txtWeight.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtWeight.Location = new System.Drawing.Point(95, 81);
            this.txtWeight.MaxLength = 10;
            this.txtWeight.Name = "txtWeight";
            this.txtWeight.Size = new System.Drawing.Size(87, 26);
            this.txtWeight.TabIndex = 245;
            this.txtWeight.Text = "0";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label7.Location = new System.Drawing.Point(38, 86);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(44, 17);
            this.label7.TabIndex = 244;
            this.label7.Text = "重量:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label8.Location = new System.Drawing.Point(26, 36);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(47, 17);
            this.label8.TabIndex = 242;
            this.label8.Text = "端口号:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnWDis
            // 
            this.btnWDis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWDis.Location = new System.Drawing.Point(365, 28);
            this.btnWDis.Name = "btnWDis";
            this.btnWDis.Size = new System.Drawing.Size(106, 33);
            this.btnWDis.TabIndex = 89;
            this.btnWDis.Text = "断开";
            this.btnWDis.UseVisualStyleBackColor = true;
            this.btnWDis.Click += new System.EventHandler(this.btnWDis_Click);
            // 
            // btnWInit
            // 
            this.btnWInit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWInit.Location = new System.Drawing.Point(255, 28);
            this.btnWInit.Name = "btnWInit";
            this.btnWInit.Size = new System.Drawing.Size(106, 33);
            this.btnWInit.TabIndex = 88;
            this.btnWInit.Text = "初始化";
            this.btnWInit.UseVisualStyleBackColor = true;
            this.btnWInit.Click += new System.EventHandler(this.btnWInit_Click);
            // 
            // btnSelTemp
            // 
            this.btnSelTemp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSelTemp.Location = new System.Drawing.Point(255, 81);
            this.btnSelTemp.Name = "btnSelTemp";
            this.btnSelTemp.Size = new System.Drawing.Size(106, 33);
            this.btnSelTemp.TabIndex = 262;
            this.btnSelTemp.Text = "查询温湿度";
            this.btnSelTemp.UseVisualStyleBackColor = true;
            this.btnSelTemp.Click += new System.EventHandler(this.btnSelTemp_Click_1);
            // 
            // lblTempInfo
            // 
            this.lblTempInfo.AutoSize = true;
            this.lblTempInfo.ForeColor = System.Drawing.Color.Blue;
            this.lblTempInfo.Location = new System.Drawing.Point(38, 139);
            this.lblTempInfo.Name = "lblTempInfo";
            this.lblTempInfo.Size = new System.Drawing.Size(43, 17);
            this.lblTempInfo.TabIndex = 263;
            this.lblTempInfo.Text = "label6";
            // 
            // lblWeightInfo
            // 
            this.lblWeightInfo.AutoSize = true;
            this.lblWeightInfo.ForeColor = System.Drawing.Color.Blue;
            this.lblWeightInfo.Location = new System.Drawing.Point(38, 130);
            this.lblWeightInfo.Name = "lblWeightInfo";
            this.lblWeightInfo.Size = new System.Drawing.Size(43, 17);
            this.lblWeightInfo.TabIndex = 264;
            this.lblWeightInfo.Text = "label6";
            // 
            // btnSelWeight
            // 
            this.btnSelWeight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSelWeight.Location = new System.Drawing.Point(255, 78);
            this.btnSelWeight.Name = "btnSelWeight";
            this.btnSelWeight.Size = new System.Drawing.Size(106, 33);
            this.btnSelWeight.TabIndex = 265;
            this.btnSelWeight.Text = "查询重量";
            this.btnSelWeight.UseVisualStyleBackColor = true;
            this.btnSelWeight.Click += new System.EventHandler(this.btnSelWeight_Click);
            // 
            // btnReset
            // 
            this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReset.Location = new System.Drawing.Point(365, 78);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(106, 33);
            this.btnReset.TabIndex = 266;
            this.btnReset.Text = "置零";
            this.btnReset.UseVisualStyleBackColor = true;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // FrmDeviceDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox7);
            this.Name = "FrmDeviceDebug";
            this.Text = "FrmDeviceDebug";
            this.Load += new System.EventHandler(this.FrmDeviceDebug_Load);
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.TextBox txtHum;
        private System.Windows.Forms.Label label29;
        private System.Windows.Forms.TextBox txtTemp;
        private System.Windows.Forms.Label label28;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.Button btnTempClose;
        private System.Windows.Forms.Button btnTempInit;
        private System.Windows.Forms.ComboBox cmbHum;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cmbOKLE;
        private System.Windows.Forms.TextBox txtWeight;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Button btnWDis;
        private System.Windows.Forms.Button btnWInit;
        private System.Windows.Forms.Button btnSelTemp;
        private System.Windows.Forms.Label lblTempInfo;
        private System.Windows.Forms.Label lblWeightInfo;
        private System.Windows.Forms.Button btnReset;
        private System.Windows.Forms.Button btnSelWeight;
    }
}