FrmMain.Designer.cs 8.9 KB

namespace Asa.RFID
{
    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.label1 = new System.Windows.Forms.Label();
            this.CboLocal = new System.Windows.Forms.ComboBox();
            this.BtnGetIP = new System.Windows.Forms.Button();
            this.BtnOpen = new System.Windows.Forms.Button();
            this.LstIP = new System.Windows.Forms.ListBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.CboLetter = new System.Windows.Forms.ComboBox();
            this.NudNumber = new System.Windows.Forms.NumericUpDown();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.button3 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.NudNumber)).BeginInit();
            this.SuspendLayout();
            // 
            // 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(41, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "本地IP";
            // 
            // CboLocal
            // 
            this.CboLocal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboLocal.FormattingEnabled = true;
            this.CboLocal.Location = new System.Drawing.Point(59, 12);
            this.CboLocal.Name = "CboLocal";
            this.CboLocal.Size = new System.Drawing.Size(109, 20);
            this.CboLocal.TabIndex = 1;
            // 
            // BtnGetIP
            // 
            this.BtnGetIP.Location = new System.Drawing.Point(12, 38);
            this.BtnGetIP.Name = "BtnGetIP";
            this.BtnGetIP.Size = new System.Drawing.Size(75, 23);
            this.BtnGetIP.TabIndex = 2;
            this.BtnGetIP.Text = "获取设备";
            this.BtnGetIP.UseVisualStyleBackColor = true;
            this.BtnGetIP.Click += new System.EventHandler(this.BtnGetIP_Click);
            // 
            // BtnOpen
            // 
            this.BtnOpen.Enabled = false;
            this.BtnOpen.Location = new System.Drawing.Point(93, 38);
            this.BtnOpen.Name = "BtnOpen";
            this.BtnOpen.Size = new System.Drawing.Size(75, 23);
            this.BtnOpen.TabIndex = 3;
            this.BtnOpen.Text = "打开设备";
            this.BtnOpen.UseVisualStyleBackColor = true;
            this.BtnOpen.Click += new System.EventHandler(this.BtnOpen_Click);
            // 
            // LstIP
            // 
            this.LstIP.FormattingEnabled = true;
            this.LstIP.ItemHeight = 12;
            this.LstIP.Location = new System.Drawing.Point(12, 67);
            this.LstIP.Name = "LstIP";
            this.LstIP.Size = new System.Drawing.Size(156, 136);
            this.LstIP.TabIndex = 4;
            // 
            // button1
            // 
            this.button1.Enabled = false;
            this.button1.Location = new System.Drawing.Point(174, 38);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 5;
            this.button1.Text = "读取ID";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(174, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(156, 26);
            this.label2.TabIndex = 6;
            this.label2.Text = "label2";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // button2
            // 
            this.button2.Enabled = false;
            this.button2.Location = new System.Drawing.Point(255, 38);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "读取数据包";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // CboLetter
            // 
            this.CboLetter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboLetter.Font = new System.Drawing.Font("宋体", 9.5F);
            this.CboLetter.FormattingEnabled = true;
            this.CboLetter.Location = new System.Drawing.Point(174, 67);
            this.CboLetter.Name = "CboLetter";
            this.CboLetter.Size = new System.Drawing.Size(75, 21);
            this.CboLetter.TabIndex = 8;
            // 
            // NudNumber
            // 
            this.NudNumber.Location = new System.Drawing.Point(255, 67);
            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(75, 21);
            this.NudNumber.TabIndex = 9;
            this.NudNumber.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // checkBox1
            // 
            this.checkBox1.Location = new System.Drawing.Point(174, 94);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(156, 23);
            this.checkBox1.TabIndex = 10;
            this.checkBox1.Text = "写入数字自动加1";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Enabled = false;
            this.button3.Location = new System.Drawing.Point(174, 123);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(156, 23);
            this.button3.TabIndex = 11;
            this.button3.Text = "button3";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(339, 214);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.NudNumber);
            this.Controls.Add(this.CboLetter);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.LstIP);
            this.Controls.Add(this.BtnOpen);
            this.Controls.Add(this.BtnGetIP);
            this.Controls.Add(this.CboLocal);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "浩斌RFID读写";
            this.Load += new System.EventHandler(this.FrmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NudNumber)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox CboLocal;
        private System.Windows.Forms.Button BtnGetIP;
        private System.Windows.Forms.Button BtnOpen;
        private System.Windows.Forms.ListBox LstIP;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.ComboBox CboLetter;
        private System.Windows.Forms.NumericUpDown NudNumber;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.Button button3;
    }
}