lazarus/ide/splash.lfm
wp 70862bc995 IDE: Simplify AboutForm.
git-svn-id: trunk@63796 -
2020-08-19 20:44:45 +00:00

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