Componentes.Terceros.jcl/official/2.1.1/experts/stacktraceviewer/JclStackTraceViewerModuleFrame.dfm
2010-01-18 16:51:36 +00:00

42 lines
752 B
Plaintext

object frmModule: TfrmModule
Left = 0
Top = 0
Width = 320
Height = 240
TabOrder = 0
object lv: TListView
Left = 0
Top = 0
Width = 320
Height = 240
Align = alClient
Columns = <
item
Caption = 'RsStartAddr'
end
item
Caption = 'RsEndAddr'
end
item
Caption = 'RsSystemModule'
end
item
Caption = 'RsFileName'
end
item
Caption = 'RsBinFileVersion'
end
item
Caption = 'RsFileVersion'
end
item
Caption = 'RsFileDescription'
end>
GridLines = True
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
end