[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader/UserForms OTWebDownloader.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-07-20 20:38:42
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7818/Downloader/OpenTickDownloader/UserForms Modified Files: OTWebDownloader.cs Log Message: The form and some controls have been enlarged Index: OTWebDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms/OTWebDownloader.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OTWebDownloader.cs 9 Jul 2008 22:01:36 -0000 1.2 --- OTWebDownloader.cs 20 Jul 2008 20:38:39 -0000 1.3 *************** *** 153,160 **** this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Right; this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText; ! this.dataGrid1.Location = new System.Drawing.Point(352, 0); this.dataGrid1.Name = "dataGrid1"; this.dataGrid1.ReadOnly = true; ! this.dataGrid1.Size = new System.Drawing.Size(301, 459); this.dataGrid1.TabIndex = 1; // --- 153,160 ---- this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Right; this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText; ! this.dataGrid1.Location = new System.Drawing.Point(382, 0); this.dataGrid1.Name = "dataGrid1"; this.dataGrid1.ReadOnly = true; ! this.dataGrid1.Size = new System.Drawing.Size(352, 459); this.dataGrid1.TabIndex = 1; // *************** *** 172,176 **** this.dateTimePickerStartingDate.Location = new System.Drawing.Point(86, 49); this.dateTimePickerStartingDate.Name = "dateTimePickerStartingDate"; ! this.dateTimePickerStartingDate.Size = new System.Drawing.Size(162, 20); this.dateTimePickerStartingDate.TabIndex = 6; this.dateTimePickerStartingDate.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0); --- 172,176 ---- this.dateTimePickerStartingDate.Location = new System.Drawing.Point(86, 49); this.dateTimePickerStartingDate.Name = "dateTimePickerStartingDate"; ! this.dateTimePickerStartingDate.Size = new System.Drawing.Size(231, 20); this.dateTimePickerStartingDate.TabIndex = 6; this.dateTimePickerStartingDate.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0); *************** *** 202,206 **** this.groupBoxWebDownloaderOptions.Location = new System.Drawing.Point(10, 97); this.groupBoxWebDownloaderOptions.Name = "groupBoxWebDownloaderOptions"; ! this.groupBoxWebDownloaderOptions.Size = new System.Drawing.Size(320, 134); this.groupBoxWebDownloaderOptions.TabIndex = 13; this.groupBoxWebDownloaderOptions.TabStop = false; --- 202,206 ---- this.groupBoxWebDownloaderOptions.Location = new System.Drawing.Point(10, 97); this.groupBoxWebDownloaderOptions.Name = "groupBoxWebDownloaderOptions"; ! this.groupBoxWebDownloaderOptions.Size = new System.Drawing.Size(336, 134); this.groupBoxWebDownloaderOptions.TabIndex = 13; this.groupBoxWebDownloaderOptions.TabStop = false; *************** *** 228,232 **** this.dateTimeOverwriteQuotesBefore.Location = new System.Drawing.Point(96, 247); this.dateTimeOverwriteQuotesBefore.Name = "dateTimeOverwriteQuotesBefore"; ! this.dateTimeOverwriteQuotesBefore.Size = new System.Drawing.Size(162, 20); this.dateTimeOverwriteQuotesBefore.TabIndex = 15; this.dateTimeOverwriteQuotesBefore.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); --- 228,232 ---- this.dateTimeOverwriteQuotesBefore.Location = new System.Drawing.Point(96, 247); this.dateTimeOverwriteQuotesBefore.Name = "dateTimeOverwriteQuotesBefore"; ! this.dateTimeOverwriteQuotesBefore.Size = new System.Drawing.Size(229, 20); this.dateTimeOverwriteQuotesBefore.TabIndex = 15; this.dateTimeOverwriteQuotesBefore.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); *************** *** 474,478 **** // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); ! this.ClientSize = new System.Drawing.Size(653, 459); this.Controls.Add(this.signallingLabel); this.Controls.Add(this.startingDownloadingTimeLabel); --- 474,478 ---- // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); ! this.ClientSize = new System.Drawing.Size(734, 459); this.Controls.Add(this.signallingLabel); this.Controls.Add(this.startingDownloadingTimeLabel); |