Add LV status field

This commit is contained in:
2023-05-22 08:51:29 +02:00
parent 216ad67840
commit 6c2943f25e
14 changed files with 47 additions and 22 deletions

View File

@ -651,54 +651,62 @@
{
"Type": "ListLayout",
"Name": "statusItems",
"Width": 450,
"Width": 455,
"Height": 33,
"Direction": "East",
"Components": [
{
"Type": "CustomContainerInstance",
"Name": "statusTS_R2D",
"Width": 75,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
},
{
"Type": "CustomContainerInstance",
"Name": "statusAMS",
"X": 75,
"Width": 75,
"X": 65,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
},
{
"Type": "CustomContainerInstance",
"Name": "statusSDC",
"X": 150,
"Width": 75,
"X": 130,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
},
{
"Type": "CustomContainerInstance",
"Name": "statusSCS",
"X": 225,
"Width": 75,
"X": 195,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
},
{
"Type": "CustomContainerInstance",
"Name": "statusPDU",
"X": 300,
"Width": 75,
"X": 260,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
},
{
"Type": "CustomContainerInstance",
"Name": "statusINV",
"X": 375,
"Width": 75,
"X": 325,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
},
{
"Type": "CustomContainerInstance",
"Name": "statusLV",
"X": 390,
"Width": 65,
"Height": 33,
"CustomContainerDefinitionName": "DriverViewStatusItem"
}
@ -1467,13 +1475,13 @@
"Name": "DriverViewStatusItem",
"X": 35,
"Y": 115,
"Width": 75,
"Width": 65,
"Height": 33,
"Components": [
{
"Type": "BoxWithBorder",
"Name": "bg",
"Width": 75,
"Width": 65,
"Height": 33,
"BorderColor": {
"Red": 255,
@ -1486,7 +1494,7 @@
"Type": "TextArea",
"Name": "text",
"Y": 4,
"Width": 75,
"Width": 65,
"Height": 25,
"TextId": "__SingleUse_F9I5",
"TextRotation": "0",