Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / ide / splash.lfm
Size: Mime:
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