mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 13:12:37 +02:00
simplify ide splash logo replacing
git-svn-id: trunk@13047 -
This commit is contained in:
parent
2147234522
commit
4bbb79c4ed
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2487,6 +2487,8 @@ images/sourceeditor/bookmark6.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark7.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark8.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark9.xpm -text svneol=native#image/x-xpixmap
|
||||
images/splash_logo.bat svneol=native#text/plain
|
||||
images/splash_logo.lrs svneol=native#text/pascal
|
||||
images/splash_logo.xpm -text svneol=native#image/x-xpixmap
|
||||
images/template.png -text svneol=unset#image/png
|
||||
images/todo_goto.bmp -text
|
||||
|
9340
ide/splash.lfm
9340
ide/splash.lfm
File diff suppressed because it is too large
Load Diff
4073
ide/splash.lrs
4073
ide/splash.lrs
File diff suppressed because it is too large
Load Diff
@ -62,9 +62,15 @@ var
|
||||
implementation
|
||||
|
||||
constructor TSplashForm.Create(AOwner: TComponent);
|
||||
var
|
||||
B: TBitmap;
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
|
||||
B := LoadBitmapFromLazarusResource('splash_logo');
|
||||
Image.Picture.Graphic := B;
|
||||
B.Free;
|
||||
|
||||
Application.OnIdle := @ApplicationOnIdle;
|
||||
end;
|
||||
|
||||
@ -85,5 +91,6 @@ end;
|
||||
|
||||
initialization
|
||||
{$I splash.lrs}
|
||||
{$I ../images/splash_logo.lrs}
|
||||
|
||||
end.
|
||||
|
1
images/splash_logo.bat
Normal file
1
images/splash_logo.bat
Normal file
@ -0,0 +1 @@
|
||||
..\tools\lazres splash_logo.lrs splash_logo.xpm
|
4067
images/splash_logo.lrs
Normal file
4067
images/splash_logo.lrs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user