mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 05:09:27 +02:00
331 lines
8.8 KiB
Plaintext
331 lines
8.8 KiB
Plaintext
object InitDebuggerFrame: TInitDebuggerFrame
|
|
Left = 0
|
|
Height = 329
|
|
Top = 0
|
|
Width = 429
|
|
VertScrollBar.Increment = 1
|
|
VertScrollBar.Page = 1
|
|
VertScrollBar.Smooth = True
|
|
VertScrollBar.Tracking = True
|
|
AutoSize = True
|
|
ClientHeight = 329
|
|
ClientWidth = 429
|
|
OnResize = FrameResize
|
|
TabOrder = 0
|
|
DesignLeft = 357
|
|
DesignTop = 72
|
|
object lbAboutDebugger: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = SpeedButton1
|
|
Left = 6
|
|
Height = 15
|
|
Top = 2
|
|
Width = 388
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 3
|
|
Caption = 'lbAboutDebugger'
|
|
WordWrap = True
|
|
end
|
|
object rbKeep: TRadioButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = lbAboutDebugger
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 20
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'rbKeep'
|
|
OnChange = rbKeepChange
|
|
TabOrder = 1
|
|
end
|
|
object rbChangePath: TRadioButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = rbKeep
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 39
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'rbChangePath'
|
|
OnChange = rbKeepChange
|
|
TabOrder = 5
|
|
end
|
|
object rbChange: TRadioButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = rbChangePath
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 58
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'rbChange'
|
|
OnChange = rbKeepChange
|
|
TabOrder = 3
|
|
end
|
|
object rbCreateNew: TRadioButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = rbChange
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 77
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'rbCreateNew'
|
|
OnChange = rbKeepChange
|
|
TabOrder = 2
|
|
end
|
|
object rbIgnore: TRadioButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = rbCreateNew
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 96
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'rbIgnore'
|
|
OnChange = rbKeepChange
|
|
TabOrder = 4
|
|
end
|
|
object edDebuggerNotes: TMemo
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = GroupBox1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 90
|
|
Top = 284
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 2
|
|
Constraints.MinHeight = 90
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 0
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = rbIgnore
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 166
|
|
Top = 117
|
|
Width = 417
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = '-'
|
|
ClientHeight = 146
|
|
ClientWidth = 413
|
|
TabOrder = 6
|
|
object cmbDebuggerName: TComboBox
|
|
AnchorSideLeft.Control = GroupBox1
|
|
AnchorSideTop.Control = GroupBox1
|
|
AnchorSideRight.Control = GroupBox1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 0
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 2
|
|
ItemHeight = 15
|
|
OnChange = rbKeepChange
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object edDebuggerName: TEdit
|
|
AnchorSideLeft.Control = GroupBox1
|
|
AnchorSideTop.Control = cmbDebuggerName
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GroupBox1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 25
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 2
|
|
Color = clForm
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Text = 'edDebuggerName'
|
|
end
|
|
object pnlDbgPath: TPanel
|
|
AnchorSideLeft.Control = GroupBox1
|
|
AnchorSideTop.Control = edDebuggerName
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GroupBox1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 93
|
|
Top = 51
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 2
|
|
BevelOuter = bvNone
|
|
ClientHeight = 93
|
|
ClientWidth = 401
|
|
TabOrder = 2
|
|
object lbDebuggerPath: TLabel
|
|
AnchorSideLeft.Control = pnlDbgPath
|
|
AnchorSideTop.Control = pnlDbgPath
|
|
AnchorSideRight.Control = pnlDbgPath
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'lbDebuggerPath'
|
|
WordWrap = True
|
|
end
|
|
object PnlSelectDbgPath: TPanel
|
|
AnchorSideLeft.Control = pnlDbgPath
|
|
AnchorSideTop.Control = lbDebuggerPath
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = pnlDbgPath
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 25
|
|
Top = 19
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 25
|
|
ClientWidth = 401
|
|
TabOrder = 0
|
|
object cmbDebuggerPath: TComboBox
|
|
AnchorSideLeft.Control = PnlSelectDbgPath
|
|
AnchorSideTop.Control = PnlSelectDbgPath
|
|
AnchorSideRight.Control = btnBrowse
|
|
Left = 0
|
|
Height = 23
|
|
Top = 0
|
|
Width = 320
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
OnChange = rbKeepChange
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
object btnBrowse: TButton
|
|
AnchorSideTop.Control = PnlSelectDbgPath
|
|
AnchorSideRight.Control = PnlSelectDbgPath
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 326
|
|
Height = 25
|
|
Top = 0
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'btnBrowse'
|
|
Constraints.MaxHeight = 25
|
|
OnClick = btnBrowseClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object edDebuggerPath: TEdit
|
|
AnchorSideLeft.Control = pnlDbgPath
|
|
AnchorSideTop.Control = PnlSelectDbgPath
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = pnlDbgPath
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 23
|
|
Top = 44
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Color = clForm
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Text = 'edDebuggerPath'
|
|
end
|
|
object edDebuggerPathResolved: TEdit
|
|
AnchorSideLeft.Control = pnlDbgPath
|
|
AnchorSideTop.Control = edDebuggerPath
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = pnlDbgPath
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 23
|
|
Top = 70
|
|
Width = 401
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 3
|
|
Color = clForm
|
|
Font.Color = clHighlight
|
|
Font.Style = [fsItalic]
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 2
|
|
Text = 'edDebuggerPathResolved'
|
|
end
|
|
end
|
|
end
|
|
object SpeedButton1: TSpeedButton
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 400
|
|
Height = 22
|
|
Top = 1
|
|
Width = 23
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Flat = True
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
end
|