delete old-style resource files

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1840 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2011-08-27 19:43:40 +00:00
parent 1ad2c82b17
commit 90c3dba68d
11 changed files with 156 additions and 687 deletions

View File

@ -979,7 +979,7 @@ var
i:integer;
TmpBitmap:TBitmap;
begin
inherited Create(AOwner);
inherited CreateNew(AOwner);
BorderStyle:=bsNone;
@ -1044,9 +1044,7 @@ begin
BackPanel.Top:=2;
BackPanel.Left:=2;
BackPanel.Width:=Width - 4;
{.$IFDEF LINUX}
// BackPanel.Height:=Height - FCloseBtn.Height - 2;
{.$ELSE}
BackPanel.Height:=Height - 4;
FBtns[0] := TRxTimerSpeedButton.Create(Self);