📄 main.designer.cs
字号:
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(143, 6);
//
// FeedToolStripMenuItem
//
this.FeedToolStripMenuItem.Checked = true;
this.FeedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.FeedToolStripMenuItem.Name = "FeedToolStripMenuItem";
this.FeedToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.FeedToolStripMenuItem.Text = "动态书签列表";
this.FeedToolStripMenuItem.Click += new System.EventHandler(this.FeedToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Checked = true;
this.toolStripMenuItem3.CheckState = System.Windows.Forms.CheckState.Checked;
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(146, 22);
this.toolStripMenuItem3.Text = "显示书签列表";
//
// StaticFeedToolStripMenuItem
//
this.StaticFeedToolStripMenuItem.Checked = true;
this.StaticFeedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.StaticFeedToolStripMenuItem.Name = "StaticFeedToolStripMenuItem";
this.StaticFeedToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.StaticFeedToolStripMenuItem.Text = "静态书签列表";
this.StaticFeedToolStripMenuItem.Click += new System.EventHandler(this.StaticFeedToolStripMenuItem_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(143, 6);
//
// tsmiDispAll
//
this.tsmiDispAll.Checked = true;
this.tsmiDispAll.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiDispAll.Image = ((System.Drawing.Image)(resources.GetObject("tsmiDispAll.Image")));
this.tsmiDispAll.Name = "tsmiDispAll";
this.tsmiDispAll.Size = new System.Drawing.Size(146, 22);
this.tsmiDispAll.Text = "全屏";
this.tsmiDispAll.Click += new System.EventHandler(this.tsmiDispAll_Click);
//
// toolsMenu
//
this.toolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.tsmiOption,
this.tsmiInternetOption});
this.toolsMenu.Name = "toolsMenu";
this.toolsMenu.Size = new System.Drawing.Size(57, 20);
this.toolsMenu.Text = "工具(&T)";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image")));
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(138, 22);
this.toolStripMenuItem2.Text = "扩展";
//
// tsmiOption
//
this.tsmiOption.Image = ((System.Drawing.Image)(resources.GetObject("tsmiOption.Image")));
this.tsmiOption.Name = "tsmiOption";
this.tsmiOption.Size = new System.Drawing.Size(138, 22);
this.tsmiOption.Text = "选项(&O)";
this.tsmiOption.Click += new System.EventHandler(this.tsmiOption_Click);
//
// tsmiInternetOption
//
this.tsmiInternetOption.Name = "tsmiInternetOption";
this.tsmiInternetOption.Size = new System.Drawing.Size(138, 22);
this.tsmiInternetOption.Text = "Internet选项";
this.tsmiInternetOption.Click += new System.EventHandler(this.tsmiInternetOption_Click);
//
// windowsMenu
//
this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newWindowToolStripMenuItem,
this.closeAllToolStripMenuItem});
this.windowsMenu.Name = "windowsMenu";
this.windowsMenu.Size = new System.Drawing.Size(61, 20);
this.windowsMenu.Text = "窗口(&W)";
//
// newWindowToolStripMenuItem
//
this.newWindowToolStripMenuItem.Name = "newWindowToolStripMenuItem";
this.newWindowToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.newWindowToolStripMenuItem.Text = "新建窗口(&N)";
this.newWindowToolStripMenuItem.Click += new System.EventHandler(this.newTStMI_Click);
//
// closeAllToolStripMenuItem
//
this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.closeAllToolStripMenuItem.Text = "全部关闭(&L)";
this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItem_Click);
//
// helpMenu
//
this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpMenu.Name = "helpMenu";
this.helpMenu.Size = new System.Drawing.Size(58, 20);
this.helpMenu.Text = "帮助(&H)";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.aboutToolStripMenuItem.Text = "关于";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// toolStrip
//
this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbOpen,
this.tsbSave,
this.toolStripSeparator1,
this.tsbAdd,
this.tsbDelFeed,
this.tsbEditFeed,
this.tsbViewFeedInfo,
this.toolStripSeparator8,
this.printToolStripButton,
this.printPreviewToolStripButton,
this.tsbPageSet,
this.toolStripSeparator2,
this.helpToolStripButton});
this.toolStrip.Location = new System.Drawing.Point(0, 21);
this.toolStrip.Name = "toolStrip";
this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStrip.Size = new System.Drawing.Size(24, 259);
this.toolStrip.TabIndex = 1;
this.toolStrip.Text = "ToolStrip";
//
// tsbOpen
//
this.tsbOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpen.Image")));
this.tsbOpen.ImageTransparentColor = System.Drawing.Color.Black;
this.tsbOpen.Name = "tsbOpen";
this.tsbOpen.Size = new System.Drawing.Size(22, 20);
this.tsbOpen.Text = "打开";
this.tsbOpen.Click += new System.EventHandler(this.OpenFile);
//
// tsbSave
//
this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Black;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(22, 20);
this.tsbSave.Text = "保存";
this.tsbSave.Click += new System.EventHandler(this.tsmiSave_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(22, 6);
//
// tsbAdd
//
this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdd.Name = "tsbAdd";
this.tsbAdd.Size = new System.Drawing.Size(22, 20);
this.tsbAdd.Text = "添加书签";
this.tsbAdd.Click += new System.EventHandler(this.addtoolStripButton_Click);
//
// tsbDelFeed
//
this.tsbDelFeed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDelFeed.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelFeed.Image")));
this.tsbDelFeed.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDelFeed.Name = "tsbDelFeed";
this.tsbDelFeed.Size = new System.Drawing.Size(22, 20);
this.tsbDelFeed.Text = "删除书签";
this.tsbDelFeed.Click += new System.EventHandler(this.tsbDelFeed_Click);
//
// tsbEditFeed
//
this.tsbEditFeed.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbEditFeed.Image = ((System.Drawing.Image)(resources.GetObject("tsbEditFeed.Image")));
this.tsbEditFeed.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEditFeed.Name = "tsbEditFeed";
this.tsbEditFeed.Size = new System.Drawing.Size(22, 20);
this.tsbEditFeed.Text = "编辑书签";
this.tsbEditFeed.Click += new System.EventHandler(this.editTSMI_Click);
//
// tsbViewFeedInfo
//
this.tsbViewFeedInfo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewFeedInfo.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewFeedInfo.Image")));
this.tsbViewFeedInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewFeedInfo.Name = "tsbViewFeedInfo";
this.tsbViewFeedInfo.Size = new System.Drawing.Size(22, 20);
this.tsbViewFeedInfo.Text = "查看书签信息";
this.tsbViewFeedInfo.Click += new System.EventHandler(this.tsbViewFeedInfo_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(22, 6);
//
// 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.Black;
this.printToolStripButton.Name = "printToolStripButton";
this.printToolStripButton.Size = new System.Drawing.Size(22, 20);
this.printToolStripButton.Text = "打印";
this.printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click);
//
// printPreviewToolStripButton
//
this.printPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.printPreviewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
this.printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.printPreviewToolStripButton.Name = "printPreviewToolStripButton";
this.printPreviewToolStripButton.Size = new System.Drawing.Size(22, 20);
this.printPreviewToolStripButton.Text = "打印预览";
this.printPreviewToolStripButton.Click += new System.EventHandler(this.printPreviewToolStripButton_Click);
//
// tsbPageSet
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -