Change appearance window title bar

This commit is contained in:
2018-02-21 13:36:05 -05:00
parent 77124f96da
commit 37d7db3f14
5 changed files with 28 additions and 46 deletions

View File

@@ -222,16 +222,6 @@ namespace FloatingStatusWindowLibrary.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
public static System.Drawing.Icon gear {
get {
object obj = ResourceManager.GetObject("gear", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to _Horizontal alignment:.
/// </summary>

View File

@@ -171,10 +171,6 @@
<data name="ForegroundColor" xml:space="preserve">
<value>_Foreground color:</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="gear" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\gear.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="HorizontalAlignment" xml:space="preserve">
<value>_Horizontal alignment:</value>
</data>