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 |
|
// |
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 |
|
// |
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; |
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; |