19 lines
1.0 KiB
XML
19 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
|
|
<component name="MyExample" version="1.0.0"/> <!-- name and version of the component -->
|
|
|
|
<events>
|
|
<group name="My Events Group">
|
|
<component name="MyApp" brief="Triangle" no="0x00" info=" Pop up Info fun"/>
|
|
<component name="MyApp" brief="Sinus" no="0x01" info=" Pop up Info fun"/>
|
|
<component name="MyApp" brief="Pulse" no="0x02" info=" Pop up Info fun"/>
|
|
</group>
|
|
|
|
<event id="0x000" level="Detail" property="Triangle" value="=%d[val1]" info="Event on operation in MyFunction" />
|
|
<event id="0x100" level="Detail" property="Sinus" value="=%d[val1]" info="Event on operation in MyFunction" />
|
|
<event id="0x200" level="Detail" property="Pulse" value="=%d[val1]" info="Event on operation in MyFunction" />
|
|
</events>
|
|
|
|
</component_viewer>
|