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 / debugger / breakpropertydlggroups.lfm
Size: Mime:
object BreakPointGroupDlg: TBreakPointGroupDlg
  Left = 431
  Height = 225
  Top = 221
  Width = 214
  Caption = 'BreakPointGroupDlg'
  ClientHeight = 225
  ClientWidth = 214
  LCLVersion = '0.9.31'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 34
    Top = 185
    Width = 202
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
  end
  object Label1: TLabel
    Left = 0
    Height = 16
    Top = 0
    Width = 214
    Align = alTop
    Caption = 'Label1'
    ParentColor = False
    WordWrap = True
  end
  object CheckListBox1: TCheckListBox
    Left = 0
    Height = 163
    Top = 16
    Width = 214
    Align = alClient
    ItemHeight = 0
    TabOrder = 0
  end
end