mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 21:58:15 +02:00
84 lines
2.0 KiB
Plaintext
84 lines
2.0 KiB
Plaintext
object IDEExceptionDlg: TIDEExceptionDlg
|
|
Left = 479
|
|
Height = 113
|
|
Top = 376
|
|
Width = 612
|
|
ActiveControl = btnBreak
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'IDEExceptionDlg'
|
|
ClientHeight = 113
|
|
ClientWidth = 612
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object btnBreak: TBitBtn
|
|
AnchorSideTop.Control = lblMessage
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = btnContinue
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 432
|
|
Height = 25
|
|
Top = 82
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'btnBreak'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object lblMessage: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 70
|
|
Top = 6
|
|
Width = 600
|
|
BorderSpacing.Around = 6
|
|
Caption = 'lblMessage'
|
|
Constraints.MinHeight = 70
|
|
Constraints.MinWidth = 600
|
|
ParentColor = False
|
|
ShowAccelChar = False
|
|
WordWrap = True
|
|
end
|
|
object cbIgnoreExceptionType: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = btnBreak
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 19
|
|
Top = 85
|
|
Width = 144
|
|
BorderSpacing.Around = 6
|
|
Caption = 'cbIgnoreExceptionType'
|
|
TabOrder = 0
|
|
end
|
|
object btnContinue: TBitBtn
|
|
AnchorSideTop.Control = lblMessage
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 513
|
|
Height = 25
|
|
Top = 82
|
|
Width = 93
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'btnContinue'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|