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