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:
wp_xxyyzz
2016-08-01 10:15:48 +00:00
parent 96c497ed73
commit 2b1c2a58cb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;