lazarus/debugger/breakpropertydlggroups.lfm

51 lines
1.1 KiB
Plaintext

object BreakPointGroupDlg: TBreakPointGroupDlg
Left = 431
Height = 261
Top = 221
Width = 387
Caption = 'BreakPointGroupDlg'
ClientHeight = 261
ClientWidth = 387
Position = poScreenCenter
LCLVersion = '1.7'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 29
Top = 226
Width = 375
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]
ShowBevel = False
end
object Label1: TLabel
Left = 6
Height = 17
Top = 6
Width = 375
Align = alTop
BorderSpacing.Around = 6
Caption = 'Label1'
ParentColor = False
WordWrap = True
end
object CheckListBox1: TCheckListBox
Left = 6
Height = 191
Top = 29
Width = 375
Align = alClient
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
TopIndex = -1
end
end