lazarus/ide/splash.lfm
ondrej 19bc2914a8 IDE: splash screen: high-dpi scaling
git-svn-id: trunk@57827 -
2018-05-07 22:11:22 +00:00

26 lines
481 B
Plaintext

object SplashForm: TSplashForm
Left = 561
Height = 341
Top = 370
Width = 429
HorzScrollBar.Page = 428
VertScrollBar.Page = 340
BorderStyle = bsNone
Caption = 'Lazarus'
ClientHeight = 341
ClientWidth = 429
FormStyle = fsSplash
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object Image: TImage
Left = 0
Height = 341
Top = 0
Width = 429
Align = alClient
OnPaint = ImagePaint
Proportional = True
Stretch = True
end
end