FrmMain.Designer.cs 11.9 KB

namespace RFID_PuYue_Debug
{
    partial class FrmMain
    {
        /// <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.TxtIP = new System.Windows.Forms.TextBox();
            this.BtnOpen = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.BtnInit = new System.Windows.Forms.Button();
            this.BtnAutoMode = new System.Windows.Forms.Button();
            this.BtnManual = new System.Windows.Forms.Button();
            this.NudNumber = new System.Windows.Forms.NumericUpDown();
            this.BtnWrite = new System.Windows.Forms.Button();
            this.LblMode = new System.Windows.Forms.Label();
            this.BtnRead = new System.Windows.Forms.Button();
            this.LblRfid = new System.Windows.Forms.Label();
            this.ChkAutoAdd = new System.Windows.Forms.CheckBox();
            this.TxtRead = new System.Windows.Forms.TextBox();
            this.textBox_start = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.NudNumber)).BeginInit();
            this.SuspendLayout();
            // 
            // TxtIP
            // 
            this.TxtIP.Font = new System.Drawing.Font("宋体", 10F);
            this.TxtIP.Location = new System.Drawing.Point(35, 12);
            this.TxtIP.Name = "TxtIP";
            this.TxtIP.Size = new System.Drawing.Size(137, 23);
            this.TxtIP.TabIndex = 0;
            this.TxtIP.Text = "192.168.1.7";
            // 
            // BtnOpen
            // 
            this.BtnOpen.Font = new System.Drawing.Font("宋体", 11F);
            this.BtnOpen.Location = new System.Drawing.Point(12, 41);
            this.BtnOpen.Name = "BtnOpen";
            this.BtnOpen.Size = new System.Drawing.Size(160, 30);
            this.BtnOpen.TabIndex = 1;
            this.BtnOpen.Text = "打开";
            this.BtnOpen.UseVisualStyleBackColor = true;
            this.BtnOpen.Click += new System.EventHandler(this.BtnOpen_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(17, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "IP";
            // 
            // BtnInit
            // 
            this.BtnInit.Enabled = false;
            this.BtnInit.Font = new System.Drawing.Font("宋体", 11F);
            this.BtnInit.Location = new System.Drawing.Point(12, 113);
            this.BtnInit.Name = "BtnInit";
            this.BtnInit.Size = new System.Drawing.Size(160, 30);
            this.BtnInit.TabIndex = 3;
            this.BtnInit.Text = "初始化";
            this.BtnInit.UseVisualStyleBackColor = true;
            this.BtnInit.Click += new System.EventHandler(this.BtnInit_Click);
            // 
            // BtnAutoMode
            // 
            this.BtnAutoMode.Enabled = false;
            this.BtnAutoMode.Font = new System.Drawing.Font("宋体", 11F);
            this.BtnAutoMode.Location = new System.Drawing.Point(12, 149);
            this.BtnAutoMode.Name = "BtnAutoMode";
            this.BtnAutoMode.Size = new System.Drawing.Size(160, 30);
            this.BtnAutoMode.TabIndex = 5;
            this.BtnAutoMode.Text = "设置为自动模式";
            this.BtnAutoMode.UseVisualStyleBackColor = true;
            this.BtnAutoMode.Click += new System.EventHandler(this.BtnAutoMode_Click);
            // 
            // BtnManual
            // 
            this.BtnManual.Enabled = false;
            this.BtnManual.Font = new System.Drawing.Font("宋体", 11F);
            this.BtnManual.Location = new System.Drawing.Point(12, 185);
            this.BtnManual.Name = "BtnManual";
            this.BtnManual.Size = new System.Drawing.Size(160, 30);
            this.BtnManual.TabIndex = 4;
            this.BtnManual.Text = "设置为手动模式";
            this.BtnManual.UseVisualStyleBackColor = true;
            this.BtnManual.Click += new System.EventHandler(this.BtnManual_Click);
            // 
            // NudNumber
            // 
            this.NudNumber.Font = new System.Drawing.Font("宋体", 10F);
            this.NudNumber.Location = new System.Drawing.Point(279, 84);
            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(59, 23);
            this.NudNumber.TabIndex = 7;
            this.NudNumber.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // BtnWrite
            // 
            this.BtnWrite.Enabled = false;
            this.BtnWrite.Font = new System.Drawing.Font("宋体", 11F);
            this.BtnWrite.Location = new System.Drawing.Point(178, 149);
            this.BtnWrite.Name = "BtnWrite";
            this.BtnWrite.Size = new System.Drawing.Size(160, 66);
            this.BtnWrite.TabIndex = 8;
            this.BtnWrite.Text = "写入";
            this.BtnWrite.UseVisualStyleBackColor = true;
            this.BtnWrite.Click += new System.EventHandler(this.BtnWrite_Click);
            // 
            // LblMode
            // 
            this.LblMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.LblMode.Font = new System.Drawing.Font("宋体", 11F);
            this.LblMode.ForeColor = System.Drawing.Color.Blue;
            this.LblMode.Location = new System.Drawing.Point(12, 77);
            this.LblMode.Margin = new System.Windows.Forms.Padding(3);
            this.LblMode.Name = "LblMode";
            this.LblMode.Size = new System.Drawing.Size(160, 30);
            this.LblMode.TabIndex = 9;
            this.LblMode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // BtnRead
            // 
            this.BtnRead.Enabled = false;
            this.BtnRead.Font = new System.Drawing.Font("宋体", 11F);
            this.BtnRead.Location = new System.Drawing.Point(178, 12);
            this.BtnRead.Name = "BtnRead";
            this.BtnRead.Size = new System.Drawing.Size(160, 30);
            this.BtnRead.TabIndex = 10;
            this.BtnRead.Text = "读取";
            this.BtnRead.UseVisualStyleBackColor = true;
            this.BtnRead.Click += new System.EventHandler(this.BtnRead_Click);
            // 
            // LblRfid
            // 
            this.LblRfid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.LblRfid.Font = new System.Drawing.Font("宋体", 11F);
            this.LblRfid.ForeColor = System.Drawing.Color.Blue;
            this.LblRfid.Location = new System.Drawing.Point(178, 48);
            this.LblRfid.Margin = new System.Windows.Forms.Padding(3);
            this.LblRfid.Name = "LblRfid";
            this.LblRfid.Size = new System.Drawing.Size(160, 30);
            this.LblRfid.TabIndex = 11;
            this.LblRfid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // ChkAutoAdd
            // 
            this.ChkAutoAdd.Font = new System.Drawing.Font("宋体", 11F);
            this.ChkAutoAdd.Location = new System.Drawing.Point(178, 113);
            this.ChkAutoAdd.Name = "ChkAutoAdd";
            this.ChkAutoAdd.Size = new System.Drawing.Size(160, 30);
            this.ChkAutoAdd.TabIndex = 12;
            this.ChkAutoAdd.Text = "写入数字自动加1";
            this.ChkAutoAdd.UseVisualStyleBackColor = true;
            // 
            // 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(344, 12);
            this.TxtRead.Multiline = true;
            this.TxtRead.Name = "TxtRead";
            this.TxtRead.ReadOnly = true;
            this.TxtRead.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TxtRead.Size = new System.Drawing.Size(308, 202);
            this.TxtRead.TabIndex = 13;
            // 
            // textBox_start
            // 
            this.textBox_start.Location = new System.Drawing.Point(178, 84);
            this.textBox_start.Name = "textBox_start";
            this.textBox_start.Size = new System.Drawing.Size(95, 21);
            this.textBox_start.TabIndex = 14;
            this.textBox_start.Text = "AA0000";
            // 
            // FrmMain
            // 
            this.AcceptButton = this.BtnWrite;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(664, 226);
            this.Controls.Add(this.textBox_start);
            this.Controls.Add(this.TxtRead);
            this.Controls.Add(this.ChkAutoAdd);
            this.Controls.Add(this.LblRfid);
            this.Controls.Add(this.BtnRead);
            this.Controls.Add(this.LblMode);
            this.Controls.Add(this.BtnWrite);
            this.Controls.Add(this.NudNumber);
            this.Controls.Add(this.BtnAutoMode);
            this.Controls.Add(this.BtnManual);
            this.Controls.Add(this.BtnInit);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.BtnOpen);
            this.Controls.Add(this.TxtIP);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "普阅RFID设置";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NudNumber)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox TxtIP;
        private System.Windows.Forms.Button BtnOpen;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button BtnInit;
        private System.Windows.Forms.Button BtnAutoMode;
        private System.Windows.Forms.Button BtnManual;
        private System.Windows.Forms.NumericUpDown NudNumber;
        private System.Windows.Forms.Button BtnWrite;
        private System.Windows.Forms.Label LblMode;
        private System.Windows.Forms.Button BtnRead;
        private System.Windows.Forms.Label LblRfid;
        private System.Windows.Forms.CheckBox ChkAutoAdd;
        private System.Windows.Forms.TextBox TxtRead;
        private System.Windows.Forms.TextBox textBox_start;
    }
}