mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 13:42:38 +02:00
35 lines
653 B
Plaintext
35 lines
653 B
Plaintext
object ExceptionDialog: TExceptionDialog
|
|
Left = 294
|
|
Height = 180
|
|
Top = 195
|
|
Width = 420
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'JCF Exception'
|
|
ClientHeight = 180
|
|
ClientWidth = 420
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Height = -15
|
|
Font.Name = 'Segoe UI'
|
|
OnCreate = FormCreate
|
|
OnResize = FormResize
|
|
LCLVersion = '0.9.27'
|
|
object btnOk: TButton
|
|
Left = 155
|
|
Height = 34
|
|
Top = 133
|
|
Width = 100
|
|
Caption = '&OK'
|
|
Default = True
|
|
OnClick = btnOkClick
|
|
TabOrder = 0
|
|
end
|
|
object mExceptionMessage: TMemo
|
|
Left = 0
|
|
Height = 124
|
|
Top = 0
|
|
Width = 409
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
end
|