📄 frmcsdnreader.designer.cs
字号:
namespace feiyun0112.cnblogs.com.CSDNReader
{
partial class frmCSDNReader
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCSDNReader));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.mnuRoom = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRoom_Add = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRoom_Del = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRoom_Edit = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuRoom_Login = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.mnuRoom_Exit = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTopic = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTopic_Open = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTopic_Readed = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTopic_OpenIE = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.mnuTopic_Refresh = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTool = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTool_Setting = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout_Help = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.mnuAbout_Blog = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout_Email = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuAbout_CsdnReader = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout_Download = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.stuUser = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.stuMsg = new System.Windows.Forms.ToolStripStatusLabel();
this.stuInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.toolStripRoom = new System.Windows.Forms.ToolStrip();
this.tnRoom_Add = new System.Windows.Forms.ToolStripButton();
this.btnRoom_Edit = new System.Windows.Forms.ToolStripButton();
this.btnRoom_Del = new System.Windows.Forms.ToolStripButton();
this.TreeRoom = new feiyun0112.cnblogs.com.CSDNReader.Controls.TreeViewEx();
this.treeViewImageList = new System.Windows.Forms.ImageList(this.components);
this.tabTopics = new System.Windows.Forms.TabControl();
this.tpTopics = new System.Windows.Forms.TabPage();
this.listTopics = new System.Windows.Forms.ListView();
this._chTitle = new System.Windows.Forms.ColumnHeader();
this._chUser = new System.Windows.Forms.ColumnHeader();
this._chPoints = new System.Windows.Forms.ColumnHeader();
this._chReplies = new System.Windows.Forms.ColumnHeader();
this._chReplyTime = new System.Windows.Forms.ColumnHeader();
this.listTopicImageList = new System.Windows.Forms.ImageList(this.components);
this.tabTopicsImageList = new System.Windows.Forms.ImageList(this.components);
this.treeviewPopupMenu = new System.Windows.Forms.ContextMenu();
this.tpopmnuRefresh = new System.Windows.Forms.MenuItem();
this.tpopmnuMarkAll = new System.Windows.Forms.MenuItem();
this.TrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.TrayPopupMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuTray_OpenForm = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTray_RefrashAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuTray_Exit = new System.Windows.Forms.ToolStripMenuItem();
this.timerRefresh = new System.Windows.Forms.Timer(this.components);
this.timerMarkRead = new System.Windows.Forms.Timer(this.components);
this.timerShowTopic = new System.Windows.Forms.Timer(this.components);
this.mnuPopTopic = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuPopTopic_Readed = new System.Windows.Forms.ToolStripMenuItem();
this.mnuPopTopic_OpenIE = new System.Windows.Forms.ToolStripMenuItem();
this.timerMessage = new System.Windows.Forms.Timer(this.components);
this.timerHideInfo = new System.Windows.Forms.Timer(this.components);
this.mnuTopic_OpenAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.toolStripRoom.SuspendLayout();
this.tabTopics.SuspendLayout();
this.tpTopics.SuspendLayout();
this.TrayPopupMenu.SuspendLayout();
this.mnuPopTopic.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuRoom,
this.mnuTopic,
this.mnuTool,
this.mnuAbout});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// mnuRoom
//
this.mnuRoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuRoom_Add,
this.mnuRoom_Del,
this.mnuRoom_Edit,
this.toolStripMenuItem2,
this.mnuRoom_Login,
this.toolStripMenuItem3,
this.mnuRoom_Exit});
this.mnuRoom.Name = "mnuRoom";
this.mnuRoom.Size = new System.Drawing.Size(43, 20);
this.mnuRoom.Text = "社区";
//
// mnuRoom_Add
//
this.mnuRoom_Add.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.edit_add;
this.mnuRoom_Add.Name = "mnuRoom_Add";
this.mnuRoom_Add.Size = new System.Drawing.Size(98, 22);
this.mnuRoom_Add.Text = "添加";
this.mnuRoom_Add.Click += new System.EventHandler(this.mnuRoom_Add_Click);
//
// mnuRoom_Del
//
this.mnuRoom_Del.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.edit_remove;
this.mnuRoom_Del.Name = "mnuRoom_Del";
this.mnuRoom_Del.Size = new System.Drawing.Size(98, 22);
this.mnuRoom_Del.Text = "删除";
this.mnuRoom_Del.Click += new System.EventHandler(this.mnuRoom_Del_Click);
//
// mnuRoom_Edit
//
this.mnuRoom_Edit.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.edit;
this.mnuRoom_Edit.Name = "mnuRoom_Edit";
this.mnuRoom_Edit.Size = new System.Drawing.Size(98, 22);
this.mnuRoom_Edit.Text = "修改";
this.mnuRoom_Edit.Click += new System.EventHandler(this.mnuRoom_Edit_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(95, 6);
//
// mnuRoom_Login
//
this.mnuRoom_Login.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.Login;
this.mnuRoom_Login.Name = "mnuRoom_Login";
this.mnuRoom_Login.Size = new System.Drawing.Size(98, 22);
this.mnuRoom_Login.Text = "登录";
this.mnuRoom_Login.Click += new System.EventHandler(this.mnuRoom_Login_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(95, 6);
//
// mnuRoom_Exit
//
this.mnuRoom_Exit.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.quit;
this.mnuRoom_Exit.Name = "mnuRoom_Exit";
this.mnuRoom_Exit.Size = new System.Drawing.Size(98, 22);
this.mnuRoom_Exit.Text = "退出";
this.mnuRoom_Exit.Click += new System.EventHandler(this.mnuRoom_Exit_Click);
//
// mnuTopic
//
this.mnuTopic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuTopic_Open,
this.mnuTopic_Readed,
this.mnuTopic_OpenIE,
this.mnuTopic_OpenAll,
this.toolStripSeparator3,
this.mnuTopic_Refresh});
this.mnuTopic.Name = "mnuTopic";
this.mnuTopic.Size = new System.Drawing.Size(43, 20);
this.mnuTopic.Text = "贴子";
//
// mnuTopic_Open
//
this.mnuTopic_Open.Name = "mnuTopic_Open";
this.mnuTopic_Open.Size = new System.Drawing.Size(152, 22);
this.mnuTopic_Open.Text = "打开";
this.mnuTopic_Open.Click += new System.EventHandler(this.mnuTopic_Open_Click);
//
// mnuTopic_Readed
//
this.mnuTopic_Readed.Name = "mnuTopic_Readed";
this.mnuTopic_Readed.Size = new System.Drawing.Size(152, 22);
this.mnuTopic_Readed.Text = "已读";
this.mnuTopic_Readed.Click += new System.EventHandler(this.mnuTopic_Readed_Click);
//
// mnuTopic_OpenIE
//
this.mnuTopic_OpenIE.Name = "mnuTopic_OpenIE";
this.mnuTopic_OpenIE.Size = new System.Drawing.Size(152, 22);
this.mnuTopic_OpenIE.Text = "在新窗口打开";
this.mnuTopic_OpenIE.Click += new System.EventHandler(this.mnuTopic_OpenIE_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
//
// mnuTopic_Refresh
//
this.mnuTopic_Refresh.Name = "mnuTopic_Refresh";
this.mnuTopic_Refresh.Size = new System.Drawing.Size(152, 22);
this.mnuTopic_Refresh.Text = "刷新";
this.mnuTopic_Refresh.Click += new System.EventHandler(this.mnuTopic_Refresh_Click);
//
// mnuTool
//
this.mnuTool.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuTool_Setting});
this.mnuTool.Name = "mnuTool";
this.mnuTool.Size = new System.Drawing.Size(43, 20);
this.mnuTool.Text = "工具";
//
// mnuTool_Setting
//
this.mnuTool_Setting.Name = "mnuTool_Setting";
this.mnuTool_Setting.Size = new System.Drawing.Size(98, 22);
this.mnuTool_Setting.Text = "设置";
this.mnuTool_Setting.Click += new System.EventHandler(this.mnuTool_Setting_Click);
//
// mnuAbout
//
this.mnuAbout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuAbout_Help,
this.toolStripSeparator4,
this.mnuAbout_Blog,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -