mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:38:01 +02:00
22 lines
384 B
Plaintext
22 lines
384 B
Plaintext
object SplashForm: TSplashForm
|
|
Left = 561
|
|
Height = 300
|
|
Top = 370
|
|
Width = 450
|
|
BorderStyle = bsNone
|
|
Caption = 'Lazarus'
|
|
ClientHeight = 300
|
|
ClientWidth = 450
|
|
FormStyle = fsSplash
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object Image: TImage
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 450
|
|
Align = alClient
|
|
OnPaint = ImagePaint
|
|
end
|
|
end
|