Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wisp
GitHub Repository: wisp/impinj-reader-app
Path: blob/master/ReaderLibrary/SettingsForm.Designer.cs
180 views
namespace ReaderLibrary
{
    partial class SettingsForm
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.txtSettingsTagTransitTime = new System.Windows.Forms.TextBox();
            this.chkSettingsAnt4 = new System.Windows.Forms.CheckBox();
            this.chkSettingsAnt3 = new System.Windows.Forms.CheckBox();
            this.chkSettingsAnt2 = new System.Windows.Forms.CheckBox();
            this.chkSettingsAnt1 = new System.Windows.Forms.CheckBox();
            this.label60 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtSettingsHopTableIdx = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtSettingsChannelIdx = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtSettingsReaderSensitivity = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.cmbSettingsMode = new System.Windows.Forms.ComboBox();
            this.txtSettingsTagPopulation = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.txtSettingsAttenuation = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cmbSettingsAntennaID = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtNumReports = new System.Windows.Forms.TextBox();
            this.cmbSettingsReportTrigger = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.cmbSettingsROStopTrigger = new System.Windows.Forms.ComboBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cmbSettingsROStartTrigger = new System.Windows.Forms.ComboBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.txtSettingsAITimeout = new System.Windows.Forms.TextBox();
            this.cmbSettingsAIStopTrigger = new System.Windows.Forms.ComboBox();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.txtSettingsDuration = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.txtSettingsNumTags = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.txtSettingsNumAttempts = new System.Windows.Forms.TextBox();
            this.btnSettingsApply = new System.Windows.Forms.Button();
            this.btnSettingsDefault = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtSettingsTagTransitTime);
            this.groupBox1.Controls.Add(this.chkSettingsAnt4);
            this.groupBox1.Controls.Add(this.chkSettingsAnt3);
            this.groupBox1.Controls.Add(this.chkSettingsAnt2);
            this.groupBox1.Controls.Add(this.chkSettingsAnt1);
            this.groupBox1.Controls.Add(this.label60);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtSettingsHopTableIdx);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtSettingsChannelIdx);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtSettingsReaderSensitivity);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.cmbSettingsMode);
            this.groupBox1.Controls.Add(this.txtSettingsTagPopulation);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.txtSettingsAttenuation);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(360, 183);
            this.groupBox1.TabIndex = 86;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Reader Settings";
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 102);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(87, 13);
            this.label1.TabIndex = 104;
            this.label1.Text = "Tag Transit Time";
            // 
            // txtSettingsTagTransitTime
            // 
            this.txtSettingsTagTransitTime.Location = new System.Drawing.Point(97, 99);
            this.txtSettingsTagTransitTime.Name = "txtSettingsTagTransitTime";
            this.txtSettingsTagTransitTime.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsTagTransitTime.TabIndex = 103;
            this.txtSettingsTagTransitTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // chkSettingsAnt4
            // 
            this.chkSettingsAnt4.AutoSize = true;
            this.chkSettingsAnt4.Location = new System.Drawing.Point(131, 151);
            this.chkSettingsAnt4.Name = "chkSettingsAnt4";
            this.chkSettingsAnt4.Size = new System.Drawing.Size(32, 17);
            this.chkSettingsAnt4.TabIndex = 102;
            this.chkSettingsAnt4.Text = "4";
            this.chkSettingsAnt4.UseVisualStyleBackColor = true;
            // 
            // chkSettingsAnt3
            // 
            this.chkSettingsAnt3.AutoSize = true;
            this.chkSettingsAnt3.Location = new System.Drawing.Point(93, 151);
            this.chkSettingsAnt3.Name = "chkSettingsAnt3";
            this.chkSettingsAnt3.Size = new System.Drawing.Size(32, 17);
            this.chkSettingsAnt3.TabIndex = 101;
            this.chkSettingsAnt3.Text = "3";
            this.chkSettingsAnt3.UseVisualStyleBackColor = true;
            // 
            // chkSettingsAnt2
            // 
            this.chkSettingsAnt2.AutoSize = true;
            this.chkSettingsAnt2.Location = new System.Drawing.Point(131, 128);
            this.chkSettingsAnt2.Name = "chkSettingsAnt2";
            this.chkSettingsAnt2.Size = new System.Drawing.Size(32, 17);
            this.chkSettingsAnt2.TabIndex = 100;
            this.chkSettingsAnt2.Text = "2";
            this.chkSettingsAnt2.UseVisualStyleBackColor = true;
            // 
            // chkSettingsAnt1
            // 
            this.chkSettingsAnt1.AutoSize = true;
            this.chkSettingsAnt1.Location = new System.Drawing.Point(93, 128);
            this.chkSettingsAnt1.Name = "chkSettingsAnt1";
            this.chkSettingsAnt1.Size = new System.Drawing.Size(32, 17);
            this.chkSettingsAnt1.TabIndex = 99;
            this.chkSettingsAnt1.Text = "1";
            this.chkSettingsAnt1.UseVisualStyleBackColor = true;
            // 
            // label60
            // 
            this.label60.AutoSize = true;
            this.label60.Location = new System.Drawing.Point(171, 128);
            this.label60.Name = "label60";
            this.label60.Size = new System.Drawing.Size(111, 13);
            this.label60.TabIndex = 98;
            this.label60.Text = "Periodic Trigger Value";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(194, 102);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(86, 13);
            this.label3.TabIndex = 96;
            this.label3.Text = "Hop Table Index";
            // 
            // txtSettingsHopTableIdx
            // 
            this.txtSettingsHopTableIdx.Location = new System.Drawing.Point(286, 99);
            this.txtSettingsHopTableIdx.Name = "txtSettingsHopTableIdx";
            this.txtSettingsHopTableIdx.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsHopTableIdx.TabIndex = 95;
            this.txtSettingsHopTableIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(207, 75);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(75, 13);
            this.label4.TabIndex = 94;
            this.label4.Text = "Channel Index";
            // 
            // txtSettingsChannelIdx
            // 
            this.txtSettingsChannelIdx.Location = new System.Drawing.Point(286, 72);
            this.txtSettingsChannelIdx.Name = "txtSettingsChannelIdx";
            this.txtSettingsChannelIdx.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsChannelIdx.TabIndex = 93;
            this.txtSettingsChannelIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(185, 48);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(97, 13);
            this.label5.TabIndex = 92;
            this.label5.Text = "Reader Sensisitvity";
            // 
            // txtSettingsReaderSensitivity
            // 
            this.txtSettingsReaderSensitivity.Location = new System.Drawing.Point(286, 45);
            this.txtSettingsReaderSensitivity.Name = "txtSettingsReaderSensitivity";
            this.txtSettingsReaderSensitivity.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsReaderSensitivity.TabIndex = 91;
            this.txtSettingsReaderSensitivity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(15, 129);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(64, 13);
            this.label6.TabIndex = 90;
            this.label6.Text = " Antenna ID";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(12, 76);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(79, 13);
            this.label7.TabIndex = 88;
            this.label7.Text = "Tag Population";
            // 
            // cmbSettingsMode
            // 
            this.cmbSettingsMode.FormattingEnabled = true;
            this.cmbSettingsMode.Location = new System.Drawing.Point(97, 18);
            this.cmbSettingsMode.Name = "cmbSettingsMode";
            this.cmbSettingsMode.Size = new System.Drawing.Size(255, 21);
            this.cmbSettingsMode.TabIndex = 86;
            // 
            // txtSettingsTagPopulation
            // 
            this.txtSettingsTagPopulation.Location = new System.Drawing.Point(97, 73);
            this.txtSettingsTagPopulation.Name = "txtSettingsTagPopulation";
            this.txtSettingsTagPopulation.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsTagPopulation.TabIndex = 80;
            this.txtSettingsTagPopulation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(32, 22);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 13);
            this.label8.TabIndex = 79;
            this.label8.Text = "Modulation";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(31, 48);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(61, 13);
            this.label9.TabIndex = 77;
            this.label9.Text = "Attenuation";
            // 
            // txtSettingsAttenuation
            // 
            this.txtSettingsAttenuation.Location = new System.Drawing.Point(97, 45);
            this.txtSettingsAttenuation.Name = "txtSettingsAttenuation";
            this.txtSettingsAttenuation.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsAttenuation.TabIndex = 76;
            this.txtSettingsAttenuation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cmbSettingsAntennaID);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.txtNumReports);
            this.groupBox2.Controls.Add(this.cmbSettingsReportTrigger);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.cmbSettingsROStopTrigger);
            this.groupBox2.Controls.Add(this.textBox8);
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.cmbSettingsROStartTrigger);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.txtSettingsAITimeout);
            this.groupBox2.Controls.Add(this.cmbSettingsAIStopTrigger);
            this.groupBox2.Controls.Add(this.label16);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.txtSettingsDuration);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Controls.Add(this.txtSettingsNumTags);
            this.groupBox2.Controls.Add(this.label19);
            this.groupBox2.Controls.Add(this.txtSettingsNumAttempts);
            this.groupBox2.Location = new System.Drawing.Point(12, 201);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(360, 179);
            this.groupBox2.TabIndex = 87;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Inventory Settings";
            // 
            // cmbSettingsAntennaID
            // 
            this.cmbSettingsAntennaID.FormattingEnabled = true;
            this.cmbSettingsAntennaID.Items.AddRange(new object[] {
            "All",
            "1",
            "2",
            "3",
            "4"});
            this.cmbSettingsAntennaID.Location = new System.Drawing.Point(98, 140);
            this.cmbSettingsAntennaID.Name = "cmbSettingsAntennaID";
            this.cmbSettingsAntennaID.Size = new System.Drawing.Size(65, 21);
            this.cmbSettingsAntennaID.TabIndex = 115;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(14, 117);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(78, 13);
            this.label10.TabIndex = 114;
            this.label10.Text = "Report/#Tags:";
            // 
            // txtNumReports
            // 
            this.txtNumReports.Location = new System.Drawing.Point(98, 114);
            this.txtNumReports.Name = "txtNumReports";
            this.txtNumReports.Size = new System.Drawing.Size(66, 20);
            this.txtNumReports.TabIndex = 113;
            this.txtNumReports.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // cmbSettingsReportTrigger
            // 
            this.cmbSettingsReportTrigger.FormattingEnabled = true;
            this.cmbSettingsReportTrigger.Items.AddRange(new object[] {
            "None",
            "EOf RO Spec",
            "EOf AI Spec"});
            this.cmbSettingsReportTrigger.Location = new System.Drawing.Point(99, 87);
            this.cmbSettingsReportTrigger.Name = "cmbSettingsReportTrigger";
            this.cmbSettingsReportTrigger.Size = new System.Drawing.Size(65, 21);
            this.cmbSettingsReportTrigger.TabIndex = 112;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(28, 143);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(64, 13);
            this.label11.TabIndex = 103;
            this.label11.Text = " Antenna ID";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(19, 90);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(75, 13);
            this.label12.TabIndex = 111;
            this.label12.Text = "Report Trigger";
            // 
            // cmbSettingsROStopTrigger
            // 
            this.cmbSettingsROStopTrigger.FormattingEnabled = true;
            this.cmbSettingsROStopTrigger.Items.AddRange(new object[] {
            "Null",
            "Immediate",
            "Periodic",
            "GPI"});
            this.cmbSettingsROStopTrigger.Location = new System.Drawing.Point(99, 60);
            this.cmbSettingsROStopTrigger.Name = "cmbSettingsROStopTrigger";
            this.cmbSettingsROStopTrigger.Size = new System.Drawing.Size(65, 21);
            this.cmbSettingsROStopTrigger.TabIndex = 110;
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(300, -215);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(66, 20);
            this.textBox8.TabIndex = 97;
            this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(15, 63);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(84, 13);
            this.label13.TabIndex = 109;
            this.label13.Text = "RO Stop Trigger";
            // 
            // cmbSettingsROStartTrigger
            // 
            this.cmbSettingsROStartTrigger.FormattingEnabled = true;
            this.cmbSettingsROStartTrigger.Location = new System.Drawing.Point(99, 32);
            this.cmbSettingsROStartTrigger.Name = "cmbSettingsROStartTrigger";
            this.cmbSettingsROStartTrigger.Size = new System.Drawing.Size(65, 21);
            this.cmbSettingsROStartTrigger.TabIndex = 108;
            this.cmbSettingsROStartTrigger.SelectedIndexChanged += new System.EventHandler(this.cmbSettingsROStartTrigger_SelectedIndexChanged);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(15, 35);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(84, 13);
            this.label14.TabIndex = 107;
            this.label14.Text = "RO Start Trigger";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(210, 138);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(58, 13);
            this.label15.TabIndex = 106;
            this.label15.Text = "AI Timeout";
            // 
            // txtSettingsAITimeout
            // 
            this.txtSettingsAITimeout.Location = new System.Drawing.Point(281, 135);
            this.txtSettingsAITimeout.Name = "txtSettingsAITimeout";
            this.txtSettingsAITimeout.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsAITimeout.TabIndex = 105;
            this.txtSettingsAITimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // cmbSettingsAIStopTrigger
            // 
            this.cmbSettingsAIStopTrigger.FormattingEnabled = true;
            this.cmbSettingsAIStopTrigger.Items.AddRange(new object[] {
            "Null",
            "Duration",
            "# Attempts",
            "# Tags",
            "GPI"});
            this.cmbSettingsAIStopTrigger.Location = new System.Drawing.Point(282, 32);
            this.cmbSettingsAIStopTrigger.Name = "cmbSettingsAIStopTrigger";
            this.cmbSettingsAIStopTrigger.Size = new System.Drawing.Size(65, 21);
            this.cmbSettingsAIStopTrigger.TabIndex = 104;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(198, 35);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(78, 13);
            this.label16.TabIndex = 103;
            this.label16.Text = "AI Stop Trigger";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(203, 112);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(72, 13);
            this.label17.TabIndex = 83;
            this.label17.Text = "Duration (ms):";
            // 
            // txtSettingsDuration
            // 
            this.txtSettingsDuration.Location = new System.Drawing.Point(281, 109);
            this.txtSettingsDuration.Name = "txtSettingsDuration";
            this.txtSettingsDuration.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsDuration.TabIndex = 82;
            this.txtSettingsDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(216, 86);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(59, 13);
            this.label18.TabIndex = 81;
            this.label18.Text = "Num Tags:";
            // 
            // txtSettingsNumTags
            // 
            this.txtSettingsNumTags.Location = new System.Drawing.Point(281, 83);
            this.txtSettingsNumTags.Name = "txtSettingsNumTags";
            this.txtSettingsNumTags.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsNumTags.TabIndex = 80;
            this.txtSettingsNumTags.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(224, 63);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(51, 13);
            this.label19.TabIndex = 79;
            this.label19.Text = "Attempts:";
            // 
            // txtSettingsNumAttempts
            // 
            this.txtSettingsNumAttempts.Location = new System.Drawing.Point(281, 60);
            this.txtSettingsNumAttempts.Name = "txtSettingsNumAttempts";
            this.txtSettingsNumAttempts.Size = new System.Drawing.Size(66, 20);
            this.txtSettingsNumAttempts.TabIndex = 78;
            this.txtSettingsNumAttempts.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // btnSettingsApply
            // 
            this.btnSettingsApply.Location = new System.Drawing.Point(27, 398);
            this.btnSettingsApply.Name = "btnSettingsApply";
            this.btnSettingsApply.Size = new System.Drawing.Size(89, 22);
            this.btnSettingsApply.TabIndex = 89;
            this.btnSettingsApply.Text = "OK";
            this.btnSettingsApply.UseVisualStyleBackColor = true;
            this.btnSettingsApply.Click += new System.EventHandler(this.btnSettingsApply_Click);
            // 
            // btnSettingsDefault
            // 
            this.btnSettingsDefault.Location = new System.Drawing.Point(256, 398);
            this.btnSettingsDefault.Name = "btnSettingsDefault";
            this.btnSettingsDefault.Size = new System.Drawing.Size(89, 22);
            this.btnSettingsDefault.TabIndex = 116;
            this.btnSettingsDefault.Text = "Set To Default";
            this.btnSettingsDefault.UseVisualStyleBackColor = true;
            this.btnSettingsDefault.Click += new System.EventHandler(this.btnSettingsDefault_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(143, 398);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(89, 22);
            this.btnCancel.TabIndex = 117;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // SettingsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(391, 436);
            this.Controls.Add(this.btnSettingsDefault);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnSettingsApply);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "SettingsForm";
            this.Text = "Settings";
            this.Load += new System.EventHandler(this.settings_Load_1);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtSettingsTagTransitTime;
        private System.Windows.Forms.CheckBox chkSettingsAnt4;
        private System.Windows.Forms.CheckBox chkSettingsAnt3;
        private System.Windows.Forms.CheckBox chkSettingsAnt2;
        private System.Windows.Forms.CheckBox chkSettingsAnt1;
        private System.Windows.Forms.Label label60;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtSettingsHopTableIdx;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtSettingsChannelIdx;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtSettingsReaderSensitivity;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.ComboBox cmbSettingsMode;
        private System.Windows.Forms.TextBox txtSettingsTagPopulation;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox txtSettingsAttenuation;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox cmbSettingsAntennaID;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtNumReports;
        private System.Windows.Forms.ComboBox cmbSettingsReportTrigger;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.ComboBox cmbSettingsROStopTrigger;
        private System.Windows.Forms.TextBox textBox8;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.ComboBox cmbSettingsROStartTrigger;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox txtSettingsAITimeout;
        private System.Windows.Forms.ComboBox cmbSettingsAIStopTrigger;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox txtSettingsDuration;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox txtSettingsNumTags;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox txtSettingsNumAttempts;
        private System.Windows.Forms.Button btnSettingsApply;
        private System.Windows.Forms.Button btnSettingsDefault;
        private System.Windows.Forms.Button btnCancel;
    }
}