Annotation of cleanflash/CleanFlashInstaller/Properties/Resources.Designer.cs, revision 1.1

1.1     ! root        1: //------------------------------------------------------------------------------
        !             2: // <auto-generated>
        !             3: //     This code was generated by a tool.
        !             4: //     Runtime Version:4.0.30319.42000
        !             5: //
        !             6: //     Changes to this file may cause incorrect behavior and will be lost if
        !             7: //     the code is regenerated.
        !             8: // </auto-generated>
        !             9: //------------------------------------------------------------------------------
        !            10: 
        !            11: namespace CleanFlashInstaller.Properties {
        !            12:     using System;
        !            13:     
        !            14:     
        !            15:     /// <summary>
        !            16:     ///   A strongly-typed resource class, for looking up localized strings, etc.
        !            17:     /// </summary>
        !            18:     // This class was auto-generated by the StronglyTypedResourceBuilder
        !            19:     // class via a tool like ResGen or Visual Studio.
        !            20:     // To add or remove a member, edit your .ResX file then rerun ResGen
        !            21:     // with the /str option, or rebuild your VS project.
        !            22:     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
        !            23:     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        !            24:     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
        !            25:     internal class Resources {
        !            26:         
        !            27:         private static global::System.Resources.ResourceManager resourceMan;
        !            28:         
        !            29:         private static global::System.Globalization.CultureInfo resourceCulture;
        !            30:         
        !            31:         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        !            32:         internal Resources() {
        !            33:         }
        !            34:         
        !            35:         /// <summary>
        !            36:         ///   Returns the cached ResourceManager instance used by this class.
        !            37:         /// </summary>
        !            38:         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        !            39:         internal static global::System.Resources.ResourceManager ResourceManager {
        !            40:             get {
        !            41:                 if (object.ReferenceEquals(resourceMan, null)) {
        !            42:                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CleanFlashInstaller.Properties.Resources", typeof(Resources).Assembly);
        !            43:                     resourceMan = temp;
        !            44:                 }
        !            45:                 return resourceMan;
        !            46:             }
        !            47:         }
        !            48:         
        !            49:         /// <summary>
        !            50:         ///   Overrides the current thread's CurrentUICulture property for all
        !            51:         ///   resource lookups using this strongly typed resource class.
        !            52:         /// </summary>
        !            53:         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        !            54:         internal static global::System.Globalization.CultureInfo Culture {
        !            55:             get {
        !            56:                 return resourceCulture;
        !            57:             }
        !            58:             set {
        !            59:                 resourceCulture = value;
        !            60:             }
        !            61:         }
        !            62:         
        !            63:         /// <summary>
        !            64:         ///   Looks up a localized resource of type System.Drawing.Bitmap.
        !            65:         /// </summary>
        !            66:         internal static System.Drawing.Bitmap flashLogo {
        !            67:             get {
        !            68:                 object obj = ResourceManager.GetObject("flashLogo", resourceCulture);
        !            69:                 return ((System.Drawing.Bitmap)(obj));
        !            70:             }
        !            71:         }
        !            72:         
        !            73:         /// <summary>
        !            74:         ///   Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category]
        !            75:         ///&quot;${SYSTEM_32_PATH}\\FlashPlayerCPLApp.cpl&quot;=dword:0000000a
        !            76:         ///
        !            77:         ///[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\FlashPlayerApp.exe]
        !            78:         ///&quot;DisableExceptionChainValidation&quot;=dword:00000000
        !            79:         ///
        !            80:         ///[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Clean Flash Player]
        !            81:         ///&quot;DisplayName&quot;=&quot;Clean Flash Player ${VERSION}&quot;
        !            82:         ///&quot;HelpLink&quot;=&quot;https [rest of string was truncated]&quot;;.
        !            83:         /// </summary>
        !            84:         internal static string installGeneral {
        !            85:             get {
        !            86:                 return ResourceManager.GetString("installGeneral", resourceCulture);
        !            87:             }
        !            88:         }
        !            89:         
        !            90:         /// <summary>
        !            91:         ///   Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category]
        !            92:         ///&quot;${SYSTEM_32_PATH}\\FlashPlayerCPLApp.cpl&quot;=dword:0000000a
        !            93:         ///
        !            94:         ///[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\FlashPlayerApp.exe]
        !            95:         ///&quot;DisableExceptionChainValidation&quot;=dword:00000000.
        !            96:         /// </summary>
        !            97:         internal static string installGeneral64 {
        !            98:             get {
        !            99:                 return ResourceManager.GetString("installGeneral64", resourceCulture);
        !           100:             }
        !           101:         }
        !           102:         
        !           103:         /// <summary>
        !           104:         ///   Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPlugin]
        !           105:         ///&quot;isPartner&quot;=dword:00000001
        !           106:         ///&quot;Version&quot;=&quot;${VERSION}&quot;
        !           107:         ///&quot;PlayerPath&quot;=&quot;${FLASH_64_PATH}\\NPSWF${ARCH}_${VERSION_PATH}.dll&quot;
        !           108:         ///&quot;UninstallerPath&quot;=-
        !           109:         ///&quot;isScriptDebugger&quot;=dword:00000000
        !           110:         ///&quot;isESR&quot;=dword:00000000
        !           111:         ///&quot;isMSI&quot;=dword:00000000
        !           112:         ///
        !           113:         ///[HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPluginReleaseType]
        !           114:         ///&quot;Release&quot;=dword:00000001
        !           115:         ///
        !           116:         ///[HKEY_LOCAL_MACHINE\Software\MozillaPlugins\@adobe.com/FlashPlayer]
        !           117:         ///&quot;Vendor&quot;=&quot;Adobe&quot;
        !           118:         ///&quot;ProductName&quot;=&quot;Adobe® Flash® Player ${VER [rest of string was truncated]&quot;;.
        !           119:         /// </summary>
        !           120:         internal static string installNP {
        !           121:             get {
        !           122:                 return ResourceManager.GetString("installNP", resourceCulture);
        !           123:             }
        !           124:         }
        !           125:         
        !           126:         /// <summary>
        !           127:         ///   Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayerPlugin]
        !           128:         ///&quot;PlayerPath&quot;=&quot;${FLASH_32_PATH}\\NPSWF_${VERSION_PATH}.dll&quot;
        !           129:         ///&quot;Version&quot;=&quot;${VERSION}&quot;
        !           130:         ///&quot;UninstallerPath&quot;=-
        !           131:         ///&quot;isScriptDebugger&quot;=dword:00000000
        !           132:         ///&quot;isESR&quot;=dword:00000000
        !           133:         ///&quot;isMSI&quot;=dword:00000000
        !           134:         ///&quot;isPartner&quot;=dword:00000001
        !           135:         ///
        !           136:         ///[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayerPluginReleaseType]
        !           137:         ///&quot;Release&quot;=dword:00000001
        !           138:         ///
        !           139:         ///[HKEY_LOCAL_MACHINE\Software\Wow6432Node\MozillaPlugins\@adobe.com/FlashPlayer]
        !           140:         ///&quot;ProductName&quot;=&quot;Adobe® Flash® P [rest of string was truncated]&quot;;.
        !           141:         /// </summary>
        !           142:         internal static string installNP64 {
        !           143:             get {
        !           144:                 return ResourceManager.GetString("installNP64", resourceCulture);
        !           145:             }
        !           146:         }
        !           147:         
        !           148:         /// <summary>
        !           149:         ///   Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPepper]
        !           150:         ///&quot;UninstallerPath&quot;=-
        !           151:         ///&quot;PlayerPath&quot;=&quot;${FLASH_64_PATH}\\pepflashplayer${ARCH}_${VERSION_PATH}.dll&quot;
        !           152:         ///&quot;isScriptDebugger&quot;=dword:00000000
        !           153:         ///&quot;isESR&quot;=dword:00000000
        !           154:         ///&quot;isMSI&quot;=dword:00000000
        !           155:         ///&quot;isPartner&quot;=dword:00000001
        !           156:         ///&quot;Version&quot;=&quot;${VERSION}&quot;
        !           157:         ///
        !           158:         ///[HKEY_LOCAL_MACHINE\Software\Macromedia\FlashPlayerPepperReleaseType]
        !           159:         ///&quot;Release&quot;=dword:00000001.
        !           160:         /// </summary>
        !           161:         internal static string installPP {
        !           162:             get {
        !           163:                 return ResourceManager.GetString("installPP", resourceCulture);
        !           164:             }
        !           165:         }
        !           166:         
        !           167:         /// <summary>
        !           168:         ///   Looks up a localized string similar to [HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayerPepper]
        !           169:         ///&quot;UninstallerPath&quot;=-
        !           170:         ///&quot;PlayerPath&quot;=&quot;${FLASH_32_PATH}\\pepflashplayer32_${VERSION_PATH}.dll&quot;
        !           171:         ///&quot;isScriptDebugger&quot;=dword:00000000
        !           172:         ///&quot;isESR&quot;=dword:00000000
        !           173:         ///&quot;isMSI&quot;=dword:00000000
        !           174:         ///&quot;isPartner&quot;=dword:00000001
        !           175:         ///&quot;Version&quot;=&quot;${VERSION}&quot;
        !           176:         ///
        !           177:         ///[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Macromedia\FlashPlayerPepperReleaseType]
        !           178:         ///&quot;Release&quot;=dword:00000001.
        !           179:         /// </summary>
        !           180:         internal static string installPP64 {
        !           181:             get {
        !           182:                 return ResourceManager.GetString("installPP64", resourceCulture);
        !           183:             }
        !           184:         }
        !           185:     }
        !           186: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.