⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmcsdnreader.designer.cs

📁 是一款式CSDN阅读器,可以方便CSDN用户阅读自己感兴趣的内容!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this._chPoints.Text = "分数";
            this._chPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // _chReplies
            // 
            this._chReplies.Text = "回复";
            this._chReplies.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // _chReplyTime
            // 
            this._chReplyTime.Text = "时间";
            this._chReplyTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this._chReplyTime.Width = 100;
            // 
            // listTopicImageList
            // 
            this.listTopicImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("listTopicImageList.ImageStream")));
            this.listTopicImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.listTopicImageList.Images.SetKeyName(0, "money");
            this.listTopicImageList.Images.SetKeyName(1, "NewTopic");
            // 
            // tabTopicsImageList
            // 
            this.tabTopicsImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("tabTopicsImageList.ImageStream")));
            this.tabTopicsImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.tabTopicsImageList.Images.SetKeyName(0, "loading_p1");
            this.tabTopicsImageList.Images.SetKeyName(1, "loading_p2");
            this.tabTopicsImageList.Images.SetKeyName(2, "loading_p3");
            this.tabTopicsImageList.Images.SetKeyName(3, "loading_p4");
            this.tabTopicsImageList.Images.SetKeyName(4, "loading_p5");
            this.tabTopicsImageList.Images.SetKeyName(5, "loading_p6");
            this.tabTopicsImageList.Images.SetKeyName(6, "loading_p7");
            this.tabTopicsImageList.Images.SetKeyName(7, "loading_p8");
            // 
            // treeviewPopupMenu
            // 
            this.treeviewPopupMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.tpopmnuRefresh,
            this.tpopmnuMarkAll});
            // 
            // tpopmnuRefresh
            // 
            this.tpopmnuRefresh.Index = 0;
            this.tpopmnuRefresh.Text = "&刷新";
            this.tpopmnuRefresh.Click += new System.EventHandler(this.tpopmnuRefresh_Click);
            // 
            // tpopmnuMarkAll
            // 
            this.tpopmnuMarkAll.Index = 1;
            this.tpopmnuMarkAll.Text = "全部主题已读";
            this.tpopmnuMarkAll.Click += new System.EventHandler(this.tpopmnuMarkAll_Click);
            // 
            // TrayIcon
            // 
            this.TrayIcon.ContextMenuStrip = this.TrayPopupMenu;
            this.TrayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("TrayIcon.Icon")));
            this.TrayIcon.Text = "CSDN Reader";
            this.TrayIcon.Visible = true;
            this.TrayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TrayIcon_MouseDoubleClick);
            // 
            // TrayPopupMenu
            // 
            this.TrayPopupMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuTray_OpenForm,
            this.mnuTray_RefrashAll,
            this.toolStripSeparator1,
            this.mnuTray_Exit});
            this.TrayPopupMenu.Name = "TrayPopupMenu";
            this.TrayPopupMenu.Size = new System.Drawing.Size(177, 76);
            // 
            // mnuTray_OpenForm
            // 
            this.mnuTray_OpenForm.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.mnuTray_OpenForm.Name = "mnuTray_OpenForm";
            this.mnuTray_OpenForm.Size = new System.Drawing.Size(176, 22);
            this.mnuTray_OpenForm.Text = "打开 CSDN Reader";
            this.mnuTray_OpenForm.Click += new System.EventHandler(this.mnuTray_OpenForm_Click);
            // 
            // mnuTray_RefrashAll
            // 
            this.mnuTray_RefrashAll.Name = "mnuTray_RefrashAll";
            this.mnuTray_RefrashAll.Size = new System.Drawing.Size(176, 22);
            this.mnuTray_RefrashAll.Text = "刷新所有社区";
            this.mnuTray_RefrashAll.Click += new System.EventHandler(this.mnuTray_RefrashAll_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(173, 6);
            // 
            // mnuTray_Exit
            // 
            this.mnuTray_Exit.Name = "mnuTray_Exit";
            this.mnuTray_Exit.Size = new System.Drawing.Size(176, 22);
            this.mnuTray_Exit.Text = "退出";
            this.mnuTray_Exit.Click += new System.EventHandler(this.mnuTray_Exit_Click);
            // 
            // timerRefresh
            // 
            this.timerRefresh.Interval = 60000;
            this.timerRefresh.Tick += new System.EventHandler(this.timerRefresh_Tick);
            // 
            // timerMarkRead
            // 
            this.timerMarkRead.Interval = 10;
            this.timerMarkRead.Tick += new System.EventHandler(this.timerMarkRead_Tick);
            // 
            // timerShowTopic
            // 
            this.timerShowTopic.Interval = 10;
            this.timerShowTopic.Tick += new System.EventHandler(this.timerShowTopic_Tick);
            // 
            // mnuPopTopic
            // 
            this.mnuPopTopic.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuPopTopic_Readed,
            this.mnuPopTopic_OpenIE});
            this.mnuPopTopic.Name = "mnuPopTopic";
            this.mnuPopTopic.Size = new System.Drawing.Size(147, 48);
            // 
            // mnuPopTopic_Readed
            // 
            this.mnuPopTopic_Readed.Name = "mnuPopTopic_Readed";
            this.mnuPopTopic_Readed.Size = new System.Drawing.Size(146, 22);
            this.mnuPopTopic_Readed.Text = "已读";
            this.mnuPopTopic_Readed.Click += new System.EventHandler(this.mnuPopTopic_Readed_Click);
            // 
            // mnuPopTopic_OpenIE
            // 
            this.mnuPopTopic_OpenIE.Name = "mnuPopTopic_OpenIE";
            this.mnuPopTopic_OpenIE.Size = new System.Drawing.Size(146, 22);
            this.mnuPopTopic_OpenIE.Text = "在新窗口打开";
            this.mnuPopTopic_OpenIE.Click += new System.EventHandler(this.mnuPopTopic_OpenIE_Click);
            // 
            // timerMessage
            // 
            this.timerMessage.Tick += new System.EventHandler(this.timerMessage_Tick);
            // 
            // timerHideInfo
            // 
            this.timerHideInfo.Tick += new System.EventHandler(this.timerHideInfo_Tick);
            // 
            // mnuTopic_OpenAll
            // 
            this.mnuTopic_OpenAll.Name = "mnuTopic_OpenAll";
            this.mnuTopic_OpenAll.Size = new System.Drawing.Size(152, 22);
            this.mnuTopic_OpenAll.Text = "打开所有未读";
            this.mnuTopic_OpenAll.Click += new System.EventHandler(this.mnuTopic_OpenAll_Click);
            // 
            // frmCSDNReader
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 446);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "frmCSDNReader";
            this.Text = "CSDN Reader";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmCSDNReader_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel1.PerformLayout();
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.toolStripRoom.ResumeLayout(false);
            this.toolStripRoom.PerformLayout();
            this.tabTopics.ResumeLayout(false);
            this.tpTopics.ResumeLayout(false);
            this.TrayPopupMenu.ResumeLayout(false);
            this.mnuPopTopic.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.SplitContainer splitContainer2;
        private System.Windows.Forms.ToolStrip toolStripRoom;
        private System.Windows.Forms.ToolStripMenuItem mnuRoom;
        private System.Windows.Forms.ToolStripMenuItem mnuRoom_Add;
        private System.Windows.Forms.ToolStripMenuItem mnuRoom_Del;
        private System.Windows.Forms.ToolStripMenuItem mnuRoom_Edit;
        private System.Windows.Forms.ToolStripMenuItem mnuRoom_Login;
        private System.Windows.Forms.ToolStripMenuItem mnuRoom_Exit;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
        private System.Windows.Forms.ToolStripButton tnRoom_Add;
        private System.Windows.Forms.ToolStripButton btnRoom_Edit;
        private System.Windows.Forms.ToolStripButton btnRoom_Del;
        private feiyun0112.cnblogs.com.CSDNReader.Controls.TreeViewEx TreeRoom;
        private System.Windows.Forms.ImageList treeViewImageList;
        private System.Windows.Forms.TabControl tabTopics;
        private System.Windows.Forms.TabPage tpTopics;
        private System.Windows.Forms.ListView listTopics;
        private System.Windows.Forms.ColumnHeader _chTitle;
        private System.Windows.Forms.ColumnHeader _chUser;
        private System.Windows.Forms.ColumnHeader _chPoints;
        private System.Windows.Forms.ColumnHeader _chReplies;
        private System.Windows.Forms.ColumnHeader _chReplyTime;
        private System.Windows.Forms.ContextMenu treeviewPopupMenu;
        private System.Windows.Forms.MenuItem tpopmnuRefresh;
        private System.Windows.Forms.MenuItem tpopmnuMarkAll;
        private System.Windows.Forms.NotifyIcon TrayIcon;
        private System.Windows.Forms.ContextMenuStrip TrayPopupMenu;
        private System.Windows.Forms.ToolStripMenuItem mnuTray_OpenForm;
        private System.Windows.Forms.ToolStripMenuItem mnuTray_RefrashAll;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem mnuTray_Exit;
        private System.Windows.Forms.Timer timerRefresh;
        private System.Windows.Forms.Timer timerMarkRead;
        private System.Windows.Forms.Timer timerShowTopic;
        private System.Windows.Forms.ImageList listTopicImageList;
        private System.Windows.Forms.ToolStripMenuItem mnuTopic;
        private System.Windows.Forms.ToolStripMenuItem mnuTopic_Readed;
        private System.Windows.Forms.ToolStripMenuItem mnuTopic_Open;
        private System.Windows.Forms.ToolStripMenuItem mnuTopic_OpenIE;
        private System.Windows.Forms.ContextMenuStrip mnuPopTopic;
        private System.Windows.Forms.ToolStripMenuItem mnuPopTopic_Readed;
        private System.Windows.Forms.ToolStripMenuItem mnuPopTopic_OpenIE;
        private System.Windows.Forms.ToolStripStatusLabel stuUser;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel stuMsg;
        private System.Windows.Forms.ToolStripStatusLabel stuInfo;
        private System.Windows.Forms.Timer timerMessage;
        private System.Windows.Forms.ToolStripMenuItem mnuTool;
        private System.Windows.Forms.ToolStripMenuItem mnuTool_Setting;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout_Blog;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout_CsdnReader;
        private System.Windows.Forms.Timer timerHideInfo;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout_Email;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripMenuItem mnuTopic_Refresh;
        private System.Windows.Forms.ImageList tabTopicsImageList;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout_Help;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout_Download;
        private System.Windows.Forms.ToolStripMenuItem mnuTopic_OpenAll;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -