Componentes.Terceros.jcl/official/2.1.1/experts/stacktraceviewer/JclStackTraceViewerExceptInfoFrame.dfm

36 lines
625 B
Plaintext
Raw Permalink Normal View History

object frmException: TfrmException
Left = 0
Top = 0
Width = 320
Height = 240
TabOrder = 0
object Label1: TLabel
Left = 3
Top = 3
Width = 111
Height = 13
Caption = 'RsExceptionClassName'
end
object Label2: TLabel
Left = 3
Top = 22
Width = 101
Height = 13
Caption = 'RsExceptionMessage'
end
object lbExceptionClassName: TLabel
Left = 65
Top = 3
Width = 9
Height = 13
Caption = ' '
end
object lbExceptionMessage: TLabel
Left = 65
Top = 22
Width = 9
Height = 13
Caption = ' '
end
end