mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 08:23:50 +02:00
24 lines
453 B
Plaintext
24 lines
453 B
Plaintext
object SplashForm: TSplashForm
|
|
Left = 561
|
|
Height = 341
|
|
Top = 370
|
|
Width = 429
|
|
HorzScrollBar.Page = 428
|
|
VertScrollBar.Page = 340
|
|
AutoSize = True
|
|
BorderStyle = bsNone
|
|
Caption = 'Lazarus'
|
|
ClientHeight = 341
|
|
ClientWidth = 429
|
|
FormStyle = fsStayOnTop
|
|
Position = poScreenCenter
|
|
object Image: TImage
|
|
Height = 341
|
|
Width = 429
|
|
Align = alClient
|
|
AutoSize = True
|
|
OnPaint = ImagePaint
|
|
Transparent = False
|
|
end
|
|
end
|