You've already forked lazarus-ccr
tvplanit: Move designtime-related units to designtime package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -47,8 +47,8 @@ uses
|
||||
Forms, StdCtrls;
|
||||
|
||||
const
|
||||
BuildTime = '09/13/2002 09:25 AM';
|
||||
VpVersionStr = 'v1.03'; {Visual PlanIt library version}
|
||||
BuildTime = {$I %DATE%} + {$I %TIME}; //'09/13/2002 09:25 AM';
|
||||
VpVersionStr = 'v1.04'; {Visual PlanIt library version}
|
||||
VpProductName = 'Visual PlanIt';
|
||||
|
||||
BorderStyles : array[TBorderStyle] of LongInt =
|
||||
|
Reference in New Issue
Block a user