mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:57:59 +02:00
333 lines
9.2 KiB
Plaintext
333 lines
9.2 KiB
Plaintext
object DebuggerClassOptionsFrame: TDebuggerClassOptionsFrame
|
|
Left = 0
|
|
Height = 434
|
|
Top = 0
|
|
Width = 532
|
|
ClientHeight = 434
|
|
ClientWidth = 532
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 613
|
|
DesignTop = 71
|
|
object divSelectBackend: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 532
|
|
Caption = 'divSelectBackend'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object cbBackend: TComboBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = divSelectBackend
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 21
|
|
Width = 520
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 4
|
|
OnChange = cbBackendChange
|
|
end
|
|
object btnAdd: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbBackend
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 50
|
|
Width = 75
|
|
BorderSpacing.Around = 6
|
|
Caption = 'btnAdd'
|
|
TabOrder = 1
|
|
OnClick = tbAddNewClick
|
|
end
|
|
object btnCopy: TButton
|
|
AnchorSideLeft.Control = btnAdd
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = btnAdd
|
|
Left = 93
|
|
Height = 22
|
|
Top = 50
|
|
Width = 75
|
|
BorderSpacing.Left = 12
|
|
Caption = 'btnCopy'
|
|
TabOrder = 2
|
|
OnClick = tbCopyClick
|
|
end
|
|
object btnDelete: TButton
|
|
AnchorSideTop.Control = btnAdd
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 451
|
|
Height = 22
|
|
Top = 50
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'btnDelete'
|
|
TabOrder = 3
|
|
OnClick = tbDeleteClick
|
|
end
|
|
object divEditBackend: TDividerBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = btnAdd
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 78
|
|
Width = 532
|
|
Caption = 'divEditBackend'
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Panel1: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = divEditBackend
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 341
|
|
Top = 93
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
ClientHeight = 341
|
|
ClientWidth = 532
|
|
TabOrder = 0
|
|
object lblName: TLabel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = edName
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 10
|
|
Height = 15
|
|
Top = 31
|
|
Width = 45
|
|
BorderSpacing.Left = 10
|
|
Caption = 'lblName'
|
|
ParentColor = False
|
|
end
|
|
object edName: TEdit
|
|
AnchorSideLeft.Control = lblName
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = lblWarningProject
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 61
|
|
Height = 23
|
|
Top = 27
|
|
Width = 461
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
TabOrder = 0
|
|
OnEditingDone = edNameExit
|
|
OnExit = edNameExit
|
|
end
|
|
object gbDebuggerType: TGroupBox
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = edName
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 105
|
|
Top = 56
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Debugger type and path'
|
|
ClientHeight = 85
|
|
ClientWidth = 528
|
|
TabOrder = 1
|
|
object cmbDebuggerType: TComboBox
|
|
AnchorSideLeft.Control = gbDebuggerType
|
|
AnchorSideTop.Control = gbDebuggerType
|
|
AnchorSideRight.Control = BtnEditClass
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 419
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Enabled = False
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
OnEditingDone = cmbDebuggerTypeEditingDone
|
|
OnSelect = cmbDebuggerTypeEditingDone
|
|
end
|
|
object cmbDebuggerPath: TComboBox
|
|
AnchorSideLeft.Control = gbDebuggerType
|
|
AnchorSideTop.Control = LblWarnClassChange
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = cmdOpenDebuggerPath
|
|
Left = 6
|
|
Height = 23
|
|
Top = 56
|
|
Width = 493
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 15
|
|
TabOrder = 1
|
|
OnEditingDone = cmbDebuggerPathEditingDone
|
|
OnEnter = cmbDebuggerPathEditingDone
|
|
end
|
|
object cmdOpenDebuggerPath: TButton
|
|
AnchorSideTop.Control = cmbDebuggerPath
|
|
AnchorSideRight.Control = gbDebuggerType
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = cmbDebuggerPath
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 499
|
|
Height = 23
|
|
Top = 56
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
TabOrder = 2
|
|
OnClick = cmdOpenDebuggerPathClick
|
|
end
|
|
object BtnEditClass: TButton
|
|
AnchorSideTop.Control = gbDebuggerType
|
|
AnchorSideRight.Control = gbDebuggerType
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 431
|
|
Height = 25
|
|
Top = 6
|
|
Width = 91
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'BtnEditClass'
|
|
TabOrder = 3
|
|
OnClick = BtnEditClassClick
|
|
end
|
|
object LblWarnClassChange: TLabel
|
|
AnchorSideLeft.Control = gbDebuggerType
|
|
AnchorSideTop.Control = cmbDebuggerType
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = gbDebuggerType
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 35
|
|
Width = 516
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LblWarnClassChange'
|
|
Font.Color = clRed
|
|
ParentColor = False
|
|
ParentFont = False
|
|
Visible = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
object gbAdditionalSearchPath: TGroupBox
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = gbDebuggerType
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 55
|
|
Top = 167
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Additional search path'
|
|
ClientHeight = 35
|
|
ClientWidth = 528
|
|
TabOrder = 2
|
|
Visible = False
|
|
object txtAdditionalPath: TEdit
|
|
AnchorSideLeft.Control = gbAdditionalSearchPath
|
|
AnchorSideTop.Control = gbAdditionalSearchPath
|
|
AnchorSideRight.Control = cmdOpenAdditionalPath
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 493
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
TabOrder = 0
|
|
end
|
|
object cmdOpenAdditionalPath: TButton
|
|
AnchorSideTop.Control = txtAdditionalPath
|
|
AnchorSideRight.Control = gbAdditionalSearchPath
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = txtAdditionalPath
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 499
|
|
Height = 23
|
|
Top = 6
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
TabOrder = 1
|
|
OnClick = cmdOpenAdditionalPathClick
|
|
end
|
|
end
|
|
object gbDebuggerSpecific: TGroupBox
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = gbAdditionalSearchPath
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Panel1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 113
|
|
Top = 228
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Debugger specific options (depends on type of debugger)'
|
|
TabOrder = 3
|
|
end
|
|
object lblWarningProject: TLabel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Panel1
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 520
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblWarningProject'
|
|
Font.Color = clRed
|
|
ParentFont = False
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|