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 / components / education / eduspeedbuttons.lfm
Size: Mime:
object EduSpeedButtonsFrame: TEduSpeedButtonsFrame
  Left = 0
  Height = 483
  Top = 0
  Width = 559
  ClientHeight = 483
  ClientWidth = 559
  TabOrder = 0
  DesignLeft = 425
  DesignTop = 170
  object Panel: TPanel
    Left = 0
    Height = 483
    Top = 0
    Width = 150
    Align = alLeft
    AutoSize = True
    ClientHeight = 483
    ClientWidth = 150
    TabOrder = 1
    object ShowSelectionButton: TButton
      Left = 1
      Height = 27
      Top = 44
      Width = 148
      Align = alTop
      AutoSize = True
      BorderSpacing.Top = 6
      Caption = 'ShowSelectionButton'
      OnClick = ShowSelectionButtonClick
      TabOrder = 0
    end
    object ShowAllButton: TButton
      Left = 1
      Height = 27
      Top = 11
      Width = 148
      Align = alTop
      AutoSize = True
      BorderSpacing.Top = 10
      Caption = 'ShowAllButton'
      OnClick = ShowAllButtonClick
      TabOrder = 1
    end
    object HideAllButton: TButton
      Left = 1
      Height = 27
      Top = 86
      Width = 148
      Align = alTop
      AutoSize = True
      BorderSpacing.Top = 15
      Caption = 'HideAllButton'
      OnClick = HideAllButtonClick
      TabOrder = 2
    end
  end
  object SpeedButtonsGroupBox: TGroupBox
    Left = 150
    Height = 483
    Top = 0
    Width = 409
    Align = alClient
    Caption = 'SpeedButtonsGroupBox'
    ClientHeight = 464
    ClientWidth = 405
    TabOrder = 0
    object SpeedButtonsTreeView: TTreeView
      Left = 0
      Height = 464
      Top = 0
      Width = 405
      Align = alClient
      TabOrder = 0
      OnMouseDown = SpeedButtonsTreeViewMouseDown
    end
  end
end