📄 frmcsdnreader.designer.cs
字号:
this.mnuAbout_Email,
this.toolStripSeparator2,
this.mnuAbout_CsdnReader,
this.mnuAbout_Download});
this.mnuAbout.Name = "mnuAbout";
this.mnuAbout.Size = new System.Drawing.Size(43, 20);
this.mnuAbout.Text = "关于";
//
// mnuAbout_Help
//
this.mnuAbout_Help.Name = "mnuAbout_Help";
this.mnuAbout_Help.Size = new System.Drawing.Size(163, 22);
this.mnuAbout_Help.Text = "帮助";
this.mnuAbout_Help.Click += new System.EventHandler(this.mnuAbout_Help_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(160, 6);
//
// mnuAbout_Blog
//
this.mnuAbout_Blog.Name = "mnuAbout_Blog";
this.mnuAbout_Blog.Size = new System.Drawing.Size(163, 22);
this.mnuAbout_Blog.Text = "作者的Blog";
this.mnuAbout_Blog.Click += new System.EventHandler(this.mnuAbout_Blog_Click);
//
// mnuAbout_Email
//
this.mnuAbout_Email.Name = "mnuAbout_Email";
this.mnuAbout_Email.Size = new System.Drawing.Size(163, 22);
this.mnuAbout_Email.Text = "我要提建议";
this.mnuAbout_Email.Click += new System.EventHandler(this.mnuAbout_Email_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(160, 6);
//
// mnuAbout_CsdnReader
//
this.mnuAbout_CsdnReader.Name = "mnuAbout_CsdnReader";
this.mnuAbout_CsdnReader.Size = new System.Drawing.Size(163, 22);
this.mnuAbout_CsdnReader.Text = "关于CSDN Reader";
this.mnuAbout_CsdnReader.Click += new System.EventHandler(this.mnuAbout_CsdnReader_Click);
//
// mnuAbout_Download
//
this.mnuAbout_Download.Name = "mnuAbout_Download";
this.mnuAbout_Download.Size = new System.Drawing.Size(163, 22);
this.mnuAbout_Download.Text = "下载新版本";
this.mnuAbout_Download.Click += new System.EventHandler(this.mnuAbout_Download_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.stuUser,
this.toolStripStatusLabel1,
this.stuMsg,
this.stuInfo});
this.statusStrip1.Location = new System.Drawing.Point(0, 424);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(800, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// stuUser
//
this.stuUser.AutoSize = false;
this.stuUser.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.Login;
this.stuUser.Name = "stuUser";
this.stuUser.Size = new System.Drawing.Size(100, 17);
this.stuUser.Text = "未登录";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// stuMsg
//
this.stuMsg.DoubleClickEnabled = true;
this.stuMsg.Name = "stuMsg";
this.stuMsg.Size = new System.Drawing.Size(0, 17);
this.stuMsg.DoubleClick += new System.EventHandler(this.stuMsg_DoubleClick);
//
// stuInfo
//
this.stuInfo.Name = "stuInfo";
this.stuInfo.Size = new System.Drawing.Size(0, 17);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabTopics);
this.splitContainer1.Size = new System.Drawing.Size(800, 400);
this.splitContainer1.SplitterDistance = 164;
this.splitContainer1.TabIndex = 3;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.ImeMode = System.Windows.Forms.ImeMode.On;
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.toolStripRoom);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.TreeRoom);
this.splitContainer2.Size = new System.Drawing.Size(164, 400);
this.splitContainer2.SplitterDistance = 47;
this.splitContainer2.TabIndex = 1;
//
// toolStripRoom
//
this.toolStripRoom.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripRoom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tnRoom_Add,
this.btnRoom_Edit,
this.btnRoom_Del});
this.toolStripRoom.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStripRoom.Location = new System.Drawing.Point(0, 0);
this.toolStripRoom.Name = "toolStripRoom";
this.toolStripRoom.Size = new System.Drawing.Size(164, 47);
this.toolStripRoom.TabIndex = 0;
this.toolStripRoom.Text = "toolStrip1";
//
// tnRoom_Add
//
this.tnRoom_Add.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.edit_add;
this.tnRoom_Add.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tnRoom_Add.Name = "tnRoom_Add";
this.tnRoom_Add.Size = new System.Drawing.Size(51, 44);
this.tnRoom_Add.Text = "添加";
this.tnRoom_Add.ToolTipText = "添加";
this.tnRoom_Add.Click += new System.EventHandler(this.tnRoom_Add_Click);
//
// btnRoom_Edit
//
this.btnRoom_Edit.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.edit;
this.btnRoom_Edit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnRoom_Edit.Name = "btnRoom_Edit";
this.btnRoom_Edit.Size = new System.Drawing.Size(51, 44);
this.btnRoom_Edit.Text = "修改";
this.btnRoom_Edit.Click += new System.EventHandler(this.btnRoom_Edit_Click);
//
// btnRoom_Del
//
this.btnRoom_Del.Image = global::feiyun0112.cnblogs.com.CSDNReader.Properties.Resources.edit_remove;
this.btnRoom_Del.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnRoom_Del.Name = "btnRoom_Del";
this.btnRoom_Del.Size = new System.Drawing.Size(51, 44);
this.btnRoom_Del.Text = "删除";
this.btnRoom_Del.Click += new System.EventHandler(this.btnRoom_Del_Click);
//
// TreeRoom
//
this.TreeRoom.Dock = System.Windows.Forms.DockStyle.Fill;
this.TreeRoom.ImageIndex = 0;
this.TreeRoom.ImageList = this.treeViewImageList;
this.TreeRoom.Location = new System.Drawing.Point(0, 0);
this.TreeRoom.Name = "TreeRoom";
this.TreeRoom.SelectedImageIndex = 0;
this.TreeRoom.Size = new System.Drawing.Size(164, 349);
this.TreeRoom.TabIndex = 0;
this.TreeRoom.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TreeRoom_AfterCollapse);
this.TreeRoom.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeRoom_AfterSelect);
this.TreeRoom.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TreeRoom_AfterExpand);
this.TreeRoom.GetNodeInfo += new feiyun0112.cnblogs.com.CSDNReader.Controls.TreeViewEx.GetNodeInfoDelegate(this.TreeRoom_GetNodeInfo);
this.TreeRoom.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeRoom_MouseDown);
//
// treeViewImageList
//
this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream")));
this.treeViewImageList.TransparentColor = System.Drawing.Color.Transparent;
this.treeViewImageList.Images.SetKeyName(0, "");
this.treeViewImageList.Images.SetKeyName(1, "");
this.treeViewImageList.Images.SetKeyName(2, "");
this.treeViewImageList.Images.SetKeyName(3, "folder");
this.treeViewImageList.Images.SetKeyName(4, "folderopen");
//
// tabTopics
//
this.tabTopics.Controls.Add(this.tpTopics);
this.tabTopics.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabTopics.ImageList = this.tabTopicsImageList;
this.tabTopics.Location = new System.Drawing.Point(0, 0);
this.tabTopics.Multiline = true;
this.tabTopics.Name = "tabTopics";
this.tabTopics.SelectedIndex = 0;
this.tabTopics.Size = new System.Drawing.Size(632, 400);
this.tabTopics.TabIndex = 5;
this.tabTopics.DoubleClick += new System.EventHandler(this.tabTopics_DoubleClick);
//
// tpTopics
//
this.tpTopics.Controls.Add(this.listTopics);
this.tpTopics.ImageKey = "(无)";
this.tpTopics.Location = new System.Drawing.Point(4, 23);
this.tpTopics.Name = "tpTopics";
this.tpTopics.Padding = new System.Windows.Forms.Padding(3);
this.tpTopics.Size = new System.Drawing.Size(624, 373);
this.tpTopics.TabIndex = 0;
this.tpTopics.UseVisualStyleBackColor = true;
//
// listTopics
//
this.listTopics.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this._chTitle,
this._chUser,
this._chPoints,
this._chReplies,
this._chReplyTime});
this.listTopics.Dock = System.Windows.Forms.DockStyle.Fill;
this.listTopics.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listTopics.FullRowSelect = true;
this.listTopics.HideSelection = false;
this.listTopics.Location = new System.Drawing.Point(3, 3);
this.listTopics.Name = "listTopics";
this.listTopics.Size = new System.Drawing.Size(618, 367);
this.listTopics.SmallImageList = this.listTopicImageList;
this.listTopics.TabIndex = 7;
this.listTopics.UseCompatibleStateImageBehavior = false;
this.listTopics.View = System.Windows.Forms.View.Details;
this.listTopics.DoubleClick += new System.EventHandler(this.listTopics_DoubleClick);
this.listTopics.SelectedIndexChanged += new System.EventHandler(this.listTopics_SelectedIndexChanged);
//
// _chTitle
//
this._chTitle.Text = "问 题";
this._chTitle.Width = 700;
//
// _chUser
//
this._chUser.Text = "用户名";
this._chUser.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this._chUser.Width = 80;
//
// _chPoints
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -