Added icon for debugger menu item
This commit is contained in:
parent
c2115defd9
commit
35d0510224
5 changed files with 44 additions and 29 deletions
59
GUI.NET/Forms/frmMain.Designer.cs
generated
59
GUI.NET/Forms/frmMain.Designer.cs
generated
|
@ -147,12 +147,12 @@ namespace Mesen.GUI.Forms
|
|||
this.mnuStopMovie = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuCheats = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.mnuVideoRecorder = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuAviRecord = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuAviStop = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuSoundRecorder = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuWaveRecord = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuWaveStop = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuVideoRecorder = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuAviRecord = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuAviStop = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.mnuTests = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mnuTestRun = new System.Windows.Forms.ToolStripMenuItem();
|
||||
|
@ -1146,32 +1146,6 @@ namespace Mesen.GUI.Forms
|
|||
this.toolStripMenuItem22.Name = "toolStripMenuItem22";
|
||||
this.toolStripMenuItem22.Size = new System.Drawing.Size(228, 6);
|
||||
//
|
||||
// mnuVideoRecorder
|
||||
//
|
||||
this.mnuVideoRecorder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mnuAviRecord,
|
||||
this.mnuAviStop});
|
||||
this.mnuVideoRecorder.Image = global::Mesen.GUI.Properties.Resources.VideoRecorder;
|
||||
this.mnuVideoRecorder.Name = "mnuVideoRecorder";
|
||||
this.mnuVideoRecorder.Size = new System.Drawing.Size(231, 22);
|
||||
this.mnuVideoRecorder.Text = "Video Recorder";
|
||||
//
|
||||
// mnuAviRecord
|
||||
//
|
||||
this.mnuAviRecord.Image = global::Mesen.GUI.Properties.Resources.Record;
|
||||
this.mnuAviRecord.Name = "mnuAviRecord";
|
||||
this.mnuAviRecord.Size = new System.Drawing.Size(155, 22);
|
||||
this.mnuAviRecord.Text = "Record...";
|
||||
this.mnuAviRecord.Click += new System.EventHandler(this.mnuAviRecord_Click);
|
||||
//
|
||||
// mnuAviStop
|
||||
//
|
||||
this.mnuAviStop.Image = global::Mesen.GUI.Properties.Resources.Stop;
|
||||
this.mnuAviStop.Name = "mnuAviStop";
|
||||
this.mnuAviStop.Size = new System.Drawing.Size(155, 22);
|
||||
this.mnuAviStop.Text = "Stop Recording";
|
||||
this.mnuAviStop.Click += new System.EventHandler(this.mnuAviStop_Click);
|
||||
//
|
||||
// mnuSoundRecorder
|
||||
//
|
||||
this.mnuSoundRecorder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
|
@ -1198,6 +1172,32 @@ namespace Mesen.GUI.Forms
|
|||
this.mnuWaveStop.Text = "Stop Recording";
|
||||
this.mnuWaveStop.Click += new System.EventHandler(this.mnuWaveStop_Click);
|
||||
//
|
||||
// mnuVideoRecorder
|
||||
//
|
||||
this.mnuVideoRecorder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mnuAviRecord,
|
||||
this.mnuAviStop});
|
||||
this.mnuVideoRecorder.Image = global::Mesen.GUI.Properties.Resources.VideoRecorder;
|
||||
this.mnuVideoRecorder.Name = "mnuVideoRecorder";
|
||||
this.mnuVideoRecorder.Size = new System.Drawing.Size(231, 22);
|
||||
this.mnuVideoRecorder.Text = "Video Recorder";
|
||||
//
|
||||
// mnuAviRecord
|
||||
//
|
||||
this.mnuAviRecord.Image = global::Mesen.GUI.Properties.Resources.Record;
|
||||
this.mnuAviRecord.Name = "mnuAviRecord";
|
||||
this.mnuAviRecord.Size = new System.Drawing.Size(155, 22);
|
||||
this.mnuAviRecord.Text = "Record...";
|
||||
this.mnuAviRecord.Click += new System.EventHandler(this.mnuAviRecord_Click);
|
||||
//
|
||||
// mnuAviStop
|
||||
//
|
||||
this.mnuAviStop.Image = global::Mesen.GUI.Properties.Resources.Stop;
|
||||
this.mnuAviStop.Name = "mnuAviStop";
|
||||
this.mnuAviStop.Size = new System.Drawing.Size(155, 22);
|
||||
this.mnuAviStop.Text = "Stop Recording";
|
||||
this.mnuAviStop.Click += new System.EventHandler(this.mnuAviStop_Click);
|
||||
//
|
||||
// toolStripMenuItem12
|
||||
//
|
||||
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
||||
|
@ -1286,6 +1286,7 @@ namespace Mesen.GUI.Forms
|
|||
//
|
||||
// mnuDebugger
|
||||
//
|
||||
this.mnuDebugger.Image = global::Mesen.GUI.Properties.Resources.Bug;
|
||||
this.mnuDebugger.Name = "mnuDebugger";
|
||||
this.mnuDebugger.Size = new System.Drawing.Size(231, 22);
|
||||
this.mnuDebugger.Text = "Debugger";
|
||||
|
|
|
@ -917,6 +917,7 @@
|
|||
<None Include="Resources\accept.png" />
|
||||
<None Include="Resources\Add.png" />
|
||||
<None Include="Resources\CheatCode.png" />
|
||||
<None Include="Resources\bug.png" />
|
||||
<Content Include="Resources\coins.png" />
|
||||
<None Include="Resources\DipSwitches.png" />
|
||||
<None Include="Resources\MesenIcon.png" />
|
||||
|
|
10
GUI.NET/Properties/Resources.Designer.cs
generated
10
GUI.NET/Properties/Resources.Designer.cs
generated
|
@ -90,6 +90,16 @@ namespace Mesen.GUI.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Bug {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Bug", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -247,4 +247,7 @@
|
|||
<data name="VideoRecorder" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\VideoRecorder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Bug" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bug.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
GUI.NET/Resources/bug.png
Normal file
BIN
GUI.NET/Resources/bug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 830 B |
Loading…
Add table
Reference in a new issue