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

75 lines
1.5 KiB
Plaintext

inherited JclOtaExcDlgTracePage: TJclOtaExcDlgTracePage
object LabelPreview: TLabel
Left = 303
Top = 7
Width = 50
Height = 13
Caption = 'RsPreview'
end
object CheckBoxRawData: TCheckBox
Left = 56
Top = 57
Width = 233
Height = 17
Caption = 'RsRawData'
TabOrder = 1
OnClick = CheckBoxClick
end
object CheckBoxModuleName: TCheckBox
Left = 56
Top = 87
Width = 233
Height = 17
Caption = 'RsModuleName'
TabOrder = 2
OnClick = CheckBoxClick
end
object CheckBoxCodeDetails: TCheckBox
Left = 56
Top = 147
Width = 233
Height = 17
Caption = 'RsCodeDetails'
TabOrder = 4
OnClick = CheckBoxClick
end
object CheckBoxVirtualAddress: TCheckBox
Left = 56
Top = 177
Width = 233
Height = 17
Caption = 'RsVirtualAddress'
TabOrder = 5
OnClick = CheckBoxClick
end
object CheckBoxModuleOffset: TCheckBox
Left = 56
Top = 117
Width = 233
Height = 17
Caption = 'RsModuleOffset'
TabOrder = 3
OnClick = CheckBoxClick
end
object MemoStack: TMemo
Left = 303
Top = 26
Width = 313
Height = 263
ParentColor = True
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 6
WordWrap = False
end
object CheckBoxStackList: TCheckBox
Left = 32
Top = 26
Width = 257
Height = 17
Caption = 'RsStackList'
TabOrder = 0
OnClick = CheckBoxStackListClick
end
end