mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 12:53:50 +02:00
297 lines
8.0 KiB
Plaintext
297 lines
8.0 KiB
Plaintext
object DebuggerClassOptionsFrame: TDebuggerClassOptionsFrame
|
|
Left = 0
|
|
Height = 427
|
|
Top = 0
|
|
Width = 519
|
|
ClientHeight = 427
|
|
ClientWidth = 519
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 812
|
|
DesignTop = 313
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Height = 26
|
|
Top = 0
|
|
Width = 519
|
|
ButtonHeight = 22
|
|
ButtonWidth = 60
|
|
DropDownWidth = 12
|
|
EdgeBorders = [ebBottom]
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object tbSelect: TToolButton
|
|
Left = 1
|
|
Top = 0
|
|
Caption = 'tbSelect'
|
|
DropdownMenu = tbDropMenu
|
|
Style = tbsButtonDrop
|
|
end
|
|
object tbAddNew: TToolButton
|
|
Left = 76
|
|
Top = 0
|
|
Caption = 'tbAddNew'
|
|
OnClick = tbAddNewClick
|
|
end
|
|
object tbCopy: TToolButton
|
|
Left = 141
|
|
Top = 0
|
|
Caption = 'tbCopy'
|
|
OnClick = tbCopyClick
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 201
|
|
Height = 22
|
|
Top = 0
|
|
Caption = 'ToolButton2'
|
|
Style = tbsDivider
|
|
end
|
|
object tbDelete: TToolButton
|
|
Left = 206
|
|
Top = 0
|
|
Caption = 'tbDelete'
|
|
OnClick = tbDeleteClick
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 71
|
|
Height = 22
|
|
Top = 0
|
|
Caption = 'ToolButton3'
|
|
Style = tbsDivider
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 401
|
|
Top = 26
|
|
Width = 519
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 401
|
|
ClientWidth = 519
|
|
TabOrder = 1
|
|
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'
|
|
Color = clDefault
|
|
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 = 448
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
OnEditingDone = edNameExit
|
|
OnExit = edNameExit
|
|
TabOrder = 0
|
|
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 = 519
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Debugger type and path'
|
|
ClientHeight = 85
|
|
ClientWidth = 515
|
|
TabOrder = 1
|
|
object cmbDebuggerType: TComboBox
|
|
AnchorSideLeft.Control = gbDebuggerType
|
|
AnchorSideTop.Control = gbDebuggerType
|
|
AnchorSideRight.Control = BtnEditClass
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 406
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Enabled = False
|
|
ItemHeight = 15
|
|
OnEditingDone = cmbDebuggerTypeEditingDone
|
|
OnSelect = cmbDebuggerTypeEditingDone
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object cmbDebuggerPath: TComboBox
|
|
AnchorSideLeft.Control = gbDebuggerType
|
|
AnchorSideTop.Control = LblWarnClassChange
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = cmdOpenDebuggerPath
|
|
Left = 6
|
|
Height = 23
|
|
Top = 56
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 15
|
|
OnEditingDone = cmbDebuggerPathEditingDone
|
|
OnEnter = cmbDebuggerPathEditingDone
|
|
TabOrder = 1
|
|
end
|
|
object cmdOpenDebuggerPath: TButton
|
|
AnchorSideTop.Control = cmbDebuggerPath
|
|
AnchorSideRight.Control = gbDebuggerType
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = cmbDebuggerPath
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 486
|
|
Height = 23
|
|
Top = 56
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
OnClick = cmdOpenDebuggerPathClick
|
|
TabOrder = 2
|
|
end
|
|
object BtnEditClass: TButton
|
|
AnchorSideTop.Control = gbDebuggerType
|
|
AnchorSideRight.Control = gbDebuggerType
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 418
|
|
Height = 25
|
|
Top = 6
|
|
Width = 91
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'BtnEditClass'
|
|
OnClick = BtnEditClassClick
|
|
TabOrder = 3
|
|
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 = 503
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LblWarnClassChange'
|
|
Color = clDefault
|
|
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 = 519
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Additional search path'
|
|
ClientHeight = 35
|
|
ClientWidth = 515
|
|
TabOrder = 2
|
|
Visible = False
|
|
object txtAdditionalPath: TEdit
|
|
AnchorSideLeft.Control = gbAdditionalSearchPath
|
|
AnchorSideTop.Control = gbAdditionalSearchPath
|
|
AnchorSideRight.Control = cmdOpenAdditionalPath
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 480
|
|
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 = 486
|
|
Height = 23
|
|
Top = 6
|
|
Width = 23
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '…'
|
|
OnClick = cmdOpenAdditionalPathClick
|
|
TabOrder = 1
|
|
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 = 173
|
|
Top = 228
|
|
Width = 519
|
|
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 = 507
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblWarningProject'
|
|
Font.Color = clRed
|
|
ParentFont = False
|
|
Visible = False
|
|
end
|
|
end
|
|
object tbDropMenu: TPopupMenu
|
|
Left = 294
|
|
Top = 5
|
|
end
|
|
end
|