Add LV status field
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user