wrps-demo-kit/99-reference/ciserver-hmi-deployment/components/VisibilityGroup.xml
Clio Liu 4fc5f80b21 chore: preserve reference files byte-for-byte
.gitattributes normalised the CI Server exports under 99-reference/ to LF.
They are a format specification and must match what CI Server actually
wrote, so mark the folder -text and restore the originals.
2026-09-02 15:17:49 +10:00

36 lines
No EOL
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
* @(#)VisibilityGroup.xml
*
* Copyright: Yokogawa All rights reserved.
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* Author: C. Horevoorts
*
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Changes ....
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Who When Change What
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* BNL Jul-18 e11986 Edit Module HTML Mode
*
-->
<componentType name="visibilityGroup"
icon="chart_visible_on-16.png"
description="Visibility group"
class="fasttools.jwui.runtime.VisibilityGroup">
<category name="General">
<property name="name" type="java.lang.String" connectAllowed="no"/>
<property name="description" type="java.lang.String" connectAllowed="no" html="no"/>
</category>
<category name="Zooming">
<property name="minimumZoomEnabled" type="boolean" html="no"/>
<property name="minimumZoomFactor" type="float" html="no"/>
<property name="maximumZoomEnabled" type="boolean" html="no"/>
<property name="maximumZoomFactor" type="float" html="no"/>
</category>
</componentType>