Compare commits
17 Commits
Author | SHA1 | Date |
---|---|---|
giles | faa4504cf6 | |
giles | adc0a4ffa4 | |
giles | 56337bda5f | |
giles | 608e0f6482 | |
giles | 25f2f9eed3 | |
gilesb | 7451f65032 | |
gilesb | 1685e75a97 | |
gilesb | 04839708ea | |
gilesb | 80adb8ecc5 | |
gilesb | 2161934e5b | |
giles | 0482bfa42d | |
giles | 43e20bed8e | |
gilesb | fe7ad54d4f | |
giles | 8d38989ff4 | |
giles | 90e5f2c9e3 | |
giles | e09bd4c937 | |
gilesb | c286faed06 |
|
@ -59,6 +59,9 @@ jobs:
|
||||||
node-version: '20.9.0'
|
node-version: '20.9.0'
|
||||||
- run: git checkout -b ${{ github.head_ref }}
|
- run: git checkout -b ${{ github.head_ref }}
|
||||||
- run: git pull origin ${{ github.head_ref }}
|
- run: git pull origin ${{ github.head_ref }}
|
||||||
|
- id: get-head-commit-title
|
||||||
|
name: get-title
|
||||||
|
run: echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
|
||||||
- run: rm -rf document
|
- run: rm -rf document
|
||||||
- run: mkdir document
|
- run: mkdir document
|
||||||
- uses: https://sigyl.com:3001/actions/ft-view-screen-document@main
|
- uses: https://sigyl.com:3001/actions/ft-view-screen-document@main
|
||||||
|
@ -85,7 +88,7 @@ jobs:
|
||||||
if: steps.has-changes.outputs.changes == 'true'
|
if: steps.has-changes.outputs.changes == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add -A
|
git add -A
|
||||||
git commit -a -m "documented ${{ github.event.head_commit.message }}"
|
git commit -a -m "documented ${{ steps.get-head-commit-title.outputs.title }}"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
exit 1
|
exit 1
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -57,6 +57,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
# fetch-depth: '1'
|
# fetch-depth: '1'
|
||||||
|
- id: get-head-commit-title
|
||||||
|
name: get-title
|
||||||
|
run: echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
|
||||||
|
- run: echo ${{ steps.get-head-commit-title.outputs.title }}
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20.9.0'
|
node-version: '20.9.0'
|
||||||
|
@ -88,7 +92,7 @@ jobs:
|
||||||
if: steps.has-changes.outputs.changes == 'true'
|
if: steps.has-changes.outputs.changes == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add -A
|
git add -A
|
||||||
git commit -a -m "documented ${{ github.event.head_commit.message }}"
|
git commit -a -m "documented ${{ steps.get-head-commit-title.outputs.title }}"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
exit 1
|
exit 1
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
||||||
<displaySettings displayType="overlay" position="useCurrentPosition" securityCode="*" backColor="#E0E0E0" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="specifySizeInPixels" width="1042" height="1000" keepAtBack="false" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="false" sizeToMainWindow="false" showLastAcquiredValue="false" TrackScreenForNavigation="true" TrackName="" allowResizing="true" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
<displaySettings displayType="overlay" position="useCurrentPosition" securityCode="*" backColor="#E0E0E0" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="specifySizeInPixels" width="1042" height="1000" keepAtBack="false" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="false" sizeToMainWindow="false" showLastAcquiredValue="false" TrackScreenForNavigation="true" TrackName="" allowResizing="true" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||||
<button name="Button1" height="29" width="200" left="790" top="430" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" style="3d" captureCursor="false" highlightOnFocus="true" tabIndex="1">
|
<button name="Buttonqqq1" height="29" width="200" left="790" top="430" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" style="3d" captureCursor="false" highlightOnFocus="true" tabIndex="1">
|
||||||
<command pressAction="" repeatAction="" releaseAction="Abort" repeatRate="0.25"/>
|
<command pressAction="" repeatAction="" releaseAction="Abort" repeatRate="0.25"/>
|
||||||
<up patternColor="black" patternStyle="none" backColor="silver" backStyle="solid" foreColor="black" endColor="white" gradientStop="50" gradientDirection="gradientDirectionDiagonalUp" gradientShadingStyle="gradientHorizontalFromRight">
|
<up patternColor="black" patternStyle="none" backColor="silver" backStyle="solid" foreColor="black" endColor="white" gradientStop="50" gradientDirection="gradientDirectionDiagonalUp" gradientShadingStyle="gradientHorizontalFromRight">
|
||||||
<caption fontFamily="Arial" fontSize="8" bold="false" italic="false" underline="false" strikethrough="false" caption="EXIT"/>
|
<caption fontFamily="Arial" fontSize="8" bold="false" italic="false" underline="false" strikethrough="false" caption="EXIT"/>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
||||||
<displaySettings displayType="overlay" position="useCurrentPosition" securityCode="*" backColor="#E0E0E0" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="specifySizeInPixels" width="1042" height="1000" keepAtBack="false" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="false" sizeToMainWindow="false" showLastAcquiredValue="false" TrackScreenForNavigation="true" TrackName="" allowResizing="true" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
<displaySettings displayType="overlay" position="useCurrentPosition" securityCode="*" backColor="#E0E0E0" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="specifySizeInPixels" width="1042" height="1000" keepAtBack="false" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="false" sizeToMainWindow="false" showLastAcquiredValue="false" TrackScreenForNavigation="true" TrackName="" allowResizing="true" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||||
<group name="Group22" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
<group name="Group22" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||||||
<button name="Button1" height="28" width="154" left="840" top="450" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" style="3d" captureCursor="false" highlightOnFocus="true" tabIndex="1">
|
<button name="Button1uuuu" height="28" width="154" left="840" top="450" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" style="3d" captureCursor="false" highlightOnFocus="true" tabIndex="1">
|
||||||
<command pressAction="" repeatAction="" releaseAction="Abort" repeatRate="0.25"/>
|
<command pressAction="" repeatAction="" releaseAction="Abort" repeatRate="0.25"/>
|
||||||
<up patternColor="black" patternStyle="none" backColor="silver" backStyle="solid" foreColor="black" endColor="white" gradientStop="50" gradientDirection="gradientDirectionDiagonalUp" gradientShadingStyle="gradientHorizontalFromRight">
|
<up patternColor="black" patternStyle="none" backColor="silver" backStyle="solid" foreColor="black" endColor="white" gradientStop="50" gradientDirection="gradientDirectionDiagonalUp" gradientShadingStyle="gradientHorizontalFromRight">
|
||||||
<caption fontFamily="Arial" fontSize="8" bold="false" italic="false" underline="false" strikethrough="false" caption="EXIT"/>
|
<caption fontFamily="Arial" fontSize="8" bold="false" italic="false" underline="false" strikethrough="false" caption="EXIT"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## animated
|
## animated
|
||||||
|
|
||||||
### Button1
|
### Buttonqqq1
|
||||||
|
|
||||||
*button*
|
*button*
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## animated
|
## animated
|
||||||
|
|
||||||
### Button1
|
### Button1uuuu
|
||||||
|
|
||||||
*button*
|
*button*
|
||||||
|
|
||||||
|
|
|
@ -133,19 +133,6 @@
|
||||||
|
|
||||||
## reference-object-references
|
## reference-object-references
|
||||||
|
|
||||||
### [legacy-mimics-dr540_mimic.XS540198](legacy-mimics-dr540_mimic.md#xs540198)
|
|
||||||
|
|
||||||
#### parameters
|
|
||||||
|
|
||||||
| name | description | value |
|
|
||||||
| ---------- | -------------------- | -------------------------------------------------- |
|
|
||||||
| #10 | name | XS540198 |
|
|
||||||
| #11 | unit | DR540 |
|
|
||||||
| #13 | title | Safety switch |
|
|
||||||
| #15 | off label | NOK |
|
|
||||||
| #16 | on lable | OK |
|
|
||||||
| #14 | ok value | 1 |
|
|
||||||
|
|
||||||
### [new-mimics-dr540_mimic.s](new-mimics-dr540_mimic.md#s)
|
### [new-mimics-dr540_mimic.s](new-mimics-dr540_mimic.md#s)
|
||||||
|
|
||||||
#### parameters
|
#### parameters
|
||||||
|
@ -256,5 +243,5 @@
|
||||||
|
|
||||||
## global-references
|
## global-references
|
||||||
|
|
||||||
* [azodd_s.interlock_off](../globals/azodd_s/azodd_s.interlock_off.md)
|
* [azodd_s.interlock_offf](../globals/azodd_s/azodd_s.interlock_offf.md)
|
||||||
* [gray_azo.s](../globals/gray_azo/gray_azo.s.md)
|
* [gray_azo.s](../globals/gray_azo/gray_azo.s.md)
|
||||||
|
|
|
@ -6,4 +6,4 @@ global
|
||||||
|
|
||||||
## objects
|
## objects
|
||||||
|
|
||||||
* [azodd_s.interlock_off](./azodd_s.interlock_off.md)
|
* [azodd_s.interlock_offf](./azodd_s.interlock_offf.md)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# azodd_s.interlock_off
|
# azodd_s.interlock_offf
|
||||||
|
|
||||||
*object*
|
*object*
|
||||||
|
|
||||||
|
@ -15,24 +15,9 @@
|
||||||
| #16 | on lable |
|
| #16 | on lable |
|
||||||
| #14 | ok value |
|
| #14 | ok value |
|
||||||
|
|
||||||
## references
|
|
||||||
|
|
||||||
### [legacy-mimics-dr540_mimic.XS540198](../../displays/legacy-mimics-dr540_mimic.md#xs540198)
|
|
||||||
|
|
||||||
#### parameters
|
|
||||||
|
|
||||||
| name | description | value |
|
|
||||||
| ---------- | -------------------- | -------------------------------------------------- |
|
|
||||||
| #10 | name | XS540198 |
|
|
||||||
| #11 | unit | DR540 |
|
|
||||||
| #13 | title | Safety switch |
|
|
||||||
| #15 | off label | NOK |
|
|
||||||
| #16 | on lable | OK |
|
|
||||||
| #14 | ok value | 1 |
|
|
||||||
|
|
||||||
## animated
|
## animated
|
||||||
|
|
||||||
### azodd_s.interlock_off.alarm7 - alarm7 - text
|
### azodd_s.interlock_offf.alarm7 - alarm7 - text
|
||||||
|
|
||||||
[xml](../../../global%20objects/azodd_s.xml#L6)
|
[xml](../../../global%20objects/azodd_s.xml#L6)
|
||||||
|
|
||||||
|
@ -43,7 +28,7 @@
|
||||||
| animateVisibility | {(azodd\s\#10\i_alm )} |
|
| animateVisibility | {(azodd\s\#10\i_alm )} |
|
||||||
| animateColor | (azodd\s\#10\i_cse * 2 ) + azodd\s\#10\i_alm |
|
| animateColor | (azodd\s\#10\i_cse * 2 ) + azodd\s\#10\i_alm |
|
||||||
|
|
||||||
### azodd_s.interlock_off.labels7 - labels7 - group
|
### azodd_s.interlock_offf.labels7 - labels7 - group
|
||||||
|
|
||||||
[xml](../../../global%20objects/azodd_s.xml#L17)
|
[xml](../../../global%20objects/azodd_s.xml#L17)
|
||||||
|
|
||||||
|
@ -52,7 +37,7 @@
|
||||||
* **release**
|
* **release**
|
||||||
* abort_azodd display new-devices-AZOdd_ss /TAZODD\s\#10
|
* abort_azodd display new-devices-AZOdd_ss /TAZODD\s\#10
|
||||||
|
|
||||||
### azodd_s.interlock_off.falseDisplay7 - falseDisplay7 - text
|
### azodd_s.interlock_offf.falseDisplay7 - falseDisplay7 - text
|
||||||
|
|
||||||
[xml](../../../global%20objects/azodd_s.xml#L18)
|
[xml](../../../global%20objects/azodd_s.xml#L18)
|
||||||
|
|
||||||
|
@ -63,7 +48,7 @@
|
||||||
| animateVisibility | {azodd\s\#10\i} |
|
| animateVisibility | {azodd\s\#10\i} |
|
||||||
| animateColor | ({azodd\s\#10\i} = #14) |
|
| animateColor | ({azodd\s\#10\i} = #14) |
|
||||||
|
|
||||||
### azodd_s.interlock_off.trueDisplay7 - trueDisplay7 - text
|
### azodd_s.interlock_offf.trueDisplay7 - trueDisplay7 - text
|
||||||
|
|
||||||
[xml](../../../global%20objects/azodd_s.xml#L27)
|
[xml](../../../global%20objects/azodd_s.xml#L27)
|
||||||
|
|
|
@ -6,7 +6,7 @@ global
|
||||||
|
|
||||||
## objects
|
## objects
|
||||||
|
|
||||||
* [cfg.Group75](./cfg.Group75.md)
|
* [cfg.Group7555](./cfg.Group7555.md)
|
||||||
* [cfg.single](./cfg.single.md)
|
* [cfg.single](./cfg.single.md)
|
||||||
* [cfg.switch](./cfg.switch.md)
|
* [cfg.switch](./cfg.switch.md)
|
||||||
* [cfg.config_integer](./cfg.config_integer.md)
|
* [cfg.config_integer](./cfg.config_integer.md)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# cfg.Group75
|
# cfg.Group7555
|
||||||
|
|
||||||
*object*
|
*object*
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
## animated
|
## animated
|
||||||
|
|
||||||
### cfg.Group75 - Group75 - group
|
### cfg.Group7555 - Group7555 - group
|
||||||
|
|
||||||
[xml](../../../global%20objects/cfg.xml#L3)
|
[xml](../../../global%20objects/cfg.xml#L3)
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
* **release**
|
* **release**
|
||||||
* SET #10 #20 SET #11 #21
|
* SET #10 #20 SET #11 #21
|
||||||
|
|
||||||
### cfg.group75.Group74 - Group74 - group
|
### cfg.group7555.Group74 - Group74 - group
|
||||||
|
|
||||||
[xml](../../../global%20objects/cfg.xml#L13)
|
[xml](../../../global%20objects/cfg.xml#L13)
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
| animateColor | ({#10} = #20) and
|
| animateColor | ({#10} = #20) and
|
||||||
( {#11} = #21) |
|
( {#11} = #21) |
|
||||||
|
|
||||||
### cfg.group75.Text8 - Text8 - text
|
### cfg.group7555.Text8 - Text8 - text
|
||||||
|
|
||||||
[xml](../../../global%20objects/cfg.xml#L24)
|
[xml](../../../global%20objects/cfg.xml#L24)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
||||||
<displaySettings displayType="replace" position="useCurrentPosition" securityCode="*" backColor="white" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="useCurrentSize" width="840" height="525" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="true" sizeToMainWindow="false" showLastAcquiredValue="true" TrackScreenForNavigation="true" TrackName="" allowResizing="false" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
<displaySettings displayType="replace" position="useCurrentPosition" securityCode="*" backColor="white" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="useCurrentSize" width="840" height="525" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="true" sizeToMainWindow="false" showLastAcquiredValue="true" TrackScreenForNavigation="true" TrackName="" allowResizing="false" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||||
<group name="interlock_off" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
<group name="interlock_offf" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||||||
<text name="title15" height="18" width="100" left="148" top="50" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="false" alignment="topLeft" fontFamily="Arial Unicode MS" fontSize="8" bold="true" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#13}*/"/>
|
<text name="title15" height="18" width="100" left="148" top="50" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="false" alignment="topLeft" fontFamily="Arial Unicode MS" fontSize="8" bold="true" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#13}*/"/>
|
||||||
<text name="alarm7" height="22" width="37" left="288" top="49" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="false" alignment="topLeft" fontFamily="Arial Unicode MS" fontSize="10" bold="true" italic="false" underline="false" strikethrough="false" caption="ALM">
|
<text name="alarm7" height="22" width="37" left="288" top="49" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="false" alignment="topLeft" fontFamily="Arial Unicode MS" fontSize="10" bold="true" italic="false" underline="false" strikethrough="false" caption="ALM">
|
||||||
<animations>
|
<animations>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
||||||
<displaySettings displayType="replace" position="useCurrentPosition" securityCode="*" backColor="white" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="useCurrentSize" width="2221" height="1307" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="true" sizeToMainWindow="false" showLastAcquiredValue="true" TrackScreenForNavigation="true" TrackName="" allowResizing="false" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
<displaySettings displayType="replace" position="useCurrentPosition" securityCode="*" backColor="white" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="useCurrentSize" width="2221" height="1307" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="true" sizeToMainWindow="false" showLastAcquiredValue="true" TrackScreenForNavigation="true" TrackName="" allowResizing="false" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||||
<group name="Group75" visible="true" wallpaper="false" toolTipText="/*LS:0 {#31}*/" exposeToVba="notExposed" isReferenceObject="false">
|
<group name="Group7555" visible="true" wallpaper="false" toolTipText="/*LS:0 {#31}*/" exposeToVba="notExposed" isReferenceObject="false">
|
||||||
<group name="Group21" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
<group name="Group21" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
|
||||||
<polyline name="Polyline1" height="34" width="65" left="40" top="65" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="white" lineStyle="solid" lineWidth="1" patternStyle="none" patternColor="white" path="104 65 40 65 40 98 " endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
<polyline name="Polyline1" height="34" width="65" left="40" top="65" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="white" lineStyle="solid" lineWidth="1" patternStyle="none" patternColor="white" path="104 65 40 65 40 98 " endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||||
<polyline name="Polyline2" height="34" width="65" left="40" top="65" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="gray" lineStyle="solid" lineWidth="1" patternStyle="none" patternColor="gray" path="40 98 104 98 104 65 " endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
<polyline name="Polyline2" height="34" width="65" left="40" top="65" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="gray" lineStyle="solid" lineWidth="1" patternStyle="none" patternColor="gray" path="40 98 104 98 104 65 " endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||||
|
|
Loading…
Reference in New Issue