namespace CyControl
{
partial class Form1
{
///
/// 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(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.programFX2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ProgRamItem = new System.Windows.Forms.ToolStripMenuItem();
this.ProgE2Item = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.HaltItem = new System.Windows.Forms.ToolStripMenuItem();
this.RunItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.StatusBar = new System.Windows.Forms.StatusStrip();
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.StatLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.Split1 = new System.Windows.Forms.SplitContainer();
this.DeviceTreeView = new System.Windows.Forms.TreeView();
this.TabPages = new System.Windows.Forms.TabControl();
this.DescrTab = new System.Windows.Forms.TabPage();
this.DescText = new System.Windows.Forms.TextBox();
this.XferTab = new System.Windows.Forms.TabPage();
this.wValueBox = new System.Windows.Forms.TextBox();
this.ReqCodeBox = new System.Windows.Forms.TextBox();
this.wIndexBox = new System.Windows.Forms.TextBox();
this.ReqCodeLabel = new System.Windows.Forms.Label();
this.wIndexLabel = new System.Windows.Forms.Label();
this.wValueLabel = new System.Windows.Forms.Label();
this.TargetLabel = new System.Windows.Forms.Label();
this.ReqTypeLabel = new System.Windows.Forms.Label();
this.DirectionLabel = new System.Windows.Forms.Label();
this.TargetBox = new System.Windows.Forms.ComboBox();
this.ReqTypeBox = new System.Windows.Forms.ComboBox();
this.DirectionBox = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.FileXferBtn = new System.Windows.Forms.Button();
this.DataXferBtn = new System.Windows.Forms.Button();
this.NumBytesBox = new System.Windows.Forms.TextBox();
this.XferTextBox = new System.Windows.Forms.TextBox();
this.OutputBox = new System.Windows.Forms.TextBox();
this.DriversTab = new System.Windows.Forms.TabPage();
this.label4 = new System.Windows.Forms.Label();
this.CyUSBDeviceBox = new System.Windows.Forms.CheckBox();
this.HIDDeviceBox = new System.Windows.Forms.CheckBox();
this.MSCDeviceBox = new System.Windows.Forms.CheckBox();
this.FOpenDialog = new System.Windows.Forms.OpenFileDialog();
this.XferDataBox = new System.Windows.Forms.MaskedTextBox();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.StatusBar.SuspendLayout();
this.Split1.Panel1.SuspendLayout();
this.Split1.Panel2.SuspendLayout();
this.Split1.SuspendLayout();
this.TabPages.SuspendLayout();
this.DescrTab.SuspendLayout();
this.XferTab.SuspendLayout();
this.DriversTab.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.programFX2ToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(674, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "File";
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// programFX2ToolStripMenuItem
//
this.programFX2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ProgRamItem,
this.ProgE2Item,
this.toolStripMenuItem1,
this.HaltItem,
this.RunItem});
this.programFX2ToolStripMenuItem.Name = "programFX2ToolStripMenuItem";
this.programFX2ToolStripMenuItem.Size = new System.Drawing.Size(80, 20);
this.programFX2ToolStripMenuItem.Text = "Program FX2";
//
// ProgRamItem
//
this.ProgRamItem.Name = "ProgRamItem";
this.ProgRamItem.Size = new System.Drawing.Size(153, 22);
this.ProgRamItem.Text = "Internal RAM";
this.ProgRamItem.Click += new System.EventHandler(this.ProgE2Item_Click);
//
// ProgE2Item
//
this.ProgE2Item.Name = "ProgE2Item";
this.ProgE2Item.Size = new System.Drawing.Size(153, 22);
this.ProgE2Item.Text = "64KB EEPROM";
this.ProgE2Item.Click += new System.EventHandler(this.ProgE2Item_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(150, 6);
//
// HaltItem
//
this.HaltItem.Name = "HaltItem";
this.HaltItem.Size = new System.Drawing.Size(153, 22);
this.HaltItem.Text = "Halt";
this.HaltItem.Click += new System.EventHandler(this.HaltItem_Click);
//
// RunItem
//
this.RunItem.Name = "RunItem";
this.RunItem.Size = new System.Drawing.Size(153, 22);
this.RunItem.Text = "Run";
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AboutMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// AboutMenuItem
//
this.AboutMenuItem.Name = "AboutMenuItem";
this.AboutMenuItem.Size = new System.Drawing.Size(114, 22);
this.AboutMenuItem.Text = "About";
this.AboutMenuItem.Click += new System.EventHandler(this.AboutMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(674, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Visible = false;
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Visible = false;
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
this.toolStripButton3.Text = "toolStripButton3";
this.toolStripButton3.Visible = false;
//
// toolStripButton4
//
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
this.toolStripButton4.Text = "toolStripButton4";
this.toolStripButton4.Visible = false;
//
// toolStripButton5
//
this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
this.toolStripButton5.Text = "toolStripButton5";
this.toolStripButton5.Visible = false;
//
// StatusBar
//
this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StatusLabel,
this.StatLabel});
this.StatusBar.Location = new System.Drawing.Point(0, 533);
this.StatusBar.Name = "StatusBar";
this.StatusBar.Size = new System.Drawing.Size(674, 22);
this.StatusBar.TabIndex = 2;
//
// StatusLabel
//
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(0, 17);
//
// StatLabel
//
this.StatLabel.Name = "StatLabel";
this.StatLabel.Size = new System.Drawing.Size(0, 17);
//
// Split1
//
this.Split1.Dock = System.Windows.Forms.DockStyle.Fill;
this.Split1.Location = new System.Drawing.Point(0, 49);
this.Split1.Name = "Split1";
//
// Split1.Panel1
//
this.Split1.Panel1.Controls.Add(this.DeviceTreeView);
//
// Split1.Panel2
//
this.Split1.Panel2.Controls.Add(this.TabPages);
this.Split1.Size = new System.Drawing.Size(674, 484);
this.Split1.SplitterDistance = 244;
this.Split1.TabIndex = 3;
//
// DeviceTreeView
//
this.DeviceTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.DeviceTreeView.HideSelection = false;
this.DeviceTreeView.Location = new System.Drawing.Point(0, 0);
this.DeviceTreeView.Name = "DeviceTreeView";
this.DeviceTreeView.Size = new System.Drawing.Size(244, 484);
this.DeviceTreeView.TabIndex = 0;
this.DeviceTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.DeviceTreeView_AfterSelect);
//
// TabPages
//
this.TabPages.Controls.Add(this.DescrTab);
this.TabPages.Controls.Add(this.XferTab);
this.TabPages.Controls.Add(this.DriversTab);
this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
this.TabPages.Location = new System.Drawing.Point(0, 0);
this.TabPages.Name = "TabPages";
this.TabPages.SelectedIndex = 0;
this.TabPages.Size = new System.Drawing.Size(426, 484);
this.TabPages.TabIndex = 0;
this.TabPages.SelectedIndexChanged += new System.EventHandler(this.Form1_Resize);
//
// DescrTab
//
this.DescrTab.Controls.Add(this.DescText);
this.DescrTab.Location = new System.Drawing.Point(4, 22);
this.DescrTab.Name = "DescrTab";
this.DescrTab.Padding = new System.Windows.Forms.Padding(3);
this.DescrTab.Size = new System.Drawing.Size(418, 458);
this.DescrTab.TabIndex = 0;
this.DescrTab.Text = "Descriptor Info";
this.DescrTab.UseVisualStyleBackColor = true;
//
// DescText
//
this.DescText.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.DescText.Dock = System.Windows.Forms.DockStyle.Fill;
this.DescText.Location = new System.Drawing.Point(3, 3);
this.DescText.Multiline = true;
this.DescText.Name = "DescText";
this.DescText.ReadOnly = true;
this.DescText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.DescText.Size = new System.Drawing.Size(412, 452);
this.DescText.TabIndex = 0;
this.DescText.WordWrap = false;
//
// XferTab
//
this.XferTab.BackColor = System.Drawing.Color.LightSteelBlue;
this.XferTab.Controls.Add(this.XferDataBox);
this.XferTab.Controls.Add(this.wValueBox);
this.XferTab.Controls.Add(this.ReqCodeBox);
this.XferTab.Controls.Add(this.wIndexBox);
this.XferTab.Controls.Add(this.ReqCodeLabel);
this.XferTab.Controls.Add(this.wIndexLabel);
this.XferTab.Controls.Add(this.wValueLabel);
this.XferTab.Controls.Add(this.TargetLabel);
this.XferTab.Controls.Add(this.ReqTypeLabel);
this.XferTab.Controls.Add(this.DirectionLabel);
this.XferTab.Controls.Add(this.TargetBox);
this.XferTab.Controls.Add(this.ReqTypeBox);
this.XferTab.Controls.Add(this.DirectionBox);
this.XferTab.Controls.Add(this.label3);
this.XferTab.Controls.Add(this.label2);
this.XferTab.Controls.Add(this.label1);
this.XferTab.Controls.Add(this.FileXferBtn);
this.XferTab.Controls.Add(this.DataXferBtn);
this.XferTab.Controls.Add(this.NumBytesBox);
this.XferTab.Controls.Add(this.XferTextBox);
this.XferTab.Controls.Add(this.OutputBox);
this.XferTab.Location = new System.Drawing.Point(4, 22);
this.XferTab.Name = "XferTab";
this.XferTab.Padding = new System.Windows.Forms.Padding(3);
this.XferTab.Size = new System.Drawing.Size(418, 458);
this.XferTab.TabIndex = 1;
this.XferTab.Text = "Data Transfers";
//
// wValueBox
//
this.wValueBox.Location = new System.Drawing.Point(171, 149);
this.wValueBox.Name = "wValueBox";
this.wValueBox.Size = new System.Drawing.Size(55, 20);
this.wValueBox.TabIndex = 20;
this.wValueBox.Text = "0x0000";
//
// ReqCodeBox
//
this.ReqCodeBox.Location = new System.Drawing.Point(58, 149);
this.ReqCodeBox.Name = "ReqCodeBox";
this.ReqCodeBox.Size = new System.Drawing.Size(42, 20);
this.ReqCodeBox.TabIndex = 19;
this.ReqCodeBox.Text = "0x00";
//
// wIndexBox
//
this.wIndexBox.Location = new System.Drawing.Point(325, 149);
this.wIndexBox.Name = "wIndexBox";
this.wIndexBox.Size = new System.Drawing.Size(55, 20);
this.wIndexBox.TabIndex = 18;
this.wIndexBox.Text = "0x0000";
//
// ReqCodeLabel
//
this.ReqCodeLabel.AutoSize = true;
this.ReqCodeLabel.Location = new System.Drawing.Point(3, 152);
this.ReqCodeLabel.Name = "ReqCodeLabel";
this.ReqCodeLabel.Size = new System.Drawing.Size(55, 13);
this.ReqCodeLabel.TabIndex = 17;
this.ReqCodeLabel.Text = "Req Code";
//
// wIndexLabel
//
this.wIndexLabel.AutoSize = true;
this.wIndexLabel.Location = new System.Drawing.Point(281, 152);
this.wIndexLabel.Name = "wIndexLabel";
this.wIndexLabel.Size = new System.Drawing.Size(41, 13);
this.wIndexLabel.TabIndex = 16;
this.wIndexLabel.Text = "wIndex";
//
// wValueLabel
//
this.wValueLabel.AutoSize = true;
this.wValueLabel.Location = new System.Drawing.Point(123, 152);
this.wValueLabel.Name = "wValueLabel";
this.wValueLabel.Size = new System.Drawing.Size(42, 13);
this.wValueLabel.TabIndex = 15;
this.wValueLabel.Text = "wValue";
//
// TargetLabel
//
this.TargetLabel.AutoSize = true;
this.TargetLabel.Location = new System.Drawing.Point(281, 120);
this.TargetLabel.Name = "TargetLabel";
this.TargetLabel.Size = new System.Drawing.Size(38, 13);
this.TargetLabel.TabIndex = 14;
this.TargetLabel.Text = "Target";
//
// ReqTypeLabel
//
this.ReqTypeLabel.AutoSize = true;
this.ReqTypeLabel.Location = new System.Drawing.Point(111, 120);
this.ReqTypeLabel.Name = "ReqTypeLabel";
this.ReqTypeLabel.Size = new System.Drawing.Size(54, 13);
this.ReqTypeLabel.TabIndex = 13;
this.ReqTypeLabel.Text = "Req Type";
//
// DirectionLabel
//
this.DirectionLabel.AutoSize = true;
this.DirectionLabel.Location = new System.Drawing.Point(3, 120);
this.DirectionLabel.Name = "DirectionLabel";
this.DirectionLabel.Size = new System.Drawing.Size(49, 13);
this.DirectionLabel.TabIndex = 12;
this.DirectionLabel.Text = "Direction";
//
// TargetBox
//
this.TargetBox.FormattingEnabled = true;
this.TargetBox.Items.AddRange(new object[] {
"Device",
"Interface",
"Endpoint",
"Other"});
this.TargetBox.Location = new System.Drawing.Point(325, 117);
this.TargetBox.Name = "TargetBox";
this.TargetBox.Size = new System.Drawing.Size(72, 21);
this.TargetBox.TabIndex = 11;
this.TargetBox.Text = "Device";
//
// ReqTypeBox
//
this.ReqTypeBox.FormattingEnabled = true;
this.ReqTypeBox.Items.AddRange(new object[] {
"Standard",
"Class",
"Vendor"});
this.ReqTypeBox.Location = new System.Drawing.Point(171, 117);
this.ReqTypeBox.Name = "ReqTypeBox";
this.ReqTypeBox.Size = new System.Drawing.Size(72, 21);
this.ReqTypeBox.TabIndex = 10;
this.ReqTypeBox.Text = "Vendor";
//
// DirectionBox
//
this.DirectionBox.FormattingEnabled = true;
this.DirectionBox.Items.AddRange(new object[] {
"Out",
"In"});
this.DirectionBox.Location = new System.Drawing.Point(58, 117);
this.DirectionBox.Name = "DirectionBox";
this.DirectionBox.Size = new System.Drawing.Size(42, 21);
this.DirectionBox.TabIndex = 9;
this.DirectionBox.Text = "Out";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Bytes to Transfer";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(168, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(96, 13);
this.label2.TabIndex = 7;
this.label2.Text = "Data to send (Hex)";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Text to send";
//
// FileXferBtn
//
this.FileXferBtn.Enabled = false;
this.FileXferBtn.Location = new System.Drawing.Point(326, 61);
this.FileXferBtn.Name = "FileXferBtn";
this.FileXferBtn.Size = new System.Drawing.Size(86, 23);
this.FileXferBtn.TabIndex = 5;
this.FileXferBtn.Text = "Transfer File";
this.FileXferBtn.UseVisualStyleBackColor = true;
this.FileXferBtn.Visible = false;
this.FileXferBtn.Click += new System.EventHandler(this.FileXferBtn_Click);
//
// DataXferBtn
//
this.DataXferBtn.Location = new System.Drawing.Point(171, 61);
this.DataXferBtn.Name = "DataXferBtn";
this.DataXferBtn.Size = new System.Drawing.Size(86, 23);
this.DataXferBtn.TabIndex = 4;
this.DataXferBtn.Text = "Transfer Data";
this.DataXferBtn.UseVisualStyleBackColor = true;
this.DataXferBtn.Click += new System.EventHandler(this.DataXferBtn_Click);
//
// NumBytesBox
//
this.NumBytesBox.Location = new System.Drawing.Point(6, 61);
this.NumBytesBox.Name = "NumBytesBox";
this.NumBytesBox.Size = new System.Drawing.Size(87, 20);
this.NumBytesBox.TabIndex = 3;
this.NumBytesBox.Text = "512";
this.NumBytesBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// XferTextBox
//
this.XferTextBox.Location = new System.Drawing.Point(6, 19);
this.XferTextBox.Name = "XferTextBox";
this.XferTextBox.Size = new System.Drawing.Size(131, 20);
this.XferTextBox.TabIndex = 1;
this.XferTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.XferTextBox_KeyUp);
//
// OutputBox
//
this.OutputBox.BackColor = System.Drawing.SystemColors.Info;
this.OutputBox.Dock = System.Windows.Forms.DockStyle.Bottom;
this.OutputBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OutputBox.Location = new System.Drawing.Point(3, 189);
this.OutputBox.Multiline = true;
this.OutputBox.Name = "OutputBox";
this.OutputBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.OutputBox.Size = new System.Drawing.Size(412, 266);
this.OutputBox.TabIndex = 0;
//
// DriversTab
//
this.DriversTab.Controls.Add(this.label4);
this.DriversTab.Controls.Add(this.CyUSBDeviceBox);
this.DriversTab.Controls.Add(this.HIDDeviceBox);
this.DriversTab.Controls.Add(this.MSCDeviceBox);
this.DriversTab.Location = new System.Drawing.Point(4, 22);
this.DriversTab.Name = "DriversTab";
this.DriversTab.Size = new System.Drawing.Size(418, 458);
this.DriversTab.TabIndex = 2;
this.DriversTab.Text = "Device Class Selection";
this.DriversTab.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(37, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(207, 13);
this.label4.TabIndex = 11;
this.label4.Text = "Select the USB devices of interest.";
//
// CyUSBDeviceBox
//
this.CyUSBDeviceBox.AutoSize = true;
this.CyUSBDeviceBox.Checked = true;
this.CyUSBDeviceBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.CyUSBDeviceBox.Location = new System.Drawing.Point(57, 43);
this.CyUSBDeviceBox.Name = "CyUSBDeviceBox";
this.CyUSBDeviceBox.Size = new System.Drawing.Size(292, 17);
this.CyUSBDeviceBox.TabIndex = 10;
this.CyUSBDeviceBox.Text = "Devices served by the CyUSB.sys driver (or a derivative)";
this.CyUSBDeviceBox.UseVisualStyleBackColor = true;
this.CyUSBDeviceBox.CheckedChanged += new System.EventHandler(this.CyUSBDeviceBox_CheckedChanged);
//
// HIDDeviceBox
//
this.HIDDeviceBox.AutoSize = true;
this.HIDDeviceBox.Checked = true;
this.HIDDeviceBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.HIDDeviceBox.Location = new System.Drawing.Point(57, 89);
this.HIDDeviceBox.Name = "HIDDeviceBox";
this.HIDDeviceBox.Size = new System.Drawing.Size(175, 17);
this.HIDDeviceBox.TabIndex = 9;
this.HIDDeviceBox.Text = "Human Interface Devices (HID)";
this.HIDDeviceBox.UseVisualStyleBackColor = true;
this.HIDDeviceBox.CheckedChanged += new System.EventHandler(this.CyUSBDeviceBox_CheckedChanged);
//
// MSCDeviceBox
//
this.MSCDeviceBox.AutoSize = true;
this.MSCDeviceBox.Checked = true;
this.MSCDeviceBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.MSCDeviceBox.Location = new System.Drawing.Point(57, 66);
this.MSCDeviceBox.Name = "MSCDeviceBox";
this.MSCDeviceBox.Size = new System.Drawing.Size(161, 17);
this.MSCDeviceBox.TabIndex = 8;
this.MSCDeviceBox.Text = "Mass Storage Class Devices";
this.MSCDeviceBox.UseVisualStyleBackColor = true;
this.MSCDeviceBox.CheckedChanged += new System.EventHandler(this.CyUSBDeviceBox_CheckedChanged);
//
// FOpenDialog
//
this.FOpenDialog.DefaultExt = "iic";
this.FOpenDialog.Filter = "Firmware Image files (*.iic) | *.iic|Intel HEX files (.hex) | *.hex";
this.FOpenDialog.ShowReadOnly = true;
this.FOpenDialog.Title = "Select file to download . . .";
//
// XferDataBox
//
this.XferDataBox.Location = new System.Drawing.Point(171, 22);
this.XferDataBox.Mask = resources.GetString("XferDataBox.Mask");
this.XferDataBox.Name = "XferDataBox";
this.XferDataBox.PromptChar = ' ';
this.XferDataBox.Size = new System.Drawing.Size(241, 20);
this.XferDataBox.TabIndex = 21;
this.XferDataBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.XferDataBox_KeyUp);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(674, 555);
this.Controls.Add(this.Split1);
this.Controls.Add(this.StatusBar);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "USB Control Center";
this.Resize += new System.EventHandler(this.Form1_Resize);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.StatusBar.ResumeLayout(false);
this.StatusBar.PerformLayout();
this.Split1.Panel1.ResumeLayout(false);
this.Split1.Panel2.ResumeLayout(false);
this.Split1.ResumeLayout(false);
this.TabPages.ResumeLayout(false);
this.DescrTab.ResumeLayout(false);
this.DescrTab.PerformLayout();
this.XferTab.ResumeLayout(false);
this.XferTab.PerformLayout();
this.DriversTab.ResumeLayout(false);
this.DriversTab.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.StatusStrip StatusBar;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
private System.Windows.Forms.SplitContainer Split1;
private System.Windows.Forms.TreeView DeviceTreeView;
private System.Windows.Forms.TabControl TabPages;
private System.Windows.Forms.TabPage DescrTab;
private System.Windows.Forms.TabPage XferTab;
private System.Windows.Forms.TextBox DescText;
private System.Windows.Forms.ToolStripMenuItem AboutMenuItem;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button FileXferBtn;
private System.Windows.Forms.Button DataXferBtn;
private System.Windows.Forms.TextBox NumBytesBox;
private System.Windows.Forms.TextBox XferTextBox;
private System.Windows.Forms.ComboBox TargetBox;
private System.Windows.Forms.ComboBox ReqTypeBox;
private System.Windows.Forms.ComboBox DirectionBox;
private System.Windows.Forms.TextBox wValueBox;
private System.Windows.Forms.TextBox ReqCodeBox;
private System.Windows.Forms.TextBox wIndexBox;
private System.Windows.Forms.Label ReqCodeLabel;
private System.Windows.Forms.Label wIndexLabel;
private System.Windows.Forms.Label wValueLabel;
private System.Windows.Forms.Label TargetLabel;
private System.Windows.Forms.Label ReqTypeLabel;
private System.Windows.Forms.Label DirectionLabel;
private System.Windows.Forms.TextBox OutputBox;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem programFX2ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ProgRamItem;
private System.Windows.Forms.ToolStripMenuItem ProgE2Item;
private System.Windows.Forms.OpenFileDialog FOpenDialog;
private System.Windows.Forms.ToolStripStatusLabel StatLabel;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem HaltItem;
private System.Windows.Forms.ToolStripMenuItem RunItem;
private System.Windows.Forms.TabPage DriversTab;
private System.Windows.Forms.CheckBox CyUSBDeviceBox;
private System.Windows.Forms.CheckBox HIDDeviceBox;
private System.Windows.Forms.CheckBox MSCDeviceBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.MaskedTextBox XferDataBox;
}
}