aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Properties
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-07 17:30:14 -0500
committerMichael <[email protected]>2017-02-07 17:30:14 -0500
commit7a29121456747651bd27d75833e28d5f7d479a1e (patch)
treed606abe06064c29b9796a9f958a3f953ec4e2c31 /ShiftOS.WinForms/Properties
parentaa45e10f4a023ba681f04bde72872c7e8a7aa122 (diff)
downloadshiftos_thereturn-7a29121456747651bd27d75833e28d5f7d479a1e.tar.gz
shiftos_thereturn-7a29121456747651bd27d75833e28d5f7d479a1e.tar.bz2
shiftos_thereturn-7a29121456747651bd27d75833e28d5f7d479a1e.zip
Added defaulticonattribute.
Diffstat (limited to 'ShiftOS.WinForms/Properties')
-rw-r--r--ShiftOS.WinForms/Properties/Resources.Designer.cs10
-rw-r--r--ShiftOS.WinForms/Properties/Resources.resx3
2 files changed, 13 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs
index 7fc4cd7..f0a5e03 100644
--- a/ShiftOS.WinForms/Properties/Resources.Designer.cs
+++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs
@@ -490,6 +490,16 @@ namespace ShiftOS.WinForms.Properties {
}
/// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IconTerminal {
+ get {
+ object obj = ResourceManager.GetObject("IconTerminal", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to [
/// &quot;english&quot;
/// &quot;deutsch - in beta&quot;
diff --git a/ShiftOS.WinForms/Properties/Resources.resx b/ShiftOS.WinForms/Properties/Resources.resx
index 8efe1d1..604a466 100644
--- a/ShiftOS.WinForms/Properties/Resources.resx
+++ b/ShiftOS.WinForms/Properties/Resources.resx
@@ -268,4 +268,7 @@
<data name="DefaultMouse" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DefaultMouse.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="IconTerminal" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IconTerminal.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root> \ No newline at end of file