[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm Report.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-06 13:46:29
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31588/b5_Presentation/Reporting/WindowsForm Modified Files: Report.cs Log Message: Width and height report dimensions have been changed Index: Report.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/Report.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Report.cs 1 Aug 2004 00:17:06 -0000 1.1 --- Report.cs 6 Aug 2004 13:46:21 -0000 1.2 *************** *** 55,59 **** { this.Location = new System.Drawing.Point( 1000,500); ! this.Width = 500; this.reportTabControl = new ReportTabControl( this.accountReport ); this.Controls.Add( this.reportTabControl ); --- 55,60 ---- { this.Location = new System.Drawing.Point( 1000,500); ! this.Width = 700; ! this.Height = 500; this.reportTabControl = new ReportTabControl( this.accountReport ); this.Controls.Add( this.reportTabControl ); |