📄 form1.designer.cs
字号:
//
// 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";
this.RunItem.Click += new System.EventHandler(this.HaltItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UsersGuide,
this.AboutMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// UsersGuide
//
this.UsersGuide.Name = "UsersGuide";
this.UsersGuide.Size = new System.Drawing.Size(139, 22);
this.UsersGuide.Text = "Help Topics";
this.UsersGuide.Click += new System.EventHandler(this.UsersGuide_Click);
//
// AboutMenuItem
//
this.AboutMenuItem.Name = "AboutMenuItem";
this.AboutMenuItem.Size = new System.Drawing.Size(139, 22);
this.AboutMenuItem.Text = "About";
this.AboutMenuItem.Click += new System.EventHandler(this.AboutMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.Color.Gainsboro;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Record,
this.Stop,
this.Pause,
this.Create_script,
this.Script_parameters,
this.load_button,
this.play_button,
this.Reset_device,
this.Reconnect_device,
this.Reset_endpoint,
this.Abort_endpoint,
this.Reset_Pipe,
this.Abort_Pipe,
this.URB_Stat,
this.Select_Monitor,
this.Load_Monitor});
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";
//
// Record
//
this.Record.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Record.Image = ((System.Drawing.Image)(resources.GetObject("Record.Image")));
this.Record.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Record.Name = "Record";
this.Record.Size = new System.Drawing.Size(23, 22);
this.Record.Text = "Start Recording";
this.Record.Click += new System.EventHandler(this.Record_Click);
//
// Stop
//
this.Stop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Stop.Enabled = false;
this.Stop.Image = ((System.Drawing.Image)(resources.GetObject("Stop.Image")));
this.Stop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Stop.Name = "Stop";
this.Stop.Size = new System.Drawing.Size(23, 22);
this.Stop.Text = "Stop Recording";
this.Stop.Click += new System.EventHandler(this.Stop_Click);
//
// Pause
//
this.Pause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Pause.Image = ((System.Drawing.Image)(resources.GetObject("Pause.Image")));
this.Pause.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Pause.Name = "Pause";
this.Pause.Size = new System.Drawing.Size(23, 22);
this.Pause.Text = "Insert 100ms wait";
this.Pause.Click += new System.EventHandler(this.Pause_Click);
//
// Create_script
//
this.Create_script.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Create_script.Image = ((System.Drawing.Image)(resources.GetObject("Create_script.Image")));
this.Create_script.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Create_script.Name = "Create_script";
this.Create_script.Size = new System.Drawing.Size(23, 22);
this.Create_script.Text = "Create Script";
this.Create_script.Click += new System.EventHandler(this.Create_script_Click);
//
// Script_parameters
//
this.Script_parameters.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Script_parameters.Image = ((System.Drawing.Image)(resources.GetObject("Script_parameters.Image")));
this.Script_parameters.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Script_parameters.Name = "Script_parameters";
this.Script_parameters.Size = new System.Drawing.Size(23, 22);
this.Script_parameters.Text = "Script Parameters";
this.Script_parameters.Click += new System.EventHandler(this.Script_parameters_Click);
//
// load_button
//
this.load_button.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.load_button.Image = ((System.Drawing.Image)(resources.GetObject("load_button.Image")));
this.load_button.ImageTransparentColor = System.Drawing.Color.Transparent;
this.load_button.Name = "load_button";
this.load_button.Size = new System.Drawing.Size(23, 22);
this.load_button.Text = "Load Script";
this.load_button.Click += new System.EventHandler(this.load_button_Click);
//
// play_button
//
this.play_button.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.play_button.Enabled = false;
this.play_button.Image = ((System.Drawing.Image)(resources.GetObject("play_button.Image")));
this.play_button.ImageTransparentColor = System.Drawing.Color.Transparent;
this.play_button.Name = "play_button";
this.play_button.Size = new System.Drawing.Size(23, 22);
this.play_button.Text = "Play Script";
this.play_button.Click += new System.EventHandler(this.play_button_Click);
//
// Reset_device
//
this.Reset_device.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.Reset_device.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Reset_device.Image = ((System.Drawing.Image)(resources.GetObject("Reset_device.Image")));
this.Reset_device.ImageTransparentColor = System.Drawing.Color.Transparent;
this.Reset_device.Name = "Reset_device";
this.Reset_device.Size = new System.Drawing.Size(23, 22);
this.Reset_device.Text = "Reset Device";
this.Reset_device.Click += new System.EventHandler(this.Reset_device_Click);
//
// Reconnect_device
//
this.Reconnect_device.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.Reconnect_device.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Reconnect_device.Image = ((System.Drawing.Image)(resources.GetObject("Reconnect_device.Image")));
this.Reconnect_device.ImageTransparentColor = System.Drawing.Color.Transparent;
this.Reconnect_device.Name = "Reconnect_device";
this.Reconnect_device.Size = new System.Drawing.Size(23, 22);
this.Reconnect_device.Text = "Reconnect Device";
this.Reconnect_device.Click += new System.EventHandler(this.Reconnect_device_Click);
//
// Reset_endpoint
//
this.Reset_endpoint.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.Reset_endpoint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Reset_endpoint.Image = ((System.Drawing.Image)(resources.GetObject("Reset_endpoint.Image")));
this.Reset_endpoint.ImageTransparentColor = System.Drawing.Color.Transparent;
this.Reset_endpoint.Name = "Reset_endpoint";
this.Reset_endpoint.Size = new System.Drawing.Size(23, 22);
this.Reset_endpoint.Text = "Reset Endpoint";
this.Reset_endpoint.Click += new System.EventHandler(this.Reset_endpoint_Click);
//
// Abort_endpoint
//
this.Abort_endpoint.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.Abort_endpoint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.Abort_endpoint.Image = ((System.Drawing.Image)(resources.GetObject("Abort_endpoint.Image")));
this.Abort_endpoint.ImageTransparentColor = System.Drawing.Color.Transparent;
this.Abort_endpoint.Name = "Abort_endpoint";
this.Abort_endpoint.Size = new System.Drawing.Size(23, 22);
this.Abort_endpoint.Text = "Abort Endpoint";
this.Abort_endpoint.Click += new System.EventHandler(this.Abort_endpoint_Click);
//
// Reset_Pipe
//
this.Reset_Pipe.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.Reset_Pipe.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.Reset_Pipe.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Reset_Pipe.Name = "Reset_Pipe";
this.Reset_Pipe.Size = new System.Drawing.Size(62, 22);
this.Reset_Pipe.Text = "Reset Pipe";
this.Reset_Pipe.Click += new System.EventHandler(this.Reset_Pipe_Click);
//
// Abort_Pipe
//
this.Abort_Pipe.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.Abort_Pipe.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.Abort_Pipe.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Abort_Pipe.Name = "Abort_Pipe";
this.Abort_Pipe.Size = new System.Drawing.Size(61, 22);
this.Abort_Pipe.Text = "Abort Pipe";
this.Abort_Pipe.Click += new System.EventHandler(this.Abort_Pipe_Click);
//
// URB_Stat
//
this.URB_Stat.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.URB_Stat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.URB_Stat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.URB_Stat.ImageTransparentColor = System.Drawing.Color.Magenta;
this.URB_Stat.Name = "URB_Stat";
this.URB_Stat.Size = new System.Drawing.Size(54, 22);
this.URB_Stat.Text = "URB Stat";
this.URB_Stat.Click += new System.EventHandler(this.URB_Stat_Click);
//
// Select_Monitor
//
this.Select_Monitor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.Select_Monitor.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Select_Monitor.Name = "Select_Monitor";
this.Select_Monitor.Size = new System.Drawing.Size(79, 22);
this.Select_Monitor.Text = "Select Monitor";
this.Select_Monitor.Click += new System.EventHandler(this.Select_Monitor_Click);
//
// Load_Monitor
//
this.Load_Monitor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.Load_Monitor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.Load_Monitor.Enabled = false;
this.Load_Monitor.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.Load_Monitor.Image = ((System.Drawing.Image)(resources.GetObject("Load_Monitor.Image")));
this.Load_Monitor.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Load_Monitor.Name = "Load_Monitor";
this.Load_Monitor.Size = new System.Drawing.Size(73, 22);
this.Load_Monitor.Text = "Load Monitor";
this.Load_Monitor.Click += new System.EventHandler(this.Load_Monitor_Click);
//
// StatusBar
//
this.StatusBar.BackColor = System.Drawing.SystemColors.Control;
this.StatusBar.Font = new System.Drawing.Font("Tahoma", 8.25F);
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.ForeColor = System.Drawing.SystemColors.ControlText;
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(0, 17);
//
// StatLabel
//
this.StatLabel.ForeColor = System.Drawing.SystemColors.ControlText;
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.gb);
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;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -