Repository URL to install this package:
|
Version:
1.6 ▾
|
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