implemented cardGrid with 8 icons #898 (add nextion2text)

This commit is contained in:
joBr99
2023-05-20 12:10:25 +00:00
committed by github-actions[bot]
parent 3d9861b2a5
commit 064ed0c50e
44 changed files with 13699 additions and 9852 deletions

View File

@@ -1,5 +1,20 @@
--- HMI/n2t-out
+++ HMI/US/landscape/n2t-out
├── file list
│ @@ -1,13 +1,12 @@
│ Program.s.txt
│ cardAlarm.txt
│ cardChart.txt
│ cardEntities.txt
│ cardGrid.txt
│ -cardGrid2.txt
│ cardLChart.txt
│ cardMedia.txt
│ cardPower.txt
│ cardQR.txt
│ cardThermo.txt
│ pageIcons.txt
│ pageStartup.txt
│ --- HMI/n2t-out/Program.s.txt
├── +++ HMI/US/landscape/n2t-out/Program.s.txt
│ @@ -11,10 +11,10 @@
@@ -14,8 +29,214 @@
│ + //lcd_dev fffb 0002 0000 0020
│ printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
│ page pageStartup
│ --- HMI/n2t-out/cardAlarm.txt
├── +++ HMI/US/landscape/n2t-out/cardAlarm.txt
│ @@ -885,18 +885,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardChart.txt
├── +++ HMI/US/landscape/n2t-out/cardChart.txt
│ @@ -637,18 +637,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardEntities.txt
├── +++ HMI/US/landscape/n2t-out/cardEntities.txt
│ @@ -1845,18 +1845,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardGrid.txt
├── +++ HMI/US/landscape/n2t-out/cardGrid.txt
│ @@ -858,18 +858,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardLChart.txt
├── +++ HMI/US/landscape/n2t-out/cardLChart.txt
│ @@ -619,18 +619,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardMedia.txt
├── +++ HMI/US/landscape/n2t-out/cardMedia.txt
│ @@ -1141,18 +1141,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardPower.txt
├── +++ HMI/US/landscape/n2t-out/cardPower.txt
│ @@ -918,18 +918,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardQR.txt
├── +++ HMI/US/landscape/n2t-out/cardQR.txt
│ @@ -663,18 +663,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardThermo.txt
├── +++ HMI/US/landscape/n2t-out/cardThermo.txt
│ @@ -1047,18 +1047,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/pageStartup.txt
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
│ @@ -141,15 +141,15 @@
│ Text tVersion
│ Attributes
│ Scope : local
│ Dragging : 0
│ Send Component ID : disabled
│ Associated Keyboard: none
│ - Text : 51
│ + Text : 50
│ Max. Text Size : 10
│ Picture p0
│ Attributes
│ Scope : local
│ Dragging : 0
│ Send Component ID: disabled
│ @@ -164,15 +164,15 @@
│ Max. Text Size : 10
@@ -33,6 +254,172 @@
│ crcputs sys0,2
│ crcputs tSend.txt,0
│ //send cmd
│ @@ -316,18 +316,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupFan.txt
├── +++ HMI/US/landscape/n2t-out/popupFan.txt
│ @@ -570,18 +570,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupInSel.txt
├── +++ HMI/US/landscape/n2t-out/popupInSel.txt
│ @@ -925,18 +925,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupLight.txt
├── +++ HMI/US/landscape/n2t-out/popupLight.txt
│ @@ -600,18 +600,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupNotify.txt
├── +++ HMI/US/landscape/n2t-out/popupNotify.txt
│ @@ -397,18 +397,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupShutter.txt
├── +++ HMI/US/landscape/n2t-out/popupShutter.txt
│ @@ -621,18 +621,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupThermo.txt
├── +++ HMI/US/landscape/n2t-out/popupThermo.txt
│ @@ -888,18 +888,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupTimer.txt
├── +++ HMI/US/landscape/n2t-out/popupTimer.txt
│ @@ -857,18 +857,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/screensaver.txt
├── +++ HMI/US/landscape/n2t-out/screensaver.txt
│ @@ -28,17 +28,14 @@
@@ -88,6 +475,25 @@
│ Send Component ID : disabled
│ Associated Keyboard: none
│ Text : |
│ @@ -736,18 +713,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/screensaver2.txt
├── +++ HMI/US/landscape/n2t-out/screensaver2.txt
│ @@ -28,17 +28,14 @@
@@ -159,3 +565,22 @@
│ if(tAMPM.txt=="")
│ {
│ vis tAMPM,0
│ @@ -782,18 +758,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {

View File

@@ -1,5 +1,20 @@
--- HMI/n2t-out
+++ HMI/US/portrait/n2t-out
├── file list
│ @@ -1,13 +1,12 @@
│ Program.s.txt
│ cardAlarm.txt
│ cardChart.txt
│ cardEntities.txt
│ cardGrid.txt
│ -cardGrid2.txt
│ cardLChart.txt
│ cardMedia.txt
│ cardPower.txt
│ cardQR.txt
│ cardThermo.txt
│ pageIcons.txt
│ pageStartup.txt
│ --- HMI/n2t-out/Program.s.txt
├── +++ HMI/US/portrait/n2t-out/Program.s.txt
│ @@ -10,11 +10,11 @@
@@ -16,6 +31,48 @@
│ + //lcd_dev fffb 0002 0000 0020
│ printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
│ page pageStartup
│ --- HMI/n2t-out/cardAlarm.txt
├── +++ HMI/US/portrait/n2t-out/cardAlarm.txt
│ @@ -885,18 +885,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardChart.txt
├── +++ HMI/US/portrait/n2t-out/cardChart.txt
│ @@ -637,18 +637,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardEntities.txt
├── +++ HMI/US/portrait/n2t-out/cardEntities.txt
│ @@ -60,16 +60,36 @@
@@ -1028,6 +1085,88 @@
│ //command format pageType,specialPageName
│ //write name of speical page to tId
│ spstr strCommand.txt,tId.txt,"~",1
│ @@ -1845,18 +2605,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardGrid.txt
├── +++ HMI/US/portrait/n2t-out/cardGrid.txt
│ @@ -858,18 +858,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardLChart.txt
├── +++ HMI/US/portrait/n2t-out/cardLChart.txt
│ @@ -619,18 +619,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardMedia.txt
├── +++ HMI/US/portrait/n2t-out/cardMedia.txt
│ @@ -1141,18 +1141,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardPower.txt
├── +++ HMI/US/portrait/n2t-out/cardPower.txt
│ @@ -45,16 +45,16 @@
@@ -1355,6 +1494,67 @@
│ Scope : local
│ Period (ms): 50
│ Enabled : yes
│ @@ -918,18 +894,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardQR.txt
├── +++ HMI/US/portrait/n2t-out/cardQR.txt
│ @@ -663,18 +663,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/cardThermo.txt
├── +++ HMI/US/portrait/n2t-out/cardThermo.txt
│ @@ -1047,18 +1047,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/pageStartup.txt
├── +++ HMI/US/portrait/n2t-out/pageStartup.txt
│ @@ -34,20 +34,14 @@
@@ -1395,23 +1595,6 @@
│ Scope : local
│ Dragging : 0
│ Send Component ID : disabled
│ @@ -141,15 +135,15 @@
│ Text tVersion
│ Attributes
│ Scope : local
│ Dragging : 0
│ Send Component ID : disabled
│ Associated Keyboard: none
│ - Text : 50
│ + Text : 51
│ Max. Text Size : 10
│ Picture p0
│ Attributes
│ Scope : local
│ Dragging : 0
│ Send Component ID: disabled
│ @@ -164,15 +158,15 @@
│ Max. Text Size : 10
@@ -1429,6 +1612,172 @@
│ crcputs sys0,2
│ crcputs tSend.txt,0
│ //send cmd
│ @@ -316,18 +310,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupFan.txt
├── +++ HMI/US/portrait/n2t-out/popupFan.txt
│ @@ -570,18 +570,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupInSel.txt
├── +++ HMI/US/portrait/n2t-out/popupInSel.txt
│ @@ -925,18 +925,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupLight.txt
├── +++ HMI/US/portrait/n2t-out/popupLight.txt
│ @@ -600,18 +600,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupNotify.txt
├── +++ HMI/US/portrait/n2t-out/popupNotify.txt
│ @@ -397,18 +397,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupShutter.txt
├── +++ HMI/US/portrait/n2t-out/popupShutter.txt
│ @@ -621,18 +621,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupThermo.txt
├── +++ HMI/US/portrait/n2t-out/popupThermo.txt
│ @@ -888,18 +888,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/popupTimer.txt
├── +++ HMI/US/portrait/n2t-out/popupTimer.txt
│ @@ -857,18 +857,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/screensaver.txt
├── +++ HMI/US/portrait/n2t-out/screensaver.txt
│ @@ -28,17 +28,14 @@
@@ -1505,6 +1854,25 @@
│ spstr strCommand.txt,tTmp.txt,"~",1
│ covx tTmp.txt,tTime.bco,0,0
│ if(tTime.bco!=screensaver.bco)
│ @@ -736,18 +707,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {
│ --- HMI/n2t-out/screensaver2.txt
├── +++ HMI/US/portrait/n2t-out/screensaver2.txt
│ @@ -28,17 +28,14 @@
@@ -1576,3 +1944,22 @@
│ if(tAMPM.txt=="")
│ {
│ vis tAMPM,0
│ @@ -782,18 +758,14 @@
│ {
│ page cardEntities
│ }
│ if(tId.txt=="cardGrid")
│ {
│ page cardGrid
│ }
│ - if(tId.txt=="cardGrid2")
│ - {
│ - page cardGrid2
│ - }
│ if(tId.txt=="popupLight")
│ {
│ pageIcons.tTmp1.txt=tTmp.txt
│ page popupLight
│ }
│ if(tId.txt=="popupShutter")
│ {

View File

@@ -1,8 +1,65 @@
+++ /dev/fd/62 2023-05-13 11:02:12.827868620 +0000
+++ /dev/fd/62 2023-05-20 12:10:14.509403406 +0000
+le list
+ +1,12 @@
+.s.txt
+rm.txt
+rt.txt
+ities.txt
+d.txt
+d2.txt
+art.txt
+ia.txt
+er.txt
+txt
+rmo.txt
+ns.txt
+rtup.txt
+I/n2t-out/Program.s.txt
++ HMI/US/portrait/n2t-out/Program.s.txt
+1 +10,11 @@
+nth 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
+I/n2t-out/cardAlarm.txt
++ HMI/US/portrait/n2t-out/cardAlarm.txt
+18 +885,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardChart.txt
++ HMI/US/portrait/n2t-out/cardChart.txt
+18 +637,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardEntities.txt
++ HMI/US/portrait/n2t-out/cardEntities.txt
+6 +60,36 @@
@@ -57,13 +114,13 @@
+ributes
+ Scope : local
+ Text :
+ Max. Text Size: 80
+ Max. Text Size: 40
+
+e (string) nent2
+ributes
+ Scope : local
+ Text :
+ Max. Text Size: 80
+ Max. Text Size: 40
+14 +185,26 @@
+e (string) type6
@@ -586,6 +643,88 @@
+ covx tTmp.txt,sys0,0,0
+ hSlider6.maxval=sys0
+ }
+,18 +2605,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardGrid.txt
++ HMI/US/portrait/n2t-out/cardGrid.txt
+18 +858,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardLChart.txt
++ HMI/US/portrait/n2t-out/cardLChart.txt
+18 +619,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardMedia.txt
++ HMI/US/portrait/n2t-out/cardMedia.txt
+,18 +1141,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardPower.txt
++ HMI/US/portrait/n2t-out/cardPower.txt
+6 +45,16 @@
@@ -913,6 +1052,67 @@
+ Scope : local
+ Period (ms): 50
+ Enabled : yes
+18 +894,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardQR.txt
++ HMI/US/portrait/n2t-out/cardQR.txt
+18 +663,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/cardThermo.txt
++ HMI/US/portrait/n2t-out/cardThermo.txt
+,18 +1047,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/pageStartup.txt
++ HMI/US/portrait/n2t-out/pageStartup.txt
+0 +34,14 @@
@@ -948,25 +1148,174 @@
+ Scope : local
+ Dragging : 0
+ Send Component ID : disabled
+15 +135,15 @@
+
+ersion
+ributes
+ Scope : local
+ Dragging : 0
+ Send Component ID : disabled
+ Associated Keyboard: none
+ Text : 50
+ Text : 51
+ Max. Text Size : 10
+
+ p0
+ributes
+ Scope : local
+ Dragging : 0
+ Send Component ID: disabled
+15 +158,15 @@
+ Max. Text Size : 10
+18 +310,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupFan.txt
++ HMI/US/portrait/n2t-out/popupFan.txt
+18 +570,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupInSel.txt
++ HMI/US/portrait/n2t-out/popupInSel.txt
+18 +925,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupLight.txt
++ HMI/US/portrait/n2t-out/popupLight.txt
+18 +600,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupNotify.txt
++ HMI/US/portrait/n2t-out/popupNotify.txt
+18 +397,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupShutter.txt
++ HMI/US/portrait/n2t-out/popupShutter.txt
+18 +621,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupThermo.txt
++ HMI/US/portrait/n2t-out/popupThermo.txt
+18 +888,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/popupTimer.txt
++ HMI/US/portrait/n2t-out/popupTimer.txt
+18 +857,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/screensaver.txt
++ HMI/US/portrait/n2t-out/screensaver.txt
+7 +28,14 @@
@@ -1043,6 +1392,25 @@
+ spstr strCommand.txt,tTmp.txt,"~",1
+ covx tTmp.txt,tTime.bco,0,0
+ if(tTime.bco!=screensaver.bco)
+18 +707,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {
+I/n2t-out/screensaver2.txt
++ HMI/US/portrait/n2t-out/screensaver2.txt
+7 +28,14 @@
@@ -1114,3 +1482,22 @@
+ if(tAMPM.txt=="")
+ {
+ vis tAMPM,0
+18 +758,14 @@
+ {
+ page cardEntities
+ }
+ if(tId.txt=="cardGrid")
+ {
+ page cardGrid
+ }
+ if(tId.txt=="cardGrid2")
+ {
+ page cardGrid2
+ }
+ if(tId.txt=="popupLight")
+ {
+ pageIcons.tTmp1.txt=tTmp.txt
+ page popupLight
+ }
+ if(tId.txt=="popupShutter")
+ {

View File

@@ -3,7 +3,6 @@ Page cardAlarm
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardAlarm
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -140,7 +139,6 @@ Text tCode
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 92
@@ -156,7 +154,7 @@ Text tCode
Font ID : 2
Back. Color : 10565
Font Color : 40179
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : password
Text :
@@ -170,7 +168,6 @@ Text tHeading
ID : 42
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 65
@@ -186,7 +183,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -200,7 +197,6 @@ Text tIcon
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 300
@@ -216,7 +212,7 @@ Text tIcon
Font ID : 3
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -230,7 +226,6 @@ Text tId
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 99
@@ -246,7 +241,7 @@ Text tId
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -260,7 +255,6 @@ Text tInstruction
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -276,7 +270,7 @@ Text tInstruction
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -290,7 +284,6 @@ Text tTmp
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 406
@@ -306,7 +299,7 @@ Text tTmp
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -320,8 +313,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -337,7 +329,6 @@ Button arm1
ID : 24
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 300
@@ -353,7 +344,7 @@ Button arm1
Border Width : 0
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -391,7 +382,6 @@ Button arm2
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 300
@@ -407,7 +397,7 @@ Button arm2
Border Width : 0
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -445,7 +435,6 @@ Button arm3
ID : 27
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 300
@@ -461,7 +450,7 @@ Button arm3
Border Width : 0
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -499,7 +488,6 @@ Button arm4
ID : 29
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 300
@@ -515,7 +503,7 @@ Button arm4
Border Width : 0
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -553,7 +541,6 @@ Button b0
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -569,7 +556,7 @@ Button b0
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -596,7 +583,6 @@ Button b1
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 117
@@ -612,7 +598,7 @@ Button b1
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -639,7 +625,6 @@ Button b10
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 118
@@ -655,7 +640,7 @@ Button b10
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -682,7 +667,6 @@ Button b11
ID : 38
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 209
@@ -698,7 +682,7 @@ Button b11
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -725,7 +709,6 @@ Button b2
ID : 14
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 209
@@ -741,7 +724,7 @@ Button b2
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -768,7 +751,6 @@ Button b3
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -784,7 +766,7 @@ Button b3
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -811,7 +793,6 @@ Button b4
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 117
@@ -827,7 +808,7 @@ Button b4
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -854,7 +835,6 @@ Button b5
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 209
@@ -870,7 +850,7 @@ Button b5
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -897,7 +877,6 @@ Button b6
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -913,7 +892,7 @@ Button b6
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -940,7 +919,6 @@ Button b7
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 117
@@ -956,7 +934,7 @@ Button b7
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -983,7 +961,6 @@ Button b8
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 209
@@ -999,7 +976,7 @@ Button b8
Border Width : 0
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -1026,7 +1003,6 @@ Button b9
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -1042,7 +1018,7 @@ Button b9
Border Width : 0
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -1084,7 +1060,6 @@ Button bNext
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -1098,7 +1073,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1131,7 +1106,6 @@ Button bPrev
ID : 4
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -1145,7 +1119,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1178,8 +1152,7 @@ Hotspot mSwipeNext
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -1198,8 +1171,7 @@ Hotspot mSwipePrev
ID : 37
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -1218,8 +1190,7 @@ Hotspot mSwipeUp
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -1523,6 +1494,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page cardChart
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardChart
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -186,7 +185,6 @@ XFloat x0
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 173
@@ -208,7 +206,7 @@ XFloat x0
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -218,7 +216,6 @@ Text tHeading
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 66
@@ -234,7 +231,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -248,8 +245,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -265,7 +261,6 @@ Button bNext
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -279,7 +274,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -312,7 +307,6 @@ Button bPrev
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -326,7 +320,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -359,8 +353,7 @@ Hotspot m0
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 20
y coordinate : 90
@@ -450,8 +443,7 @@ Hotspot mSwipeNext
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -470,8 +462,7 @@ Hotspot mSwipePrev
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -490,8 +481,7 @@ Hotspot mSwipeUp
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -813,6 +803,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page cardEntities
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardEntities
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -183,7 +182,6 @@ Number nNum1
ID : 51
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -202,7 +200,7 @@ Number nNum1
Horizontal Alignment : center
Vertical Alignment : center
Value : 0
Significant digits shown : all
Significant digits shown: all
Format : decimal
Word wrap : enabled
Horizontal Spacing : 0
@@ -213,7 +211,6 @@ Number nNum2
ID : 52
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -232,7 +229,7 @@ Number nNum2
Horizontal Alignment : center
Vertical Alignment : center
Value : 0
Significant digits shown : all
Significant digits shown: all
Format : decimal
Word wrap : enabled
Horizontal Spacing : 0
@@ -243,7 +240,6 @@ Number nNum3
ID : 53
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -262,7 +258,7 @@ Number nNum3
Horizontal Alignment : center
Vertical Alignment : center
Value : 0
Significant digits shown : all
Significant digits shown: all
Format : decimal
Word wrap : enabled
Horizontal Spacing : 0
@@ -273,7 +269,6 @@ Number nNum4
ID : 54
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -292,7 +287,7 @@ Number nNum4
Horizontal Alignment : center
Vertical Alignment : center
Value : 0
Significant digits shown : all
Significant digits shown: all
Format : decimal
Word wrap : enabled
Horizontal Spacing : 0
@@ -303,7 +298,6 @@ Text tEntity1
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 77
@@ -319,7 +313,7 @@ Text tEntity1
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text : tEntity1
@@ -333,7 +327,6 @@ Text tEntity2
ID : 4
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -349,7 +342,7 @@ Text tEntity2
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text : tEntity2
@@ -363,7 +356,6 @@ Text tEntity3
ID : 5
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -379,7 +371,7 @@ Text tEntity3
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text : tEntity3
@@ -393,7 +385,6 @@ Text tEntity4
ID : 6
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -409,7 +400,7 @@ Text tEntity4
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text : tEntity4
@@ -423,7 +414,6 @@ Text tHeading
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 111
@@ -439,7 +429,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -453,7 +443,6 @@ Text tIcon1
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -469,7 +458,7 @@ Text tIcon1
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -483,7 +472,6 @@ Text tIcon2
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -499,7 +487,7 @@ Text tIcon2
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -513,7 +501,6 @@ Text tIcon3
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -529,7 +516,7 @@ Text tIcon3
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -543,7 +530,6 @@ Text tIcon4
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
@@ -559,7 +545,7 @@ Text tIcon4
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -573,7 +559,6 @@ Text tId
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 99
@@ -589,7 +574,7 @@ Text tId
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -603,7 +588,6 @@ Text tInstruction
ID : 30
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -619,7 +603,7 @@ Text tInstruction
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -633,7 +617,6 @@ Text tTmp
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 394
@@ -649,7 +632,7 @@ Text tTmp
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -663,8 +646,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -680,7 +662,6 @@ Slider hSlider1
ID : 47
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 275
@@ -695,7 +676,7 @@ Slider hSlider1
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -723,7 +704,6 @@ Slider hSlider2
ID : 48
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 276
@@ -738,7 +718,7 @@ Slider hSlider2
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -766,7 +746,6 @@ Slider hSlider3
ID : 49
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 276
@@ -781,7 +760,7 @@ Slider hSlider3
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -809,7 +788,6 @@ Slider hSlider4
ID : 50
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 274
@@ -824,7 +802,7 @@ Slider hSlider4
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -852,7 +830,6 @@ Button bDown1
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 377
@@ -866,7 +843,7 @@ Button bDown1
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -899,7 +876,6 @@ Button bDown2
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 377
@@ -913,7 +889,7 @@ Button bDown2
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -946,7 +922,6 @@ Button bDown3
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -960,7 +935,7 @@ Button bDown3
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -993,7 +968,6 @@ Button bDown4
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 377
@@ -1007,7 +981,7 @@ Button bDown4
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1040,7 +1014,6 @@ Button bNext
ID : 65
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -1054,7 +1027,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1087,7 +1060,6 @@ Button bPrev
ID : 66
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -1101,7 +1073,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1134,7 +1106,6 @@ Button bStop1
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 325
@@ -1148,7 +1119,7 @@ Button bStop1
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1181,7 +1152,6 @@ Button bStop2
ID : 14
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 326
@@ -1195,7 +1165,7 @@ Button bStop2
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1228,7 +1198,6 @@ Button bStop3
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 326
@@ -1242,7 +1211,7 @@ Button bStop3
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1275,7 +1244,6 @@ Button bStop4
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 326
@@ -1289,7 +1257,7 @@ Button bStop4
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1322,7 +1290,6 @@ Button bText1
ID : 58
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -1336,7 +1303,7 @@ Button bText1
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1369,7 +1336,6 @@ Button bText2
ID : 59
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -1383,7 +1349,7 @@ Button bText2
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1416,7 +1382,6 @@ Button bText3
ID : 60
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 262
@@ -1430,7 +1395,7 @@ Button bText3
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1463,7 +1428,6 @@ Button bText4
ID : 61
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 262
@@ -1477,7 +1441,7 @@ Button bText4
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 65535
@@ -1510,7 +1474,6 @@ Button bUp1
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 275
@@ -1524,7 +1487,7 @@ Button bUp1
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1557,7 +1520,6 @@ Button bUp2
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 275
@@ -1571,7 +1533,7 @@ Button bUp2
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1604,7 +1566,6 @@ Button bUp3
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 275
@@ -1618,7 +1579,7 @@ Button bUp3
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1651,7 +1612,6 @@ Button bUp4
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 275
@@ -1665,7 +1625,7 @@ Button bUp4
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1698,7 +1658,6 @@ Dual-state Button btOnOff1
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 372
@@ -1710,7 +1669,7 @@ Dual-state Button btOnOff1
Effect Time : 300
Fill : image
Font ID : 0
Background Picture ID (Unpressed) : 1
Background Picture ID (Unpressed): 1
Back. Picture ID (Pressed) : 2
Horizontal Alignment : center
Vertical Alignment : center
@@ -1743,7 +1702,6 @@ Dual-state Button btOnOff2
ID : 24
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 373
@@ -1755,7 +1713,7 @@ Dual-state Button btOnOff2
Effect Time : 300
Fill : image
Font ID : 0
Background Picture ID (Unpressed) : 1
Background Picture ID (Unpressed): 1
Back. Picture ID (Pressed) : 2
Horizontal Alignment : center
Vertical Alignment : center
@@ -1788,7 +1746,6 @@ Dual-state Button btOnOff3
ID : 25
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 374
@@ -1800,7 +1757,7 @@ Dual-state Button btOnOff3
Effect Time : 300
Fill : image
Font ID : 0
Background Picture ID (Unpressed) : 1
Background Picture ID (Unpressed): 1
Back. Picture ID (Pressed) : 2
Horizontal Alignment : center
Vertical Alignment : center
@@ -1833,7 +1790,6 @@ Dual-state Button btOnOff4
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 374
@@ -1845,7 +1801,7 @@ Dual-state Button btOnOff4
Effect Time : 300
Fill : image
Font ID : 0
Background Picture ID (Unpressed) : 1
Background Picture ID (Unpressed): 1
Back. Picture ID (Pressed) : 2
Horizontal Alignment : center
Vertical Alignment : center
@@ -1878,8 +1834,7 @@ Hotspot m0
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 22
y coordinate : 70
@@ -1922,8 +1877,7 @@ Hotspot m1
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 24
y coordinate : 127
@@ -1966,8 +1920,7 @@ Hotspot m2
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 25
y coordinate : 184
@@ -2010,8 +1963,7 @@ Hotspot m3
ID : 37
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 23
y coordinate : 237
@@ -2054,8 +2006,7 @@ Hotspot mSpecial
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 308
y coordinate : 0
@@ -2080,8 +2031,7 @@ Hotspot mSwipeNext
ID : 55
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -2100,8 +2050,7 @@ Hotspot mSwipePrev
ID : 57
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -2120,8 +2069,7 @@ Hotspot mSwipeUp
ID : 56
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -2856,6 +2804,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page cardGrid
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardGrid
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -171,7 +170,6 @@ Text tEntity1
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 6
@@ -187,7 +185,7 @@ Text tEntity1
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : tEntity1
@@ -201,7 +199,6 @@ Text tEntity2
ID : 24
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
@@ -217,7 +214,7 @@ Text tEntity2
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : tEntity2
@@ -231,7 +228,6 @@ Text tEntity3
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 299
@@ -247,7 +243,7 @@ Text tEntity3
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : tEntity3
@@ -261,7 +257,6 @@ Text tEntity4
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 6
@@ -277,7 +272,7 @@ Text tEntity4
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : tEntity4
@@ -291,7 +286,6 @@ Text tEntity5
ID : 29
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
@@ -307,7 +301,7 @@ Text tEntity5
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : tEntity5
@@ -321,7 +315,6 @@ Text tEntity6
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 299
@@ -337,7 +330,7 @@ Text tEntity6
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : tEntity6
@@ -351,7 +344,6 @@ Text tHeading
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 111
@@ -367,7 +359,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -381,7 +373,6 @@ Text tId
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 111
@@ -397,7 +388,7 @@ Text tId
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -411,7 +402,6 @@ Text tInstruction
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -427,7 +417,7 @@ Text tInstruction
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -441,7 +431,6 @@ Text tTmp
ID : 5
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 400
@@ -457,7 +446,7 @@ Text tTmp
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -471,8 +460,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -488,7 +476,6 @@ Button bEntity1
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 6
@@ -502,7 +489,7 @@ Button bEntity1
Style : flat
Font ID : 4
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -555,7 +542,6 @@ Button bEntity2
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 152
@@ -569,7 +555,7 @@ Button bEntity2
Style : flat
Font ID : 4
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -622,7 +608,6 @@ Button bEntity3
ID : 25
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 299
@@ -636,7 +621,7 @@ Button bEntity3
Style : flat
Font ID : 4
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -689,7 +674,6 @@ Button bEntity4
ID : 27
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 6
@@ -703,7 +687,7 @@ Button bEntity4
Style : flat
Font ID : 4
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -756,7 +740,6 @@ Button bEntity5
ID : 30
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
@@ -770,7 +753,7 @@ Button bEntity5
Style : flat
Font ID : 4
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -823,7 +806,6 @@ Button bEntity6
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 299
@@ -837,7 +819,7 @@ Button bEntity6
Style : flat
Font ID : 4
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -890,7 +872,6 @@ Button bNext
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -904,7 +885,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -937,7 +918,6 @@ Button bPrev
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 10
@@ -951,7 +931,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -984,8 +964,7 @@ Hotspot mSpecial
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 308
y coordinate : 0
@@ -1010,8 +989,7 @@ Hotspot mSwipeNext
ID : 38
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -1030,8 +1008,7 @@ Hotspot mSwipePrev
ID : 40
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -1050,8 +1027,7 @@ Hotspot mSwipeUp
ID : 39
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -1334,6 +1310,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,6 @@ Page cardLChart
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardLChart
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -191,7 +190,6 @@ Text tHeading
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 66
@@ -207,7 +205,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -221,8 +219,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -238,7 +235,6 @@ Button bNext
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -252,7 +248,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -285,7 +281,6 @@ Button bPrev
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -299,7 +294,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -332,8 +327,7 @@ Hotspot m0
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 20
y coordinate : 90
@@ -352,8 +346,7 @@ Hotspot mSwipeNext
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -372,8 +365,7 @@ Hotspot mSwipePrev
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -392,8 +384,7 @@ Hotspot mSwipeUp
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -772,6 +763,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page cardMedia
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardMedia
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -259,7 +258,6 @@ Text t0
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 108
@@ -275,7 +273,7 @@ Text t0
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -308,7 +306,6 @@ Text t1
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 7
@@ -324,7 +321,7 @@ Text t1
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -358,7 +355,6 @@ Text t2
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 298
@@ -374,7 +370,7 @@ Text t2
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -407,7 +403,6 @@ Text t3
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
@@ -423,7 +418,7 @@ Text t3
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -457,7 +452,6 @@ Text t5
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
@@ -473,7 +467,7 @@ Text t5
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -506,7 +500,6 @@ Text tAuthor
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 85
@@ -522,7 +515,7 @@ Text tAuthor
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text :
@@ -536,7 +529,6 @@ Text tHeading
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 111
@@ -552,7 +544,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -566,7 +558,6 @@ Text tInstruction
ID : 6
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 296
@@ -582,7 +573,7 @@ Text tInstruction
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -596,7 +587,6 @@ Text tPlayPause
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 203
@@ -612,7 +602,7 @@ Text tPlayPause
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -645,7 +635,6 @@ Text tShuffle
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 13
@@ -661,7 +650,7 @@ Text tShuffle
Font ID : 3
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : x
@@ -694,7 +683,6 @@ Text tTitle
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 84
@@ -710,7 +698,7 @@ Text tTitle
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text :
@@ -724,8 +712,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -741,7 +728,6 @@ Slider hVolume
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 61
@@ -756,7 +742,7 @@ Slider hVolume
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -787,7 +773,6 @@ Button bEntity1
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -801,7 +786,7 @@ Button bEntity1
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -850,7 +835,6 @@ Button bEntity2
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 13
@@ -864,7 +848,7 @@ Button bEntity2
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -917,7 +901,6 @@ Button bEntity3
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 104
@@ -931,7 +914,7 @@ Button bEntity3
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -984,7 +967,6 @@ Button bEntity4
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 195
@@ -998,7 +980,7 @@ Button bEntity4
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1051,7 +1033,6 @@ Button bEntity5
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 286
@@ -1065,7 +1046,7 @@ Button bEntity5
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1118,7 +1099,6 @@ Button bEntity6
ID : 53
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 382
@@ -1132,7 +1112,7 @@ Button bEntity6
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1185,7 +1165,6 @@ Button bNext
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -1199,7 +1178,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1232,7 +1211,6 @@ Button bPrev
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -1246,7 +1224,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1279,8 +1257,7 @@ Hotspot mSwipeNext
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -1299,8 +1276,7 @@ Hotspot mSwipePrev
ID : 25
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -1319,8 +1295,7 @@ Hotspot mSwipeUp
ID : 24
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -1658,6 +1633,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page cardPower
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardPower
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -155,7 +154,6 @@ Text t0Icon
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 18
@@ -173,7 +171,7 @@ Text t0Icon
Font ID : 3
Back. Color : 6371
Font Color : 1024
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -187,7 +185,6 @@ Text t0o
ID : 48
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 81
@@ -203,7 +200,7 @@ Text t0o
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -217,7 +214,6 @@ Text t0u
ID : 30
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 81
@@ -233,7 +229,7 @@ Text t0u
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -247,7 +243,6 @@ Text t1
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 198
@@ -265,7 +260,7 @@ Text t1
Font ID : 3
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -279,7 +274,6 @@ Text t1Icon
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 18
@@ -297,7 +291,7 @@ Text t1Icon
Font ID : 3
Back. Color : 6371
Font Color : 65504
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -311,7 +305,6 @@ Text t1o
ID : 50
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 81
@@ -327,7 +320,7 @@ Text t1o
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -341,7 +334,6 @@ Text t1u
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 81
@@ -357,7 +349,7 @@ Text t1u
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -371,7 +363,6 @@ Text t2Icon
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 18
@@ -389,7 +380,7 @@ Text t2Icon
Font ID : 3
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : î °
@@ -403,7 +394,6 @@ Text t2o
ID : 51
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 81
@@ -419,7 +409,7 @@ Text t2o
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -433,7 +423,6 @@ Text t2u
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 81
@@ -449,7 +438,7 @@ Text t2u
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -463,7 +452,6 @@ Text t3Icon
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -481,7 +469,7 @@ Text t3Icon
Font ID : 3
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : î °
@@ -495,7 +483,6 @@ Text t3o
ID : 53
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -511,7 +498,7 @@ Text t3o
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -525,7 +512,6 @@ Text t3u
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -541,7 +527,7 @@ Text t3u
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -555,7 +541,6 @@ Text t4Icon
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -573,7 +558,7 @@ Text t4Icon
Font ID : 3
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : î´½
@@ -587,7 +572,6 @@ Text t4o
ID : 49
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -603,7 +587,7 @@ Text t4o
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -617,7 +601,6 @@ Text t4u
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -633,7 +616,7 @@ Text t4u
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -647,7 +630,6 @@ Text t5Icon
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 378
@@ -665,7 +647,7 @@ Text t5Icon
Font ID : 3
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -679,7 +661,6 @@ Text t5o
ID : 52
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -695,7 +676,7 @@ Text t5o
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -709,7 +690,6 @@ Text t5u
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 261
@@ -725,7 +705,7 @@ Text t5u
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -739,7 +719,6 @@ Text tHeading
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 66
@@ -755,7 +734,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -769,7 +748,6 @@ Text tHome
ID : 42
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 200
@@ -785,7 +763,7 @@ Text tHome
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : bottom
Input Type : character
Text :
@@ -799,7 +777,6 @@ Text tHome2
ID : 45
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 200
@@ -815,7 +792,7 @@ Text tHome2
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -829,7 +806,6 @@ Text tHomeO
ID : 46
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 200
@@ -845,7 +821,7 @@ Text tHomeO
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : bottom
Input Type : character
Text :
@@ -859,7 +835,6 @@ Text tHomeO2
ID : 47
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 200
@@ -875,7 +850,7 @@ Text tHomeO2
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -889,8 +864,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -906,7 +880,6 @@ Slider h0
ID : 25
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -921,7 +894,7 @@ Slider h0
Cursor width : auto
Cursor height : 255
Back. Picture ID : 20
Slided Back. Picture ID : 20
Slided Back. Picture ID: 20
Position : 600
Upper range limit : 1200
Lower range limit : 0
@@ -931,7 +904,6 @@ Slider h1
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -946,7 +918,7 @@ Slider h1
Cursor width : auto
Cursor height : 255
Back. Picture ID : 20
Slided Back. Picture ID : 20
Slided Back. Picture ID: 20
Position : 600
Upper range limit : 1200
Lower range limit : 0
@@ -956,7 +928,6 @@ Slider h2
ID : 27
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -971,7 +942,7 @@ Slider h2
Cursor width : auto
Cursor height : 255
Back. Picture ID : 20
Slided Back. Picture ID : 20
Slided Back. Picture ID: 20
Position : 600
Upper range limit : 1200
Lower range limit : 0
@@ -981,7 +952,6 @@ Slider h3
ID : 29
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 258
@@ -996,7 +966,7 @@ Slider h3
Cursor width : auto
Cursor height : 255
Back. Picture ID : 20
Slided Back. Picture ID : 20
Slided Back. Picture ID: 20
Position : 600
Upper range limit : 1200
Lower range limit : 0
@@ -1006,7 +976,6 @@ Slider h4
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 258
@@ -1021,7 +990,7 @@ Slider h4
Cursor width : auto
Cursor height : 255
Back. Picture ID : 20
Slided Back. Picture ID : 20
Slided Back. Picture ID: 20
Position : 600
Upper range limit : 1200
Lower range limit : 0
@@ -1031,7 +1000,6 @@ Slider h5
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 258
@@ -1046,7 +1014,7 @@ Slider h5
Cursor width : auto
Cursor height : 255
Back. Picture ID : 20
Slided Back. Picture ID : 20
Slided Back. Picture ID: 20
Position : 600
Upper range limit : 1200
Lower range limit : 0
@@ -1056,7 +1024,6 @@ Button bNext
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -1070,7 +1037,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1103,7 +1070,6 @@ Button bPrev
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -1117,7 +1083,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1150,8 +1116,7 @@ Hotspot mSwipeNext
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -1170,8 +1135,7 @@ Hotspot mSwipePrev
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -1190,8 +1154,7 @@ Hotspot mSwipeUp
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -1647,6 +1610,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -968,6 +968,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page cardThermo
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page cardThermo
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -182,7 +181,6 @@ XFloat xTempDest
ID : 48
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 218
@@ -202,7 +200,7 @@ XFloat xTempDest
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -212,7 +210,6 @@ XFloat xTempDest1
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 295
@@ -232,7 +229,7 @@ XFloat xTempDest1
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -242,7 +239,6 @@ XFloat xTempDest2
ID : 41
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 142
@@ -262,7 +258,7 @@ XFloat xTempDest2
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -272,7 +268,6 @@ XFloat xTempMax1
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 407
@@ -292,7 +287,7 @@ XFloat xTempMax1
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -302,7 +297,6 @@ XFloat xTempMin1
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 383
@@ -322,7 +316,7 @@ XFloat xTempMin1
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -332,7 +326,6 @@ XFloat xTempStep1
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 385
@@ -352,7 +345,7 @@ XFloat xTempStep1
Vertical Alignment : center
Value : 0
Significant digits left : 0
Significant digits right : 1
Significant digits right: 1
Word wrap : enabled
Horizontal Spacing : 0
Vertical Spacing : 0
@@ -362,7 +355,6 @@ Text tCF
ID : 50
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 339
@@ -378,7 +370,7 @@ Text tCF
Font ID : 1
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -392,7 +384,6 @@ Text tCF1
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 416
@@ -408,7 +399,7 @@ Text tCF1
Font ID : 1
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -422,7 +413,6 @@ Text tCF2
ID : 40
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 263
@@ -438,7 +428,7 @@ Text tCF2
Font ID : 1
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -452,7 +442,6 @@ Text tCurTemp
ID : 51
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 13
@@ -468,7 +457,7 @@ Text tCurTemp
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -482,7 +471,6 @@ Text tCurTempLbl
ID : 37
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 13
@@ -498,7 +486,7 @@ Text tCurTempLbl
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : Currently
@@ -512,7 +500,6 @@ Text tHeading
ID : 5
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 64
@@ -528,7 +515,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -542,7 +529,6 @@ Text tStateLbl
ID : 38
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 12
@@ -558,7 +544,7 @@ Text tStateLbl
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : State
@@ -572,7 +558,6 @@ Text tStatus
ID : 6
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -588,7 +573,7 @@ Text tStatus
Font ID : 0
Back. Color : 6371
Font Color : 50712
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -602,8 +587,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -619,7 +603,6 @@ Button bNext
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 391
@@ -633,7 +616,7 @@ Button bNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -666,7 +649,6 @@ Button bPrev
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 9
@@ -680,7 +662,7 @@ Button bPrev
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -713,7 +695,6 @@ Dual-state Button bDown2
ID : 42
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 178
@@ -727,7 +708,7 @@ Dual-state Button bDown2
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -753,7 +734,6 @@ Dual-state Button bUp2
ID : 39
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 178
@@ -767,7 +747,7 @@ Dual-state Button bUp2
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -793,7 +773,6 @@ Dual-state Button bt0
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 12
@@ -807,7 +786,7 @@ Dual-state Button bt0
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -842,7 +821,6 @@ Dual-state Button bt1
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 66
@@ -856,7 +834,7 @@ Dual-state Button bt1
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -891,7 +869,6 @@ Dual-state Button bt2
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 120
@@ -905,7 +882,7 @@ Dual-state Button bt2
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -940,7 +917,6 @@ Dual-state Button bt3
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 174
@@ -954,7 +930,7 @@ Dual-state Button bt3
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -989,7 +965,6 @@ Dual-state Button bt4
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 228
@@ -1003,7 +978,7 @@ Dual-state Button bt4
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -1038,7 +1013,6 @@ Dual-state Button bt5
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 282
@@ -1052,7 +1026,7 @@ Dual-state Button bt5
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -1087,7 +1061,6 @@ Dual-state Button bt6
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 336
@@ -1101,7 +1074,7 @@ Dual-state Button bt6
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -1136,7 +1109,6 @@ Dual-state Button bt7
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 390
@@ -1150,7 +1122,7 @@ Dual-state Button bt7
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
@@ -1185,7 +1157,6 @@ Dual-state Button btDetail
ID : 52
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 255
@@ -1199,7 +1170,7 @@ Dual-state Button btDetail
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1223,7 +1194,6 @@ Dual-state Button btDown
ID : 49
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 137
@@ -1237,7 +1207,7 @@ Dual-state Button btDown
Style : flat
Font ID : 4
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1263,7 +1233,6 @@ Dual-state Button btDown1
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 331
@@ -1277,7 +1246,7 @@ Dual-state Button btDown1
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1303,7 +1272,6 @@ Dual-state Button btUp
ID : 47
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 365
@@ -1317,7 +1285,7 @@ Dual-state Button btUp
Style : flat
Font ID : 4
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1343,7 +1311,6 @@ Dual-state Button btUp1
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 331
@@ -1357,7 +1324,7 @@ Dual-state Button btUp1
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1383,8 +1350,7 @@ Hotspot mSwipeNext
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 440
y coordinate : 5
@@ -1403,8 +1369,7 @@ Hotspot mSwipePrev
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
@@ -1423,8 +1388,7 @@ Hotspot mSwipeUp
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
@@ -1811,6 +1775,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -10,85 +10,89 @@ pageTest
27 Component(s)
68 Line(s) of event code
66 Unique line(s) of event code
popupFan
27 Component(s)
351 Line(s) of event code
204 Unique line(s) of event code
popupNotify
19 Component(s)
263 Line(s) of event code
170 Unique line(s) of event code
popupTimer
42 Component(s)
512 Line(s) of event code
255 Unique line(s) of event code
pageStartup
20 Component(s)
189 Line(s) of event code
133 Unique line(s) of event code
screensaver2
59 Component(s)
354 Line(s) of event code
251 Unique line(s) of event code
popupLight
23 Component(s)
406 Line(s) of event code
207 Unique line(s) of event code
cardChart
33 Component(s)
433 Line(s) of event code
294 Unique line(s) of event code
cardAlarm
43 Component(s)
496 Line(s) of event code
271 Unique line(s) of event code
cardLChart
33 Component(s)
398 Line(s) of event code
264 Unique line(s) of event code
cardGrid
44 Component(s)
519 Line(s) of event code
293 Unique line(s) of event code
cardThermo
57 Component(s)
536 Line(s) of event code
317 Unique line(s) of event code
402 Line(s) of event code
266 Unique line(s) of event code
popupFan
27 Component(s)
355 Line(s) of event code
206 Unique line(s) of event code
popupLight
23 Component(s)
410 Line(s) of event code
209 Unique line(s) of event code
popupShutter
25 Component(s)
398 Line(s) of event code
218 Unique line(s) of event code
cardQR
34 Component(s)
406 Line(s) of event code
236 Unique line(s) of event code
cardMedia
59 Component(s)
645 Line(s) of event code
320 Unique line(s) of event code
screensaver
47 Component(s)
440 Line(s) of event code
314 Unique line(s) of event code
402 Line(s) of event code
220 Unique line(s) of event code
cardGrid
44 Component(s)
523 Line(s) of event code
295 Unique line(s) of event code
popupNotify
19 Component(s)
267 Line(s) of event code
172 Unique line(s) of event code
cardPower
54 Component(s)
523 Line(s) of event code
345 Unique line(s) of event code
527 Line(s) of event code
347 Unique line(s) of event code
pageStartup
20 Component(s)
193 Line(s) of event code
135 Unique line(s) of event code
cardQR
34 Component(s)
410 Line(s) of event code
238 Unique line(s) of event code
cardChart
33 Component(s)
437 Line(s) of event code
296 Unique line(s) of event code
cardAlarm
43 Component(s)
500 Line(s) of event code
273 Unique line(s) of event code
screensaver
47 Component(s)
444 Line(s) of event code
316 Unique line(s) of event code
cardThermo
57 Component(s)
540 Line(s) of event code
319 Unique line(s) of event code
screensaver2
59 Component(s)
358 Line(s) of event code
253 Unique line(s) of event code
cardMedia
59 Component(s)
649 Line(s) of event code
322 Unique line(s) of event code
popupInSel
34 Component(s)
617 Line(s) of event code
295 Unique line(s) of event code
621 Line(s) of event code
297 Unique line(s) of event code
cardGrid2
52 Component(s)
607 Line(s) of event code
315 Unique line(s) of event code
popupTimer
42 Component(s)
516 Line(s) of event code
257 Unique line(s) of event code
popupThermo
44 Component(s)
519 Line(s) of event code
274 Unique line(s) of event code
523 Line(s) of event code
276 Unique line(s) of event code
cardEntities
67 Component(s)
1166 Line(s) of event code
530 Unique line(s) of event code
1170 Line(s) of event code
532 Unique line(s) of event code
Total
21 Page(s)
798 Component(s)
9253 Line(s) of event code
2339 Unique line(s) of event code
22 Page(s)
850 Component(s)
9936 Line(s) of event code
2364 Unique line(s) of event code

View File

@@ -396,7 +396,7 @@ Text tVersion
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 50
Text : 51
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0
@@ -616,6 +616,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -865,6 +865,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page popupInSel
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page popupInSel
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -148,7 +147,6 @@ Text tEntity
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 92
@@ -164,7 +162,7 @@ Text tEntity
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -178,7 +176,6 @@ Text tIcon1
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -194,7 +191,7 @@ Text tIcon1
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -208,8 +205,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -225,7 +221,6 @@ Button b0
ID : 4
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 397
@@ -239,7 +234,7 @@ Button b0
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -272,7 +267,6 @@ Button bMode1
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -286,7 +280,7 @@ Button bMode1
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -324,7 +318,6 @@ Button bMode10
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -338,7 +331,7 @@ Button bMode10
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -376,7 +369,6 @@ Button bMode11
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -390,7 +382,7 @@ Button bMode11
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -428,7 +420,6 @@ Button bMode12
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -442,7 +433,7 @@ Button bMode12
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -480,7 +471,6 @@ Button bMode2
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -494,7 +484,7 @@ Button bMode2
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -532,7 +522,6 @@ Button bMode3
ID : 14
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -546,7 +535,7 @@ Button bMode3
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -584,7 +573,6 @@ Button bMode4
ID : 25
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -598,7 +586,7 @@ Button bMode4
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -636,7 +624,6 @@ Button bMode5
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -650,7 +637,7 @@ Button bMode5
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -688,7 +675,6 @@ Button bMode6
ID : 27
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -702,7 +688,7 @@ Button bMode6
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -740,7 +726,6 @@ Button bMode7
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -754,7 +739,7 @@ Button bMode7
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -792,7 +777,6 @@ Button bMode8
ID : 29
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -806,7 +790,7 @@ Button bMode8
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -844,7 +828,6 @@ Button bMode9
ID : 30
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -858,7 +841,7 @@ Button bMode9
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -896,7 +879,6 @@ Button bModeNext
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 390
@@ -910,7 +892,7 @@ Button bModeNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 65535
@@ -1327,6 +1309,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -768,6 +768,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page popupNotify
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page popupNotify
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -79,7 +78,6 @@ Text tHeading
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 23
@@ -95,7 +93,7 @@ Text tHeading
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -109,7 +107,6 @@ Text tIcon
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 23
@@ -125,7 +122,7 @@ Text tIcon
Font ID : 4
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -139,7 +136,6 @@ Text tId
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 100
@@ -155,7 +151,7 @@ Text tId
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -169,7 +165,6 @@ Text tInstruction
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -185,7 +180,7 @@ Text tInstruction
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -199,7 +194,6 @@ Text tText
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 23
@@ -215,7 +209,7 @@ Text tText
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : top
Input Type : character
Text :
@@ -229,7 +223,6 @@ Text tTextAlt
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -245,7 +238,7 @@ Text tTextAlt
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : top
Input Type : character
Text :
@@ -259,7 +252,6 @@ Text tTmp
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 406
@@ -275,7 +267,7 @@ Text tTmp
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -289,8 +281,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -306,7 +297,6 @@ Button b0
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 397
@@ -320,7 +310,7 @@ Button b0
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -354,7 +344,6 @@ Button b1
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 24
@@ -368,7 +357,7 @@ Button b1
Style : flat
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 8
Back. Picture ID (Pressed): 8
Back. Color (Pressed) : 1024
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -403,7 +392,6 @@ Button b2
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 239
@@ -417,7 +405,7 @@ Button b2
Style : flat
Font ID : 2
Back. Color : 6371
Back. Picture ID (Pressed) : 8
Back. Picture ID (Pressed): 8
Back. Color (Pressed) : 1024
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -642,6 +630,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page popupShutter
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page popupShutter
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -131,7 +130,6 @@ Text tEntity
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 65
@@ -147,7 +145,7 @@ Text tEntity
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text : tEntity1
@@ -161,7 +159,6 @@ Text tIcon1
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 12
@@ -177,7 +174,7 @@ Text tIcon1
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 
@@ -191,7 +188,6 @@ Text tInfo1
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 65
@@ -207,7 +203,7 @@ Text tInfo1
Font ID : 0
Back. Color : 6371
Font Color : 38066
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -221,7 +217,6 @@ Text tPosHeading
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 64
@@ -237,7 +232,7 @@ Text tPosHeading
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text : Position
@@ -251,7 +246,6 @@ Text tTiltHeading
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 64
@@ -267,7 +261,7 @@ Text tTiltHeading
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -281,8 +275,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -298,7 +291,6 @@ Slider hPosition
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 64
@@ -313,7 +305,7 @@ Slider hPosition
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -342,7 +334,6 @@ Slider hTilt
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 64
@@ -357,7 +348,7 @@ Slider hTilt
Cursor width : auto
Cursor height : 255
Back. Picture ID : 5
Slided Back. Picture ID : 4
Slided Back. Picture ID: 4
Position : 50
Upper range limit : 100
Lower range limit : 0
@@ -386,7 +377,6 @@ Button b0
ID : 4
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 397
@@ -400,7 +390,7 @@ Button b0
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -433,7 +423,6 @@ Button bDown1
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 386
@@ -447,7 +436,7 @@ Button bDown1
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -480,7 +469,6 @@ Button bStop1
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 334
@@ -494,7 +482,7 @@ Button bStop1
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -527,7 +515,6 @@ Button bTLeft
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 282
@@ -541,7 +528,7 @@ Button bTLeft
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -574,7 +561,6 @@ Button bTRight
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 386
@@ -588,7 +574,7 @@ Button bTRight
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -621,7 +607,6 @@ Button bTStop
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 334
@@ -635,7 +620,7 @@ Button bTStop
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -668,7 +653,6 @@ Button bUp1
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 282
@@ -682,7 +666,7 @@ Button bUp1
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -950,6 +934,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page popupThermo
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page popupThermo
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -204,7 +203,6 @@ Text heading1
ID : 24
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -220,7 +218,7 @@ Text heading1
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -234,7 +232,6 @@ Text heading2
ID : 29
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -250,7 +247,7 @@ Text heading2
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -264,7 +261,6 @@ Text heading3
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -280,7 +276,7 @@ Text heading3
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -294,7 +290,6 @@ Text tEntity
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 92
@@ -310,7 +305,7 @@ Text tEntity
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -324,7 +319,6 @@ Text tIcon1
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -340,7 +334,7 @@ Text tIcon1
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -354,8 +348,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -371,7 +364,6 @@ Button b0
ID : 4
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 397
@@ -385,7 +377,7 @@ Button b0
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -418,7 +410,6 @@ Button bMode1
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -432,7 +423,7 @@ Button bMode1
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -470,7 +461,6 @@ Button bMode2
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -484,7 +474,7 @@ Button bMode2
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -522,7 +512,6 @@ Button bMode3
ID : 14
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -536,7 +525,7 @@ Button bMode3
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -574,7 +563,6 @@ Button bModeNext
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 388
@@ -588,7 +576,7 @@ Button bModeNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 65535
@@ -645,7 +633,6 @@ Button cMode1
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -659,7 +646,7 @@ Button cMode1
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -697,7 +684,6 @@ Button cMode2
ID : 27
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -711,7 +697,7 @@ Button cMode2
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -749,7 +735,6 @@ Button cMode3
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -763,7 +748,7 @@ Button cMode3
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -801,7 +786,6 @@ Button cModeNext
ID : 25
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 388
@@ -815,7 +799,7 @@ Button cModeNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 65535
@@ -871,7 +855,6 @@ Button dMode1
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -885,7 +868,7 @@ Button dMode1
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -923,7 +906,6 @@ Button dMode2
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 135
@@ -937,7 +919,7 @@ Button dMode2
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -975,7 +957,6 @@ Button dMode3
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 259
@@ -989,7 +970,7 @@ Button dMode3
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -1027,7 +1008,6 @@ Button dModeNext
ID : 30
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 388
@@ -1041,7 +1021,7 @@ Button dModeNext
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 65535
@@ -1338,6 +1318,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page popupTimer
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page popupTimer
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 6371
@@ -195,7 +194,6 @@ Number n1
ID : 28
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 77
@@ -214,7 +212,7 @@ Number n1
Horizontal Alignment : center
Vertical Alignment : center
Value : 0
Significant digits shown : 2
Significant digits shown: 2
Format : decimal
Word wrap : enabled
Horizontal Spacing : 0
@@ -255,7 +253,6 @@ Number n2
ID : 29
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 242
@@ -274,7 +271,7 @@ Number n2
Horizontal Alignment : center
Vertical Alignment : center
Value : 0
Significant digits shown : 2
Significant digits shown: 2
Format : decimal
Word wrap : enabled
Horizontal Spacing : 0
@@ -315,7 +312,6 @@ Text t0
ID : 41
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 164
@@ -331,7 +327,7 @@ Text t0
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : +/- 1 +/- 5 +/- 10 +/- 15
@@ -345,7 +341,6 @@ Text tDP
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 208
@@ -361,7 +356,7 @@ Text tDP
Font ID : 5
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : :
@@ -375,7 +370,6 @@ Text tEntity
ID : 2
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 92
@@ -391,7 +385,7 @@ Text tEntity
Font ID : 0
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -405,7 +399,6 @@ Text tIcon1
ID : 3
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -421,7 +414,7 @@ Text tIcon1
Font ID : 1
Back. Color : 6371
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -435,7 +428,6 @@ Text tTime
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -451,7 +443,7 @@ Text tTime
Font ID : 3
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 21:32
@@ -465,8 +457,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 0
@@ -482,7 +473,6 @@ Button b0
ID : 4
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 397
@@ -496,7 +486,7 @@ Button b0
Style : flat
Font ID : 1
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 65535
Font Color (Pressed) : 65535
@@ -529,7 +519,6 @@ Button b1
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 26
@@ -543,7 +532,7 @@ Button b1
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 1374
@@ -578,7 +567,6 @@ Button b2
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 163
@@ -592,7 +580,7 @@ Button b2
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 1374
@@ -627,7 +615,6 @@ Button b3
ID : 24
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 302
@@ -641,7 +628,7 @@ Button b3
Style : flat
Font ID : 0
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 1374
Font Color (Pressed) : 1374
@@ -676,7 +663,6 @@ Button bZ1M
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 163
@@ -690,7 +676,7 @@ Button bZ1M
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -727,7 +713,6 @@ Button bZ1P
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 164
@@ -741,7 +726,7 @@ Button bZ1P
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -778,7 +763,6 @@ Button bZ2M
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 233
@@ -792,7 +776,7 @@ Button bZ2M
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -829,7 +813,6 @@ Button bZ2P
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 233
@@ -843,7 +826,7 @@ Button bZ2P
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -880,7 +863,6 @@ Button bZ3M
ID : 37
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 301
@@ -894,7 +876,7 @@ Button bZ3M
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -931,7 +913,6 @@ Button bZ3P
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 302
@@ -945,7 +926,7 @@ Button bZ3P
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -982,7 +963,6 @@ Button bZ4M
ID : 39
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 371
@@ -996,7 +976,7 @@ Button bZ4M
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1033,7 +1013,6 @@ Button bZ4P
ID : 38
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 371
@@ -1047,7 +1026,7 @@ Button bZ4P
Style : flat
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 14823
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
@@ -1084,7 +1063,6 @@ Button fToggleEdit
ID : 40
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 386
@@ -1098,7 +1076,7 @@ Button fToggleEdit
Style : 3D auto
Font ID : 0
Back. Color : 50712
Back. Picture ID (Pressed) : 65535
Back. Picture ID (Pressed): 65535
Back. Color (Pressed) : 1024
Font Color (Unpressed) : 0
Font Color (Pressed) : 65535
@@ -1347,6 +1325,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page screensaver
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page screensaver
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 0
@@ -133,7 +132,6 @@ Text m0
ID : 42
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 462
@@ -149,7 +147,7 @@ Text m0
Font ID : 0
Back. Color : 63488
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -174,7 +172,6 @@ Text t10
ID : 15
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 46
@@ -190,7 +187,7 @@ Text t10
Font ID : 0
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : |
@@ -204,7 +201,6 @@ Text tAMPM
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 343
@@ -220,7 +216,7 @@ Text tAMPM
Font ID : 4
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : PM
@@ -234,7 +230,6 @@ Text tDate
ID : 6
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -250,7 +245,7 @@ Text tDate
Font ID : 2
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : bottom
Input Type : character
Text : Tuesday, 08. March 2022
@@ -264,7 +259,6 @@ Text tF1Icon
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 146
@@ -280,7 +274,7 @@ Text tF1Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -294,7 +288,6 @@ Text tF2Icon
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 228
@@ -310,7 +303,7 @@ Text tF2Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -324,7 +317,6 @@ Text tF3Icon
ID : 19
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 309
@@ -340,7 +332,7 @@ Text tF3Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -354,7 +346,6 @@ Text tF4Icon
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 390
@@ -370,7 +361,7 @@ Text tF4Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -384,7 +375,6 @@ Text tForecast1
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 128
@@ -400,7 +390,7 @@ Text tForecast1
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -414,7 +404,6 @@ Text tForecast1Val
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 125
@@ -430,7 +419,7 @@ Text tForecast1Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -444,7 +433,6 @@ Text tForecast2
ID : 12
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 212
@@ -460,7 +448,7 @@ Text tForecast2
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -474,7 +462,6 @@ Text tForecast2Val
ID : 14
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 212
@@ -490,7 +477,7 @@ Text tForecast2Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -504,7 +491,6 @@ Text tForecast3
ID : 20
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 293
@@ -520,7 +506,7 @@ Text tForecast3
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -534,7 +520,6 @@ Text tForecast3Val
ID : 18
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 292
@@ -550,7 +535,7 @@ Text tForecast3Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -564,7 +549,6 @@ Text tForecast4
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 374
@@ -580,7 +564,7 @@ Text tForecast4
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -594,7 +578,6 @@ Text tForecast4Val
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 374
@@ -610,7 +593,7 @@ Text tForecast4Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -624,7 +607,6 @@ Text tIcon1
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -640,7 +622,7 @@ Text tIcon1
Font ID : 1
Back. Color : 0
Font Color : 17299
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : top
Input Type : character
Text :
@@ -654,7 +636,6 @@ Text tIcon2
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 365
@@ -670,7 +651,7 @@ Text tIcon2
Font ID : 1
Back. Color : 0
Font Color : 17299
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : top
Input Type : character
Text :
@@ -684,7 +665,6 @@ Text tMainIcon
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 26
@@ -700,7 +680,7 @@ Text tMainIcon
Font ID : 4
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -714,7 +694,6 @@ Text tMainIconAlt
ID : 27
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -730,7 +709,7 @@ Text tMainIconAlt
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text :
@@ -744,7 +723,6 @@ Text tMainIconAlt2
ID : 45
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 11
@@ -760,7 +738,7 @@ Text tMainIconAlt2
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text :
@@ -774,7 +752,6 @@ Text tMainText
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 7
@@ -790,7 +767,7 @@ Text tMainText
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -804,7 +781,6 @@ Text tMainTextAlt
ID : 26
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 69
@@ -820,7 +796,7 @@ Text tMainTextAlt
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text :
@@ -834,7 +810,6 @@ Text tMainTextAlt2
ID : 43
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 69
@@ -850,7 +825,7 @@ Text tMainTextAlt2
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text :
@@ -864,7 +839,6 @@ Text tNotifyHead
ID : 44
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -880,7 +854,7 @@ Text tNotifyHead
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -894,7 +868,6 @@ Text tNotifyText
ID : 46
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -910,7 +883,7 @@ Text tNotifyText
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -924,7 +897,6 @@ Text tTime
ID : 5
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 37
@@ -940,7 +912,7 @@ Text tTime
Font ID : 5
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : 21:32
@@ -954,7 +926,6 @@ Text tTimeAdd
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -970,7 +941,7 @@ Text tTimeAdd
Font ID : 2
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : bottom
Input Type : character
Text :
@@ -984,8 +955,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 1
@@ -1363,6 +1333,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -3,7 +3,6 @@ Page screensaver2
ID : 0
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
Width : 480
@@ -14,7 +13,7 @@ Page screensaver2
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID : disabled
Swide right page ID: disabled
Fill : solid color
Back. Color : 0
@@ -133,7 +132,6 @@ Text d1Icon
ID : 17
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
@@ -149,7 +147,7 @@ Text d1Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -163,7 +161,6 @@ Text d1Val
ID : 16
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 50
@@ -179,7 +176,7 @@ Text d1Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -193,7 +190,6 @@ Text d2Icon
ID : 34
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 14
@@ -209,7 +205,7 @@ Text d2Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -223,7 +219,6 @@ Text d2Val
ID : 33
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 50
@@ -239,7 +234,7 @@ Text d2Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -253,7 +248,6 @@ Text d3Icon
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 14
@@ -269,7 +263,7 @@ Text d3Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -283,7 +277,6 @@ Text d3Val
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 50
@@ -299,7 +292,7 @@ Text d3Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : left
Horizontal Alignment: left
Vertical Alignment : center
Input Type : character
Text :
@@ -313,7 +306,6 @@ Text e1Icon
ID : 11
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 5
@@ -329,7 +321,7 @@ Text e1Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -343,7 +335,6 @@ Text e1Name
ID : 9
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 5
@@ -359,7 +350,7 @@ Text e1Name
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -373,7 +364,6 @@ Text e1Val
ID : 10
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 5
@@ -389,7 +379,7 @@ Text e1Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -403,7 +393,6 @@ Text e2Icon
ID : 38
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 79
@@ -419,7 +408,7 @@ Text e2Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -433,7 +422,6 @@ Text e2Name
ID : 37
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 78
@@ -449,7 +437,7 @@ Text e2Name
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -463,7 +451,6 @@ Text e2Val
ID : 39
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 79
@@ -479,7 +466,7 @@ Text e2Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -493,7 +480,6 @@ Text e3Icon
ID : 41
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
@@ -509,7 +495,7 @@ Text e3Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -523,7 +509,6 @@ Text e3Name
ID : 40
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
@@ -539,7 +524,7 @@ Text e3Name
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -553,7 +538,6 @@ Text e3Val
ID : 42
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
@@ -569,7 +553,7 @@ Text e3Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -583,7 +567,6 @@ Text e4Icon
ID : 44
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 230
@@ -599,7 +582,7 @@ Text e4Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -613,7 +596,6 @@ Text e4Name
ID : 43
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 230
@@ -629,7 +611,7 @@ Text e4Name
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -643,7 +625,6 @@ Text e4Val
ID : 45
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 230
@@ -659,7 +640,7 @@ Text e4Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -673,7 +654,6 @@ Text e5Icon
ID : 47
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 304
@@ -689,7 +669,7 @@ Text e5Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -703,7 +683,6 @@ Text e5Name
ID : 46
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 304
@@ -719,7 +698,7 @@ Text e5Name
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -733,7 +712,6 @@ Text e5Val
ID : 48
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 304
@@ -749,7 +727,7 @@ Text e5Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -763,7 +741,6 @@ Text e6Icon
ID : 50
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 377
@@ -779,7 +756,7 @@ Text e6Icon
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -793,7 +770,6 @@ Text e6Name
ID : 49
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 377
@@ -809,7 +785,7 @@ Text e6Name
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -823,7 +799,6 @@ Text e6Val
ID : 51
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 377
@@ -839,7 +814,7 @@ Text e6Val
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -853,7 +828,6 @@ Text f1Icon
ID : 56
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 168
@@ -869,7 +843,7 @@ Text f1Icon
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -883,7 +857,6 @@ Text f2Icon
ID : 54
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 224
@@ -899,7 +872,7 @@ Text f2Icon
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -913,7 +886,6 @@ Text f3Icon
ID : 55
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 280
@@ -929,7 +901,7 @@ Text f3Icon
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -943,7 +915,6 @@ Text f4Icon
ID : 53
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 336
@@ -959,7 +930,7 @@ Text f4Icon
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -973,7 +944,6 @@ Text f5Icon
ID : 52
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 392
@@ -989,7 +959,7 @@ Text f5Icon
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -1003,7 +973,6 @@ Text m0
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 463
@@ -1019,7 +988,7 @@ Text m0
Font ID : 0
Back. Color : 63488
Font Color : 0
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -1044,7 +1013,6 @@ Text tAMPM
ID : 13
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 409
@@ -1060,7 +1028,7 @@ Text tAMPM
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text : PM
@@ -1074,7 +1042,6 @@ Text tDate
ID : 6
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 175
@@ -1090,7 +1057,7 @@ Text tDate
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text : Thursday, 02.02
@@ -1104,7 +1071,6 @@ Text tIcon1
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -1120,7 +1086,7 @@ Text tIcon1
Font ID : 1
Back. Color : 0
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -1134,7 +1100,6 @@ Text tIcon2
ID : 22
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 227
@@ -1150,7 +1115,7 @@ Text tIcon2
Font ID : 1
Back. Color : 0
Font Color : 17299
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -1164,7 +1129,6 @@ Text tMainIcon
ID : 7
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 14
@@ -1180,7 +1144,7 @@ Text tMainIcon
Font ID : 4
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -1194,7 +1158,6 @@ Text tMainText
ID : 8
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 85
@@ -1210,7 +1173,7 @@ Text tMainText
Font ID : 1
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : center
Input Type : character
Text :
@@ -1224,7 +1187,6 @@ Text tNotifyHead
ID : 57
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -1240,7 +1202,7 @@ Text tNotifyHead
Font ID : 3
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -1254,7 +1216,6 @@ Text tNotifyText
ID : 58
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
@@ -1270,7 +1231,7 @@ Text tNotifyText
Font ID : 0
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : top
Input Type : character
Text :
@@ -1284,7 +1245,6 @@ Text tTime
ID : 5
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 251
@@ -1300,7 +1260,7 @@ Text tTime
Font ID : 4
Back. Color : 0
Font Color : 65535
Horizontal Alignment : right
Horizontal Alignment: right
Vertical Alignment : center
Input Type : character
Text : 21:32
@@ -1314,7 +1274,6 @@ Text tTimeAdd
ID : 23
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 90
@@ -1330,7 +1289,7 @@ Text tTimeAdd
Font ID : 2
Back. Color : 0
Font Color : 65535
Horizontal Alignment : center
Horizontal Alignment: center
Vertical Alignment : bottom
Input Type : character
Text :
@@ -1344,8 +1303,7 @@ Picture p0
ID : 1
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Send Component ID: disabled
Opacity : 127
x coordinate : 0
y coordinate : 1
@@ -1661,6 +1619,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -889,6 +889,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -641,6 +641,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -1849,6 +1849,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -862,6 +862,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

1168
HMI/n2t-out/cardGrid2.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -623,6 +623,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -1145,6 +1145,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -922,6 +922,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -667,6 +667,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -1051,6 +1051,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -145,7 +145,7 @@ Text tVersion
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text : 50
Text : 51
Max. Text Size : 10
Picture p0
@@ -320,6 +320,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -574,6 +574,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -929,6 +929,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -604,6 +604,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -401,6 +401,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -625,6 +625,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -892,6 +892,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -861,6 +861,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -740,6 +740,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt

View File

@@ -786,6 +786,10 @@ Timer tmSerial
{
page cardGrid
}
if(tId.txt=="cardGrid2")
{
page cardGrid2
}
if(tId.txt=="popupLight")
{
pageIcons.tTmp1.txt=tTmp.txt