ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs (file contents):
Revision 270 by william, Sun Jun 3 16:09:05 2012 UTC vs.
Revision 271 by william, Sun Jun 3 21:11:45 2012 UTC

# Line 531 | Line 531
531              this.btnReset.TabIndex = 10;
532              this.btnReset.Text = "Reset";
533              this.btnReset.UseVisualStyleBackColor = true;
534 +            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
535              //
536              // btnCancel
537              //
# Line 545 | Line 546
546              this.btnCancel.TabIndex = 12;
547              this.btnCancel.Text = "Cancel";
548              this.btnCancel.UseVisualStyleBackColor = true;
549 +            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
550              //
551              // chkRefreshResults
552              //
# Line 599 | Line 601
601              //
602              // lstResults
603              //
604 +            this.lstResults.AcceptedPlugin = null;
605 +            this.lstResults.AcceptedProcess = null;
606              this.lstResults.AllowColumnReorder = true;
607              this.lstResults.ContextMenuStrip = this.mnuResults;
608              this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill;
# Line 652 | Line 656
656              //
657              // lstPatchList
658              //
659 +            this.lstPatchList.AcceptedPlugin = null;
660 +            this.lstPatchList.AcceptedProcess = null;
661              this.lstPatchList.AllowColumnReorder = true;
662              this.lstPatchList.ContextMenuStrip = this.mnuAddedResults;
663              this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines