[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagLogDebugge
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-24 14:42:43
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagLogDebugger In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17936/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagLogDebugger Modified Files: WFLagLogDebugger.cs Log Message: More meaningful text for the buttonDebugLog button. Index: WFLagLogDebugger.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagLogDebugger/WFLagLogDebugger.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WFLagLogDebugger.cs 22 Jun 2006 21:15:07 -0000 1.1 --- WFLagLogDebugger.cs 24 Jun 2006 14:42:39 -0000 1.2 *************** *** 77,81 **** this.buttonDebugLog.Size = new System.Drawing.Size(104, 23); this.buttonDebugLog.TabIndex = 1; ! this.buttonDebugLog.Text = "Debug Log"; this.buttonDebugLog.Click += new System.EventHandler(this.buttonDebugLog_Click); // --- 77,81 ---- this.buttonDebugLog.Size = new System.Drawing.Size(104, 23); this.buttonDebugLog.TabIndex = 1; ! this.buttonDebugLog.Text = "Debug Genomes"; this.buttonDebugLog.Click += new System.EventHandler(this.buttonDebugLog_Click); // |