You've already forked lazarus-ccr
tvplanit: Separate code into designtime and runtime packages. Move lpk files to library root folder for better visibility. Test all demos.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5,8 +5,8 @@ unit VpWeekViewPainter;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, LCLType, LCLIntf, Types,
|
||||
Classes, Graphics, VpConst, VPBase, VpData, VpBasePainter, VpWeekView;
|
||||
SysUtils, LCLType, LCLIntf, Types, Classes, Graphics,
|
||||
VpConst, VPBase, VpData, VpBasePainter, VpWeekView;
|
||||
|
||||
type
|
||||
TVpWeekViewPainter = class(TVpBasePainter)
|
||||
|
Reference in New Issue
Block a user