Added icons to GUI
75
GUI.NET/Forms/frmMain.Designer.cs
generated
|
@ -83,6 +83,7 @@
|
|||
this.mnuRegionAuto = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuRegionNtsc = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuRegionPal = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuRegionDendy = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuVideoConfig = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.mnuPreferences = new System.Windows.Forms.ToolStripMenuItem();
|
||||
|
@ -120,7 +121,8 @@
|
|||
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.menuTimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.dxViewer = new Mesen.GUI.Controls.DXViewer();
|
||||
this.mnuRegionDendy = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.menuStrip.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
@ -155,51 +157,52 @@
|
|||
//
|
||||
// mnuOpen
|
||||
//
|
||||
this.mnuOpen.Image = global::Mesen.GUI.Properties.Resources.folder;
|
||||
this.mnuOpen.Name = "mnuOpen";
|
||||
this.mnuOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
||||
this.mnuOpen.Size = new System.Drawing.Size(146, 22);
|
||||
this.mnuOpen.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuOpen.Text = "Open";
|
||||
this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
|
||||
//
|
||||
// toolStripMenuItem4
|
||||
//
|
||||
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(143, 6);
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// mnuSaveState
|
||||
//
|
||||
this.mnuSaveState.Name = "mnuSaveState";
|
||||
this.mnuSaveState.Size = new System.Drawing.Size(146, 22);
|
||||
this.mnuSaveState.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuSaveState.Text = "Save State";
|
||||
this.mnuSaveState.DropDownOpening += new System.EventHandler(this.mnuSaveState_DropDownOpening);
|
||||
//
|
||||
// mnuLoadState
|
||||
//
|
||||
this.mnuLoadState.Name = "mnuLoadState";
|
||||
this.mnuLoadState.Size = new System.Drawing.Size(146, 22);
|
||||
this.mnuLoadState.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuLoadState.Text = "Load State";
|
||||
this.mnuLoadState.DropDownOpening += new System.EventHandler(this.mnuLoadState_DropDownOpening);
|
||||
//
|
||||
// toolStripMenuItem7
|
||||
//
|
||||
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
|
||||
this.toolStripMenuItem7.Size = new System.Drawing.Size(143, 6);
|
||||
this.toolStripMenuItem7.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// mnuRecentFiles
|
||||
//
|
||||
this.mnuRecentFiles.Name = "mnuRecentFiles";
|
||||
this.mnuRecentFiles.Size = new System.Drawing.Size(146, 22);
|
||||
this.mnuRecentFiles.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuRecentFiles.Text = "Recent Files";
|
||||
//
|
||||
// toolStripMenuItem6
|
||||
//
|
||||
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
||||
this.toolStripMenuItem6.Size = new System.Drawing.Size(143, 6);
|
||||
this.toolStripMenuItem6.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// mnuExit
|
||||
//
|
||||
this.mnuExit.Name = "mnuExit";
|
||||
this.mnuExit.Size = new System.Drawing.Size(146, 22);
|
||||
this.mnuExit.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuExit.Text = "Exit";
|
||||
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
|
||||
//
|
||||
|
@ -220,6 +223,7 @@
|
|||
// mnuPause
|
||||
//
|
||||
this.mnuPause.Enabled = false;
|
||||
this.mnuPause.Image = global::Mesen.GUI.Properties.Resources.control_pause;
|
||||
this.mnuPause.Name = "mnuPause";
|
||||
this.mnuPause.ShortcutKeyDisplayString = "Esc";
|
||||
this.mnuPause.Size = new System.Drawing.Size(200, 22);
|
||||
|
@ -237,6 +241,7 @@
|
|||
// mnuStop
|
||||
//
|
||||
this.mnuStop.Enabled = false;
|
||||
this.mnuStop.Image = global::Mesen.GUI.Properties.Resources.control_stop;
|
||||
this.mnuStop.Name = "mnuStop";
|
||||
this.mnuStop.Size = new System.Drawing.Size(200, 22);
|
||||
this.mnuStop.Text = "Stop";
|
||||
|
@ -257,12 +262,14 @@
|
|||
//
|
||||
// mnuSelectDisk
|
||||
//
|
||||
this.mnuSelectDisk.Image = global::Mesen.GUI.Properties.Resources.diskette;
|
||||
this.mnuSelectDisk.Name = "mnuSelectDisk";
|
||||
this.mnuSelectDisk.Size = new System.Drawing.Size(200, 22);
|
||||
this.mnuSelectDisk.Text = "Select Disk";
|
||||
//
|
||||
// mnuEjectDisk
|
||||
//
|
||||
this.mnuEjectDisk.Image = global::Mesen.GUI.Properties.Resources.control_eject;
|
||||
this.mnuEjectDisk.Name = "mnuEjectDisk";
|
||||
this.mnuEjectDisk.Size = new System.Drawing.Size(200, 22);
|
||||
this.mnuEjectDisk.Text = "Eject Disk";
|
||||
|
@ -299,6 +306,7 @@
|
|||
this.mnuEmuSpeedDouble,
|
||||
this.mnuEmuSpeedHalf,
|
||||
this.mnuEmuSpeedQuarter});
|
||||
this.mnuEmulationSpeed.Image = global::Mesen.GUI.Properties.Resources.speedometer;
|
||||
this.mnuEmulationSpeed.Name = "mnuEmulationSpeed";
|
||||
this.mnuEmulationSpeed.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuEmulationSpeed.Text = "Emulation Speed";
|
||||
|
@ -380,6 +388,7 @@
|
|||
this.mnuScale2x,
|
||||
this.mnuScale3x,
|
||||
this.mnuScale4x});
|
||||
this.mnuVideoScale.Image = global::Mesen.GUI.Properties.Resources.slideshow_full_screen;
|
||||
this.mnuVideoScale.Name = "mnuVideoScale";
|
||||
this.mnuVideoScale.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuVideoScale.Text = "Video Scale";
|
||||
|
@ -387,7 +396,7 @@
|
|||
// mnuScale1x
|
||||
//
|
||||
this.mnuScale1x.Name = "mnuScale1x";
|
||||
this.mnuScale1x.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuScale1x.Size = new System.Drawing.Size(85, 22);
|
||||
this.mnuScale1x.Tag = "1";
|
||||
this.mnuScale1x.Text = "1x";
|
||||
this.mnuScale1x.Click += new System.EventHandler(this.mnuScale_Click);
|
||||
|
@ -395,7 +404,7 @@
|
|||
// mnuScale2x
|
||||
//
|
||||
this.mnuScale2x.Name = "mnuScale2x";
|
||||
this.mnuScale2x.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuScale2x.Size = new System.Drawing.Size(85, 22);
|
||||
this.mnuScale2x.Tag = "2";
|
||||
this.mnuScale2x.Text = "2x";
|
||||
this.mnuScale2x.Click += new System.EventHandler(this.mnuScale_Click);
|
||||
|
@ -403,7 +412,7 @@
|
|||
// mnuScale3x
|
||||
//
|
||||
this.mnuScale3x.Name = "mnuScale3x";
|
||||
this.mnuScale3x.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuScale3x.Size = new System.Drawing.Size(85, 22);
|
||||
this.mnuScale3x.Tag = "3";
|
||||
this.mnuScale3x.Text = "3x";
|
||||
this.mnuScale3x.Click += new System.EventHandler(this.mnuScale_Click);
|
||||
|
@ -411,7 +420,7 @@
|
|||
// mnuScale4x
|
||||
//
|
||||
this.mnuScale4x.Name = "mnuScale4x";
|
||||
this.mnuScale4x.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuScale4x.Size = new System.Drawing.Size(85, 22);
|
||||
this.mnuScale4x.Tag = "4";
|
||||
this.mnuScale4x.Text = "4x";
|
||||
this.mnuScale4x.Click += new System.EventHandler(this.mnuScale_Click);
|
||||
|
@ -455,6 +464,7 @@
|
|||
//
|
||||
// mnuAudioConfig
|
||||
//
|
||||
this.mnuAudioConfig.Image = global::Mesen.GUI.Properties.Resources.music;
|
||||
this.mnuAudioConfig.Name = "mnuAudioConfig";
|
||||
this.mnuAudioConfig.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuAudioConfig.Text = "Audio";
|
||||
|
@ -462,6 +472,7 @@
|
|||
//
|
||||
// mnuInput
|
||||
//
|
||||
this.mnuInput.Image = global::Mesen.GUI.Properties.Resources.controller;
|
||||
this.mnuInput.Name = "mnuInput";
|
||||
this.mnuInput.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuInput.Text = "Input";
|
||||
|
@ -474,6 +485,7 @@
|
|||
this.mnuRegionNtsc,
|
||||
this.mnuRegionPal,
|
||||
this.mnuRegionDendy});
|
||||
this.mnuRegion.Image = global::Mesen.GUI.Properties.Resources.globe_place;
|
||||
this.mnuRegion.Name = "mnuRegion";
|
||||
this.mnuRegion.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuRegion.Text = "Region";
|
||||
|
@ -481,26 +493,34 @@
|
|||
// mnuRegionAuto
|
||||
//
|
||||
this.mnuRegionAuto.Name = "mnuRegionAuto";
|
||||
this.mnuRegionAuto.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuRegionAuto.Size = new System.Drawing.Size(108, 22);
|
||||
this.mnuRegionAuto.Text = "Auto";
|
||||
this.mnuRegionAuto.Click += new System.EventHandler(this.mnuRegion_Click);
|
||||
//
|
||||
// mnuRegionNtsc
|
||||
//
|
||||
this.mnuRegionNtsc.Name = "mnuRegionNtsc";
|
||||
this.mnuRegionNtsc.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuRegionNtsc.Size = new System.Drawing.Size(108, 22);
|
||||
this.mnuRegionNtsc.Text = "NTSC";
|
||||
this.mnuRegionNtsc.Click += new System.EventHandler(this.mnuRegion_Click);
|
||||
//
|
||||
// mnuRegionPal
|
||||
//
|
||||
this.mnuRegionPal.Name = "mnuRegionPal";
|
||||
this.mnuRegionPal.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuRegionPal.Size = new System.Drawing.Size(108, 22);
|
||||
this.mnuRegionPal.Text = "PAL";
|
||||
this.mnuRegionPal.Click += new System.EventHandler(this.mnuRegion_Click);
|
||||
//
|
||||
// mnuRegionDendy
|
||||
//
|
||||
this.mnuRegionDendy.Name = "mnuRegionDendy";
|
||||
this.mnuRegionDendy.Size = new System.Drawing.Size(108, 22);
|
||||
this.mnuRegionDendy.Text = "Dendy";
|
||||
this.mnuRegionDendy.Click += new System.EventHandler(this.mnuRegion_Click);
|
||||
//
|
||||
// mnuVideoConfig
|
||||
//
|
||||
this.mnuVideoConfig.Image = global::Mesen.GUI.Properties.Resources.lcd_tv_image;
|
||||
this.mnuVideoConfig.Name = "mnuVideoConfig";
|
||||
this.mnuVideoConfig.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuVideoConfig.Text = "Video";
|
||||
|
@ -513,6 +533,7 @@
|
|||
//
|
||||
// mnuPreferences
|
||||
//
|
||||
this.mnuPreferences.Image = global::Mesen.GUI.Properties.Resources.cog;
|
||||
this.mnuPreferences.Name = "mnuPreferences";
|
||||
this.mnuPreferences.Size = new System.Drawing.Size(163, 22);
|
||||
this.mnuPreferences.Text = "Preferences";
|
||||
|
@ -524,8 +545,10 @@
|
|||
this.mnuNetPlay,
|
||||
this.mnuCheats,
|
||||
this.mnuMovies,
|
||||
this.toolStripMenuItem12,
|
||||
this.mnuTests,
|
||||
this.mnuDebugger,
|
||||
this.toolStripMenuItem1,
|
||||
this.mnuTakeScreenshot});
|
||||
this.mnuTools.Name = "mnuTools";
|
||||
this.mnuTools.Size = new System.Drawing.Size(48, 20);
|
||||
|
@ -542,6 +565,7 @@
|
|||
this.mnuDisconnect,
|
||||
this.toolStripMenuItem3,
|
||||
this.mnuProfile});
|
||||
this.mnuNetPlay.Image = global::Mesen.GUI.Properties.Resources.globe_network;
|
||||
this.mnuNetPlay.Name = "mnuNetPlay";
|
||||
this.mnuNetPlay.Size = new System.Drawing.Size(185, 22);
|
||||
this.mnuNetPlay.Text = "Net Play";
|
||||
|
@ -611,6 +635,7 @@
|
|||
this.mnuPlayMovie,
|
||||
this.mnuRecordFrom,
|
||||
this.mnuStopMovie});
|
||||
this.mnuMovies.Image = global::Mesen.GUI.Properties.Resources.movies;
|
||||
this.mnuMovies.Name = "mnuMovies";
|
||||
this.mnuMovies.Size = new System.Drawing.Size(185, 22);
|
||||
this.mnuMovies.Text = "Movies";
|
||||
|
@ -727,6 +752,7 @@
|
|||
//
|
||||
// mnuDebugger
|
||||
//
|
||||
this.mnuDebugger.Image = global::Mesen.GUI.Properties.Resources.debugging;
|
||||
this.mnuDebugger.Name = "mnuDebugger";
|
||||
this.mnuDebugger.Size = new System.Drawing.Size(185, 22);
|
||||
this.mnuDebugger.Text = "Debugger";
|
||||
|
@ -734,6 +760,7 @@
|
|||
//
|
||||
// mnuTakeScreenshot
|
||||
//
|
||||
this.mnuTakeScreenshot.Image = global::Mesen.GUI.Properties.Resources.camera;
|
||||
this.mnuTakeScreenshot.Name = "mnuTakeScreenshot";
|
||||
this.mnuTakeScreenshot.ShortcutKeys = System.Windows.Forms.Keys.F12;
|
||||
this.mnuTakeScreenshot.Size = new System.Drawing.Size(185, 22);
|
||||
|
@ -765,6 +792,7 @@
|
|||
// mnuAbout
|
||||
//
|
||||
this.mnuAbout.Enabled = false;
|
||||
this.mnuAbout.Image = global::Mesen.GUI.Properties.Resources.help;
|
||||
this.mnuAbout.Name = "mnuAbout";
|
||||
this.mnuAbout.Size = new System.Drawing.Size(170, 22);
|
||||
this.mnuAbout.Text = "About";
|
||||
|
@ -782,12 +810,15 @@
|
|||
this.dxViewer.Size = new System.Drawing.Size(263, 176);
|
||||
this.dxViewer.TabIndex = 1;
|
||||
//
|
||||
// mnuRegionDendy
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.mnuRegionDendy.Name = "mnuRegionDendy";
|
||||
this.mnuRegionDendy.Size = new System.Drawing.Size(152, 22);
|
||||
this.mnuRegionDendy.Text = "Dendy";
|
||||
this.mnuRegionDendy.Click += new System.EventHandler(this.mnuRegion_Click);
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(182, 6);
|
||||
//
|
||||
// toolStripMenuItem12
|
||||
//
|
||||
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
||||
this.toolStripMenuItem12.Size = new System.Drawing.Size(182, 6);
|
||||
//
|
||||
// frmMain
|
||||
//
|
||||
|
@ -898,6 +929,8 @@
|
|||
private System.Windows.Forms.ToolStripMenuItem mnuEjectDisk;
|
||||
private System.Windows.Forms.ToolStripMenuItem mnuSwitchDiskSide;
|
||||
private System.Windows.Forms.ToolStripMenuItem mnuRegionDendy;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -303,6 +303,7 @@ namespace Mesen.GUI.Forms
|
|||
|
||||
mnuSaveState.Enabled = mnuLoadState.Enabled = mnuPause.Enabled = mnuStop.Enabled = mnuReset.Enabled = (_emuThread != null && !InteropEmu.IsConnected());
|
||||
mnuPause.Text = InteropEmu.IsPaused() ? "Resume" : "Pause";
|
||||
mnuPause.Image = InteropEmu.IsPaused() ? Mesen.GUI.Properties.Resources.control_play : Mesen.GUI.Properties.Resources.control_pause;
|
||||
|
||||
bool netPlay = InteropEmu.IsServerRunning() || InteropEmu.IsConnected();
|
||||
|
||||
|
|
|
@ -526,6 +526,23 @@
|
|||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\globe_network.png" />
|
||||
<None Include="Resources\speedometer.png" />
|
||||
<None Include="Resources\camera.png" />
|
||||
<None Include="Resources\cog.png" />
|
||||
<None Include="Resources\slideshow_full_screen.png" />
|
||||
<None Include="Resources\folder.png" />
|
||||
<None Include="Resources\control_stop.png" />
|
||||
<None Include="Resources\control_play.png" />
|
||||
<None Include="Resources\control_pause.png" />
|
||||
<None Include="Resources\movies.png" />
|
||||
<None Include="Resources\debugging.png" />
|
||||
<None Include="Resources\globe_place.png" />
|
||||
<None Include="Resources\music.png" />
|
||||
<None Include="Resources\lcd_tv_image.png" />
|
||||
<None Include="Resources\diskette.png" />
|
||||
<None Include="Resources\control_eject.png" />
|
||||
<None Include="Resources\controller.png" />
|
||||
<EmbeddedResource Include="$(OutputPath)Dependencies.zip">
|
||||
<Link>Dependencies\Dependencies.zip</Link>
|
||||
</EmbeddedResource>
|
||||
|
|
172
GUI.NET/Properties/Resources.Designer.cs
generated
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18408
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -60,6 +60,16 @@ namespace Mesen.GUI.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap camera {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("camera", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -70,6 +80,116 @@ namespace Mesen.GUI.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap cog {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("cog", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap control_eject {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("control_eject", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap control_pause {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("control_pause", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap control_play {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("control_play", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap control_stop {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("control_stop", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap controller {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("controller", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap debugging {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("debugging", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap diskette {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("diskette", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap folder {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("folder", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap globe_network {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("globe_network", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap globe_place {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("globe_place", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -80,6 +200,16 @@ namespace Mesen.GUI.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap lcd_tv_image {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("lcd_tv_image", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
|
@ -100,6 +230,26 @@ namespace Mesen.GUI.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap movies {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("movies", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap music {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("music", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -119,5 +269,25 @@ namespace Mesen.GUI.Properties {
|
|||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap slideshow_full_screen {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("slideshow_full_screen", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap speedometer {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("speedometer", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -136,4 +136,55 @@
|
|||
<data name="PreviousArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\previousarrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="camera" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\camera.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="cog" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\cog.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="controller" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\controller.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="control_eject" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\control_eject.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="control_pause" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\control_pause.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="control_play" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\control_play.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="control_stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\control_stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="debugging" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\debugging.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="diskette" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\diskette.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="folder" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\folder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="globe_network" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\globe_network.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="globe_place" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\globe_place.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="lcd_tv_image" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\lcd_tv_image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="movies" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\movies.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="music" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\music.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="slideshow_full_screen" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\slideshow_full_screen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="speedometer" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\speedometer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
GUI.NET/Resources/camera.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
GUI.NET/Resources/cog.png
Normal file
After Width: | Height: | Size: 777 B |
BIN
GUI.NET/Resources/control_eject.png
Normal file
After Width: | Height: | Size: 685 B |
BIN
GUI.NET/Resources/control_pause.png
Normal file
After Width: | Height: | Size: 700 B |
BIN
GUI.NET/Resources/control_play.png
Normal file
After Width: | Height: | Size: 730 B |
BIN
GUI.NET/Resources/control_stop.png
Normal file
After Width: | Height: | Size: 709 B |
BIN
GUI.NET/Resources/controller.png
Normal file
After Width: | Height: | Size: 717 B |
BIN
GUI.NET/Resources/debugging.png
Normal file
After Width: | Height: | Size: 793 B |
BIN
GUI.NET/Resources/diskette.png
Normal file
After Width: | Height: | Size: 730 B |
BIN
GUI.NET/Resources/folder.png
Normal file
After Width: | Height: | Size: 632 B |
BIN
GUI.NET/Resources/globe_network.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
GUI.NET/Resources/globe_place.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
GUI.NET/Resources/lcd_tv_image.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
GUI.NET/Resources/movies.png
Normal file
After Width: | Height: | Size: 697 B |
BIN
GUI.NET/Resources/music.png
Normal file
After Width: | Height: | Size: 554 B |
BIN
GUI.NET/Resources/slideshow_full_screen.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
GUI.NET/Resources/speedometer.png
Normal file
After Width: | Height: | Size: 852 B |