📄 main.designer.cs
字号:
//
// toolStripSeparator5
//
this.toolStripSeparator5.ForeColor = System.Drawing.SystemColors.ControlText;
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 33);
//
// btnAbaot
//
this.btnAbaot.Image = ((System.Drawing.Image)(resources.GetObject("btnAbaot.Image")));
this.btnAbaot.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnAbaot.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnAbaot.Name = "btnAbaot";
this.btnAbaot.Size = new System.Drawing.Size(83, 30);
this.btnAbaot.Text = "关于软件";
this.btnAbaot.Click += new System.EventHandler(this.toolStripLabel1_Click);
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 33);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.TreeViewMenu);
this.splitContainer1.Panel1.Controls.Add(this.toolAddFile);
this.splitContainer1.Panel1.Controls.Add(this.toolAddFolder);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(950, 281);
this.splitContainer1.SplitterDistance = 210;
this.splitContainer1.TabIndex = 1;
//
// TreeViewMenu
//
this.TreeViewMenu.ContextMenuStrip = this.contextMenuStrip1;
this.TreeViewMenu.Dock = System.Windows.Forms.DockStyle.Fill;
this.TreeViewMenu.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TreeViewMenu.HotTracking = true;
this.TreeViewMenu.ImageIndex = 0;
this.TreeViewMenu.ImageList = this.imageList1;
this.TreeViewMenu.Location = new System.Drawing.Point(0, 0);
this.TreeViewMenu.Name = "TreeViewMenu";
this.TreeViewMenu.SelectedImageIndex = 0;
this.TreeViewMenu.ShowNodeToolTips = true;
this.TreeViewMenu.Size = new System.Drawing.Size(208, 279);
this.TreeViewMenu.TabIndex = 0;
this.TreeViewMenu.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeViewMenu_AfterSelect);
this.TreeViewMenu.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeViewMenu_MouseDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.添加目录ToolStripMenuItem,
this.添加RSS站点ToolStripMenuItem,
this.更新ToolStripMenuItem,
this.停止更新ToolStripMenuItem1,
this.删除目录RSS站点ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(173, 114);
//
// 添加目录ToolStripMenuItem
//
this.添加目录ToolStripMenuItem.Name = "添加目录ToolStripMenuItem";
this.添加目录ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.添加目录ToolStripMenuItem.Text = "添加频道组";
this.添加目录ToolStripMenuItem.Click += new System.EventHandler(this.添加目录ToolStripMenuItem_Click);
//
// 添加RSS站点ToolStripMenuItem
//
this.添加RSS站点ToolStripMenuItem.Name = "添加RSS站点ToolStripMenuItem";
this.添加RSS站点ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.添加RSS站点ToolStripMenuItem.Text = "添加频道";
this.添加RSS站点ToolStripMenuItem.Click += new System.EventHandler(this.添加RSS站点ToolStripMenuItem_Click);
//
// 更新ToolStripMenuItem
//
this.更新ToolStripMenuItem.Name = "更新ToolStripMenuItem";
this.更新ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.更新ToolStripMenuItem.Text = "更新频道";
this.更新ToolStripMenuItem.Click += new System.EventHandler(this.更新ToolStripMenuItem_Click);
//
// 停止更新ToolStripMenuItem1
//
this.停止更新ToolStripMenuItem1.Name = "停止更新ToolStripMenuItem1";
this.停止更新ToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
this.停止更新ToolStripMenuItem1.Text = "停止更新";
this.停止更新ToolStripMenuItem1.Click += new System.EventHandler(this.StopUpdate_Click);
//
// 删除目录RSS站点ToolStripMenuItem
//
this.删除目录RSS站点ToolStripMenuItem.Name = "删除目录RSS站点ToolStripMenuItem";
this.删除目录RSS站点ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.删除目录RSS站点ToolStripMenuItem.Text = "删删除频道|频道组";
this.删除目录RSS站点ToolStripMenuItem.Click += new System.EventHandler(this.删除目录RSS站点ToolStripMenuItem_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "wenjianjia.gif");
this.imageList1.Images.SetKeyName(1, "Firewire.ico");
this.imageList1.Images.SetKeyName(2, "File.ico");
this.imageList1.Images.SetKeyName(3, "txt.gif");
this.imageList1.Images.SetKeyName(4, "Clipping Picture.ico");
this.imageList1.Images.SetKeyName(5, "Network.ico");
//
// toolAddFile
//
this.toolAddFile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel3,
this.FileName,
this.btnAddFile,
this.toolStripSeparator1,
this.toolStripButton1});
this.toolAddFile.Location = new System.Drawing.Point(0, 0);
this.toolAddFile.Name = "toolAddFile";
this.toolAddFile.Size = new System.Drawing.Size(354, 29);
this.toolAddFile.TabIndex = 2;
this.toolAddFile.Text = "toolStrip3";
this.toolAddFile.Visible = false;
//
// toolStripLabel3
//
this.toolStripLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel3.Image")));
this.toolStripLabel3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(103, 26);
this.toolStripLabel3.Text = "添加频道 :";
//
// FileName
//
this.FileName.Name = "FileName";
this.FileName.Size = new System.Drawing.Size(100, 29);
//
// btnAddFile
//
this.btnAddFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnAddFile.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.btnAddFile.Image = ((System.Drawing.Image)(resources.GetObject("btnAddFile.Image")));
this.btnAddFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnAddFile.Name = "btnAddFile";
this.btnAddFile.Size = new System.Drawing.Size(35, 26);
this.btnAddFile.Text = "添加";
this.btnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(35, 26);
this.toolStripButton1.Text = "取消";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
//
// toolAddFolder
//
this.toolAddFolder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel2,
this.FolderName,
this.btnAddFolder,
this.toolStripSeparator7,
this.toolStripButton2});
this.toolAddFolder.Location = new System.Drawing.Point(0, 0);
this.toolAddFolder.Name = "toolAddFolder";
this.toolAddFolder.Size = new System.Drawing.Size(354, 29);
this.toolAddFolder.TabIndex = 1;
this.toolAddFolder.Text = "toolStrip2";
this.toolAddFolder.Visible = false;
//
// toolStripLabel2
//
this.toolStripLabel2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel2.Image")));
this.toolStripLabel2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(103, 26);
this.toolStripLabel2.Text = "添加频道组:";
//
// FolderName
//
this.FolderName.Name = "FolderName";
this.FolderName.Size = new System.Drawing.Size(100, 29);
//
// btnAddFolder
//
this.btnAddFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnAddFolder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.btnAddFolder.Image = ((System.Drawing.Image)(resources.GetObject("btnAddFolder.Image")));
this.btnAddFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnAddFolder.Name = "btnAddFolder";
this.btnAddFolder.Size = new System.Drawing.Size(35, 26);
this.btnAddFolder.Text = "添加";
this.btnAddFolder.Click += new System.EventHandler(this.btnAddFolder_Click);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -