Updated folder structure

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5493 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2016-12-14 14:59:44 +00:00
parent 9dbb1764b9
commit a2d7f48162
10 changed files with 1892 additions and 1889 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -248,7 +248,10 @@ begin
img_background := TImage.Create(fPoweredByForm);
// Bitmap mask - Load from resource
MyBitmap := TBitMap.Create;
MyBitmap.Monochrome := True;
MyBitmap.LoadFromLazarusResource('powered_by_mask');
MyBitMap.Transparent := True;
MyBitMap.TransparentColor := clBlack;
// Delay Timer
Delaytimer := TTimer.Create(fPoweredByForm);
delaytimer.Interval := fDelayMilliseconds;