- Add support for filtering by category

- Break up main window into partials instead of using regions
This commit is contained in:
2016-05-31 09:59:37 -04:00
parent 2de33134ce
commit fbc6500229
23 changed files with 1699 additions and 1461 deletions

View File

@@ -96,6 +96,15 @@ namespace FeedCenter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to &lt; all &gt;.
/// </summary>
public static string AllCategory {
get {
return ResourceManager.GetString("AllCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
@@ -196,6 +205,15 @@ namespace FeedCenter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Category: {0}.
/// </summary>
public static string CategoryFilterHeader {
get {
return ResourceManager.GetString("CategoryFilterHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Category.
/// </summary>