📄 rsscontrol.designer.cs
字号:
namespace APLib.Windows.Control
{
partial class RSSControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
RSSFeedList.Clear();
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RSSControl));
this.itemPanel = new System.Windows.Forms.Panel();
this.splitter2 = new System.Windows.Forms.Splitter();
this.tvFeeds = new APLib.Windows.Control.XmlTreeView();
this.imgList = new System.Windows.Forms.ImageList(this.components);
this.splitter1 = new System.Windows.Forms.Splitter();
this.lvItems = new System.Windows.Forms.ListView();
this.SuspendLayout();
//
// itemPanel
//
resources.ApplyResources(this.itemPanel, "itemPanel");
this.itemPanel.Name = "itemPanel";
//
// splitter2
//
resources.ApplyResources(this.splitter2, "splitter2");
this.splitter2.Name = "splitter2";
this.splitter2.TabStop = false;
//
// tvFeeds
//
resources.ApplyResources(this.tvFeeds, "tvFeeds");
this.tvFeeds.ImageList = this.imgList;
this.tvFeeds.LabelEdit = true;
this.tvFeeds.Name = "tvFeeds";
//
// imgList
//
this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
this.imgList.TransparentColor = System.Drawing.Color.Transparent;
this.imgList.Images.SetKeyName(0, "Folder");
this.imgList.Images.SetKeyName(1, "FolderOpen");
this.imgList.Images.SetKeyName(2, "Feed");
//
// splitter1
//
resources.ApplyResources(this.splitter1, "splitter1");
this.splitter1.Name = "splitter1";
this.splitter1.TabStop = false;
//
// lvItems
//
resources.ApplyResources(this.lvItems, "lvItems");
this.lvItems.Name = "lvItems";
this.lvItems.UseCompatibleStateImageBehavior = false;
//
// RSSControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lvItems);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.tvFeeds);
this.Controls.Add(this.splitter2);
this.Controls.Add(this.itemPanel);
this.Name = "RSSControl";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel itemPanel;
private System.Windows.Forms.Splitter splitter2;
private XmlTreeView tvFeeds;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.ListView lvItems;
private System.Windows.Forms.ImageList imgList;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -