lazarus/ide/debugoptionsfrm.lfm
mattias cbc69512ee set DragCursor props to default
git-svn-id: trunk@4999 -
2004-01-03 18:16:25 +00:00

465 lines
11 KiB
Plaintext

object DebuggerOptionsForm: TDebuggerOptionsForm
BorderStyle = BSDIALOG
Caption = 'Debugger Options'
ClientHeight = 442
ClientWidth = 480
OnCreate = DebuggerOptionsFormCREATE
OnDestroy = DebuggerOptionsFormDESTROY
Position = POSCREENCENTER
HorzScrollBar.Page = 481
VertScrollBar.Page = 443
Left = 411
Height = 442
Top = 185
Width = 480
object nbDebugOptions: TNotebook
Align = ALTOP
PageIndex = 0
Height = 398
Width = 480
object pgGeneral: TPage
Caption = 'General'
ClientWidth = 476
ClientHeight = 368
Left = 2
Height = 368
Top = 28
Width = 476
object gbDebuggerType: TGroupBox
Caption = 'Debugger type and path'
ClientHeight = 69
ClientWidth = 468
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Left = 2
Height = 86
Top = 8
Width = 472
object cmbDebuggerType: TComboBox
MaxLength = 0
OnChange = cmbDebuggerTypeCHANGE
ParentCtl3D = False
TabOrder = 0
TabStop = True
Left = 6
Height = 25
Top = 5
Width = 268
end
object cmbDebuggerPath: TComboBox
MaxLength = 0
ParentCtl3D = False
TabOrder = 1
TabStop = True
Left = 6
Height = 25
Top = 37
Width = 428
end
object cmdOpenDebuggerPath: TButton
Caption = '...'
TabStop = True
TabOrder = 2
OnClick = cmdOpenDebuggerPathCLICK
Left = 442
Height = 25
Top = 37
Width = 19
end
end
object gbAdditionalSearchPath: TGroupBox
Caption = 'Additional search path'
ClientHeight = 35
ClientWidth = 468
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Left = 2
Height = 52
Top = 100
Width = 472
object txtAdditionalPath: TEdit
TabStop = True
TabOrder = 0
Left = 6
Height = 25
Top = 5
Width = 428
end
object cmdOpenAdditionalPath: TButton
Caption = '...'
TabStop = True
TabOrder = 1
Left = 442
Height = 24
Top = 5
Width = 19
end
end
object gbDebuggerSpecific: TGroupBox
Caption = 'Debugger specific options (depends on type of debugger)'
ClientHeight = 187
ClientWidth = 468
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Left = 2
Height = 204
Top = 156
Width = 472
object pnlDebugSpecific: TPanel
Align = ALCLIENT
BevelOuter = BVNONE
BorderWidth = 4
ClientHeight = 187
ClientWidth = 468
TabOrder = 0
TabStop = True
Height = 187
Width = 468
end
end
end
object pgEventLog: TPage
Caption = 'Event Log'
ClientWidth = 476
ClientHeight = 368
Left = 2
Height = 368
Top = 28
Width = 476
object gbGeneral: TGroupBox
Caption = 'General'
ClientHeight = 115
ClientWidth = 226
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Left = 4
Height = 132
Top = 8
Width = 230
object chkClearLogOnRun: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Clear log on run'
DragCursor = 65524
TabOrder = 0
TabStop = True
Left = 4
Height = 20
Top = 5
Width = 135
end
object chkLimitLinecount: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Limit linecount to'
DragCursor = 65524
TabOrder = 1
TabStop = True
Left = 4
Height = 20
Top = 29
Width = 119
end
object seLimitLinecount: TSpinEdit
Enabled = False
Climb_Rate = 7.10933840589535E-34
MinValue = 7.10933840589535E-34
MaxValue = 7.10933840589535E-34
Value = 7.10933840589535E-34
Left = 28
Height = 20
Top = 53
Width = 62
end
end
object gbMessages: TGroupBox
Caption = 'Messages'
ClientHeight = 171
ClientWidth = 228
Enabled = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Left = 242
Height = 188
Top = 8
Width = 232
object chkMessagesBreakpoint: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Breakpoint'
DragCursor = 65524
TabOrder = 0
TabStop = True
Left = 4
Height = 20
Top = 5
Width = 161
end
object chkMessagesProcess: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Process'
DragCursor = 65524
TabOrder = 1
TabStop = True
Left = 4
Height = 20
Top = 29
Width = 147
end
object chkMessagesThread: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Thread'
DragCursor = 65524
TabOrder = 2
TabStop = True
Left = 4
Height = 20
Top = 53
Width = 141
end
object chkMessagesModule: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Module'
DragCursor = 65524
TabOrder = 3
TabStop = True
Left = 4
Height = 20
Top = 77
Width = 144
end
object chkMessagesOutput: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Output'
DragCursor = 65524
TabOrder = 4
TabStop = True
Left = 4
Height = 20
Top = 101
Width = 139
end
object chkMessagesWindow: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Window'
DragCursor = 65524
TabOrder = 5
TabStop = True
Left = 4
Height = 20
Top = 125
Width = 146
end
object chkMessagesInterface: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Interface'
DragCursor = 65524
TabOrder = 6
TabStop = True
Left = 4
Height = 20
Top = 149
Width = 150
end
end
end
object pgExceptions: TPage
Caption = 'Language Exceptions'
ClientWidth = 476
ClientHeight = 368
Left = 2
Height = 368
Top = 28
Width = 476
object bgIgnoreExceptions: TGroupBox
Caption = 'Ignore these exceptions'
ClientHeight = 311
ClientWidth = 464
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Left = 4
Height = 328
Top = 8
Width = 468
object cmdExceptionRemove: TButton
Enabled = False
Caption = 'Remove'
TabStop = True
TabOrder = 0
OnClick = cmdExceptionRemoveCLICK
Left = 380
Height = 25
Top = 277
Width = 75
end
object cmdExceptionAdd: TButton
Caption = 'Add'
TabStop = True
TabOrder = 1
OnClick = cmdExceptionAddCLICK
Left = 300
Height = 25
Top = 277
Width = 75
end
object clbExceptions: TCheckListBox
OnClick = clbExceptionsCLICK
TabOrder = 2
TabStop = True
TopIndex = -1
Left = 8
Height = 264
Top = 5
Width = 448
end
end
object chkBreakOnException: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Break on Lazarus Exceptions'
DragCursor = 65524
TabOrder = 1
TabStop = True
Left = 2
Height = 20
Top = 340
Width = 188
end
end
object pgSignals: TPage
Caption = 'OS Exceptions'
ClientWidth = 476
ClientHeight = 368
Left = 2
Height = 368
Top = 28
Width = 476
object gbSignals: TGroupBox
Caption = 'Signals'
ClientHeight = 337
ClientWidth = 464
ParentColor = True
ParentCtl3D = False
TabOrder = 0
Left = 4
Height = 354
Top = 8
Width = 468
object cmdSignalRemove: TButton
Enabled = False
Caption = 'Remove'
TabStop = True
TabOrder = 0
Left = 381
Height = 25
Top = 305
Width = 75
end
object cmdSignalAdd: TButton
Caption = 'Add'
TabStop = True
TabOrder = 1
Left = 296
Height = 25
Top = 305
Width = 75
end
object lvSignals: TListView
Columns = <
item
Caption = 'Name'
Visible = True
Width = 200
end
item
Caption = 'ID'
Visible = True
Width = 50
end
item
Caption = 'Handled by'
Visible = True
Width = 75
end
item
Caption = 'Resume'
Visible = True
Width = 75
end>
PopupMenu = popSignal
ViewStyle = VSREPORT
Left = 8
Height = 292
Top = 5
Width = 448
end
end
end
end
object cmdCancel: TButton
ModalResult = 2
Cancel = True
Caption = 'Cancel'
TabStop = True
TabOrder = 1
Left = 400
Height = 25
Top = 408
Width = 75
end
object cmdOK: TButton
Default = True
Caption = 'OK'
TabStop = True
TabOrder = 2
OnClick = cmdOKCLICK
Left = 320
Height = 25
Top = 408
Width = 75
end
object popSignal: TPopupMenu
left = 408
top = 20
object mnuHandledByProgram: TMenuItem
AutoCheck = True
Caption = 'Handled by Program'
GroupIndex = 1
RadioItem = True
end
object mnuiHandledByDebugger: TMenuItem
AutoCheck = True
Caption = 'Handled by Debugger'
GroupIndex = 1
RadioItem = True
end
object N1: TMenuItem
Caption = '-'
end
object mnuResumeHandled: TMenuItem
AutoCheck = True
Caption = 'Resume Handled'
GroupIndex = 2
RadioItem = True
end
object mnuResumeUnhandled: TMenuItem
AutoCheck = True
Caption = 'Resume Unhandled'
GroupIndex = 2
RadioItem = True
end
end
end