UserControl1.Designer.cs 12.7 KB
namespace RFID_Debug
{
    partial class UserControl1
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.BtnReadOne = new System.Windows.Forms.Button();
            this.BtnReadAll = new System.Windows.Forms.Button();
            this.TxtRead = new System.Windows.Forms.TextBox();
            this.LblID = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.BtnNumAdd = new System.Windows.Forms.Button();
            this.BtnNumMinus = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.BtnWrite = new System.Windows.Forms.Button();
            this.NudNumber = new System.Windows.Forms.NumericUpDown();
            this.CboType = new System.Windows.Forms.ComboBox();
            this.BtnFind = new System.Windows.Forms.Button();
            this.BtnClose = new System.Windows.Forms.Button();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NudNumber)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.button1);
            this.groupBox2.Controls.Add(this.BtnReadOne);
            this.groupBox2.Controls.Add(this.BtnReadAll);
            this.groupBox2.Controls.Add(this.TxtRead);
            this.groupBox2.Enabled = false;
            this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(3, 47);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(489, 184);
            this.groupBox2.TabIndex = 7;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "读取";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(292, 128);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(80, 31);
            this.button1.TabIndex = 3;
            this.button1.Text = "123";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // BtnReadOne
            // 
            this.BtnReadOne.Location = new System.Drawing.Point(142, 128);
            this.BtnReadOne.Name = "BtnReadOne";
            this.BtnReadOne.Size = new System.Drawing.Size(130, 50);
            this.BtnReadOne.TabIndex = 2;
            this.BtnReadOne.Text = "读取使用字节";
            this.BtnReadOne.UseVisualStyleBackColor = true;
            this.BtnReadOne.Click += new System.EventHandler(this.BtnReadOne_Click);
            // 
            // BtnReadAll
            // 
            this.BtnReadAll.Location = new System.Drawing.Point(6, 128);
            this.BtnReadAll.Name = "BtnReadAll";
            this.BtnReadAll.Size = new System.Drawing.Size(130, 50);
            this.BtnReadAll.TabIndex = 1;
            this.BtnReadAll.Text = "读取所有字节";
            this.BtnReadAll.UseVisualStyleBackColor = true;
            this.BtnReadAll.Click += new System.EventHandler(this.BtnReadAll_Click);
            // 
            // TxtRead
            // 
            this.TxtRead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.TxtRead.Location = new System.Drawing.Point(6, 28);
            this.TxtRead.Multiline = true;
            this.TxtRead.Name = "TxtRead";
            this.TxtRead.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TxtRead.Size = new System.Drawing.Size(477, 94);
            this.TxtRead.TabIndex = 0;
            // 
            // LblID
            // 
            this.LblID.ForeColor = System.Drawing.Color.Red;
            this.LblID.Location = new System.Drawing.Point(109, 3);
            this.LblID.Name = "LblID";
            this.LblID.Size = new System.Drawing.Size(381, 38);
            this.LblID.TabIndex = 3;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.BtnNumAdd);
            this.groupBox3.Controls.Add(this.BtnNumMinus);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.BtnWrite);
            this.groupBox3.Controls.Add(this.NudNumber);
            this.groupBox3.Controls.Add(this.CboType);
            this.groupBox3.Enabled = false;
            this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox3.Location = new System.Drawing.Point(3, 237);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(489, 122);
            this.groupBox3.TabIndex = 8;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "写入";
            // 
            // BtnNumAdd
            // 
            this.BtnNumAdd.Font = new System.Drawing.Font("宋体", 16F);
            this.BtnNumAdd.Location = new System.Drawing.Point(402, 28);
            this.BtnNumAdd.Name = "BtnNumAdd";
            this.BtnNumAdd.Size = new System.Drawing.Size(75, 29);
            this.BtnNumAdd.TabIndex = 5;
            this.BtnNumAdd.Text = "+";
            this.BtnNumAdd.UseVisualStyleBackColor = true;
            this.BtnNumAdd.Click += new System.EventHandler(this.BtnNumAdd_Click);
            // 
            // BtnNumMinus
            // 
            this.BtnNumMinus.Font = new System.Drawing.Font("宋体", 16F);
            this.BtnNumMinus.Location = new System.Drawing.Point(321, 28);
            this.BtnNumMinus.Name = "BtnNumMinus";
            this.BtnNumMinus.Size = new System.Drawing.Size(75, 29);
            this.BtnNumMinus.TabIndex = 4;
            this.BtnNumMinus.Text = "-";
            this.BtnNumMinus.UseVisualStyleBackColor = true;
            this.BtnNumMinus.Click += new System.EventHandler(this.BtnNumMinus_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.ForeColor = System.Drawing.Color.Red;
            this.label3.Location = new System.Drawing.Point(142, 78);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(0, 21);
            this.label3.TabIndex = 3;
            // 
            // BtnWrite
            // 
            this.BtnWrite.Location = new System.Drawing.Point(6, 63);
            this.BtnWrite.Name = "BtnWrite";
            this.BtnWrite.Size = new System.Drawing.Size(130, 50);
            this.BtnWrite.TabIndex = 2;
            this.BtnWrite.Text = "写入";
            this.BtnWrite.UseVisualStyleBackColor = true;
            this.BtnWrite.Click += new System.EventHandler(this.BtnWrite_Click);
            // 
            // NudNumber
            // 
            this.NudNumber.Location = new System.Drawing.Point(235, 28);
            this.NudNumber.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.NudNumber.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudNumber.Name = "NudNumber";
            this.NudNumber.Size = new System.Drawing.Size(80, 29);
            this.NudNumber.TabIndex = 1;
            this.NudNumber.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // CboType
            // 
            this.CboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboType.FormattingEnabled = true;
            this.CboType.Items.AddRange(new object[] {
            "A:料仓带包装料架",
            "B:环形线料串",
            "C:双层线其他规格料格",
            "D:双层线7寸料格",
            "E:环行线托盘"});
            this.CboType.Location = new System.Drawing.Point(6, 28);
            this.CboType.Name = "CboType";
            this.CboType.Size = new System.Drawing.Size(223, 29);
            this.CboType.TabIndex = 0;
            // 
            // BtnFind
            // 
            this.BtnFind.Enabled = false;
            this.BtnFind.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnFind.Location = new System.Drawing.Point(3, 3);
            this.BtnFind.Name = "BtnFind";
            this.BtnFind.Size = new System.Drawing.Size(100, 38);
            this.BtnFind.TabIndex = 9;
            this.BtnFind.Text = "查找RFID";
            this.BtnFind.UseVisualStyleBackColor = true;
            this.BtnFind.Click += new System.EventHandler(this.BtnFind_Click);
            // 
            // BtnClose
            // 
            this.BtnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnClose.Location = new System.Drawing.Point(392, 3);
            this.BtnClose.Name = "BtnClose";
            this.BtnClose.Size = new System.Drawing.Size(100, 38);
            this.BtnClose.TabIndex = 10;
            this.BtnClose.Text = "关闭";
            this.BtnClose.UseVisualStyleBackColor = true;
            this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
            // 
            // UserControl1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.BtnClose);
            this.Controls.Add(this.LblID);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.BtnFind);
            this.Name = "UserControl1";
            this.Size = new System.Drawing.Size(495, 362);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NudNumber)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label LblID;
        private System.Windows.Forms.Button BtnReadOne;
        private System.Windows.Forms.Button BtnReadAll;
        private System.Windows.Forms.TextBox TxtRead;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button BtnNumAdd;
        private System.Windows.Forms.Button BtnNumMinus;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button BtnWrite;
        private System.Windows.Forms.NumericUpDown NudNumber;
        private System.Windows.Forms.ComboBox CboType;
        private System.Windows.Forms.Button BtnFind;
        private System.Windows.Forms.Button BtnClose;
        private System.Windows.Forms.Button button1;
    }
}