Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs 2012/06/03 16:09:05 249 +++ trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs 2012/06/03 21:11:45 271 @@ -531,6 +531,7 @@ this.btnReset.TabIndex = 10; this.btnReset.Text = "Reset"; this.btnReset.UseVisualStyleBackColor = true; + this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // btnCancel // @@ -545,6 +546,7 @@ this.btnCancel.TabIndex = 12; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // chkRefreshResults // @@ -599,6 +601,8 @@ // // lstResults // + this.lstResults.AcceptedPlugin = null; + this.lstResults.AcceptedProcess = null; this.lstResults.AllowColumnReorder = true; this.lstResults.ContextMenuStrip = this.mnuResults; this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; @@ -652,6 +656,8 @@ // // lstPatchList // + this.lstPatchList.AcceptedPlugin = null; + this.lstPatchList.AcceptedProcess = null; this.lstPatchList.AllowColumnReorder = true; this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill;
ViewVC Help | |
Powered by ViewVC 1.1.22 |