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