mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-10 15:25:42 -07:00
Add option to use classic Bloxstrap logo
for those afraid of change
This commit is contained in:
parent
a121e14f94
commit
5bdac105c2
@ -17,6 +17,8 @@
|
||||
[EnumName(StaticName = "2022")]
|
||||
Icon2022,
|
||||
[EnumName(FromTranslation = "Common.Custom")]
|
||||
IconCustom
|
||||
IconCustom,
|
||||
[EnumName(FromTranslation = "Enums.BootstrapperStyle.ClassicFluentDialog")]
|
||||
IconBloxstrapClassic
|
||||
}
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ namespace Bloxstrap.Extensions
|
||||
BootstrapperIcon.IconEarly2015,
|
||||
BootstrapperIcon.Icon2011,
|
||||
BootstrapperIcon.Icon2008,
|
||||
BootstrapperIcon.IconBloxstrapClassic,
|
||||
BootstrapperIcon.IconCustom
|
||||
};
|
||||
|
||||
@ -61,6 +62,7 @@ namespace Bloxstrap.Extensions
|
||||
BootstrapperIcon.Icon2017 => Properties.Resources.Icon2017,
|
||||
BootstrapperIcon.Icon2019 => Properties.Resources.Icon2019,
|
||||
BootstrapperIcon.Icon2022 => Properties.Resources.Icon2022,
|
||||
BootstrapperIcon.IconBloxstrapClassic => Properties.Resources.IconBloxstrapClassic,
|
||||
_ => Properties.Resources.IconBloxstrap
|
||||
};
|
||||
}
|
||||
|
12
Bloxstrap/Properties/Resources.Designer.cs
generated
12
Bloxstrap/Properties/Resources.Designer.cs
generated
@ -195,5 +195,17 @@ namespace Bloxstrap.Properties {
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon IconBloxstrapClassic
|
||||
{
|
||||
get
|
||||
{
|
||||
object obj = ResourceManager.GetObject("IconBloxstrapClassic", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -154,4 +154,7 @@
|
||||
<data name="IconLate2015" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IconLate2015.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IconBloxstrapClassic" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IconBloxstrapClassic.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
Bloxstrap/Resources/IconBloxstrapClassic.ico
Normal file
BIN
Bloxstrap/Resources/IconBloxstrapClassic.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Loading…
Reference in New Issue
Block a user