📄 main.designer.cs
字号:
this.toolStripButton3.Text = "关于";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_2);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
this.toolStripSeparator14.Size = new System.Drawing.Size(6, 39);
//
// toolStripButton14
//
this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton14.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton14.Image")));
this.toolStripButton14.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton14.Name = "toolStripButton14";
this.toolStripButton14.Size = new System.Drawing.Size(36, 36);
this.toolStripButton14.Text = "最大|最小化";
this.toolStripButton14.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripSeparator16
//
this.toolStripSeparator16.Name = "toolStripSeparator16";
this.toolStripSeparator16.Size = new System.Drawing.Size(6, 39);
//
// txtSearchword
//
this.txtSearchword.Name = "txtSearchword";
this.txtSearchword.Size = new System.Drawing.Size(100, 39);
//
// btnSearch
//
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(59, 36);
this.btnSearch.Text = "搜索";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// toolStrip5
//
this.toolStrip5.Location = new System.Drawing.Point(0, 0);
this.toolStrip5.Name = "toolStrip5";
this.toolStrip5.Size = new System.Drawing.Size(100, 25);
this.toolStrip5.TabIndex = 0;
//
// statusStrip3
//
this.statusStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.txtOutPut,
this.DownBar});
this.statusStrip3.Location = new System.Drawing.Point(0, 314);
this.statusStrip3.Name = "statusStrip3";
this.statusStrip3.Size = new System.Drawing.Size(950, 22);
this.statusStrip3.TabIndex = 4;
this.statusStrip3.Text = "statusStrip3";
//
// txtOutPut
//
this.txtOutPut.Name = "txtOutPut";
this.txtOutPut.Size = new System.Drawing.Size(0, 17);
//
// DownBar
//
this.DownBar.Name = "DownBar";
this.DownBar.Size = new System.Drawing.Size(150, 16);
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = " PRR个性阅读器";
this.notifyIcon1.Visible = true;
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.退出PRRToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(113, 26);
//
// 退出PRRToolStripMenuItem
//
this.退出PRRToolStripMenuItem.Name = "退出PRRToolStripMenuItem";
this.退出PRRToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
this.退出PRRToolStripMenuItem.Text = "退出PRR";
this.退出PRRToolStripMenuItem.Click += new System.EventHandler(this.退出PRRToolStripMenuItem_Click);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(950, 336);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip3);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.ShowInTaskbar = false;
this.Text = "PRR (Personal Rss Reader)";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Deactivate += new System.EventHandler(this.Form1_Mini);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.toolAddFile.ResumeLayout(false);
this.toolAddFile.PerformLayout();
this.toolAddFolder.ResumeLayout(false);
this.toolAddFolder.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewNewsList)).EndInit();
this.toolStrip4.ResumeLayout(false);
this.toolStrip4.PerformLayout();
this.statusStrip3.ResumeLayout(false);
this.statusStrip3.PerformLayout();
this.contextMenuStrip2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TreeView TreeViewMenu;
private System.Windows.Forms.DataGridView dataGridViewNewsList;
private System.Windows.Forms.WebBrowser webBrowserNewsList;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripButton btnAddDir;
private System.Windows.Forms.ToolStripButton btnAddSite;
private System.Windows.Forms.ToolStripButton btnDelete;
private System.Windows.Forms.ToolStripButton btnUpdate;
private System.Windows.Forms.ToolStrip toolStrip5;
private System.Windows.Forms.ToolStrip toolStrip4;
private System.Windows.Forms.ToolStripButton toolStripButton14;
private System.Windows.Forms.ToolStripButton toolStripButton15;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripButton toolStripButton16;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripButton toolStripButton17;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripButton toolStripButton18;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripTextBox toolStripTextBox2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripButton toolStripButton20;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton btnStopUpdate;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 添加目录ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 添加RSS站点ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 更新ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 停止更新ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 删除目录RSS站点ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip3;
private System.Windows.Forms.ToolStripStatusLabel txtOutPut;
private System.Windows.Forms.ToolStripProgressBar DownBar;
private System.Windows.Forms.ToolStrip toolAddFolder;
private System.Windows.Forms.ToolStrip toolAddFile;
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox FileName;
private System.Windows.Forms.ToolStripButton btnAddFile;
private System.Windows.Forms.ToolStripTextBox FolderName;
private System.Windows.Forms.ToolStripButton btnAddFolder;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton btnAbaot;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
private System.Windows.Forms.ToolStripTextBox BookNewsName;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
private System.Windows.Forms.ToolStripTextBox txtSearchword;
private System.Windows.Forms.ToolStripButton btnSearch;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
private System.Windows.Forms.ToolStripMenuItem 退出PRRToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -