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 / examples / canvas_test / shapedwindowtest.lfm
Size: Mime:
object frmShapedWindow: TfrmShapedWindow
  Left = 290
  Height = 200
  Top = 171
  Width = 200
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'frmShapedWindow'
  ClientHeight = 200
  ClientWidth = 200
  Color = clRed
  OnShow = FormShow
  LCLVersion = '1.1'
  object btnClose: TButton
    Left = 50
    Height = 32
    Top = 88
    Width = 100
    Caption = 'Close'
    ModalResult = 1
    OnClick = btnCloseClick
    TabOrder = 0
  end
end