You've already forked lazarus-ccr
jvcllaz: Separation of designtime and runtime code and all packages complete. Use package names and location of the Delphi version (WILL BREAK EXISTING CODE). Update examples.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -221,7 +221,7 @@ uses
|
||||
SysUtils,
|
||||
JvResources, JvJVCLUtils;
|
||||
|
||||
{$R ..\resource\JvErrorIndicator.res}
|
||||
{$R ..\..\resource\JvErrorIndicator.res}
|
||||
|
||||
const
|
||||
cDefBlinkCount = 5;
|
@ -550,7 +550,7 @@ procedure RoundedFrame(Canvas: TCanvas; ARect: TRect; AColor: TColor; R: Integer
|
||||
|
||||
implementation
|
||||
|
||||
{$R ../resource/JvXPBar.res}
|
||||
{$R ../../resource/JvXPBar.res}
|
||||
|
||||
uses
|
||||
Menus;
|
@ -338,7 +338,7 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
{$R ../resource/JvXPCore.res}
|
||||
{$R ../../resource/JvXPCore.res}
|
||||
|
||||
//=== { TJvXPCustomControl } =================================================
|
||||
|
Reference in New Issue
Block a user