📄 form1.designer.cs
字号:
// gb
//
this.gb.BackColor = System.Drawing.Color.Gainsboro;
this.gb.Controls.Add(this.Ok);
this.gb.Controls.Add(this.Addr);
this.gb.Controls.Add(this.Cpu);
this.gb.Controls.Add(this.textBox2);
this.gb.Controls.Add(this.textBox1);
this.gb.Location = new System.Drawing.Point(0, 322);
this.gb.Name = "gb";
this.gb.Size = new System.Drawing.Size(243, 162);
this.gb.TabIndex = 1;
this.gb.TabStop = false;
this.gb.Text = "Change Parameters";
this.gb.Visible = false;
//
// Ok
//
this.Ok.Location = new System.Drawing.Point(83, 119);
this.Ok.Name = "Ok";
this.Ok.Size = new System.Drawing.Size(75, 23);
this.Ok.TabIndex = 4;
this.Ok.Text = "OK";
this.Ok.UseVisualStyleBackColor = true;
this.Ok.Click += new System.EventHandler(this.Ok_Click);
//
// Addr
//
this.Addr.AutoSize = true;
this.Addr.Location = new System.Drawing.Point(0, 80);
this.Addr.Name = "Addr";
this.Addr.Size = new System.Drawing.Size(129, 13);
this.Addr.TabIndex = 3;
this.Addr.Text = "Maximum internal Address";
//
// Cpu
//
this.Cpu.AutoSize = true;
this.Cpu.Location = new System.Drawing.Point(0, 32);
this.Cpu.Name = "Cpu";
this.Cpu.Size = new System.Drawing.Size(117, 13);
this.Cpu.TabIndex = 2;
this.Cpu.Text = "Location of CPUCS reg";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(137, 80);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 20);
this.textBox2.TabIndex = 1;
this.textBox2.Text = "0x4000";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(137, 32);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 20);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "0xE600";
//
// 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.Gainsboro;
this.XferTab.Controls.Add(this.IsPacket);
this.XferTab.Controls.Add(this.Clear);
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";
//
// IsPacket
//
this.IsPacket.AutoSize = true;
this.IsPacket.Location = new System.Drawing.Point(163, 69);
this.IsPacket.Name = "IsPacket";
this.IsPacket.Size = new System.Drawing.Size(69, 17);
this.IsPacket.TabIndex = 27;
this.IsPacket.Text = "PktMode";
this.IsPacket.UseVisualStyleBackColor = true;
//
// Clear
//
this.Clear.Location = new System.Drawing.Point(324, 95);
this.Clear.Name = "Clear";
this.Clear.Size = new System.Drawing.Size(86, 23);
this.Clear.TabIndex = 26;
this.Clear.Text = "Clear Box";
this.Clear.UseVisualStyleBackColor = true;
this.Clear.Click += new System.EventHandler(this.Clear_Click);
//
// XferDataBox
//
this.XferDataBox.Location = new System.Drawing.Point(156, 29);
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);
//
// wValueBox
//
this.wValueBox.Location = new System.Drawing.Point(171, 168);
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, 168);
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, 168);
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, 171);
this.ReqCodeLabel.Name = "ReqCodeLabel";
this.ReqCodeLabel.Size = new System.Drawing.Size(55, 13);
this.ReqCodeLabel.TabIndex = 17;
this.ReqCodeLabel.Text = "Req Code";
this.ReqCodeLabel.Visible = false;
//
// wIndexLabel
//
this.wIndexLabel.AutoSize = true;
this.wIndexLabel.Location = new System.Drawing.Point(281, 171);
this.wIndexLabel.Name = "wIndexLabel";
this.wIndexLabel.Size = new System.Drawing.Size(41, 13);
this.wIndexLabel.TabIndex = 16;
this.wIndexLabel.Text = "wIndex";
this.wIndexLabel.Visible = false;
//
// wValueLabel
//
this.wValueLabel.AutoSize = true;
this.wValueLabel.Location = new System.Drawing.Point(123, 171);
this.wValueLabel.Name = "wValueLabel";
this.wValueLabel.Size = new System.Drawing.Size(42, 13);
this.wValueLabel.TabIndex = 15;
this.wValueLabel.Text = "wValue";
this.wValueLabel.Visible = false;
//
// TargetLabel
//
this.TargetLabel.AutoSize = true;
this.TargetLabel.Location = new System.Drawing.Point(281, 133);
this.TargetLabel.Name = "TargetLabel";
this.TargetLabel.Size = new System.Drawing.Size(38, 13);
this.TargetLabel.TabIndex = 14;
this.TargetLabel.Text = "Target";
this.TargetLabel.Visible = false;
//
// ReqTypeLabel
//
this.ReqTypeLabel.AutoSize = true;
this.ReqTypeLabel.Location = new System.Drawing.Point(111, 133);
this.ReqTypeLabel.Name = "ReqTypeLabel";
this.ReqTypeLabel.Size = new System.Drawing.Size(54, 13);
this.ReqTypeLabel.TabIndex = 13;
this.ReqTypeLabel.Text = "Req Type";
this.ReqTypeLabel.Visible = false;
//
// DirectionLabel
//
this.DirectionLabel.AutoSize = true;
this.DirectionLabel.Location = new System.Drawing.Point(3, 133);
this.DirectionLabel.Name = "DirectionLabel";
this.DirectionLabel.Size = new System.Drawing.Size(49, 13);
this.DirectionLabel.TabIndex = 12;
this.DirectionLabel.Text = "Direction";
this.DirectionLabel.Visible = false;
//
// TargetBox
//
this.TargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.TargetBox.FormattingEnabled = true;
this.TargetBox.Items.AddRange(new object[] {
"Device",
"Interface",
"Endpoint",
"Other"});
this.TargetBox.SelectedIndex = 0;
this.TargetBox.Location = new System.Drawing.Point(325, 130);
this.TargetBox.Name = "TargetBox";
this.TargetBox.Size = new System.Drawing.Size(72, 21);
this.TargetBox.TabIndex = 11;
//
// ReqTypeBox
//
this.ReqTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ReqTypeBox.FormattingEnabled = true;
this.ReqTypeBox.Items.AddRange(new object[] {
"Standard",
"Class",
"Vendor"});
this.ReqTypeBox.SelectedIndex = 0;
this.ReqTypeBox.Location = new System.Drawing.Point(171, 130);
this.ReqTypeBox.Name = "ReqTypeBox";
this.ReqTypeBox.Size = new System.Drawing.Size(72, 21);
this.ReqTypeBox.TabIndex = 10;
//
// DirectionBox
//
this.DirectionBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.DirectionBox.FormattingEnabled = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -