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.newToolStripButton = new System.Windows.Forms.ToolStripButton(); this.openToolStripButton = new System.Windows.Forms.ToolStripButton(); this.saveToolStripButton = new System.Windows.Forms.ToolStripButton(); this.printToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripTextBoxVidPid = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButtonFilter = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonOpen = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton(); this.aboutToolStripButton = new System.Windows.Forms.ToolStripButton(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 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.Column2 = 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.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = 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.Column2, this.Column9, this.Column10, this.Column11, this.Column7, this.Column4, this.Column5, this.Column6, this.Column3, 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(732, 214); this.dataGridView1.TabIndex = 0; this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1_SelectionChanged); // // 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(744, 661); this.tableLayoutPanel1.TabIndex = 18; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripButton, this.openToolStripButton, this.saveToolStripButton, this.printToolStripButton, this.toolStripSeparator, this.toolStripButtonReload, this.toolStripLabel1, this.toolStripTextBoxVidPid, this.toolStripButtonFilter, this.toolStripButtonOpen, this.toolStripButtonClear, this.aboutToolStripButton}); this.toolStrip1.Location = new System.Drawing.Point(0, 25); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(744, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // newToolStripButton // this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image"))); this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.newToolStripButton.Name = "newToolStripButton"; this.newToolStripButton.Size = new System.Drawing.Size(23, 22); this.newToolStripButton.Text = "&New"; // // openToolStripButton // this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openToolStripButton.Name = "openToolStripButton"; this.openToolStripButton.Size = new System.Drawing.Size(23, 22); this.openToolStripButton.Text = "&Open"; // // saveToolStripButton // this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image"))); this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveToolStripButton.Name = "saveToolStripButton"; this.saveToolStripButton.Size = new System.Drawing.Size(23, 22); this.saveToolStripButton.Text = "&Save"; // // printToolStripButton // this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image"))); this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.printToolStripButton.Name = "printToolStripButton"; this.printToolStripButton.Size = new System.Drawing.Size(23, 22); this.printToolStripButton.Text = "&Print"; // // 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); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(33, 22); this.toolStripLabel1.Text = "Filter"; // // toolStripTextBoxVidPid // 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 = "10C4:2003"; this.toolStripTextBoxVidPid.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripButtonFilter // 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); // // 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); // // aboutToolStripButton // this.aboutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripButton.Image"))); this.aboutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.aboutToolStripButton.Name = "aboutToolStripButton"; this.aboutToolStripButton.Size = new System.Drawing.Size(60, 22); this.aboutToolStripButton.Text = "&About"; this.aboutToolStripButton.ToolTipText = "About"; this.aboutToolStripButton.Click += new System.EventHandler(this.HelpToolStripButton_Click); // // 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(744, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.saveToolStripMenuItem, this.toolStripSeparator2, 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(146, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.openToolStripMenuItem.Text = "&Open"; // // saveToolStripMenuItem // this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.saveToolStripMenuItem.Text = "&Save"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 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(738, 83); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Read/Write Operation"; // // comboBoxReportId // this.comboBoxReportId.FormattingEnabled = true; this.comboBoxReportId.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5"}); 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(10, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(84, 13); this.label1.TabIndex = 7; this.label1.Text = "Write Data 0x [ ]"; // // 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(738, 233); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Device List"; // // groupBox3 // this.groupBox3.Controls.Add(this.rtbEventLog); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(3, 381); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(738, 251); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Event 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(732, 232); 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, 639); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(744, 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 = 30; // // Column2 // this.Column2.HeaderText = "Info"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 180; // // Column9 // this.Column9.HeaderText = "Name"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; this.Column9.Width = 160; // // Column10 // this.Column10.HeaderText = "Manufacturer"; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; this.Column10.Width = 110; // // Column11 // this.Column11.HeaderText = "SerialNo"; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; this.Column11.Width = 85; // // Column7 // this.Column7.HeaderText = "InputReport"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 40; // // Column4 // this.Column4.HeaderText = "OutputReport"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 40; // // Column5 // this.Column5.HeaderText = "FeatureReport"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 40; // // Column6 // this.Column6.HeaderText = "Usage"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 50; // // Column3 // this.Column3.HeaderText = "UsagePage"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 55; // // Column8 // this.Column8.HeaderText = "DevicePath"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Width = 550; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(744, 661); 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 openToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; 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.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripTextBox toolStripTextBoxVidPid; private System.Windows.Forms.ToolStripButton toolStripButtonFilter; private System.Windows.Forms.ToolStripButton aboutToolStripButton; 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.ToolStripButton newToolStripButton; private System.Windows.Forms.ToolStripButton openToolStripButton; private System.Windows.Forms.ToolStripButton saveToolStripButton; private System.Windows.Forms.ToolStripButton printToolStripButton; 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.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; } }