diff options
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 6628f0b..107f12d 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -10,8 +10,9 @@ namespace ShiftOS.WinForms.Properties { using System; - - + using System.Drawing; + + /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> @@ -27,7 +28,7 @@ namespace ShiftOS.WinForms.Properties { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } @@ -459,7 +460,7 @@ namespace ShiftOS.WinForms.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> @@ -469,7 +470,17 @@ namespace ShiftOS.WinForms.Properties { return ((System.Drawing.Bitmap)(obj)); } } - + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap fileiconcf { + get { + object obj = ResourceManager.GetObject("fileiconcf", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> |
