using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.Resources; using System.Runtime.CompilerServices; namespace prBrowser.Properties { [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [DebuggerNonUserCode] [CompilerGenerated] internal class Resources { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (resourceMan == null) { ResourceManager temp = (resourceMan = new ResourceManager("prBrowser.Properties.Resources", typeof(Resources).Assembly)); } return resourceMan; } } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } internal static Bitmap antd_close_16 { get { object obj = ResourceManager.GetObject("antd-close-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_close_20 { get { object obj = ResourceManager.GetObject("antd-close-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_close24 { get { object obj = ResourceManager.GetObject("antd-close24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_down_16 { get { object obj = ResourceManager.GetObject("antd-down-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_down_20 { get { object obj = ResourceManager.GetObject("antd-down-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_down_24 { get { object obj = ResourceManager.GetObject("antd-down-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_download_16 { get { object obj = ResourceManager.GetObject("antd-download-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_download_20 { get { object obj = ResourceManager.GetObject("antd-download-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_download_24 { get { object obj = ResourceManager.GetObject("antd-download-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_left_16 { get { object obj = ResourceManager.GetObject("antd-left-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_left_20 { get { object obj = ResourceManager.GetObject("antd-left-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_left_24 { get { object obj = ResourceManager.GetObject("antd-left-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_reload_16 { get { object obj = ResourceManager.GetObject("antd-reload-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_reload_20 { get { object obj = ResourceManager.GetObject("antd-reload-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_reload_24 { get { object obj = ResourceManager.GetObject("antd-reload-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_right_16 { get { object obj = ResourceManager.GetObject("antd-right-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_right_20 { get { object obj = ResourceManager.GetObject("antd-right-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_right_24 { get { object obj = ResourceManager.GetObject("antd-right-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_setting_16 { get { object obj = ResourceManager.GetObject("antd-setting-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_setting_20 { get { object obj = ResourceManager.GetObject("antd-setting-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_setting_24 { get { object obj = ResourceManager.GetObject("antd-setting-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_stop_16 { get { object obj = ResourceManager.GetObject("antd-stop-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_stop_20 { get { object obj = ResourceManager.GetObject("antd-stop-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_stop_24 { get { object obj = ResourceManager.GetObject("antd-stop-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_up_16 { get { object obj = ResourceManager.GetObject("antd-up-16", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_up_20 { get { object obj = ResourceManager.GetObject("antd-up-20", resourceCulture); return (Bitmap)obj; } } internal static Bitmap antd_up_24 { get { object obj = ResourceManager.GetObject("antd-up-24", resourceCulture); return (Bitmap)obj; } } internal static Bitmap icon_back { get { object obj = ResourceManager.GetObject("icon_back", resourceCulture); return (Bitmap)obj; } } internal static Bitmap icon_download { get { object obj = ResourceManager.GetObject("icon_download", resourceCulture); return (Bitmap)obj; } } internal static Bitmap icon_forward { get { object obj = ResourceManager.GetObject("icon_forward", resourceCulture); return (Bitmap)obj; } } internal static Bitmap icon_refresh { get { object obj = ResourceManager.GetObject("icon_refresh", resourceCulture); return (Bitmap)obj; } } internal static Bitmap icon_setting { get { object obj = ResourceManager.GetObject("icon_setting", resourceCulture); return (Bitmap)obj; } } internal static Bitmap icon_stop { get { object obj = ResourceManager.GetObject("icon_stop", resourceCulture); return (Bitmap)obj; } } internal static Icon rongkelogo_16 { get { object obj = ResourceManager.GetObject("rongkelogo_16", resourceCulture); return (Icon)obj; } } internal static Icon rongkelogo_32 { get { object obj = ResourceManager.GetObject("rongkelogo_32", resourceCulture); return (Icon)obj; } } internal static Icon rongkelogo_48 { get { object obj = ResourceManager.GetObject("rongkelogo_48", resourceCulture); return (Icon)obj; } } internal Resources() { } } }