diff --git a/LeagueARAMTracker/LeagueARAMTracker.csproj b/LeagueARAMTracker/LeagueARAMTracker.csproj index 318d0eb..974f9ec 100644 --- a/LeagueARAMTracker/LeagueARAMTracker.csproj +++ b/LeagueARAMTracker/LeagueARAMTracker.csproj @@ -7,10 +7,30 @@ true enable true + Resource\arac_master.ico + + + + + + + True + True + Resources.resx + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + diff --git a/LeagueARAMTracker/MainForm.cs b/LeagueARAMTracker/MainForm.cs index 70d9247..4cef46a 100644 --- a/LeagueARAMTracker/MainForm.cs +++ b/LeagueARAMTracker/MainForm.cs @@ -57,6 +57,7 @@ internal class MainForm : Form BackColor = Color.FromArgb(10, 26, 42); Font = new(Font.FontFamily, 12); TopMost = true; + Icon = Resources.AracMasterIcon; _toolTip = new(); diff --git a/LeagueARAMTracker/Resource/arac_master.ico b/LeagueARAMTracker/Resource/arac_master.ico new file mode 100644 index 0000000..e4378fa Binary files /dev/null and b/LeagueARAMTracker/Resource/arac_master.ico differ diff --git a/LeagueARAMTracker/Resources.Designer.cs b/LeagueARAMTracker/Resources.Designer.cs new file mode 100644 index 0000000..127fd63 --- /dev/null +++ b/LeagueARAMTracker/Resources.Designer.cs @@ -0,0 +1,73 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace LeagueARAMTracker { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // 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", "18.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + 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() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LeagueARAMTracker.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon AracMasterIcon { + get { + object obj = ResourceManager.GetObject("AracMasterIcon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + } +} diff --git a/LeagueARAMTracker/Resources.resx b/LeagueARAMTracker/Resources.resx new file mode 100644 index 0000000..f2a99e2 --- /dev/null +++ b/LeagueARAMTracker/Resources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Resource\arac_master.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file