From 7bfd9779fea61697cd224f30979d66dd5d42b167 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Tue, 2 Aug 2011 03:07:47 +0000 Subject: [PATCH] Hide Selection = false on all the virtuallistview objects --- BizHawk.MultiClient/PlayMovie.Designer.cs | 1 + BizHawk.MultiClient/tools/Cheats.Designer.cs | 1 + BizHawk.MultiClient/tools/LuaConsole.Designer.cs | 7 ++++--- BizHawk.MultiClient/tools/RamSearch.Designer.cs | 9 +++++---- BizHawk.MultiClient/tools/RamWatch.Designer.cs | 1 + 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/BizHawk.MultiClient/PlayMovie.Designer.cs b/BizHawk.MultiClient/PlayMovie.Designer.cs index fc45dc0f56..c8e8fa4254 100644 --- a/BizHawk.MultiClient/PlayMovie.Designer.cs +++ b/BizHawk.MultiClient/PlayMovie.Designer.cs @@ -99,6 +99,7 @@ this.columnHeader6}); this.DetailsView.FullRowSelect = true; this.DetailsView.GridLines = true; + this.DetailsView.HideSelection = false; this.DetailsView.Location = new System.Drawing.Point(15, 19); this.DetailsView.Name = "DetailsView"; this.DetailsView.Size = new System.Drawing.Size(228, 242); diff --git a/BizHawk.MultiClient/tools/Cheats.Designer.cs b/BizHawk.MultiClient/tools/Cheats.Designer.cs index 3fde4aea01..b2f567b6ab 100644 --- a/BizHawk.MultiClient/tools/Cheats.Designer.cs +++ b/BizHawk.MultiClient/tools/Cheats.Designer.cs @@ -647,6 +647,7 @@ this.CheatListView.ContextMenuStrip = this.contextMenuStrip1; this.CheatListView.FullRowSelect = true; this.CheatListView.GridLines = true; + this.CheatListView.HideSelection = false; this.CheatListView.ItemCount = 0; this.CheatListView.LabelEdit = true; this.CheatListView.Location = new System.Drawing.Point(12, 72); diff --git a/BizHawk.MultiClient/tools/LuaConsole.Designer.cs b/BizHawk.MultiClient/tools/LuaConsole.Designer.cs index 3fd51d4332..8a20e0e289 100644 --- a/BizHawk.MultiClient/tools/LuaConsole.Designer.cs +++ b/BizHawk.MultiClient/tools/LuaConsole.Designer.cs @@ -83,6 +83,7 @@ this.PathName}); this.LuaListView.FullRowSelect = true; this.LuaListView.GridLines = true; + this.LuaListView.HideSelection = false; this.LuaListView.ItemCount = 0; this.LuaListView.Location = new System.Drawing.Point(12, 51); this.LuaListView.Name = "LuaListView"; @@ -187,18 +188,18 @@ // noneToolStripMenuItem // this.noneToolStripMenuItem.Name = "noneToolStripMenuItem"; - this.noneToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22); this.noneToolStripMenuItem.Text = "None"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6); + this.toolStripSeparator3.Size = new System.Drawing.Size(107, 6); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; - this.clearToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.clearToolStripMenuItem.Size = new System.Drawing.Size(110, 22); this.clearToolStripMenuItem.Text = "Clear"; // // toolStripSeparator1 diff --git a/BizHawk.MultiClient/tools/RamSearch.Designer.cs b/BizHawk.MultiClient/tools/RamSearch.Designer.cs index c521795354..74c68213b4 100644 --- a/BizHawk.MultiClient/tools/RamSearch.Designer.cs +++ b/BizHawk.MultiClient/tools/RamSearch.Designer.cs @@ -273,6 +273,7 @@ this.SearchListView.ContextMenuStrip = this.contextMenuStrip1; this.SearchListView.FullRowSelect = true; this.SearchListView.GridLines = true; + this.SearchListView.HideSelection = false; this.SearchListView.ItemCount = 0; this.SearchListView.LabelEdit = true; this.SearchListView.Location = new System.Drawing.Point(9, 58); @@ -479,24 +480,24 @@ // noneToolStripMenuItem // this.noneToolStripMenuItem.Name = "noneToolStripMenuItem"; - this.noneToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.noneToolStripMenuItem.Size = new System.Drawing.Size(135, 22); this.noneToolStripMenuItem.Text = "None"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6); + this.toolStripSeparator2.Size = new System.Drawing.Size(132, 6); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; - this.clearToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.clearToolStripMenuItem.Size = new System.Drawing.Size(135, 22); this.clearToolStripMenuItem.Text = "Clear"; // // autoLoadToolStripMenuItem // this.autoLoadToolStripMenuItem.Name = "autoLoadToolStripMenuItem"; - this.autoLoadToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.autoLoadToolStripMenuItem.Size = new System.Drawing.Size(135, 22); this.autoLoadToolStripMenuItem.Text = "Auto-Load"; // // toolStripSeparator4 diff --git a/BizHawk.MultiClient/tools/RamWatch.Designer.cs b/BizHawk.MultiClient/tools/RamWatch.Designer.cs index ed27f93858..cb0ede9660 100644 --- a/BizHawk.MultiClient/tools/RamWatch.Designer.cs +++ b/BizHawk.MultiClient/tools/RamWatch.Designer.cs @@ -429,6 +429,7 @@ this.WatchListView.ContextMenuStrip = this.contextMenuStrip1; this.WatchListView.FullRowSelect = true; this.WatchListView.GridLines = true; + this.WatchListView.HideSelection = false; this.WatchListView.ItemCount = 0; this.WatchListView.LabelEdit = true; this.WatchListView.Location = new System.Drawing.Point(25, 76);