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 / lazreport / samples / userds / unit2.lfm
Size: Mime:
object Form2: TForm2
  Left = 290
  Height = 300
  Top = 161
  Width = 400
  HorzScrollBar.Page = 399
  VertScrollBar.Page = 299
  Caption = 'Notes viewer'
  ClientHeight = 300
  ClientWidth = 400
  OnShow = FormShow
  LCLVersion = '0.9.31'
  object Memo1: TMemo
    Left = 0
    Height = 300
    Top = 0
    Width = 400
    Align = alClient
    Lines.Strings = (
      'Memo1'
    )
    ScrollBars = ssAutoBoth
    TabOrder = 0
  end
end