Examples, fix compile of grid semaphor under linux after the resource migration

git-svn-id: trunk@43161 -
This commit is contained in:
jesus 2013-10-07 16:52:08 +00:00
parent 7bebe705b0
commit 79862e8840
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ procedure Register;
implementation
{$R SemaphorDBGridIcon.res}
{$R semaphordbgridicon.res}
procedure TSemaphorDBGrid.SetSemaphorShape(Value : TSemaphorShape);
begin

View File

@ -148,7 +148,7 @@ procedure Register;
implementation
{$R SemaphorGridsicon.res}
{$R semaphorgridsicon.res}
procedure TSemaphorGrid.DrawCell(aCol,aRow: Integer; aRect: TRect; aState:TGridDrawState);
const dr=4;