[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader/UserForms OTWebDownloader.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-02-08 15:05:21
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29936/Downloader/OpenTickDownloader/UserForms Modified Files: OTWebDownloader.cs Log Message: Last date is now supported for specific daily bars, also Index: OTWebDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms/OTWebDownloader.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** OTWebDownloader.cs 7 Feb 2009 17:06:18 -0000 1.9 --- OTWebDownloader.cs 8 Feb 2009 15:05:09 -0000 1.10 *************** *** 214,218 **** // dateTimePickerEndingDate // - this.dateTimePickerEndingDate.Enabled = false; this.dateTimePickerEndingDate.Location = new System.Drawing.Point(86, 75); this.dateTimePickerEndingDate.Name = "dateTimePickerEndingDate"; --- 214,217 ---- *************** *** 493,496 **** --- 492,496 ---- this.CheckedDailyTimes , this.dateTimePickerStartingDate.Value , + this.dateTimePickerEndingDate.Value , Convert.ToInt32( this.timeFrameInSeconds.Value ) , DateTime.MaxValue, *************** *** 804,808 **** this.checkBoxOverWrite.Enabled = true; this.radioButtonDownloadOnlyAfterMax.Enabled = true; ! this.dateTimePickerEndingDate.Enabled = false; } else --- 804,808 ---- this.checkBoxOverWrite.Enabled = true; this.radioButtonDownloadOnlyAfterMax.Enabled = true; ! // this.dateTimePickerEndingDate.Enabled = false; } else *************** *** 812,816 **** this.checkBoxOverWrite.Enabled = false; this.radioButtonDownloadOnlyAfterMax.Enabled = false; ! this.dateTimePickerEndingDate.Enabled = true; } } --- 812,816 ---- this.checkBoxOverWrite.Enabled = false; this.radioButtonDownloadOnlyAfterMax.Enabled = false; ! // this.dateTimePickerEndingDate.Enabled = true; } } |