Add previous commited files to resource file, and add a toolbox image
This commit is contained in:
parent
d466e8e388
commit
66a1891884
|
@ -415,6 +415,10 @@
|
||||||
<None Include="images\cheat.png" />
|
<None Include="images\cheat.png" />
|
||||||
<None Include="images\Cheats.ico" />
|
<None Include="images\Cheats.ico" />
|
||||||
<None Include="images\Debugger.png" />
|
<None Include="images\Debugger.png" />
|
||||||
|
<None Include="images\Stop.png" />
|
||||||
|
<None Include="images\ToolBox.png" />
|
||||||
|
<None Include="images\Pause.png" />
|
||||||
|
<None Include="images\Play.png" />
|
||||||
<Content Include="output\gamedb.txt" />
|
<Content Include="output\gamedb.txt" />
|
||||||
<Content Include="output\gamedb_neshomebrew.txt" />
|
<Content Include="output\gamedb_neshomebrew.txt" />
|
||||||
<None Include="images\Refresh.bmp" />
|
<None Include="images\Refresh.bmp" />
|
||||||
|
|
|
@ -56,6 +56,9 @@
|
||||||
public bool SoundEnabled = true;
|
public bool SoundEnabled = true;
|
||||||
public bool MuteFrameAdvance = true;
|
public bool MuteFrameAdvance = true;
|
||||||
|
|
||||||
|
// Lua Console
|
||||||
|
public RecentFiles RecentLua = new RecentFiles(8);
|
||||||
|
|
||||||
// RamWatch Settings
|
// RamWatch Settings
|
||||||
public bool AutoLoadRamWatch = false;
|
public bool AutoLoadRamWatch = false;
|
||||||
public RecentFiles RecentWatches = new RecentFiles(8);
|
public RecentFiles RecentWatches = new RecentFiles(8);
|
||||||
|
|
|
@ -143,6 +143,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap Pause {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Pause", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap PCEngineController {
|
internal static System.Drawing.Bitmap PCEngineController {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("PCEngineController", resourceCulture);
|
object obj = ResourceManager.GetObject("PCEngineController", resourceCulture);
|
||||||
|
@ -150,6 +157,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap Play {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Play", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap poke {
|
internal static System.Drawing.Bitmap poke {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("poke", resourceCulture);
|
object obj = ResourceManager.GetObject("poke", resourceCulture);
|
||||||
|
@ -185,6 +199,20 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap Stop {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Stop", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap ToolBox {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("ToolBox", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap TruncateFromFile {
|
internal static System.Drawing.Bitmap TruncateFromFile {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("TruncateFromFile", resourceCulture);
|
object obj = ResourceManager.GetObject("TruncateFromFile", resourceCulture);
|
||||||
|
|
|
@ -606,4 +606,16 @@
|
||||||
<data name="Debugger" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Debugger" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\Debugger.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\Debugger.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Pause" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\Pause.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="Play" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\Play.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="Stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\Stop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="ToolBox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\ToolBox.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue