lazarus/ide/splash.lfm
2007-11-27 09:35:11 +00:00

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