remove a bunch of unused images that we don't intend to use, make lua console menu item image consistent wtih the dialog image

This commit is contained in:
adelikat 2020-07-23 14:56:48 -05:00
parent 4d24b0bcf0
commit e778e5248d
24 changed files with 3 additions and 79 deletions

View File

@ -107,39 +107,18 @@
<EmbeddedResource Include="images/**/*" />
<EmbeddedResource Include="Resources/**/*" />
<EmbeddedResource Remove="images/.ico" />
<EmbeddedResource Remove="images/AtariControllerIcon.png" />
<EmbeddedResource Remove="images/BuilderDialog_delete.bmp" />
<EmbeddedResource Remove="images/BuilderDialog_movedown.bmp" />
<EmbeddedResource Remove="images/BuilderDialog_moveup.bmp" />
<EmbeddedResource Remove="images/C64Symbol.png" />
<EmbeddedResource Remove="images/cheat.png" />
<EmbeddedResource Remove="images/Cheats.ico" />
<EmbeddedResource Remove="images/ControllerImages/TI83Calculator.png" />
<EmbeddedResource Remove="images/corphawk.ico" />
<EmbeddedResource Remove="images/Debugger.ico" />
<EmbeddedResource Remove="images/dual.png" />
<EmbeddedResource Remove="images/ForwardMore.png" />
<EmbeddedResource Remove="images/gba-icon.png" />
<EmbeddedResource Remove="images/GenesisControllerIcon.png" />
<EmbeddedResource Remove="images/InserSeparator.bmp" />
<EmbeddedResource Remove="images/Lua.ico" />
<EmbeddedResource Remove="images/NESControllerIcon.png" />
<EmbeddedResource Remove="images/pcejin1.bmp" />
<EmbeddedResource Remove="images/PlayButton.png" />
<EmbeddedResource Remove="images/PrintPreviewHS.png" />
<EmbeddedResource Remove="images/SaveAllHS.png" />
<EmbeddedResource Remove="images/sms-icon.png" />
<EmbeddedResource Remove="images/snes9x.ico" />
<EmbeddedResource Remove="images/SNESControllerIcon.png" />
<EmbeddedResource Remove="images/tastudio/ts_h_piano_*.png" />
<EmbeddedResource Remove="images/tastudio/ts_v_piano_*.png" />
<EmbeddedResource Remove="images/textdoc.png" />
<EmbeddedResource Remove="images/TruncateFromRW.png" />
<EmbeddedResource Remove="images/TurboFastForward.png" />
<EmbeddedResource Remove="images/user_blue.png" />
<EmbeddedResource Remove="images/WarningHS.png" />
<EmbeddedResource Remove="Resources/courier16px.bmfc" />
<EmbeddedResource Remove="Resources/ZXSpectrumKeyboard.bmp" />
<None Remove="packages.config" />
<None Remove="Properties/Resources.resources" />
</ItemGroup>

View File

@ -174,7 +174,7 @@ namespace BizHawk.Client.EmuHawk
return new CoreComm(ShowMessageCoreComm, AddOnScreenMessage, cfp, prefs);
}
void SetImages()
private void SetImages()
{
OpenRomMenuItem.Image = Properties.Resources.OpenFile;
RecentRomSubMenu.Image = Properties.Resources.Recent;
@ -213,7 +213,7 @@ namespace BizHawk.Client.EmuHawk
ToolBoxMenuItem.Image = Properties.Resources.ToolBox;
RamWatchMenuItem.Image = Properties.Resources.watch;
RamSearchMenuItem.Image = Properties.Resources.search;
LuaConsoleMenuItem.Image = Properties.Resources.Lua;
LuaConsoleMenuItem.Image = Properties.Resources.TextDoc;
TAStudioMenuItem.Image = Properties.Resources.TAStudio;
HexEditorMenuItem.Image = Properties.Resources.poke;
TraceLoggerMenuItem.Image = Properties.Resources.pencil;

View File

@ -114,7 +114,6 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Icon logo = ReadEmbeddedIcon("logo");
internal static readonly Icon log_window_MultiSize = ReadEmbeddedIcon("log_window");
internal static readonly Bitmap log_window = ReadEmbeddedBitmap("log_window");
internal static readonly Bitmap Lua = ReadEmbeddedBitmap("Lua");
internal static readonly Bitmap luaPictureBox = ReadEmbeddedBitmap("luaPictureBox");
internal static readonly Bitmap mame = ReadEmbeddedBitmap("mame");
internal static readonly Bitmap MessageConfig = ReadEmbeddedBitmap("MessageConfig");
@ -188,6 +187,7 @@ namespace BizHawk.Client.EmuHawk.Properties
internal static readonly Bitmap ts_v_arrow_blue = ReadEmbeddedBitmap("tastudio.ts_v_arrow_blue");
internal static readonly Bitmap ts_v_arrow_green = ReadEmbeddedBitmap("tastudio.ts_v_arrow_green");
internal static readonly Bitmap ts_v_arrow_green_blue = ReadEmbeddedBitmap("tastudio.ts_v_arrow_green_blue");
internal static readonly Bitmap TextDoc = ReadEmbeddedBitmap("textdoc");
internal static readonly Icon textdoc_MultiSize = ReadEmbeddedIcon("textdoc");
internal static readonly Bitmap thumbsdown = ReadEmbeddedBitmap("thumbsdown");
internal static readonly Icon ToolBox_MultiSize = ReadEmbeddedIcon("ToolBox");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,55 +0,0 @@
# AngelCode Bitmap Font Generator configuration file
fileVersion=1
# font settings
fontName=Courier
fontFile=
charSet=204
fontSize=16
aa=1
scaleH=100
useSmoothing=0
isBold=1
isItalic=0
useUnicode=1
disableBoxChars=1
outputInvalidCharGlyph=1
dontIncludeKerningPairs=0
useHinting=1
renderFromOutline=0
useClearType=1
# character alignment
paddingDown=0
paddingUp=0
paddingRight=0
paddingLeft=0
spacingHoriz=1
spacingVert=1
useFixedHeight=0
forceZero=0
# output file
outWidth=128
outHeight=256
outBitDepth=32
fontDescFormat=1
fourChnlPacked=0
textureFormat=png
textureCompression=0
alphaChnl=0
redChnl=4
greenChnl=4
blueChnl=4
invA=0
invR=0
invG=0
invB=0
# outline
outlineThickness=2
# selected chars
chars=32-127,152,160,164,166-167,169,171-174,176-177,181-183,187
# imported icon images

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB