You've already forked lazarus-ccr
tvplanit: Fix compilation of fulldemo under Linux.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5061 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -12,7 +12,7 @@ object frmReportSetup: TfrmReportSetup
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poMainFormCenter
|
||||
LCLVersion = '1.4.4.0'
|
||||
LCLVersion = '1.7'
|
||||
object lblStartDate: TLabel
|
||||
Left = 16
|
||||
Height = 15
|
||||
|
@ -27,7 +27,7 @@ unit ExVpRptSetup;
|
||||
interface
|
||||
|
||||
uses
|
||||
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
|
||||
SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
|
||||
StdCtrls, ComCtrls, EditBtn,
|
||||
|
||||
VpBaseDS, VpPrtFmtCBox;
|
||||
@ -76,7 +76,7 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.LFM}
|
||||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
Math, VpSR, VpMisc;
|
||||
|
Reference in New Issue
Block a user