You've already forked lazarus-ccr
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:
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
@ -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;
|
Reference in New Issue
Block a user