Fix btn icons

This commit is contained in:
N00MKRAD
2024-06-24 14:03:29 +02:00
parent dfb6f6c866
commit 2548bcfe1b
25 changed files with 141 additions and 28 deletions

View File

@@ -28,6 +28,10 @@
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Drawing.Common" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

View File

@@ -87,8 +87,8 @@ namespace Flowframes.Data
if (pytorchAvailable)
return NetworksAll;
else
return NetworksAll.Where(x => x.Backend != AI.AiBackend.Pytorch).ToList();
return NetworksAll.Where(x => x.Backend != AI.AiBackend.Pytorch).ToList();
}
}

View File

@@ -163,8 +163,8 @@
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Drawing.Common.5.0.0\lib\net461\System.Drawing.Common.dll</HintPath>
<Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Drawing.Common.8.0.6\lib\net462\System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
@@ -566,6 +566,14 @@
</ItemGroup>
<ItemGroup>
<Content Include="FlowframesLogo2021.ico" />
<None Include="Resources\baseline_settings_white_48dp_40px.png" />
<None Include="Resources\baseline_queue_white_48dp_40px.png" />
<None Include="Resources\baseline_system_update_alt_white_48dp_40px.png" />
<None Include="Resources\baseline_list_alt_white_48dp_40px.png" />
<None Include="Resources\discordNew40px.png" />
<None Include="Resources\patreon256pxColored_40px.png" />
<None Include="Resources\patreon40pxColored.png" />
<None Include="Resources\paypal40px.png" />
<None Include="Resources\paypal256px.png" />
<None Include="Resources\discordNew.png" />
<None Include="Resources\baseline_restart_alt_white_48dp.png" />

View File

@@ -514,13 +514,12 @@
// updateBtn
//
this.updateBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.updateBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_system_update_alt_white_48dp;
this.updateBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_system_update_alt_white_48dp_40px;
this.updateBtn.DrawImage = true;
this.updateBtn.FlatAppearance.BorderSize = 0;
this.updateBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateBtn.ForeColor = System.Drawing.Color.White;
this.updateBtn.ImageIndex = 0;
this.updateBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.updateBtn.Location = new System.Drawing.Point(790, 12);
this.updateBtn.Name = "updateBtn";
this.updateBtn.Size = new System.Drawing.Size(40, 40);
@@ -532,13 +531,12 @@
// queueBtn
//
this.queueBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.queueBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_queue_white_48dp;
this.queueBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_queue_white_48dp_40px;
this.queueBtn.DrawImage = true;
this.queueBtn.FlatAppearance.BorderSize = 0;
this.queueBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.queueBtn.ForeColor = System.Drawing.Color.White;
this.queueBtn.ImageIndex = 0;
this.queueBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.queueBtn.Location = new System.Drawing.Point(836, 12);
this.queueBtn.Name = "queueBtn";
this.queueBtn.Size = new System.Drawing.Size(40, 40);
@@ -586,13 +584,12 @@
// settingsBtn
//
this.settingsBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.settingsBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_settings_white_48dp;
this.settingsBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_settings_white_48dp_40px;
this.settingsBtn.DrawImage = true;
this.settingsBtn.FlatAppearance.BorderSize = 0;
this.settingsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.settingsBtn.ForeColor = System.Drawing.Color.White;
this.settingsBtn.ImageIndex = 0;
this.settingsBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.settingsBtn.Location = new System.Drawing.Point(882, 12);
this.settingsBtn.Name = "settingsBtn";
this.settingsBtn.Size = new System.Drawing.Size(40, 40);
@@ -604,13 +601,12 @@
// patreonBtn
//
this.patreonBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.patreonBtn.ButtonImage = global::Flowframes.Properties.Resources.patreon256pxColored;
this.patreonBtn.ButtonImage = global::Flowframes.Properties.Resources.patreon256pxColored_40px;
this.patreonBtn.DrawImage = true;
this.patreonBtn.FlatAppearance.BorderSize = 0;
this.patreonBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.patreonBtn.ForeColor = System.Drawing.Color.White;
this.patreonBtn.ImageIndex = 0;
this.patreonBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.patreonBtn.Location = new System.Drawing.Point(606, 12);
this.patreonBtn.Name = "patreonBtn";
this.patreonBtn.Size = new System.Drawing.Size(40, 40);
@@ -622,13 +618,12 @@
// paypalBtn
//
this.paypalBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.paypalBtn.ButtonImage = global::Flowframes.Properties.Resources.paypal256px;
this.paypalBtn.ButtonImage = global::Flowframes.Properties.Resources.paypal40px;
this.paypalBtn.DrawImage = true;
this.paypalBtn.FlatAppearance.BorderSize = 0;
this.paypalBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.paypalBtn.ForeColor = System.Drawing.Color.White;
this.paypalBtn.ImageIndex = 0;
this.paypalBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.paypalBtn.Location = new System.Drawing.Point(559, 12);
this.paypalBtn.Name = "paypalBtn";
this.paypalBtn.Size = new System.Drawing.Size(40, 40);
@@ -640,13 +635,12 @@
// discordBtn
//
this.discordBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.discordBtn.ButtonImage = global::Flowframes.Properties.Resources.discordNew;
this.discordBtn.ButtonImage = ((System.Drawing.Image)(resources.GetObject("discordBtn.ButtonImage")));
this.discordBtn.DrawImage = true;
this.discordBtn.FlatAppearance.BorderSize = 0;
this.discordBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.discordBtn.ForeColor = System.Drawing.Color.White;
this.discordBtn.ImageIndex = 0;
this.discordBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.discordBtn.Location = new System.Drawing.Point(652, 12);
this.discordBtn.Name = "discordBtn";
this.discordBtn.Size = new System.Drawing.Size(40, 40);
@@ -712,13 +706,12 @@
// debugBtn
//
this.debugBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.debugBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_list_alt_white_48dp;
this.debugBtn.ButtonImage = global::Flowframes.Properties.Resources.baseline_list_alt_white_48dp_40px;
this.debugBtn.DrawImage = true;
this.debugBtn.FlatAppearance.BorderSize = 0;
this.debugBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.debugBtn.ForeColor = System.Drawing.Color.White;
this.debugBtn.ImageIndex = 0;
this.debugBtn.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.debugBtn.Location = new System.Drawing.Point(744, 12);
this.debugBtn.Name = "debugBtn";
this.debugBtn.Size = new System.Drawing.Size(40, 40);
@@ -1613,7 +1606,6 @@
this.htButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.htButton1.ForeColor = System.Drawing.Color.White;
this.htButton1.ImageIndex = 0;
this.htButton1.ImageSizeMode = HTAlt.WinForms.HTButton.ButtonImageSizeMode.Zoom;
this.htButton1.Location = new System.Drawing.Point(698, 9);
this.htButton1.Name = "htButton1";
this.htButton1.Size = new System.Drawing.Size(40, 40);

View File

@@ -140,10 +140,28 @@ Based on:
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>403, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="discordBtn.ButtonImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAh
NQAAITUBTKZc8wAAAsdJREFUWEftlztoFFEUhtcoiCBaqGCRNIJGxQdYqYgBNY1ERBF3Ky3cDS4oRCxE
Ky0iQSRoERQLKx/4QBEfaCWKDyw0hWLj+wGiYNxdfCvod5azcOfMnWR2yWw1P3ywc85/zr2zzJ17J5Mq
VaoElCuUp+UKlQ5o1VCk8MyBJdRM1lAyYpBZsANuwCf4B2c1XVWuONSSLQ6N0cuq8Ayq9z1chDyMeGOx
RbMVcA2+gwzk8hNOwhW4D4/gIdwFmcx5sDXCFzgF83WYxkSDeeCb2GjxCqbocPWL4qtOs6Q4rMPVJwrX
mkZJ8QsW6rDxlC1UWih64DRJmjM6dDxR0GUaJM1viL9gMF92ipvFIR1+eGGcCUmu3CjexnqZY+wxhc2k
S6cRLUzXTZFFdoTtsAr2wVfw+YSPsBNWwh6QF7TPV2NAp+EXhqkgTX3FggwQeCVwvc7Ju3yDxWqriutO
+KN5H4PZQmms2sPCsNQUWLx3SPyW8QknNB0QcdkWrbdGGdrUGhbJLY7ZR1GtARE/ZnzCbk0HRPyg8Vk6
1BoWyV5jtuxXa0DEfVti1L992vgsm9QaFsnjxmx5CYHNnetF4HstfYDAsYrrdihpPopdag+L5AVj9nEH
5FmdDmvgOfh8ghy95GArXlkgT8Dnc+nT6YRFsp7TizzQvriPerzROwrJ4VZYs+jX6YRFMuoE3Ex6dTph
kew3ZhdZCNtgAGrfJPXwBmTn2evEfBR0OmGxWU/EIO+pv06Byz3YCLNhAxwB+RZ5B/Kc/VBkpb6G2yA3
vRrmQjc8BV/vCvRku0vjdDrRwshnYuWmFvrYrNaquLFJxNpATkJCq9yspqsidgB8vYRz0K7W+KJoPci/
4DZ7bAePI2pmUPvZ6SOH1EuwXC2NiybL4Ci8gE4N1y1qt8Iz6IMFGh495fLlCfqzYeXypfH6M1WqVKlS
jahM5j96J9xPI80nHwAAAABJRU5ErkJggg==
</value>
</data>
<metadata name="menuStripQueue.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>500, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAA0AAAAAAAEAIADLtwAA1gAAAICAAAABACAAKAgBAKG4AACAgAAAAQAIAChMAADJwAEAQEAAAAEA

View File

@@ -19,7 +19,7 @@ namespace Flowframes.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -140,6 +140,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap baseline_list_alt_white_48dp_40px {
get {
object obj = ResourceManager.GetObject("baseline_list_alt_white_48dp_40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -170,6 +180,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap baseline_queue_white_48dp_40px {
get {
object obj = ResourceManager.GetObject("baseline_queue_white_48dp_40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -200,6 +220,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap baseline_settings_white_48dp_40px {
get {
object obj = ResourceManager.GetObject("baseline_settings_white_48dp_40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -220,6 +250,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap baseline_system_update_alt_white_48dp_40px {
get {
object obj = ResourceManager.GetObject("baseline_system_update_alt_white_48dp_40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -272,6 +312,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap discordNew40px {
get {
object obj = ResourceManager.GetObject("discordNew40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -302,6 +352,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap patreon256pxColored_40px {
get {
object obj = ResourceManager.GetObject("patreon256pxColored_40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -312,6 +372,16 @@ namespace Flowframes.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap paypal40px {
get {
object obj = ResourceManager.GetObject("paypal40px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@@ -130,8 +130,8 @@
<data name="baseline_play_arrow_white_48dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_play_arrow_white_48dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="baseline_queue_white_48dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_queue_white_48dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="discordNew40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\discordNew40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="patreon256pxColored" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\patreon256pxColored.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -145,12 +145,21 @@
<data name="baseline_create_white_18dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_create_white_18dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="discordNew" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\discordNew.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="discordIcoColored" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\discordIcoColored.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="x64_7za" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\7za.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="baseline_list_alt_white_48dp_40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_list_alt_white_48dp_40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="paypal40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\paypal40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="devmode" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\devmode.bat;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
@@ -172,6 +181,9 @@
<data name="baseline_pause_white_48dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_pause_white_48dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="baseline_queue_white_48dp_40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_queue_white_48dp_40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="baseline_restart_alt_white_48dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_restart_alt_white_48dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@@ -181,6 +193,9 @@
<data name="baseline_format_size_white_48dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_format_size_white_48dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="paypal256px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\paypal256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="baseline_create_white_18dp-semiTransparent" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_create_white_18dp-semiTransparent.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@@ -193,13 +208,19 @@
<data name="patreon256px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\patreon256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="patreon256pxColored_40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\patreon256pxColored_40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="separatorTest1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\separatorTest1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="discordNew" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\discordNew.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="baseline_queue_white_48dp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_queue_white_48dp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="paypal256px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\paypal256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="baseline_system_update_alt_white_48dp_40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_system_update_alt_white_48dp_40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="baseline_settings_white_48dp_40px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\baseline_settings_white_48dp_40px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -29,7 +29,7 @@
<package id="System.Diagnostics.DiagnosticSource" version="4.3.0" targetFramework="net472" />
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net472" />
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net472" />
<package id="System.Drawing.Common" version="5.0.0" targetFramework="net472" />
<package id="System.Drawing.Common" version="8.0.6" targetFramework="net472" />
<package id="System.Globalization" version="4.3.0" targetFramework="net472" />
<package id="System.Globalization.Calendars" version="4.3.0" targetFramework="net472" />
<package id="System.IO" version="4.3.0" targetFramework="net472" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

BIN
Media/discordNew40px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
Media/paypal40px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB