/components/jcf2/Ui/fJcfErrorDisplay.lfm
http://github.com/graemeg/lazarus · Unknown · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 49f33e360e04b176f7bea025c4d3ff5c MD5 · raw file
- 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