From f5a64f096926ef20680dbcc658c4074a8326bc6b Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 31 Aug 2019 18:07:50 +0200 Subject: App icon --- res/icon.ico | Bin 0 -> 4286 bytes spedytor/Form1.Designer.cs | 2 +- spedytor/Properties/AssemblyInfo.cs | 4 ++-- spedytor/Properties/Resources.Designer.cs | 10 ++++++++++ spedytor/Properties/Resources.resx | 4 ++++ spedytor/Resources/icon.ico | Bin 0 -> 4286 bytes spedytor/icon.ico | Bin 0 -> 4286 bytes spedytor/spedytor.csproj | 16 ++++++++++++++-- 8 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 res/icon.ico create mode 100644 spedytor/Resources/icon.ico create mode 100644 spedytor/icon.ico diff --git a/res/icon.ico b/res/icon.ico new file mode 100644 index 0000000..6dfaa34 Binary files /dev/null and b/res/icon.ico differ diff --git a/spedytor/Form1.Designer.cs b/spedytor/Form1.Designer.cs index d9552fd..f3c4f89 100644 --- a/spedytor/Form1.Designer.cs +++ b/spedytor/Form1.Designer.cs @@ -205,7 +205,7 @@ // closeMenuItem // this.closeMenuItem.Name = "closeMenuItem"; - this.closeMenuItem.Size = new System.Drawing.Size(152, 22); + this.closeMenuItem.Size = new System.Drawing.Size(118, 22); this.closeMenuItem.Text = "Zakończ"; this.closeMenuItem.Click += new System.EventHandler(this.closeMenuItem_Click); // diff --git a/spedytor/Properties/AssemblyInfo.cs b/spedytor/Properties/AssemblyInfo.cs index 0d09c23..548263a 100644 --- a/spedytor/Properties/AssemblyInfo.cs +++ b/spedytor/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("spedytor")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Hewlett-Packard Company")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("spedytor")] -[assembly: AssemblyCopyright("Copyright © Hewlett-Packard Company 2018")] +[assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/spedytor/Properties/Resources.Designer.cs b/spedytor/Properties/Resources.Designer.cs index b619f96..1c1ef4e 100644 --- a/spedytor/Properties/Resources.Designer.cs +++ b/spedytor/Properties/Resources.Designer.cs @@ -70,6 +70,16 @@ namespace spedytor.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon icon { + get { + object obj = ResourceManager.GetObject("icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/spedytor/Properties/Resources.resx b/spedytor/Properties/Resources.resx index 3bf3291..04e450a 100644 --- a/spedytor/Properties/Resources.resx +++ b/spedytor/Properties/Resources.resx @@ -133,4 +133,8 @@ ..\Resources\109_AllAnnotations_Error_32x32_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\icon.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/spedytor/Resources/icon.ico b/spedytor/Resources/icon.ico new file mode 100644 index 0000000..6dfaa34 Binary files /dev/null and b/spedytor/Resources/icon.ico differ diff --git a/spedytor/icon.ico b/spedytor/icon.ico new file mode 100644 index 0000000..6dfaa34 Binary files /dev/null and b/spedytor/icon.ico differ diff --git a/spedytor/spedytor.csproj b/spedytor/spedytor.csproj index 4915ab8..0d56b46 100644 --- a/spedytor/spedytor.csproj +++ b/spedytor/spedytor.csproj @@ -49,6 +49,12 @@ prompt 4 + + spedytor.Program + + + icon.ico + ..\res\AWSSDK.Core.dll @@ -159,12 +165,18 @@ + + + + + + - - \ No newline at end of file + -- cgit v1.2.3