📄 main.designer.cs
字号:
//
this.tsbPageSet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPageSet.Image = ((System.Drawing.Image)(resources.GetObject("tsbPageSet.Image")));
this.tsbPageSet.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPageSet.Name = "tsbPageSet";
this.tsbPageSet.Size = new System.Drawing.Size(22, 20);
this.tsbPageSet.Text = "页面设置";
this.tsbPageSet.Click += new System.EventHandler(this.tsbPageSet_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(22, 6);
//
// helpToolStripButton
//
this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.helpToolStripButton.Name = "helpToolStripButton";
this.helpToolStripButton.Size = new System.Drawing.Size(22, 20);
this.helpToolStripButton.Text = "帮助";
//
// statusStrip
//
this.statusStrip.Dock = System.Windows.Forms.DockStyle.None;
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel,
this.toolStripSplitButton1});
this.statusStrip.Location = new System.Drawing.Point(0, 0);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(759, 22);
this.statusStrip.TabIndex = 2;
this.statusStrip.Text = "StatusStrip";
//
// toolStripStatusLabel
//
this.toolStripStatusLabel.Name = "toolStripStatusLabel";
this.toolStripStatusLabel.Size = new System.Drawing.Size(31, 17);
this.toolStripStatusLabel.Text = "状态";
//
// toolStripSplitButton1
//
this.toolStripSplitButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiScriptTest});
this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButton1.Name = "toolStripSplitButton1";
this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 20);
this.toolStripSplitButton1.Text = "toolStripSplitButton1";
//
// tsmiScriptTest
//
this.tsmiScriptTest.Checked = true;
this.tsmiScriptTest.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiScriptTest.Name = "tsmiScriptTest";
this.tsmiScriptTest.Size = new System.Drawing.Size(122, 22);
this.tsmiScriptTest.Text = "调试脚本";
this.tsmiScriptTest.Click += new System.EventHandler(this.tsmiScriptTest_Click);
//
// ctmisTabpage
//
this.ctmisTabpage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newTStMI,
this.toolStripSeparator14,
this.CloseTSMI,
this.tsmiCloseCasePage});
this.ctmisTabpage.Name = "ctmisTabpage";
this.ctmisTabpage.Size = new System.Drawing.Size(159, 76);
//
// newTStMI
//
this.newTStMI.Name = "newTStMI";
this.newTStMI.Size = new System.Drawing.Size(158, 22);
this.newTStMI.Text = "新建标签页";
this.newTStMI.Click += new System.EventHandler(this.newTStMI_Click);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
this.toolStripSeparator14.Size = new System.Drawing.Size(155, 6);
//
// CloseTSMI
//
this.CloseTSMI.Name = "CloseTSMI";
this.CloseTSMI.Size = new System.Drawing.Size(158, 22);
this.CloseTSMI.Text = "关闭标签页";
this.CloseTSMI.Click += new System.EventHandler(this.CloseTSMI_Click);
//
// tsmiCloseCasePage
//
this.tsmiCloseCasePage.Name = "tsmiCloseCasePage";
this.tsmiCloseCasePage.Size = new System.Drawing.Size(158, 22);
this.tsmiCloseCasePage.Text = "关闭其它标签页";
this.tsmiCloseCasePage.Click += new System.EventHandler(this.tsmiCloseCasePage_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "退出.ico");
this.imageList1.Images.SetKeyName(1, "3j2.gif");
this.imageList1.Images.SetKeyName(2, "3j1.gif");
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.stmiOpen,
this.删除ToolStripMenuItem,
this.toolStripMenuItem5,
this.editTSMI});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(115, 76);
//
// stmiOpen
//
this.stmiOpen.Name = "stmiOpen";
this.stmiOpen.Size = new System.Drawing.Size(114, 22);
this.stmiOpen.Text = "打开(&O)";
this.stmiOpen.Click += new System.EventHandler(this.stmiOpen_Click);
//
// 删除ToolStripMenuItem
//
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.删除ToolStripMenuItem.Text = "删除(&D)";
this.删除ToolStripMenuItem.Click += new System.EventHandler(this.tsbDelFeed_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(111, 6);
//
// editTSMI
//
this.editTSMI.Name = "editTSMI";
this.editTSMI.Size = new System.Drawing.Size(114, 22);
this.editTSMI.Text = "编辑(&E)";
this.editTSMI.Click += new System.EventHandler(this.editTSMI_Click);
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiBWeb,
this.toolStripMenuItem7,
this.toolStripSeparator13,
this.toolStripMenuItem8});
this.contextMenuStrip2.Name = "contextMenuStrip1";
this.contextMenuStrip2.Size = new System.Drawing.Size(114, 76);
//
// tsmiBWeb
//
this.tsmiBWeb.Name = "tsmiBWeb";
this.tsmiBWeb.Size = new System.Drawing.Size(113, 22);
this.tsmiBWeb.Text = "浏览(&B)";
this.tsmiBWeb.Click += new System.EventHandler(this.tsmiBWeb_Click);
//
// toolStripMenuItem7
//
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new System.Drawing.Size(113, 22);
this.toolStripMenuItem7.Text = "删除(&D)";
this.toolStripMenuItem7.Click += new System.EventHandler(this.tsbDelFeed_Click);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
this.toolStripSeparator13.Size = new System.Drawing.Size(110, 6);
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.Size = new System.Drawing.Size(113, 22);
this.toolStripMenuItem8.Text = "编辑(&E)";
this.toolStripMenuItem8.Click += new System.EventHandler(this.editTSMI_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(1);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tctlList);
this.splitContainer1.Panel1MinSize = 2;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.btnLeftHide);
this.splitContainer1.Panel2.Controls.Add(this.tctlWebBorowser);
this.splitContainer1.Panel2MinSize = 2;
this.splitContainer1.Size = new System.Drawing.Size(735, 469);
this.splitContainer1.SplitterDistance = 210;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 9;
//
// tctlList
//
this.tctlList.Controls.Add(this.tabPage1);
this.tctlList.Controls.Add(this.tabPage2);
this.tctlList.Dock = System.Windows.Forms.DockStyle.Fill;
this.tctlList.Location = new System.Drawing.Point(0, 0);
this.tctlList.Name = "tctlList";
this.tctlList.SelectedIndex = 0;
this.tctlList.Size = new System.Drawing.Size(210, 469);
this.tctlList.TabIndex = 10;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.treeView1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(202, 444);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "动态书签";
this.tabPage1.UseVisualStyleBackColor = true;
//
// treeView1
//
this.treeView1.ImageIndex = 10;
this.treeView1.ImageList = this.imageList2;
this.treeView1.Location = new System.Drawing.Point(39, 116);
this.treeView1.Name = "treeView1";
this.treeView1.SelectedImageIndex = 2;
this.treeView1.Size = new System.Drawing.Size(120, 90);
this.treeView1.TabIndex = 6;
this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -