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 / usr / share / lazarus / 1.6 / components / fppkg / src / fppkg_aboutfrm.lfm
Size: Mime:
object FppkgAboutForm: TFppkgAboutForm
  Left = 169
  Height = 240
  Top = 567
  Width = 320
  Caption = 'FppkgAboutForm'
  ClientHeight = 240
  ClientWidth = 320
  OnCreate = FormCreate
  ParentBiDiMode = False
  Position = poScreenCenter
  LCLVersion = '0.9.31'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 34
    Top = 200
    Width = 308
    OKButton.Name = 'OKButton'
    HelpButton.Name = 'HelpButton'
    CloseButton.Name = 'CloseButton'
    CancelButton.Name = 'CancelButton'
    TabOrder = 0
    ShowButtons = [pbClose]
  end
  object Memo1: TMemo
    Left = 6
    Height = 188
    Top = 6
    Width = 308
    Align = alClient
    BorderSpacing.Around = 6
    Lines.Strings = (
      'fppkg is the freepascal package manager'
      ''
      'The lazarus package manager is a graphical frontend for '
      'fppkg with some extensions to interface with Lazarus and '
      'support Lazarus packages. '
      ''
      'Originally written by Darius Blaszyk'
      ''
      'License: GPL'
    )
    ReadOnly = True
    TabOrder = 1
  end
end