mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 18:49:34 +02:00
23 lines
428 B
Plaintext
23 lines
428 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
|
|
Transparent = False
|
|
end
|
|
end
|