Exemple #1
0
        // Properties ----------------------------------------------------------
        // Methods  ----------------------------------------------------------
        // Events -------------------------------------------------------------

        #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()
        {
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("C:");
            this.treeViewDirectoryList     = new System.Windows.Forms.TreeView();
            this.buttonAddNewDir           = new System.Windows.Forms.Button();
            this.buttonDeleteDirectory     = new System.Windows.Forms.Button();
            this.buttonSaveDirectoryList   = new System.Windows.Forms.Button();
            this.textBoxSelectedDirectory  = new System.Windows.Forms.TextBox();
            this.labelSelectedDirectory    = new System.Windows.Forms.Label();
            this.touchscreenTextBoxDirPath = new Seagate.AAS.UI.TouchscreenTextBox();
            this.touchscreenTextBoxDirName = new Seagate.AAS.UI.TouchscreenTextBox();
            this.labelDirPath = new System.Windows.Forms.Label();
            this.labelDirName = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // treeViewDirectoryList
            //
            this.treeViewDirectoryList.Location = new System.Drawing.Point(22, 44);
            this.treeViewDirectoryList.Name     = "treeViewDirectoryList";
            treeNode1.Name = "";
            treeNode1.Text = "C:";
            this.treeViewDirectoryList.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
                treeNode1
            });
            this.treeViewDirectoryList.Size         = new System.Drawing.Size(330, 328);
            this.treeViewDirectoryList.TabIndex     = 2;
            this.treeViewDirectoryList.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewDirectoryList_AfterSelect);
            //
            // buttonAddNewDir
            //
            this.buttonAddNewDir.Location = new System.Drawing.Point(22, 378);
            this.buttonAddNewDir.Name     = "buttonAddNewDir";
            this.buttonAddNewDir.Size     = new System.Drawing.Size(110, 34);
            this.buttonAddNewDir.TabIndex = 3;
            this.buttonAddNewDir.Text     = "Add New Directory";
            this.buttonAddNewDir.Click   += new System.EventHandler(this.buttonAddNewViperDir_Click);
            //
            // buttonDeleteDirectory
            //
            this.buttonDeleteDirectory.Location = new System.Drawing.Point(240, 378);
            this.buttonDeleteDirectory.Name     = "buttonDeleteDirectory";
            this.buttonDeleteDirectory.Size     = new System.Drawing.Size(110, 34);
            this.buttonDeleteDirectory.TabIndex = 4;
            this.buttonDeleteDirectory.Text     = "Delete Directory";
            this.buttonDeleteDirectory.Click   += new System.EventHandler(this.buttonDeleteDirectory_Click);
            //
            // buttonSaveDirectoryList
            //
            this.buttonSaveDirectoryList.Location = new System.Drawing.Point(95, 460);
            this.buttonSaveDirectoryList.Name     = "buttonSaveDirectoryList";
            this.buttonSaveDirectoryList.Size     = new System.Drawing.Size(185, 33);
            this.buttonSaveDirectoryList.TabIndex = 6;
            this.buttonSaveDirectoryList.Text     = "Save Changes to Directory List";
            this.buttonSaveDirectoryList.Click   += new System.EventHandler(this.buttonSaveDirectoryList_Click);
            //
            // textBoxSelectedDirectory
            //
            this.textBoxSelectedDirectory.Enabled  = false;
            this.textBoxSelectedDirectory.Location = new System.Drawing.Point(22, 22);
            this.textBoxSelectedDirectory.Name     = "textBoxSelectedDirectory";
            this.textBoxSelectedDirectory.Size     = new System.Drawing.Size(330, 20);
            this.textBoxSelectedDirectory.TabIndex = 7;
            this.textBoxSelectedDirectory.Text     = "C:\\Seagate\\Viper\\Bin";
            //
            // labelSelectedDirectory
            //
            this.labelSelectedDirectory.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelSelectedDirectory.ForeColor = System.Drawing.Color.Teal;
            this.labelSelectedDirectory.Location  = new System.Drawing.Point(22, 5);
            this.labelSelectedDirectory.Name      = "labelSelectedDirectory";
            this.labelSelectedDirectory.Size      = new System.Drawing.Size(136, 16);
            this.labelSelectedDirectory.TabIndex  = 8;
            this.labelSelectedDirectory.Text      = "Selected Directory:";
            //
            // touchscreenTextBoxDirPath
            //
            this.touchscreenTextBoxDirPath.AlphaNumOnly = false;
            this.touchscreenTextBoxDirPath.BackColor    = System.Drawing.Color.White;
            this.touchscreenTextBoxDirPath.FormTitle    = "Enter Text";
            this.touchscreenTextBoxDirPath.Location     = new System.Drawing.Point(110, 438);
            this.touchscreenTextBoxDirPath.MinLength    = 0;
            this.touchscreenTextBoxDirPath.Name         = "touchscreenTextBoxDirPath";
            this.touchscreenTextBoxDirPath.NoWhiteSpace = false;
            this.touchscreenTextBoxDirPath.OnlyCaps     = false;
            this.touchscreenTextBoxDirPath.Size         = new System.Drawing.Size(235, 20);
            this.touchscreenTextBoxDirPath.TabIndex     = 16;
            //
            // touchscreenTextBoxDirName
            //
            this.touchscreenTextBoxDirName.AlphaNumOnly = false;
            this.touchscreenTextBoxDirName.BackColor    = System.Drawing.Color.White;
            this.touchscreenTextBoxDirName.FormTitle    = "Enter Text";
            this.touchscreenTextBoxDirName.Location     = new System.Drawing.Point(110, 416);
            this.touchscreenTextBoxDirName.MinLength    = 0;
            this.touchscreenTextBoxDirName.Name         = "touchscreenTextBoxDirName";
            this.touchscreenTextBoxDirName.NoWhiteSpace = false;
            this.touchscreenTextBoxDirName.OnlyCaps     = false;
            this.touchscreenTextBoxDirName.Size         = new System.Drawing.Size(115, 20);
            this.touchscreenTextBoxDirName.TabIndex     = 15;
            //
            // labelDirPath
            //
            this.labelDirPath.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelDirPath.ForeColor = System.Drawing.Color.Teal;
            this.labelDirPath.Location  = new System.Drawing.Point(25, 438);
            this.labelDirPath.Name      = "labelDirPath";
            this.labelDirPath.Size      = new System.Drawing.Size(85, 16);
            this.labelDirPath.TabIndex  = 14;
            this.labelDirPath.Text      = "Directory Path";
            //
            // labelDirName
            //
            this.labelDirName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelDirName.ForeColor = System.Drawing.Color.Teal;
            this.labelDirName.Location  = new System.Drawing.Point(25, 416);
            this.labelDirName.Name      = "labelDirName";
            this.labelDirName.Size      = new System.Drawing.Size(85, 16);
            this.labelDirName.TabIndex  = 12;
            this.labelDirName.Text      = "Directory Name";
            //
            // DirectoryListForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(379, 527);
            this.Controls.Add(this.touchscreenTextBoxDirPath);
            this.Controls.Add(this.touchscreenTextBoxDirName);
            this.Controls.Add(this.labelDirPath);
            this.Controls.Add(this.labelDirName);
            this.Controls.Add(this.buttonSaveDirectoryList);
            this.Controls.Add(this.labelSelectedDirectory);
            this.Controls.Add(this.textBoxSelectedDirectory);
            this.Controls.Add(this.buttonDeleteDirectory);
            this.Controls.Add(this.buttonAddNewDir);
            this.Controls.Add(this.treeViewDirectoryList);
            this.Name = "DirectoryListForm";
            this.Text = "DirectoryListForm";
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.led1                     = new Seagate.AAS.UI.Led();
     this.button1                  = new System.Windows.Forms.Button();
     this.formattedNumber1         = new Seagate.AAS.UI.FormattedNumber();
     this.formattedNumber2         = new Seagate.AAS.UI.FormattedNumber();
     this.touchscreenNumBox1       = new Seagate.AAS.UI.TouchscreenNumBox();
     this.touchscreenTextBox1      = new Seagate.AAS.UI.TouchscreenTextBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.simpleChart1             = new Seagate.AAS.UI.SimpleChart();
     this.buttonTestChart          = new System.Windows.Forms.Button();
     this.checkBox1                = new System.Windows.Forms.CheckBox();
     this.buttonDrawPareto         = new System.Windows.Forms.Button();
     this.buttonDrawLineChart      = new System.Windows.Forms.Button();
     this.buttonDraw2DataLineChart = new System.Windows.Forms.Button();
     this.radarIndicator1          = new Seagate.AAS.UI.RadarIndicator();
     this.sortableListView1        = new Seagate.AAS.UI.SortListView(this.components);
     this.button2                  = new System.Windows.Forms.Button();
     this.button3                  = new System.Windows.Forms.Button();
     this.touchscreenUpDown1       = new Seagate.AAS.UI.TouchscreenUpDown();
     this.SuspendLayout();
     //
     // led1
     //
     this.led1.DisplayAsButton = true;
     this.led1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.led1.ForeColor       = System.Drawing.SystemColors.ActiveCaptionText;
     this.led1.LedColor        = Seagate.AAS.UI.LedColorList.Red;
     this.led1.Location        = new System.Drawing.Point(32, 16);
     this.led1.Name            = "led1";
     this.led1.Size            = new System.Drawing.Size(160, 56);
     this.led1.State           = true;
     this.led1.TabIndex        = 0;
     this.led1.Text            = "Left Escapement Open";
     this.led1.Click          += new System.EventHandler(this.led1_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(208, 24);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(72, 40);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Toggle State";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // formattedNumber1
     //
     this.formattedNumber1.Location     = new System.Drawing.Point(120, 96);
     this.formattedNumber1.Name         = "formattedNumber1";
     this.formattedNumber1.Number       = 0;
     this.formattedNumber1.NumberFormat = "0.000";
     this.formattedNumber1.Size         = new System.Drawing.Size(100, 23);
     this.formattedNumber1.TabIndex     = 1;
     this.formattedNumber1.Text         = "0.000";
     this.formattedNumber1.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // formattedNumber2
     //
     this.formattedNumber2.Location     = new System.Drawing.Point(256, 96);
     this.formattedNumber2.Name         = "formattedNumber2";
     this.formattedNumber2.Number       = 0;
     this.formattedNumber2.NumberFormat = "0.000";
     this.formattedNumber2.Size         = new System.Drawing.Size(100, 23);
     this.formattedNumber2.TabIndex     = 0;
     this.formattedNumber2.Text         = "0.000";
     this.formattedNumber2.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // touchscreenNumBox1
     //
     this.touchscreenNumBox1.BackColor   = System.Drawing.Color.White;
     this.touchscreenNumBox1.IntegerOnly = false;
     this.touchscreenNumBox1.Location    = new System.Drawing.Point(32, 152);
     this.touchscreenNumBox1.Max         = 100;
     this.touchscreenNumBox1.Min         = -5;
     this.touchscreenNumBox1.Name        = "touchscreenNumBox1";
     this.touchscreenNumBox1.Size        = new System.Drawing.Size(100, 20);
     this.touchscreenNumBox1.TabIndex    = 2;
     this.touchscreenNumBox1.Text        = "10";
     //
     // touchscreenTextBox1
     //
     this.touchscreenTextBox1.AlphaNumOnly = false;
     this.touchscreenTextBox1.BackColor    = System.Drawing.Color.White;
     this.touchscreenTextBox1.FormTitle    = "Enter Text";
     this.touchscreenTextBox1.Location     = new System.Drawing.Point(32, 248);
     this.touchscreenTextBox1.MinLength    = 0;
     this.touchscreenTextBox1.Name         = "touchscreenTextBox1";
     this.touchscreenTextBox1.NoWhiteSpace = false;
     this.touchscreenTextBox1.OnlyCaps     = false;
     this.touchscreenTextBox1.Size         = new System.Drawing.Size(100, 20);
     this.touchscreenTextBox1.TabIndex     = 3;
     this.touchscreenTextBox1.Text         = "Enter Text";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 224);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(184, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Text entry box for touchscreen";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(32, 128);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(184, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Number entry box for touchscreen";
     //
     // simpleChart1
     //
     this.simpleChart1.BoundaryLine.Color = System.Drawing.Color.Gray;
     this.simpleChart1.BoundaryLine.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     this.simpleChart1.BoundaryLine.Width = 1;
     this.simpleChart1.ChartLine.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.simpleChart1.ChartLine.Style    = System.Drawing.Drawing2D.DashStyle.Solid;
     this.simpleChart1.ChartLine.Width    = 1;
     this.simpleChart1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.simpleChart1.Location           = new System.Drawing.Point(435, 11);
     this.simpleChart1.MeanLine.Color     = System.Drawing.Color.Black;
     this.simpleChart1.MeanLine.Style     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.simpleChart1.MeanLine.Width     = 1;
     this.simpleChart1.Name         = "simpleChart1";
     this.simpleChart1.Size         = new System.Drawing.Size(232, 117);
     this.simpleChart1.Symbol.Color = System.Drawing.Color.Blue;
     this.simpleChart1.Symbol.Size  = 10;
     this.simpleChart1.Symbol.Style = Seagate.AAS.UI.SymbolShape.Circle;
     this.simpleChart1.TabIndex     = 6;
     this.simpleChart1.Text         = "Test Chart Title Test";
     //
     // buttonTestChart
     //
     this.buttonTestChart.Location = new System.Drawing.Point(340, 16);
     this.buttonTestChart.Name     = "buttonTestChart";
     this.buttonTestChart.Size     = new System.Drawing.Size(80, 41);
     this.buttonTestChart.TabIndex = 7;
     this.buttonTestChart.Text     = "Test Chart";
     this.buttonTestChart.Click   += new System.EventHandler(this.buttonTestChart_Click);
     //
     // checkBox1
     //
     this.checkBox1.Location        = new System.Drawing.Point(25, 186);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(136, 24);
     this.checkBox1.TabIndex        = 9;
     this.checkBox1.Text            = "Display as Button";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // buttonDrawPareto
     //
     this.buttonDrawPareto.Location = new System.Drawing.Point(224, 288);
     this.buttonDrawPareto.Name     = "buttonDrawPareto";
     this.buttonDrawPareto.Size     = new System.Drawing.Size(95, 33);
     this.buttonDrawPareto.TabIndex = 11;
     this.buttonDrawPareto.Text     = "Draw Pareto";
     this.buttonDrawPareto.Click   += new System.EventHandler(this.buttonDrawPareto_Click);
     //
     // buttonDrawLineChart
     //
     this.buttonDrawLineChart.Location = new System.Drawing.Point(352, 288);
     this.buttonDrawLineChart.Name     = "buttonDrawLineChart";
     this.buttonDrawLineChart.Size     = new System.Drawing.Size(95, 33);
     this.buttonDrawLineChart.TabIndex = 12;
     this.buttonDrawLineChart.Text     = "Draw Single Data Set Line Chart";
     this.buttonDrawLineChart.Click   += new System.EventHandler(this.buttonDrawLineChart_Click);
     //
     // buttonDraw2DataLineChart
     //
     this.buttonDraw2DataLineChart.Location = new System.Drawing.Point(480, 288);
     this.buttonDraw2DataLineChart.Name     = "buttonDraw2DataLineChart";
     this.buttonDraw2DataLineChart.Size     = new System.Drawing.Size(95, 33);
     this.buttonDraw2DataLineChart.TabIndex = 13;
     this.buttonDraw2DataLineChart.Text     = "Draw Double Data Set Line Chart";
     this.buttonDraw2DataLineChart.Click   += new System.EventHandler(this.buttonDraw2DataLineChart_Click);
     //
     // radarIndicator1
     //
     this.radarIndicator1.InnerTolerance = 50F;
     this.radarIndicator1.Location       = new System.Drawing.Point(680, 16);
     this.radarIndicator1.Name           = "radarIndicator1";
     this.radarIndicator1.OuterTolerance = 100F;
     this.radarIndicator1.Size           = new System.Drawing.Size(160, 112);
     this.radarIndicator1.TabIndex       = 14;
     this.radarIndicator1.Text           = "radarIndicator1";
     this.radarIndicator1.ValueX         = 25F;
     this.radarIndicator1.ValueY         = 25F;
     this.radarIndicator1.MouseMove     += new System.Windows.Forms.MouseEventHandler(this.radarIndicator1_MouseMove);
     //
     // sortableListView1
     //
     this.sortableListView1.ColumnNames   = null;
     this.sortableListView1.FullRowSelect = true;
     this.sortableListView1.Location      = new System.Drawing.Point(344, 144);
     this.sortableListView1.MaxRows       = 100;
     this.sortableListView1.MultiSelect   = false;
     this.sortableListView1.Name          = "sortableListView1";
     this.sortableListView1.Size          = new System.Drawing.Size(464, 128);
     this.sortableListView1.TabIndex      = 15;
     this.sortableListView1.UseCompatibleStateImageBehavior = false;
     this.sortableListView1.View = System.Windows.Forms.View.Details;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(232, 152);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(88, 32);
     this.button2.TabIndex = 16;
     this.button2.Text     = "Create Columns";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(232, 200);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(88, 32);
     this.button3.TabIndex = 17;
     this.button3.Text     = "Add Data";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // touchscreenUpDown1
     //
     this.touchscreenUpDown1.Increment = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.touchscreenUpDown1.InvertDirection = false;
     this.touchscreenUpDown1.LeftRight       = false;
     this.touchscreenUpDown1.Location        = new System.Drawing.Point(92, 301);
     this.touchscreenUpDown1.Max             = 10;
     this.touchscreenUpDown1.Min             = -10;
     this.touchscreenUpDown1.Name            = "touchscreenUpDown1";
     this.touchscreenUpDown1.Size            = new System.Drawing.Size(100, 75);
     this.touchscreenUpDown1.TabIndex        = 18;
     this.touchscreenUpDown1.Value           = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(856, 485);
     this.Controls.Add(this.touchscreenUpDown1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.sortableListView1);
     this.Controls.Add(this.radarIndicator1);
     this.Controls.Add(this.buttonDraw2DataLineChart);
     this.Controls.Add(this.buttonDrawLineChart);
     this.Controls.Add(this.buttonDrawPareto);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.buttonTestChart);
     this.Controls.Add(this.simpleChart1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.touchscreenTextBox1);
     this.Controls.Add(this.touchscreenNumBox1);
     this.Controls.Add(this.formattedNumber2);
     this.Controls.Add(this.formattedNumber1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.led1);
     this.Name    = "Form1";
     this.Text    = "Form1";
     this.Layout += new System.Windows.Forms.LayoutEventHandler(this.Form1_Layout);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.comboBoxComPort            = new System.Windows.Forms.ComboBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.buttonInitialize           = new System.Windows.Forms.Button();
     this.buttonReadTag              = new System.Windows.Forms.Button();
     this.textBoxTagRead             = new System.Windows.Forms.TextBox();
     this.buttonWriteTag             = new System.Windows.Forms.Button();
     this.touchscreenTextBoxTagWrite = new Seagate.AAS.UI.TouchscreenTextBox();
     this.labelStatus                = new System.Windows.Forms.Label();
     this.buttonReadTagID            = new System.Windows.Forms.Button();
     this.buttonClearTag             = new System.Windows.Forms.Button();
     this.label2                     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // comboBoxComPort
     //
     this.comboBoxComPort.Items.AddRange(new object[] {
         "Com1",
         "Com2",
         "Com3",
         "Com4",
         "Com5",
         "Com6",
         "Com7",
         "Com8",
         "Com9",
         "Com10"
     });
     this.comboBoxComPort.Location              = new System.Drawing.Point(88, 21);
     this.comboBoxComPort.Name                  = "comboBoxComPort";
     this.comboBoxComPort.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxComPort.TabIndex              = 0;
     this.comboBoxComPort.Text                  = "comboBox1";
     this.comboBoxComPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxComPort_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 24);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Com Port:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // buttonInitialize
     //
     this.buttonInitialize.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonInitialize.Location = new System.Drawing.Point(224, 16);
     this.buttonInitialize.Name     = "buttonInitialize";
     this.buttonInitialize.Size     = new System.Drawing.Size(128, 32);
     this.buttonInitialize.TabIndex = 2;
     this.buttonInitialize.Text     = "Initialize";
     this.buttonInitialize.Click   += new System.EventHandler(this.buttonInitialize_Click);
     //
     // buttonReadTag
     //
     this.buttonReadTag.Location = new System.Drawing.Point(16, 64);
     this.buttonReadTag.Name     = "buttonReadTag";
     this.buttonReadTag.Size     = new System.Drawing.Size(128, 32);
     this.buttonReadTag.TabIndex = 3;
     this.buttonReadTag.Text     = "Read Tag";
     this.buttonReadTag.Click   += new System.EventHandler(this.buttonReadTag_Click);
     //
     // textBoxTagRead
     //
     this.textBoxTagRead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxTagRead.Enabled   = false;
     this.textBoxTagRead.Location  = new System.Drawing.Point(16, 112);
     this.textBoxTagRead.Multiline = true;
     this.textBoxTagRead.Name      = "textBoxTagRead";
     this.textBoxTagRead.Size      = new System.Drawing.Size(336, 80);
     this.textBoxTagRead.TabIndex  = 4;
     this.textBoxTagRead.Text      = "";
     //
     // buttonWriteTag
     //
     this.buttonWriteTag.Location = new System.Drawing.Point(16, 208);
     this.buttonWriteTag.Name     = "buttonWriteTag";
     this.buttonWriteTag.Size     = new System.Drawing.Size(128, 32);
     this.buttonWriteTag.TabIndex = 5;
     this.buttonWriteTag.Text     = "Write to Tag";
     this.buttonWriteTag.Click   += new System.EventHandler(this.buttonWriteTag_Click);
     //
     // touchscreenTextBoxTagWrite
     //
     this.touchscreenTextBoxTagWrite.AlphaNumOnly = false;
     this.touchscreenTextBoxTagWrite.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.touchscreenTextBoxTagWrite.BackColor    = System.Drawing.Color.White;
     this.touchscreenTextBoxTagWrite.FormTitle    = "Enter Text";
     this.touchscreenTextBoxTagWrite.Location     = new System.Drawing.Point(152, 208);
     this.touchscreenTextBoxTagWrite.MinLength    = 0;
     this.touchscreenTextBoxTagWrite.Multiline    = true;
     this.touchscreenTextBoxTagWrite.Name         = "touchscreenTextBoxTagWrite";
     this.touchscreenTextBoxTagWrite.NoWhiteSpace = false;
     this.touchscreenTextBoxTagWrite.OnlyCaps     = false;
     this.touchscreenTextBoxTagWrite.Size         = new System.Drawing.Size(200, 32);
     this.touchscreenTextBoxTagWrite.TabIndex     = 6;
     this.touchscreenTextBoxTagWrite.Text         = "";
     //
     // labelStatus
     //
     this.labelStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.labelStatus.Location = new System.Drawing.Point(16, 320);
     this.labelStatus.Name     = "labelStatus";
     this.labelStatus.Size     = new System.Drawing.Size(336, 32);
     this.labelStatus.TabIndex = 7;
     this.labelStatus.Text     = "Status:";
     //
     // buttonReadTagID
     //
     this.buttonReadTagID.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonReadTagID.Location = new System.Drawing.Point(224, 64);
     this.buttonReadTagID.Name     = "buttonReadTagID";
     this.buttonReadTagID.Size     = new System.Drawing.Size(128, 32);
     this.buttonReadTagID.TabIndex = 8;
     this.buttonReadTagID.Text     = "Read Tag ID";
     this.buttonReadTagID.Click   += new System.EventHandler(this.buttonReadTagID_Click);
     //
     // buttonClearTag
     //
     this.buttonClearTag.Location = new System.Drawing.Point(16, 280);
     this.buttonClearTag.Name     = "buttonClearTag";
     this.buttonClearTag.Size     = new System.Drawing.Size(336, 32);
     this.buttonClearTag.TabIndex = 9;
     this.buttonClearTag.Text     = "Clear Tag";
     this.buttonClearTag.Click   += new System.EventHandler(this.buttonClearTag_Click);
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location  = new System.Drawing.Point(16, 248);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(344, 23);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "**Note** Write to Tag writes 1 byte to the 20th byte of the tag";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // PanelRFID
     //
     this.Controls.Add(this.label2);
     this.Controls.Add(this.buttonClearTag);
     this.Controls.Add(this.buttonReadTagID);
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.touchscreenTextBoxTagWrite);
     this.Controls.Add(this.buttonWriteTag);
     this.Controls.Add(this.textBoxTagRead);
     this.Controls.Add(this.buttonReadTag);
     this.Controls.Add(this.buttonInitialize);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBoxComPort);
     this.Name = "PanelRFID";
     this.Size = new System.Drawing.Size(376, 360);
     this.ResumeLayout(false);
 }