Some more images
This commit is contained in:
parent
b40c861ee7
commit
7663a53824
|
@ -550,6 +550,9 @@
|
||||||
<None Include="images\Previous.png" />
|
<None Include="images\Previous.png" />
|
||||||
<None Include="images\LoadConfig.png" />
|
<None Include="images\LoadConfig.png" />
|
||||||
<None Include="images\SaveConfig.png" />
|
<None Include="images\SaveConfig.png" />
|
||||||
|
<None Include="images\Save.png" />
|
||||||
|
<None Include="images\GameController.png" />
|
||||||
|
<None Include="images\HotKeys.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" />
|
||||||
|
|
|
@ -821,33 +821,33 @@
|
||||||
// pauseToolStripMenuItem
|
// pauseToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
|
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
|
||||||
this.pauseToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.pauseToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
||||||
this.pauseToolStripMenuItem.Text = "&Pause";
|
this.pauseToolStripMenuItem.Text = "&Pause";
|
||||||
this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
|
this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator1
|
// toolStripSeparator1
|
||||||
//
|
//
|
||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
|
this.toolStripSeparator1.Size = new System.Drawing.Size(141, 6);
|
||||||
//
|
//
|
||||||
// powerToolStripMenuItem
|
// powerToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.powerToolStripMenuItem.Name = "powerToolStripMenuItem";
|
this.powerToolStripMenuItem.Name = "powerToolStripMenuItem";
|
||||||
this.powerToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.powerToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
||||||
this.powerToolStripMenuItem.Text = "Power Cycle";
|
this.powerToolStripMenuItem.Text = "Power Cycle";
|
||||||
this.powerToolStripMenuItem.Click += new System.EventHandler(this.powerToolStripMenuItem_Click);
|
this.powerToolStripMenuItem.Click += new System.EventHandler(this.powerToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// resetToolStripMenuItem
|
// resetToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
|
this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
|
||||||
this.resetToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.resetToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
||||||
this.resetToolStripMenuItem.Text = "&Reset";
|
this.resetToolStripMenuItem.Text = "&Reset";
|
||||||
this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
|
this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator8
|
// toolStripSeparator8
|
||||||
//
|
//
|
||||||
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
||||||
this.toolStripSeparator8.Size = new System.Drawing.Size(149, 6);
|
this.toolStripSeparator8.Size = new System.Drawing.Size(141, 6);
|
||||||
//
|
//
|
||||||
// sega8bitToolStripMenuItem
|
// sega8bitToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@ -856,7 +856,7 @@
|
||||||
this.overclockWhenKnownSafeToolStripMenuItem,
|
this.overclockWhenKnownSafeToolStripMenuItem,
|
||||||
this.forceStereoSeparationToolStripMenuItem});
|
this.forceStereoSeparationToolStripMenuItem});
|
||||||
this.sega8bitToolStripMenuItem.Name = "sega8bitToolStripMenuItem";
|
this.sega8bitToolStripMenuItem.Name = "sega8bitToolStripMenuItem";
|
||||||
this.sega8bitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.sega8bitToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
||||||
this.sega8bitToolStripMenuItem.Text = "Sega 8-bit";
|
this.sega8bitToolStripMenuItem.Text = "Sega 8-bit";
|
||||||
//
|
//
|
||||||
// enableFMChipToolStripMenuItem
|
// enableFMChipToolStripMenuItem
|
||||||
|
@ -1032,6 +1032,7 @@
|
||||||
//
|
//
|
||||||
// controllersToolStripMenuItem
|
// controllersToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
this.controllersToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.GameController;
|
||||||
this.controllersToolStripMenuItem.Name = "controllersToolStripMenuItem";
|
this.controllersToolStripMenuItem.Name = "controllersToolStripMenuItem";
|
||||||
this.controllersToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.controllersToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||||
this.controllersToolStripMenuItem.Text = "&Controllers...";
|
this.controllersToolStripMenuItem.Text = "&Controllers...";
|
||||||
|
@ -1039,6 +1040,7 @@
|
||||||
//
|
//
|
||||||
// hotkeysToolStripMenuItem
|
// hotkeysToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
this.hotkeysToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.HotKeys;
|
||||||
this.hotkeysToolStripMenuItem.Name = "hotkeysToolStripMenuItem";
|
this.hotkeysToolStripMenuItem.Name = "hotkeysToolStripMenuItem";
|
||||||
this.hotkeysToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.hotkeysToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||||
this.hotkeysToolStripMenuItem.Text = "&Hotkeys...";
|
this.hotkeysToolStripMenuItem.Text = "&Hotkeys...";
|
||||||
|
@ -1321,7 +1323,7 @@
|
||||||
//
|
//
|
||||||
// saveConfigToolStripMenuItem
|
// saveConfigToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveConfigToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.SaveConfig;
|
this.saveConfigToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Save;
|
||||||
this.saveConfigToolStripMenuItem.Name = "saveConfigToolStripMenuItem";
|
this.saveConfigToolStripMenuItem.Name = "saveConfigToolStripMenuItem";
|
||||||
this.saveConfigToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.saveConfigToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||||
this.saveConfigToolStripMenuItem.Text = "Save Config";
|
this.saveConfigToolStripMenuItem.Text = "Save Config";
|
||||||
|
@ -1356,20 +1358,20 @@
|
||||||
//
|
//
|
||||||
this.toolBoxToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.ToolBox;
|
this.toolBoxToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.ToolBox;
|
||||||
this.toolBoxToolStripMenuItem.Name = "toolBoxToolStripMenuItem";
|
this.toolBoxToolStripMenuItem.Name = "toolBoxToolStripMenuItem";
|
||||||
this.toolBoxToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.toolBoxToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.toolBoxToolStripMenuItem.Text = "&Tool Box";
|
this.toolBoxToolStripMenuItem.Text = "&Tool Box";
|
||||||
this.toolBoxToolStripMenuItem.Click += new System.EventHandler(this.toolBoxToolStripMenuItem_Click);
|
this.toolBoxToolStripMenuItem.Click += new System.EventHandler(this.toolBoxToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator12
|
// toolStripSeparator12
|
||||||
//
|
//
|
||||||
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
||||||
this.toolStripSeparator12.Size = new System.Drawing.Size(149, 6);
|
this.toolStripSeparator12.Size = new System.Drawing.Size(140, 6);
|
||||||
//
|
//
|
||||||
// rAMWatchToolStripMenuItem
|
// rAMWatchToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.rAMWatchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
this.rAMWatchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.FindHS;
|
||||||
this.rAMWatchToolStripMenuItem.Name = "rAMWatchToolStripMenuItem";
|
this.rAMWatchToolStripMenuItem.Name = "rAMWatchToolStripMenuItem";
|
||||||
this.rAMWatchToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.rAMWatchToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.rAMWatchToolStripMenuItem.Text = "RAM &Watch";
|
this.rAMWatchToolStripMenuItem.Text = "RAM &Watch";
|
||||||
this.rAMWatchToolStripMenuItem.Click += new System.EventHandler(this.RAMWatchToolStripMenuItem_Click);
|
this.rAMWatchToolStripMenuItem.Click += new System.EventHandler(this.RAMWatchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1377,7 +1379,7 @@
|
||||||
//
|
//
|
||||||
this.rAMSearchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
this.rAMSearchToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.search;
|
||||||
this.rAMSearchToolStripMenuItem.Name = "rAMSearchToolStripMenuItem";
|
this.rAMSearchToolStripMenuItem.Name = "rAMSearchToolStripMenuItem";
|
||||||
this.rAMSearchToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.rAMSearchToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.rAMSearchToolStripMenuItem.Text = "RAM &Search";
|
this.rAMSearchToolStripMenuItem.Text = "RAM &Search";
|
||||||
this.rAMSearchToolStripMenuItem.Click += new System.EventHandler(this.rAMSearchToolStripMenuItem_Click);
|
this.rAMSearchToolStripMenuItem.Click += new System.EventHandler(this.rAMSearchToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1385,7 +1387,7 @@
|
||||||
//
|
//
|
||||||
this.rAMPokeToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
this.rAMPokeToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
||||||
this.rAMPokeToolStripMenuItem.Name = "rAMPokeToolStripMenuItem";
|
this.rAMPokeToolStripMenuItem.Name = "rAMPokeToolStripMenuItem";
|
||||||
this.rAMPokeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.rAMPokeToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.rAMPokeToolStripMenuItem.Text = "RAM &Poke";
|
this.rAMPokeToolStripMenuItem.Text = "RAM &Poke";
|
||||||
this.rAMPokeToolStripMenuItem.Click += new System.EventHandler(this.RAMPokeToolStripMenuItem_Click);
|
this.rAMPokeToolStripMenuItem.Click += new System.EventHandler(this.RAMPokeToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1393,7 +1395,7 @@
|
||||||
//
|
//
|
||||||
this.hexEditorToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
this.hexEditorToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.poke;
|
||||||
this.hexEditorToolStripMenuItem.Name = "hexEditorToolStripMenuItem";
|
this.hexEditorToolStripMenuItem.Name = "hexEditorToolStripMenuItem";
|
||||||
this.hexEditorToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.hexEditorToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.hexEditorToolStripMenuItem.Text = "&Hex Editor";
|
this.hexEditorToolStripMenuItem.Text = "&Hex Editor";
|
||||||
this.hexEditorToolStripMenuItem.Click += new System.EventHandler(this.hexEditorToolStripMenuItem_Click);
|
this.hexEditorToolStripMenuItem.Click += new System.EventHandler(this.hexEditorToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1401,20 +1403,20 @@
|
||||||
//
|
//
|
||||||
this.tAStudioToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.TAStudio;
|
this.tAStudioToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.TAStudio;
|
||||||
this.tAStudioToolStripMenuItem.Name = "tAStudioToolStripMenuItem";
|
this.tAStudioToolStripMenuItem.Name = "tAStudioToolStripMenuItem";
|
||||||
this.tAStudioToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.tAStudioToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.tAStudioToolStripMenuItem.Text = "&TAStudio";
|
this.tAStudioToolStripMenuItem.Text = "&TAStudio";
|
||||||
this.tAStudioToolStripMenuItem.Click += new System.EventHandler(this.tAStudioToolStripMenuItem_Click);
|
this.tAStudioToolStripMenuItem.Click += new System.EventHandler(this.tAStudioToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator11
|
// toolStripSeparator11
|
||||||
//
|
//
|
||||||
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
||||||
this.toolStripSeparator11.Size = new System.Drawing.Size(149, 6);
|
this.toolStripSeparator11.Size = new System.Drawing.Size(140, 6);
|
||||||
//
|
//
|
||||||
// luaConsoleToolStripMenuItem
|
// luaConsoleToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.luaConsoleToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Lua;
|
this.luaConsoleToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Lua;
|
||||||
this.luaConsoleToolStripMenuItem.Name = "luaConsoleToolStripMenuItem";
|
this.luaConsoleToolStripMenuItem.Name = "luaConsoleToolStripMenuItem";
|
||||||
this.luaConsoleToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.luaConsoleToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.luaConsoleToolStripMenuItem.Text = "Lua Console";
|
this.luaConsoleToolStripMenuItem.Text = "Lua Console";
|
||||||
this.luaConsoleToolStripMenuItem.Click += new System.EventHandler(this.luaConsoleToolStripMenuItem_Click);
|
this.luaConsoleToolStripMenuItem.Click += new System.EventHandler(this.luaConsoleToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1422,7 +1424,7 @@
|
||||||
//
|
//
|
||||||
this.cheatsToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.cheat;
|
this.cheatsToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.cheat;
|
||||||
this.cheatsToolStripMenuItem.Name = "cheatsToolStripMenuItem";
|
this.cheatsToolStripMenuItem.Name = "cheatsToolStripMenuItem";
|
||||||
this.cheatsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.cheatsToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
|
||||||
this.cheatsToolStripMenuItem.Text = "Cheats";
|
this.cheatsToolStripMenuItem.Text = "Cheats";
|
||||||
this.cheatsToolStripMenuItem.Click += new System.EventHandler(this.cheatsToolStripMenuItem_Click);
|
this.cheatsToolStripMenuItem.Click += new System.EventHandler(this.cheatsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
|
|
@ -179,6 +179,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap GameController {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("GameController", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap GBController {
|
internal static System.Drawing.Bitmap GBController {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("GBController", resourceCulture);
|
object obj = ResourceManager.GetObject("GBController", resourceCulture);
|
||||||
|
@ -193,6 +200,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap HotKeys {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("HotKeys", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap InserSeparator {
|
internal static System.Drawing.Bitmap InserSeparator {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("InserSeparator", resourceCulture);
|
object obj = ResourceManager.GetObject("InserSeparator", resourceCulture);
|
||||||
|
@ -325,6 +339,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap Save {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Save", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap SaveAs {
|
internal static System.Drawing.Bitmap SaveAs {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("SaveAs", resourceCulture);
|
object obj = ResourceManager.GetObject("SaveAs", resourceCulture);
|
||||||
|
|
|
@ -702,12 +702,21 @@
|
||||||
<data name="TAStudio" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="TAStudio" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\TAStudio.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\TAStudio.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="GameController" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\GameController.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="HotKeys" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\HotKeys.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="LoadConfig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="LoadConfig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\LoadConfig.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\LoadConfig.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Previous" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Previous" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\Previous.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\Previous.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Save" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\Save.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="SaveConfig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="SaveConfig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\SaveConfig.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\SaveConfig.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -181,7 +181,6 @@
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
this.MinimizeBox = false;
|
this.MinimizeBox = false;
|
||||||
this.Name = "InputConfig";
|
this.Name = "InputConfig";
|
||||||
this.ShowIcon = false;
|
|
||||||
this.Text = "Configure Controllers";
|
this.Text = "Configure Controllers";
|
||||||
this.Load += new System.EventHandler(this.InputConfig_Load);
|
this.Load += new System.EventHandler(this.InputConfig_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.ControllerImage)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ControllerImage)).EndInit();
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
Binary file not shown.
After Width: | Height: | Size: 907 B |
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
After Width: | Height: | Size: 826 B |
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue