namespace EonaCat.HID.Analyzer { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.textBoxWriteData = new System.Windows.Forms.TextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonOpen = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonFilter = new System.Windows.Forms.ToolStripButton(); this.toolStripTextBoxVidPid = new System.Windows.Forms.ToolStripTextBox(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboBoxReportId = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonWriteFeature = new System.Windows.Forms.Button(); this.buttonReadFeature = new System.Windows.Forms.Button(); this.buttonWriteOutput = new System.Windows.Forms.Button(); this.buttonReadInput = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.rtbEventLog = new System.Windows.Forms.RichTextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // textBoxWriteData // this.textBoxWriteData.Location = new System.Drawing.Point(104, 45); this.textBoxWriteData.Name = "textBoxWriteData"; this.textBoxWriteData.Size = new System.Drawing.Size(192, 20); this.textBoxWriteData.TabIndex = 1; this.textBoxWriteData.Text = "02"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column9, this.Column10, this.Column11, this.Column6, this.Column3, this.Column7, this.Column4, this.Column5, this.Column2, this.Column8}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 16); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(822, 286); this.dataGridView1.TabIndex = 0; this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1_SelectionChanged); this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 2); this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 3); this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 4); this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 6; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 89F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.18182F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.81818F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(834, 811); this.tableLayoutPanel1.TabIndex = 18; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator, this.toolStripButtonReload, this.toolStripButtonOpen, this.toolStripButtonClear, this.toolStripButtonFilter, this.toolStripTextBoxVidPid}); this.toolStrip1.Location = new System.Drawing.Point(0, 25); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(834, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // toolStripButtonReload // this.toolStripButtonReload.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReload.Image"))); this.toolStripButtonReload.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonReload.Name = "toolStripButtonReload"; this.toolStripButtonReload.Size = new System.Drawing.Size(63, 22); this.toolStripButtonReload.Text = "Reload"; this.toolStripButtonReload.Click += new System.EventHandler(this.ToolStripButtonReload_Click); // // toolStripButtonOpen // this.toolStripButtonOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOpen.Image"))); this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonOpen.Name = "toolStripButtonOpen"; this.toolStripButtonOpen.Size = new System.Drawing.Size(56, 22); this.toolStripButtonOpen.Text = "Open"; this.toolStripButtonOpen.Click += new System.EventHandler(this.ToolStripButtonConnect_Click); // // toolStripButtonClear // this.toolStripButtonClear.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClear.Image"))); this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonClear.Name = "toolStripButtonClear"; this.toolStripButtonClear.Size = new System.Drawing.Size(54, 22); this.toolStripButtonClear.Text = "Clear"; this.toolStripButtonClear.Click += new System.EventHandler(this.ToolStripButtonClear_Click); // // toolStripButtonFilter // this.toolStripButtonFilter.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButtonFilter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFilter.Image"))); this.toolStripButtonFilter.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonFilter.Name = "toolStripButtonFilter"; this.toolStripButtonFilter.Size = new System.Drawing.Size(53, 22); this.toolStripButtonFilter.Text = "Filter"; this.toolStripButtonFilter.Click += new System.EventHandler(this.ToolStripButtonFilter_Click); // // toolStripTextBoxVidPid // this.toolStripTextBoxVidPid.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripTextBoxVidPid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.toolStripTextBoxVidPid.Font = new System.Drawing.Font("Segoe UI", 9F); this.toolStripTextBoxVidPid.Name = "toolStripTextBoxVidPid"; this.toolStripTextBoxVidPid.Size = new System.Drawing.Size(100, 25); this.toolStripTextBoxVidPid.Text = "0483:0400"; this.toolStripTextBoxVidPid.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolStripTextBoxVidPid.Enter += new System.EventHandler(this.toolStripTextBoxVidPid_Enter); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(834, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(141, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(141, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.aboutToolStripMenuItem.Text = "&About..."; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.comboBoxReportId); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.buttonWriteFeature); this.groupBox1.Controls.Add(this.buttonReadFeature); this.groupBox1.Controls.Add(this.buttonWriteOutput); this.groupBox1.Controls.Add(this.buttonReadInput); this.groupBox1.Controls.Add(this.textBoxWriteData); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(3, 53); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(828, 83); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Read/Write Operations"; // // comboBoxReportId // this.comboBoxReportId.FormattingEnabled = true; this.comboBoxReportId.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"}); this.comboBoxReportId.Location = new System.Drawing.Point(104, 19); this.comboBoxReportId.Name = "comboBoxReportId"; this.comboBoxReportId.Size = new System.Drawing.Size(81, 21); this.comboBoxReportId.TabIndex = 0; this.comboBoxReportId.Text = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 13); this.label2.TabIndex = 6; this.label2.Text = "Hid Report ID:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(40, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 7; this.label1.Text = "Write Data"; // // buttonWriteFeature // this.buttonWriteFeature.Location = new System.Drawing.Point(428, 43); this.buttonWriteFeature.Name = "buttonWriteFeature"; this.buttonWriteFeature.Size = new System.Drawing.Size(120, 22); this.buttonWriteFeature.TabIndex = 5; this.buttonWriteFeature.Text = "Write Feature Report"; this.buttonWriteFeature.UseVisualStyleBackColor = true; this.buttonWriteFeature.Click += new System.EventHandler(this.ButtonWriteFeature_Click); // // buttonReadFeature // this.buttonReadFeature.Location = new System.Drawing.Point(428, 17); this.buttonReadFeature.Name = "buttonReadFeature"; this.buttonReadFeature.Size = new System.Drawing.Size(120, 22); this.buttonReadFeature.TabIndex = 4; this.buttonReadFeature.Text = "Read Feature Report"; this.buttonReadFeature.UseVisualStyleBackColor = true; this.buttonReadFeature.Click += new System.EventHandler(this.ButtonReadFeature_Click); // // buttonWriteOutput // this.buttonWriteOutput.Location = new System.Drawing.Point(302, 43); this.buttonWriteOutput.Name = "buttonWriteOutput"; this.buttonWriteOutput.Size = new System.Drawing.Size(120, 22); this.buttonWriteOutput.TabIndex = 3; this.buttonWriteOutput.Text = "Write Output Report"; this.buttonWriteOutput.UseVisualStyleBackColor = true; this.buttonWriteOutput.Click += new System.EventHandler(this.ButtonWriteOutput_Click); // // buttonReadInput // this.buttonReadInput.Location = new System.Drawing.Point(302, 17); this.buttonReadInput.Name = "buttonReadInput"; this.buttonReadInput.Size = new System.Drawing.Size(120, 22); this.buttonReadInput.TabIndex = 2; this.buttonReadInput.Text = "Read Input Report"; this.buttonReadInput.UseVisualStyleBackColor = true; this.buttonReadInput.Click += new System.EventHandler(this.ButtonReadInput_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.dataGridView1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(3, 142); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(828, 305); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Devices"; // // groupBox3 // this.groupBox3.Controls.Add(this.rtbEventLog); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(3, 453); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(828, 329); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Log"; // // rtbEventLog // this.rtbEventLog.Dock = System.Windows.Forms.DockStyle.Fill; this.rtbEventLog.Location = new System.Drawing.Point(3, 16); this.rtbEventLog.Name = "rtbEventLog"; this.rtbEventLog.ReadOnly = true; this.rtbEventLog.Size = new System.Drawing.Size(822, 310); this.rtbEventLog.TabIndex = 0; this.rtbEventLog.Text = ""; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 789); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(834, 22); this.statusStrip1.TabIndex = 5; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17); this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; // // Column1 // this.Column1.HeaderText = "No"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 87; // // Column9 // this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column9.HeaderText = "Name"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; // // Column10 // this.Column10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column10.HeaderText = "Manufacturer"; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; // // Column11 // this.Column11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column11.HeaderText = "SerialNo"; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; // // Column6 // this.Column6.HeaderText = "CanRead"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; // // Column3 // this.Column3.HeaderText = "CanWrite"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column7 // this.Column7.HeaderText = "InputReport"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 86; // // Column4 // this.Column4.HeaderText = "OutputReport"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 87; // // Column5 // this.Column5.HeaderText = "FeatureReport"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 86; // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column2.HeaderText = "Info"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column8 // this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column8.HeaderText = "DevicePath"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(834, 811); this.Controls.Add(this.tableLayoutPanel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "EonaCat HID"; this.Load += new System.EventHandler(this.MainForm_Load); this.Shown += new System.EventHandler(this.MainForm_Shown); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxWriteData; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.RichTextBox rtbEventLog; private System.Windows.Forms.ToolStripButton toolStripButtonClear; private System.Windows.Forms.ToolStripButton toolStripButtonOpen; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.Button buttonWriteFeature; private System.Windows.Forms.Button buttonReadFeature; private System.Windows.Forms.Button buttonWriteOutput; private System.Windows.Forms.Button buttonReadInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBoxReportId; private System.Windows.Forms.ToolStripButton toolStripButtonReload; private System.Windows.Forms.ToolStripTextBox toolStripTextBoxVidPid; private System.Windows.Forms.ToolStripButton toolStripButtonFilter; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; } }