[2922] | 1 | //------------------------------------------------------------------------------
|
---|
| 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
[4065] | 4 | // Runtime Version:4.0.30319.1
|
---|
[2922] | 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 |
|
---|
[3721] | 11 | namespace HeuristicLab.PluginInfrastructure {
|
---|
[4068] | 12 |
|
---|
| 13 |
|
---|
| 14 | /// <summary>
|
---|
| 15 | /// A strongly-typed resource class, for looking up localized strings, etc.
|
---|
| 16 | /// </summary>
|
---|
| 17 | // This class was auto-generated by the StronglyTypedResourceBuilder
|
---|
| 18 | // class via a tool like ResGen or Visual Studio.
|
---|
| 19 | // To add or remove a member, edit your .ResX file then rerun ResGen
|
---|
| 20 | // with the /str option, or rebuild your VS project.
|
---|
| 21 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
---|
| 22 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 23 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
| 24 | internal class Resources {
|
---|
| 25 |
|
---|
| 26 | private static global::System.Resources.ResourceManager resourceMan;
|
---|
| 27 |
|
---|
| 28 | private static global::System.Globalization.CultureInfo resourceCulture;
|
---|
| 29 |
|
---|
| 30 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
---|
| 31 | internal Resources() {
|
---|
| 32 | }
|
---|
| 33 |
|
---|
[2922] | 34 | /// <summary>
|
---|
[4068] | 35 | /// Returns the cached ResourceManager instance used by this class.
|
---|
[2922] | 36 | /// </summary>
|
---|
[4068] | 37 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
| 38 | internal static global::System.Resources.ResourceManager ResourceManager {
|
---|
| 39 | get {
|
---|
| 40 | if (object.ReferenceEquals(resourceMan, null)) {
|
---|
| 41 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.PluginInfrastructure.Resources", typeof(Resources).Assembly);
|
---|
| 42 | resourceMan = temp;
|
---|
[2922] | 43 | }
|
---|
[4068] | 44 | return resourceMan;
|
---|
| 45 | }
|
---|
[2922] | 46 | }
|
---|
[4068] | 47 |
|
---|
| 48 | /// <summary>
|
---|
| 49 | /// Overrides the current thread's CurrentUICulture property for all
|
---|
| 50 | /// resource lookups using this strongly typed resource class.
|
---|
| 51 | /// </summary>
|
---|
| 52 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
| 53 | internal static global::System.Globalization.CultureInfo Culture {
|
---|
| 54 | get {
|
---|
| 55 | return resourceCulture;
|
---|
| 56 | }
|
---|
| 57 | set {
|
---|
| 58 | resourceCulture = value;
|
---|
| 59 | }
|
---|
| 60 | }
|
---|
| 61 |
|
---|
| 62 | internal static System.Drawing.Bitmap Add {
|
---|
| 63 | get {
|
---|
| 64 | object obj = ResourceManager.GetObject("Add", resourceCulture);
|
---|
| 65 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 66 | }
|
---|
| 67 | }
|
---|
| 68 |
|
---|
| 69 | internal static System.Drawing.Bitmap ArrowUp {
|
---|
| 70 | get {
|
---|
| 71 | object obj = ResourceManager.GetObject("ArrowUp", resourceCulture);
|
---|
| 72 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 73 | }
|
---|
| 74 | }
|
---|
| 75 |
|
---|
| 76 | internal static System.Drawing.Bitmap Assembly {
|
---|
| 77 | get {
|
---|
| 78 | object obj = ResourceManager.GetObject("Assembly", resourceCulture);
|
---|
| 79 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 80 | }
|
---|
| 81 | }
|
---|
| 82 |
|
---|
| 83 | internal static System.Drawing.Bitmap Document {
|
---|
| 84 | get {
|
---|
| 85 | object obj = ResourceManager.GetObject("Document", resourceCulture);
|
---|
| 86 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 87 | }
|
---|
| 88 | }
|
---|
| 89 |
|
---|
| 90 | internal static System.Drawing.Bitmap Error {
|
---|
| 91 | get {
|
---|
| 92 | object obj = ResourceManager.GetObject("Error", resourceCulture);
|
---|
| 93 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 94 | }
|
---|
| 95 | }
|
---|
| 96 |
|
---|
| 97 | internal static System.Drawing.Icon ErrorIcon {
|
---|
| 98 | get {
|
---|
| 99 | object obj = ResourceManager.GetObject("ErrorIcon", resourceCulture);
|
---|
| 100 | return ((System.Drawing.Icon)(obj));
|
---|
| 101 | }
|
---|
| 102 | }
|
---|
| 103 |
|
---|
| 104 | internal static System.Drawing.Bitmap File {
|
---|
| 105 | get {
|
---|
| 106 | object obj = ResourceManager.GetObject("File", resourceCulture);
|
---|
| 107 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 108 | }
|
---|
| 109 | }
|
---|
| 110 |
|
---|
| 111 | internal static System.Drawing.Icon HeuristicLab {
|
---|
| 112 | get {
|
---|
| 113 | object obj = ResourceManager.GetObject("HeuristicLab", resourceCulture);
|
---|
| 114 | return ((System.Drawing.Icon)(obj));
|
---|
| 115 | }
|
---|
| 116 | }
|
---|
| 117 |
|
---|
| 118 | internal static System.Drawing.Bitmap HeuristicLabBanner {
|
---|
| 119 | get {
|
---|
| 120 | object obj = ResourceManager.GetObject("HeuristicLabBanner", resourceCulture);
|
---|
| 121 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 122 | }
|
---|
| 123 | }
|
---|
| 124 |
|
---|
| 125 | internal static System.Drawing.Bitmap HeuristicLabLogo {
|
---|
| 126 | get {
|
---|
| 127 | object obj = ResourceManager.GetObject("HeuristicLabLogo", resourceCulture);
|
---|
| 128 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 129 | }
|
---|
| 130 | }
|
---|
| 131 |
|
---|
| 132 | internal static System.Drawing.Bitmap Install {
|
---|
| 133 | get {
|
---|
| 134 | object obj = ResourceManager.GetObject("Install", resourceCulture);
|
---|
| 135 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 136 | }
|
---|
| 137 | }
|
---|
| 138 |
|
---|
| 139 | internal static System.Drawing.Bitmap Internet {
|
---|
| 140 | get {
|
---|
| 141 | object obj = ResourceManager.GetObject("Internet", resourceCulture);
|
---|
| 142 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 143 | }
|
---|
| 144 | }
|
---|
| 145 |
|
---|
| 146 | /// <summary>
|
---|
| 147 | /// Looks up a localized string similar to HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 148 | ///it under the terms of the GNU General Public License as published by
|
---|
| 149 | ///the Free Software Foundation, either version 3 of the License, or
|
---|
| 150 | ///(at your option) any later version.
|
---|
| 151 | ///
|
---|
| 152 | ///HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 153 | ///but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 154 | ///MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 155 | ///GNU General Public License for more details.
|
---|
| 156 | ///
|
---|
| 157 | ///You should have received a copy of t [rest of string was truncated]";.
|
---|
| 158 | /// </summary>
|
---|
| 159 | internal static string LicenseText {
|
---|
| 160 | get {
|
---|
| 161 | return ResourceManager.GetString("LicenseText", resourceCulture);
|
---|
| 162 | }
|
---|
| 163 | }
|
---|
| 164 |
|
---|
| 165 | internal static System.Drawing.Bitmap NetworkConnections {
|
---|
| 166 | get {
|
---|
| 167 | object obj = ResourceManager.GetObject("NetworkConnections", resourceCulture);
|
---|
| 168 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 169 | }
|
---|
| 170 | }
|
---|
| 171 |
|
---|
| 172 | internal static System.Drawing.Bitmap Plugin {
|
---|
| 173 | get {
|
---|
| 174 | object obj = ResourceManager.GetObject("Plugin", resourceCulture);
|
---|
| 175 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 176 | }
|
---|
| 177 | }
|
---|
| 178 |
|
---|
| 179 | internal static System.Drawing.Bitmap PublishToWeb {
|
---|
| 180 | get {
|
---|
| 181 | object obj = ResourceManager.GetObject("PublishToWeb", resourceCulture);
|
---|
| 182 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 183 | }
|
---|
| 184 | }
|
---|
| 185 |
|
---|
| 186 | internal static System.Drawing.Bitmap Remove {
|
---|
| 187 | get {
|
---|
| 188 | object obj = ResourceManager.GetObject("Remove", resourceCulture);
|
---|
| 189 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 190 | }
|
---|
| 191 | }
|
---|
| 192 |
|
---|
| 193 | internal static System.Drawing.Bitmap Repeat {
|
---|
| 194 | get {
|
---|
| 195 | object obj = ResourceManager.GetObject("Repeat", resourceCulture);
|
---|
| 196 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 197 | }
|
---|
| 198 | }
|
---|
| 199 |
|
---|
| 200 | internal static System.Drawing.Icon Setup_Install {
|
---|
| 201 | get {
|
---|
| 202 | object obj = ResourceManager.GetObject("Setup_Install", resourceCulture);
|
---|
| 203 | return ((System.Drawing.Icon)(obj));
|
---|
| 204 | }
|
---|
| 205 | }
|
---|
| 206 |
|
---|
| 207 | internal static System.Drawing.Bitmap ShowDetails {
|
---|
| 208 | get {
|
---|
| 209 | object obj = ResourceManager.GetObject("ShowDetails", resourceCulture);
|
---|
| 210 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 211 | }
|
---|
| 212 | }
|
---|
| 213 |
|
---|
| 214 | internal static System.Drawing.Bitmap ShowIcons {
|
---|
| 215 | get {
|
---|
| 216 | object obj = ResourceManager.GetObject("ShowIcons", resourceCulture);
|
---|
| 217 | return ((System.Drawing.Bitmap)(obj));
|
---|
| 218 | }
|
---|
| 219 | }
|
---|
| 220 | }
|
---|
[2922] | 221 | }
|
---|