Replace icon

This commit is contained in:
Jaex 2020-10-19 00:29:29 +03:00
parent 068e001d5e
commit dadc452bca
6 changed files with 16 additions and 16 deletions

View file

@ -2204,7 +2204,7 @@ private void InitializeComponent()
//
// tsmiRestartAsAdmin
//
this.tsmiRestartAsAdmin.Image = global::ShareX.Properties.Resources.user_business;
this.tsmiRestartAsAdmin.Image = global::ShareX.Properties.Resources.uac;
this.tsmiRestartAsAdmin.Name = "tsmiRestartAsAdmin";
resources.ApplyResources(this.tsmiRestartAsAdmin, "tsmiRestartAsAdmin");
this.tsmiRestartAsAdmin.Click += new System.EventHandler(this.tsmiRestartAsAdmin_Click);

View file

@ -2699,6 +2699,16 @@ public static System.Drawing.Bitmap ua {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap uac {
get {
object obj = ResourceManager.GetObject("uac", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@ -2988,16 +2998,6 @@ public static System.Drawing.Bitmap us {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap user_business {
get {
object obj = ResourceManager.GetObject("user-business", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View file

@ -1063,13 +1063,13 @@ Middle click to close</value>
<data name="application_home" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\application-home.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="user-business" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\user-business.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="jp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\jp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="AboutForm_AboutForm_Language_ja_JP" xml:space="preserve">
<value>Japanese</value>
</data>
<data name="uac" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\uac.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

BIN
ShareX/Resources/uac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

View file

@ -1908,10 +1908,10 @@
<None Include="Resources\exclamation.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\user-business.png" />
<None Include="Resources\jp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\jp.png" />
<None Include="Resources\uac.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>