lazarus/components/jcf2/Ui/fJcfErrorDisplay.lfm
paul 2f530e41d5 jcf2: sync with main repository r718
git-svn-id: trunk@17811 -
2008-12-12 02:06:31 +00:00

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