lazarus/debugger/breakpropertydlggroups.lfm
martin 8068974afb DBG: Enable/Disable breakpoint groups
git-svn-id: trunk@32784 -
2011-10-09 15:52:06 +00:00

46 lines
979 B
Plaintext

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