Add small pdf/image icons

This commit is contained in:
Ben Olden-Cooligan 2017-05-13 21:16:32 -04:00
parent 8426d44992
commit 76c8f4836f
5 changed files with 28 additions and 0 deletions

View File

@ -380,6 +380,16 @@ namespace NAPS2 {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap file_extension_pdf_small {
get {
object obj = ResourceManager.GetObject("file_extension_pdf_small", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@ -480,6 +490,16 @@ namespace NAPS2 {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap picture_small {
get {
object obj = ResourceManager.GetObject("picture_small", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -298,4 +298,10 @@
<data name="close" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Icons\close.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="file_extension_pdf_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\file_extension_pdf.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="picture_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\picture.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -4593,6 +4593,8 @@
<None Include="Icons\arrow_up.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\picture.png" />
<None Include="Resources\file_extension_pdf.png" />
<None Include="Icons\application_cascade.png" />
<Content Include="Icons\application_cascade.ico" />
<Content Include="Icons\arrow_left.png" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B