git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
36 lines
625 B
Plaintext
36 lines
625 B
Plaintext
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
|