From 8e1262a4720ce697050b65571a9215e0f6315965 Mon Sep 17 00:00:00 2001 From: joBr99 Date: Sat, 20 May 2023 13:06:27 +0000 Subject: [PATCH] sync us-p (add nextion2text) --- HMI/US/portrait/diff-eu-version.txt | 607 +-- HMI/US/portrait/diff-filtered.txt | 605 +-- HMI/US/portrait/n2t-out-visual/cardAlarm.txt | 1547 ++++---- HMI/US/portrait/n2t-out-visual/cardChart.txt | 388 +- .../portrait/n2t-out-visual/cardEntities.txt | 3514 ++++++++--------- HMI/US/portrait/n2t-out-visual/cardGrid.txt | 1150 +++--- HMI/US/portrait/n2t-out-visual/cardGrid2.txt | 1842 +++++++++ HMI/US/portrait/n2t-out-visual/cardLChart.txt | 331 +- HMI/US/portrait/n2t-out-visual/cardMedia.txt | 1221 +++--- HMI/US/portrait/n2t-out-visual/cardPower.txt | 1493 ++++--- HMI/US/portrait/n2t-out-visual/cardQR.txt | 4 + HMI/US/portrait/n2t-out-visual/cardThermo.txt | 1850 +++++---- .../n2t-out-visual/nspanel_US_P_Stats.txt | 146 +- .../portrait/n2t-out-visual/pageStartup.txt | 4 + HMI/US/portrait/n2t-out-visual/popupFan.txt | 4 + HMI/US/portrait/n2t-out-visual/popupInSel.txt | 4 + HMI/US/portrait/n2t-out-visual/popupLight.txt | 4 + .../portrait/n2t-out-visual/popupNotify.txt | 606 ++- .../portrait/n2t-out-visual/popupShutter.txt | 814 ++-- .../portrait/n2t-out-visual/popupThermo.txt | 4 + HMI/US/portrait/n2t-out-visual/popupTimer.txt | 4 + .../portrait/n2t-out-visual/screensaver.txt | 1495 ++++--- .../portrait/n2t-out-visual/screensaver2.txt | 4 + HMI/US/portrait/n2t-out/cardAlarm.txt | 4 + HMI/US/portrait/n2t-out/cardChart.txt | 4 + HMI/US/portrait/n2t-out/cardEntities.txt | 4 + HMI/US/portrait/n2t-out/cardGrid.txt | 4 + HMI/US/portrait/n2t-out/cardGrid2.txt | 1260 ++++++ HMI/US/portrait/n2t-out/cardLChart.txt | 4 + HMI/US/portrait/n2t-out/cardMedia.txt | 4 + HMI/US/portrait/n2t-out/cardPower.txt | 4 + HMI/US/portrait/n2t-out/cardQR.txt | 4 + HMI/US/portrait/n2t-out/cardThermo.txt | 4 + HMI/US/portrait/n2t-out/pageStartup.txt | 4 + HMI/US/portrait/n2t-out/popupFan.txt | 4 + HMI/US/portrait/n2t-out/popupInSel.txt | 4 + HMI/US/portrait/n2t-out/popupLight.txt | 4 + HMI/US/portrait/n2t-out/popupNotify.txt | 4 + HMI/US/portrait/n2t-out/popupShutter.txt | 4 + HMI/US/portrait/n2t-out/popupThermo.txt | 4 + HMI/US/portrait/n2t-out/popupTimer.txt | 4 + HMI/US/portrait/n2t-out/screensaver.txt | 4 + HMI/US/portrait/n2t-out/screensaver2.txt | 4 + 43 files changed, 10772 insertions(+), 8205 deletions(-) create mode 100644 HMI/US/portrait/n2t-out-visual/cardGrid2.txt create mode 100644 HMI/US/portrait/n2t-out/cardGrid2.txt diff --git a/HMI/US/portrait/diff-eu-version.txt b/HMI/US/portrait/diff-eu-version.txt index d09dd543..24310757 100644 --- a/HMI/US/portrait/diff-eu-version.txt +++ b/HMI/US/portrait/diff-eu-version.txt @@ -1,20 +1,5 @@ --- 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 @@ @@ -31,48 +16,6 @@ │ + //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 @@ @@ -1085,88 +1028,211 @@ │ //command format pageType,specialPageName │ //write name of speical page to tId │ spstr strCommand.txt,tId.txt,"~",1 -│ @@ -1845,18 +2605,14 @@ -│ { -│ page cardEntities +│ --- HMI/n2t-out/cardGrid2.txt +├── +++ HMI/US/portrait/n2t-out/cardGrid2.txt +│ @@ -25,22 +25,24 @@ +│ vis bEntity2,0 +│ vis bEntity3,0 +│ vis bEntity4,0 +│ vis bEntity5,0 +│ vis bEntity6,0 +│ vis bEntity7,0 +│ vis bEntity8,0 +│ + vis bEntity9,0 +│ vis tEntity1,0 +│ vis tEntity2,0 +│ vis tEntity3,0 +│ vis tEntity4,0 +│ vis tEntity5,0 +│ vis tEntity6,0 +│ vis tEntity7,0 +│ vis tEntity8,0 +│ + vis tEntity9,0 +│ vis bPrev,0 +│ vis bNext,0 +│ cardGrid2.bco=defaultBcoColor +│ for(sys0=0;sys0<42;sys0++) +│ { +│ if(b[sys0].type==98||b[sys0].type==116) +│ { +│ @@ -93,14 +95,20 @@ +│ +│ Variable (string) entn8 +│ Attributes +│ Scope : local +│ Text : +│ Max. Text Size: 80 +│ +│ +Variable (string) entn9 +│ + Attributes +│ + Scope : local +│ + Text : +│ + Max. Text Size: 80 +│ + +│ Variable (string) nent1 +│ Attributes +│ Scope : local +│ Text : +│ Max. Text Size: 80 +│ +│ Variable (string) nent2 +│ @@ -165,14 +173,20 @@ +│ +│ Variable (string) type8 +│ Attributes +│ Scope : local +│ Text : +│ Max. Text Size: 10 +│ +│ +Variable (string) type9 +│ + Attributes +│ + Scope : local +│ + Text : +│ + Max. Text Size: 10 +│ + +│ Text tEntity1 +│ Attributes +│ Scope : local +│ Dragging : 0 +│ Send Component ID : disabled +│ Associated Keyboard: none +│ Text : tEntity1 +│ @@ -237,14 +251,23 @@ +│ Scope : local +│ Dragging : 0 +│ Send Component ID : disabled +│ Associated Keyboard: none +│ Text : tEntity8 +│ Max. Text Size : 30 +│ +│ +Text tEntity9 +│ + Attributes +│ + Scope : local +│ + Dragging : 0 +│ + Send Component ID : disabled +│ + Associated Keyboard: none +│ + Text : tEntity9 +│ + Max. Text Size : 30 +│ + +│ Text tHeading +│ Attributes +│ Scope : local +│ Dragging : 0 +│ Send Component ID : disabled +│ Associated Keyboard: none +│ Text : +│ @@ -555,14 +578,58 @@ +│ State : unpressed +│ Text :  +│ Max. Text Size : 10 +│ +│ Events +│ Touch Press Event +│ tmLP.en=1 +│ + tTmp.txt=type2.txt +│ + pageIcons.tTmp1.txt=tEntity2.txt +│ + pageIcons.tTmp2.txt=entn2.txt +│ + pageIcons.tTmp3.txt=bEntity2.txt +│ + if(type2.txt=="shutter") +│ + { +│ + page popupShutter +│ + } +│ + if(type2.txt=="input_sel") +│ + { +│ + page popupInSel +│ + } +│ + if(type2.txt=="timer") +│ + { +│ + page popupTimer +│ + } +│ + +│ + Touch Release Event +│ + tmLP.en=0 +│ + tSend.txt="event,buttonPress2,"+entn2.txt+",button" +│ + //send calc crc +│ + btlen tSend.txt,sys0 +│ + crcrest 1,0xffff // reset CRC +│ + crcputh 55 bb +│ + crcputs sys0,2 +│ + crcputs tSend.txt,0 +│ + //send cmd +│ + printh 55 bb +│ + prints sys0,2 +│ + prints tSend.txt,0 +│ + prints crcval,2 +│ + +│ +Button bEntity8 +│ + Attributes +│ + Scope : local +│ + Dragging : 0 +│ + Send Component ID: disabled +│ + State : unpressed +│ + Text :  +│ + Max. Text Size : 10 +│ + +│ + Events +│ + Touch Press Event +│ + tmLP.en=1 +│ tTmp.txt=type6.txt +│ pageIcons.tTmp1.txt=tEntity6.txt +│ pageIcons.tTmp2.txt=entn6.txt +│ pageIcons.tTmp3.txt=bEntity6.txt +│ if(type6.txt=="shutter") +│ { +│ page popupShutter +│ @@ -587,15 +654,15 @@ +│ crcputs tSend.txt,0 +│ //send cmd +│ printh 55 bb +│ prints sys0,2 +│ prints tSend.txt,0 +│ prints crcval,2 +│ +│ -Button bEntity8 +│ +Button bEntity9 +│ Attributes +│ Scope : local +│ Dragging : 0 +│ Send Component ID: disabled +│ State : unpressed +│ Text :  +│ Max. Text Size : 10 +│ @@ -999,14 +1066,35 @@ +│ spstr strCommand.txt,tTmp.txt,"~",59 +│ covx tTmp.txt,sys0,0,0 +│ bEntity8.pco=sys0 +│ // set name +│ spstr strCommand.txt,tEntity8.txt,"~",60 +│ vis tEntity8,1 │ } -│ 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") -│ { +│ + // get Type +│ + spstr strCommand.txt,type9.txt,"~",62 +│ + // get internal name +│ + spstr strCommand.txt,entn9.txt,"~",63 +│ + if(type9.txt=="delete"||type9.txt=="") +│ + { +│ + vis tEntity9,0 +│ + vis bEntity9,0 +│ + }else +│ + { +│ + // change icon +│ + spstr strCommand.txt,bEntity9.txt,"~",64 +│ + vis bEntity9,1 +│ + // change icon color +│ + spstr strCommand.txt,tTmp.txt,"~",65 +│ + covx tTmp.txt,sys0,0,0 +│ + bEntity9.pco=sys0 +│ + // set name +│ + spstr strCommand.txt,tEntity9.txt,"~",66 +│ + vis tEntity9,1 +│ + } +│ } +│ if(tInstruction.txt=="pageType") +│ { +│ sleepValue=0 +│ //command format pageType,specialPageName +│ //write name of speical page to tId +│ spstr strCommand.txt,tId.txt,"~",1 │ --- HMI/n2t-out/cardPower.txt ├── +++ HMI/US/portrait/n2t-out/cardPower.txt │ @@ -45,16 +45,16 @@ @@ -1494,67 +1560,6 @@ │ 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 @@ @@ -1612,172 +1617,6 @@ │ 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 @@ @@ -1854,25 +1693,6 @@ │ 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 @@ @@ -1944,22 +1764,3 @@ │ 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") -│ { diff --git a/HMI/US/portrait/diff-filtered.txt b/HMI/US/portrait/diff-filtered.txt index 5d5065a7..fd701c58 100644 --- a/HMI/US/portrait/diff-filtered.txt +++ b/HMI/US/portrait/diff-filtered.txt @@ -1,65 +1,8 @@ -+++ /dev/fd/62 2023-05-20 12:50:41.304444488 +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 ++++ /dev/fd/62 2023-05-20 13:06:19.296059656 +0000 +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 @@ @@ -643,88 +586,211 @@ + covx tTmp.txt,sys0,0,0 + hSlider6.maxval=sys0 + } -+,18 +2605,14 @@ -+ { -+ page cardEntities ++I/n2t-out/cardGrid2.txt +++ HMI/US/portrait/n2t-out/cardGrid2.txt ++2 +25,24 @@ ++ vis bEntity2,0 ++ vis bEntity3,0 ++ vis bEntity4,0 ++ vis bEntity5,0 ++ vis bEntity6,0 ++ vis bEntity7,0 ++ vis bEntity8,0 ++ vis bEntity9,0 ++ vis tEntity1,0 ++ vis tEntity2,0 ++ vis tEntity3,0 ++ vis tEntity4,0 ++ vis tEntity5,0 ++ vis tEntity6,0 ++ vis tEntity7,0 ++ vis tEntity8,0 ++ vis tEntity9,0 ++ vis bPrev,0 ++ vis bNext,0 ++ cardGrid2.bco=defaultBcoColor ++ for(sys0=0;sys0<42;sys0++) ++ { ++ if(b[sys0].type==98||b[sys0].type==116) ++ { ++4 +95,20 @@ ++ ++e (string) entn8 ++ributes ++ Scope : local ++ Text : ++ Max. Text Size: 80 ++ ++e (string) entn9 ++ributes ++ Scope : local ++ Text : ++ Max. Text Size: 80 ++ ++e (string) nent1 ++ributes ++ Scope : local ++ Text : ++ Max. Text Size: 80 ++ ++e (string) nent2 ++14 +173,20 @@ ++ ++e (string) type8 ++ributes ++ Scope : local ++ Text : ++ Max. Text Size: 10 ++ ++e (string) type9 ++ributes ++ Scope : local ++ Text : ++ Max. Text Size: 10 ++ ++ntity1 ++ributes ++ Scope : local ++ Dragging : 0 ++ Send Component ID : disabled ++ Associated Keyboard: none ++ Text : tEntity1 ++14 +251,23 @@ ++ Scope : local ++ Dragging : 0 ++ Send Component ID : disabled ++ Associated Keyboard: none ++ Text : tEntity8 ++ Max. Text Size : 30 ++ ++ntity9 ++ributes ++ Scope : local ++ Dragging : 0 ++ Send Component ID : disabled ++ Associated Keyboard: none ++ Text : tEntity9 ++ Max. Text Size : 30 ++ ++eading ++ributes ++ Scope : local ++ Dragging : 0 ++ Send Component ID : disabled ++ Associated Keyboard: none ++ Text : ++14 +578,58 @@ ++ State : unpressed ++ Text :  ++ Max. Text Size : 10 ++ ++nts ++ Touch Press Event ++ tmLP.en=1 ++ tTmp.txt=type2.txt ++ pageIcons.tTmp1.txt=tEntity2.txt ++ pageIcons.tTmp2.txt=entn2.txt ++ pageIcons.tTmp3.txt=bEntity2.txt ++ if(type2.txt=="shutter") ++ { ++ page popupShutter ++ } ++ if(type2.txt=="input_sel") ++ { ++ page popupInSel ++ } ++ if(type2.txt=="timer") ++ { ++ page popupTimer ++ } ++ ++ Touch Release Event ++ tmLP.en=0 ++ tSend.txt="event,buttonPress2,"+entn2.txt+",button" ++ //send calc crc ++ btlen tSend.txt,sys0 ++ crcrest 1,0xffff // reset CRC ++ crcputh 55 bb ++ crcputs sys0,2 ++ crcputs tSend.txt,0 ++ //send cmd ++ printh 55 bb ++ prints sys0,2 ++ prints tSend.txt,0 ++ prints crcval,2 ++ ++bEntity8 ++ributes ++ Scope : local ++ Dragging : 0 ++ Send Component ID: disabled ++ State : unpressed ++ Text :  ++ Max. Text Size : 10 ++ ++nts ++ Touch Press Event ++ tmLP.en=1 ++ tTmp.txt=type6.txt ++ pageIcons.tTmp1.txt=tEntity6.txt ++ pageIcons.tTmp2.txt=entn6.txt ++ pageIcons.tTmp3.txt=bEntity6.txt ++ if(type6.txt=="shutter") ++ { ++ page popupShutter ++15 +654,15 @@ ++ crcputs tSend.txt,0 ++ //send cmd ++ printh 55 bb ++ prints sys0,2 ++ prints tSend.txt,0 ++ prints crcval,2 ++ ++bEntity8 ++bEntity9 ++ributes ++ Scope : local ++ Dragging : 0 ++ Send Component ID: disabled ++ State : unpressed ++ Text :  ++ Max. Text Size : 10 ++14 +1066,35 @@ ++ spstr strCommand.txt,tTmp.txt,"~",59 ++ covx tTmp.txt,sys0,0,0 ++ bEntity8.pco=sys0 ++ // set name ++ spstr strCommand.txt,tEntity8.txt,"~",60 ++ vis tEntity8,1 + } -+ if(tId.txt=="cardGrid") ++ // get Type ++ spstr strCommand.txt,type9.txt,"~",62 ++ // get internal name ++ spstr strCommand.txt,entn9.txt,"~",63 ++ if(type9.txt=="delete"||type9.txt=="") + { -+ page cardGrid ++ vis tEntity9,0 ++ vis bEntity9,0 ++ }else ++ { ++ // change icon ++ spstr strCommand.txt,bEntity9.txt,"~",64 ++ vis bEntity9,1 ++ // change icon color ++ spstr strCommand.txt,tTmp.txt,"~",65 ++ covx tTmp.txt,sys0,0,0 ++ bEntity9.pco=sys0 ++ // set name ++ spstr strCommand.txt,tEntity9.txt,"~",66 ++ vis tEntity9,1 + } -+ 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") -+ { ++ } ++ if(tInstruction.txt=="pageType") ++ { ++ sleepValue=0 ++ //command format pageType,specialPageName ++ //write name of speical page to tId ++ spstr strCommand.txt,tId.txt,"~",1 +I/n2t-out/cardPower.txt ++ HMI/US/portrait/n2t-out/cardPower.txt +6 +45,16 @@ @@ -1052,67 +1118,6 @@ + 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 @@ @@ -1150,172 +1155,6 @@ + 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 @@ @@ -1392,25 +1231,6 @@ + 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 @@ @@ -1482,22 +1302,3 @@ + 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") -+ { diff --git a/HMI/US/portrait/n2t-out-visual/cardAlarm.txt b/HMI/US/portrait/n2t-out-visual/cardAlarm.txt index 45443245..6bc72e77 100644 --- a/HMI/US/portrait/n2t-out-visual/cardAlarm.txt +++ b/HMI/US/portrait/n2t-out-visual/cardAlarm.txt @@ -1,22 +1,21 @@ Page cardAlarm Attributes - ID : 0 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - Width : 320 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Locked : no - Swide up page ID : disabled - Swide down page ID : disabled - Swide left page ID : disabled - Swide right page ID : disabled - Fill : solid color - Back. Color : 6371 + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + Width : 320 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + Fill : solid color + Back. Color : 6371 Events Preinitialize Event @@ -137,234 +136,226 @@ Variable (string) vaAddBtn Text tCode Attributes - ID : 23 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 23 - y coordinate : 73 - Width : 192 - Height : 49 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 2 - Back. Color : 10565 - Font Color : 40179 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : password - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 23 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 23 + y coordinate : 73 + Width : 192 + Height : 49 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 2 + Back. Color : 10565 + Font Color : 40179 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : password + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tHeading Attributes - ID : 42 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 68 - y coordinate : 26 - Width : 184 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 2 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 40 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 42 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 68 + y coordinate : 26 + Width : 184 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 2 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 40 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon Attributes - ID : 26 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 236 - y coordinate : 73 - Width : 64 - Height : 49 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 3 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 26 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 236 + y coordinate : 73 + Width : 64 + Height : 49 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 3 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tId Attributes - ID : 8 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 99 - y coordinate : 290 - Width : 39 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 20 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 8 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 99 + y coordinate : 290 + Width : 39 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 20 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tInstruction Attributes - ID : 7 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 290 - Width : 100 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 20 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 7 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 290 + Width : 100 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 20 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tTmp Attributes - ID : 2 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 42 - y coordinate : 443 - Width : 34 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 2 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 42 + y coordinate : 443 + Width : 34 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Picture p0 Attributes - ID : 1 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 0 - Width : 320 - Height : 480 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Picture ID : 0 + ID : 1 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 0 + Width : 320 + Height : 480 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Picture ID : 0 Button arm1 Attributes - ID : 24 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 17 - y coordinate : 132 - Width : 141 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 40 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 24 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 17 + y coordinate : 132 + Width : 141 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 40 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -388,37 +379,36 @@ Button arm1 Button arm2 Attributes - ID : 28 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 17 - y coordinate : 193 - Width : 141 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 40 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 28 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 17 + y coordinate : 193 + Width : 141 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 40 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -442,37 +432,36 @@ Button arm2 Button arm3 Attributes - ID : 27 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 171 - y coordinate : 131 - Width : 140 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 40 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 27 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 171 + y coordinate : 131 + Width : 140 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 40 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -496,37 +485,36 @@ Button arm3 Button arm4 Attributes - ID : 29 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 172 - y coordinate : 193 - Width : 141 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 40 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 29 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 172 + y coordinate : 193 + Width : 141 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 40 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -550,37 +538,36 @@ Button arm4 Button b0 Attributes - ID : 12 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 25 - y coordinate : 251 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 1 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 12 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 25 + y coordinate : 251 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 1 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -593,37 +580,36 @@ Button b0 Button b1 Attributes - ID : 13 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 117 - y coordinate : 252 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 2 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 13 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 117 + y coordinate : 252 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 2 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -636,37 +622,36 @@ Button b1 Button b10 Attributes - ID : 22 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 117 - y coordinate : 424 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 0 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 22 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 117 + y coordinate : 424 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 0 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -679,37 +664,36 @@ Button b10 Button b11 Attributes - ID : 38 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 209 - y coordinate : 424 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : CLR - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 38 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 209 + y coordinate : 424 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : CLR + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -722,37 +706,36 @@ Button b11 Button b2 Attributes - ID : 14 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 209 - y coordinate : 251 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 3 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 14 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 209 + y coordinate : 251 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 3 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -765,37 +748,36 @@ Button b2 Button b3 Attributes - ID : 15 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 25 - y coordinate : 310 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 4 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 15 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 25 + y coordinate : 310 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 4 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -808,37 +790,36 @@ Button b3 Button b4 Attributes - ID : 16 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 117 - y coordinate : 310 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 5 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 16 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 117 + y coordinate : 310 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 5 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -851,37 +832,36 @@ Button b4 Button b5 Attributes - ID : 17 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 209 - y coordinate : 310 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 6 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 17 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 209 + y coordinate : 310 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 6 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -894,37 +874,36 @@ Button b5 Button b6 Attributes - ID : 18 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 25 - y coordinate : 368 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 7 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 18 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 25 + y coordinate : 368 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 7 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -937,37 +916,36 @@ Button b6 Button b7 Attributes - ID : 19 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 117 - y coordinate : 368 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 8 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 19 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 117 + y coordinate : 368 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 8 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -980,37 +958,36 @@ Button b7 Button b8 Attributes - ID : 20 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 209 - y coordinate : 368 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : 9 - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 20 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 209 + y coordinate : 368 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : 9 + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1023,37 +1000,36 @@ Button b8 Button b9 Attributes - ID : 21 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 24 - y coordinate : 424 - Width : 75 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Border Color : 6371 - Border Width : 2 - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 21 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 24 + y coordinate : 424 + Width : 75 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Border Color : 6371 + Border Width : 2 + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1081,35 +1057,34 @@ Button b9 Button bNext Attributes - ID : 3 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 3 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1128,35 +1103,34 @@ Button bNext Button bPrev Attributes - ID : 4 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 9 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 4 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 9 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1175,19 +1149,18 @@ Button bPrev Hotspot mSwipeNext Attributes - ID : 35 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 311 - y coordinate : 5 - Width : 9 - Height : 470 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 35 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 311 + y coordinate : 5 + Width : 9 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1195,19 +1168,18 @@ Hotspot mSwipeNext Hotspot mSwipePrev Attributes - ID : 37 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 5 - Width : 9 - Height : 470 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 37 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 5 + Width : 9 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1215,19 +1187,18 @@ Hotspot mSwipePrev Hotspot mSwipeUp Attributes - ID : 36 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 10 - y coordinate : 0 - Width : 300 - Height : 8 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 36 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 10 + y coordinate : 0 + Width : 300 + Height : 8 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1523,6 +1494,10 @@ Timer tmSerial { page cardGrid } + if(tId.txt=="cardGrid2") + { + page cardGrid2 + } if(tId.txt=="popupLight") { pageIcons.tTmp1.txt=tTmp.txt diff --git a/HMI/US/portrait/n2t-out-visual/cardChart.txt b/HMI/US/portrait/n2t-out-visual/cardChart.txt index f1f1b5c7..c69d3b43 100644 --- a/HMI/US/portrait/n2t-out-visual/cardChart.txt +++ b/HMI/US/portrait/n2t-out-visual/cardChart.txt @@ -1,22 +1,21 @@ Page cardChart Attributes - ID : 0 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - Width : 320 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Locked : no - Swide up page ID : disabled - Swide down page ID : disabled - Swide left page ID : disabled - Swide right page ID : disabled - Fill : solid color - Back. Color : 6371 + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + Width : 320 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + Fill : solid color + Back. Color : 6371 Events Preinitialize Event @@ -183,114 +182,110 @@ Variable (int32) vaYUnit XFloat x0 Attributes - ID : 21 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 108 - y coordinate : 77 - Width : 100 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : border - Associated Keyboard : none - Border Color : 0 - Border Width : 2 - Font ID : 1 - Back. Color : 0 - Font Color : 50712 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits left : 0 - Significant digits right : 1 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 21 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 108 + y coordinate : 77 + Width : 100 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : border + Associated Keyboard : none + Border Color : 0 + Border Width : 2 + Font ID : 1 + Back. Color : 0 + Font Color : 50712 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits left : 0 + Significant digits right: 1 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tHeading Attributes - ID : 27 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 66 - y coordinate : 26 - Width : 184 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 2 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 40 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 27 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 66 + y coordinate : 26 + Width : 184 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 2 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 40 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Picture p0 Attributes - ID : 1 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 0 - Width : 319 - Height : 479 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Picture ID : 0 + ID : 1 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 0 + Width : 319 + Height : 479 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Picture ID : 0 Button bNext Attributes - ID : 28 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 262 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 28 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 262 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -309,35 +304,34 @@ Button bNext Button bPrev Attributes - ID : 26 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 9 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 26 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 9 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -356,19 +350,18 @@ Button bPrev Hotspot m0 Attributes - ID : 14 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 20 - y coordinate : 90 - Width : 280 - Height : 370 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 14 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 20 + y coordinate : 90 + Width : 280 + Height : 370 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -447,19 +440,18 @@ Hotspot m0 Hotspot mSwipeNext Attributes - ID : 29 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 311 - y coordinate : 5 - Width : 7 - Height : 475 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 29 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 311 + y coordinate : 5 + Width : 7 + Height : 475 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -467,19 +459,18 @@ Hotspot mSwipeNext Hotspot mSwipePrev Attributes - ID : 8 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 5 - Width : 9 - Height : 310 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 8 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 5 + Width : 9 + Height : 310 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -487,19 +478,18 @@ Hotspot mSwipePrev Hotspot mSwipeUp Attributes - ID : 30 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 10 - y coordinate : 0 - Width : 298 - Height : 8 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 30 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 10 + y coordinate : 0 + Width : 298 + Height : 8 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -813,6 +803,10 @@ Timer tmSerial { page cardGrid } + if(tId.txt=="cardGrid2") + { + page cardGrid2 + } if(tId.txt=="popupLight") { pageIcons.tTmp1.txt=tTmp.txt diff --git a/HMI/US/portrait/n2t-out-visual/cardEntities.txt b/HMI/US/portrait/n2t-out-visual/cardEntities.txt index 2622af2e..aa1d10a9 100644 --- a/HMI/US/portrait/n2t-out-visual/cardEntities.txt +++ b/HMI/US/portrait/n2t-out-visual/cardEntities.txt @@ -1,22 +1,21 @@ Page cardEntities Attributes - ID : 0 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - Width : 320 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Locked : no - Swide up page ID : disabled - Swide down page ID : disabled - Swide left page ID : disabled - Swide right page ID : disabled - Fill : solid color - Back. Color : 6371 + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + Width : 320 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + Fill : solid color + Back. Color : 6371 Events Preinitialize Event @@ -228,705 +227,681 @@ Variable (string) type6 Number nNum1 Attributes - ID : 68 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 87 - Width : 46 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits shown : all - Format : decimal - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 68 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 87 + Width : 46 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown: all + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Number nNum2 Attributes - ID : 69 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 155 - Width : 46 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits shown : all - Format : decimal - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 69 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 155 + Width : 46 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown: all + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Number nNum3 Attributes - ID : 70 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 222 - Width : 45 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits shown : all - Format : decimal - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 70 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 222 + Width : 45 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown: all + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Number nNum4 Attributes - ID : 71 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 289 - Width : 44 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits shown : all - Format : decimal - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 71 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 289 + Width : 44 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown: all + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Number nNum5 Attributes - ID : 72 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 268 - y coordinate : 358 - Width : 44 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits shown : all - Format : decimal - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 72 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 268 + y coordinate : 358 + Width : 44 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown: all + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Number nNum6 Attributes - ID : 86 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 268 - y coordinate : 424 - Width : 44 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Value : 0 - Significant digits shown : all - Format : decimal - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 86 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 268 + y coordinate : 424 + Width : 44 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment : center + Vertical Alignment : center + Value : 0 + Significant digits shown: all + Format : decimal + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity1 Attributes - ID : 3 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 49 - y coordinate : 86 - Width : 115 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : left - Vertical Alignment : center - Input Type : character - Text : tEntity1 - Max. Text Size : 30 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 3 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 49 + y coordinate : 86 + Width : 115 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: left + Vertical Alignment : center + Input Type : character + Text : tEntity1 + Max. Text Size : 30 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity2 Attributes - ID : 4 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 49 - y coordinate : 153 - Width : 115 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : left - Vertical Alignment : center - Input Type : character - Text : tEntity2 - Max. Text Size : 30 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 4 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 49 + y coordinate : 153 + Width : 115 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: left + Vertical Alignment : center + Input Type : character + Text : tEntity2 + Max. Text Size : 30 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity3 Attributes - ID : 5 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 49 - y coordinate : 220 - Width : 115 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : left - Vertical Alignment : center - Input Type : character - Text : tEntity3 - Max. Text Size : 30 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 5 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 49 + y coordinate : 220 + Width : 115 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: left + Vertical Alignment : center + Input Type : character + Text : tEntity3 + Max. Text Size : 30 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity4 Attributes - ID : 6 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 49 - y coordinate : 288 - Width : 115 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : left - Vertical Alignment : center - Input Type : character - Text : tEntity4 - Max. Text Size : 30 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 6 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 49 + y coordinate : 288 + Width : 115 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: left + Vertical Alignment : center + Input Type : character + Text : tEntity4 + Max. Text Size : 30 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity5 Attributes - ID : 53 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 49 - y coordinate : 357 - Width : 115 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : left - Vertical Alignment : center - Input Type : character - Text : tEntity5 - Max. Text Size : 30 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 53 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 49 + y coordinate : 357 + Width : 115 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: left + Vertical Alignment : center + Input Type : character + Text : tEntity5 + Max. Text Size : 30 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity6 Attributes - ID : 77 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 49 - y coordinate : 423 - Width : 115 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : left - Vertical Alignment : center - Input Type : character - Text : tEntity5 - Max. Text Size : 30 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 77 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 49 + y coordinate : 423 + Width : 115 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: left + Vertical Alignment : center + Input Type : character + Text : tEntity5 + Max. Text Size : 30 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tHeading Attributes - ID : 2 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 60 - y coordinate : 22 - Width : 200 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 2 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 40 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 2 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 60 + y coordinate : 22 + Width : 200 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 2 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 40 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon1 Attributes - ID : 7 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 15 - y coordinate : 94 - Width : 33 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 1 - Back. Color : 6371 - Font Color : 17299 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text :  - Max. Text Size : 5 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 7 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 15 + y coordinate : 94 + Width : 33 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text :  + Max. Text Size : 5 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon2 Attributes - ID : 8 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 15 - y coordinate : 164 - Width : 33 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 1 - Back. Color : 6371 - Font Color : 17299 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text :  - Max. Text Size : 5 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 8 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 15 + y coordinate : 164 + Width : 33 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text :  + Max. Text Size : 5 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon3 Attributes - ID : 9 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 13 - y coordinate : 231 - Width : 33 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 1 - Back. Color : 6371 - Font Color : 17299 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text :  - Max. Text Size : 5 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 9 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 13 + y coordinate : 231 + Width : 33 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text :  + Max. Text Size : 5 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon4 Attributes - ID : 10 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 15 - y coordinate : 299 - Width : 32 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 1 - Back. Color : 6371 - Font Color : 17299 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text :  - Max. Text Size : 5 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 10 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 15 + y coordinate : 299 + Width : 32 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text :  + Max. Text Size : 5 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon5 Attributes - ID : 54 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 15 - y coordinate : 368 - Width : 33 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 1 - Back. Color : 6371 - Font Color : 17299 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text :  - Max. Text Size : 5 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 54 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 15 + y coordinate : 368 + Width : 33 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text :  + Max. Text Size : 5 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tIcon6 Attributes - ID : 78 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 15 - y coordinate : 434 - Width : 33 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 1 - Back. Color : 6371 - Font Color : 17299 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text :  - Max. Text Size : 5 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 78 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 15 + y coordinate : 434 + Width : 33 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 1 + Back. Color : 6371 + Font Color : 17299 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text :  + Max. Text Size : 5 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tId Attributes - ID : 31 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 99 - y coordinate : 445 - Width : 39 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 50 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 31 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 99 + y coordinate : 445 + Width : 39 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 50 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tInstruction Attributes - ID : 30 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 445 - Width : 100 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 20 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 30 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 445 + Width : 100 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 20 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tTmp Attributes - ID : 28 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 286 - y coordinate : 444 - Width : 34 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 28 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 286 + y coordinate : 444 + Width : 34 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Picture p0 Attributes - ID : 1 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 0 - Width : 319 - Height : 479 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Picture ID : 0 + ID : 1 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 0 + Width : 319 + Height : 479 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Picture ID : 0 Slider hSlider1 Attributes - ID : 63 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 164 - y coordinate : 90 - Width : 100 - Height : 43 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Direction : horizontal - Fill : image - Cursor width : auto - Cursor height : 255 - Back. Picture ID : 5 - Slided Back. Picture ID : 4 - Position : 50 - Upper range limit : 100 - Lower range limit : 0 + ID : 63 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 164 + y coordinate : 90 + Width : 100 + Height : 43 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Direction : horizontal + Fill : image + Cursor width : auto + Cursor height : 255 + Back. Picture ID : 5 + Slided Back. Picture ID: 4 + Position : 50 + Upper range limit : 100 + Lower range limit : 0 Events Touch Release Event @@ -948,28 +923,27 @@ Slider hSlider1 Slider hSlider2 Attributes - ID : 64 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 164 - y coordinate : 158 - Width : 100 - Height : 43 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Direction : horizontal - Fill : image - Cursor width : auto - Cursor height : 255 - Back. Picture ID : 5 - Slided Back. Picture ID : 4 - Position : 50 - Upper range limit : 100 - Lower range limit : 0 + ID : 64 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 164 + y coordinate : 158 + Width : 100 + Height : 43 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Direction : horizontal + Fill : image + Cursor width : auto + Cursor height : 255 + Back. Picture ID : 5 + Slided Back. Picture ID: 4 + Position : 50 + Upper range limit : 100 + Lower range limit : 0 Events Touch Release Event @@ -991,28 +965,27 @@ Slider hSlider2 Slider hSlider3 Attributes - ID : 65 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 164 - y coordinate : 225 - Width : 100 - Height : 43 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Direction : horizontal - Fill : image - Cursor width : auto - Cursor height : 255 - Back. Picture ID : 5 - Slided Back. Picture ID : 4 - Position : 50 - Upper range limit : 100 - Lower range limit : 0 + ID : 65 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 164 + y coordinate : 225 + Width : 100 + Height : 43 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Direction : horizontal + Fill : image + Cursor width : auto + Cursor height : 255 + Back. Picture ID : 5 + Slided Back. Picture ID: 4 + Position : 50 + Upper range limit : 100 + Lower range limit : 0 Events Touch Release Event @@ -1034,28 +1007,27 @@ Slider hSlider3 Slider hSlider4 Attributes - ID : 66 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 164 - y coordinate : 292 - Width : 100 - Height : 43 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Direction : horizontal - Fill : image - Cursor width : auto - Cursor height : 255 - Back. Picture ID : 5 - Slided Back. Picture ID : 4 - Position : 50 - Upper range limit : 100 - Lower range limit : 0 + ID : 66 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 164 + y coordinate : 292 + Width : 100 + Height : 43 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Direction : horizontal + Fill : image + Cursor width : auto + Cursor height : 255 + Back. Picture ID : 5 + Slided Back. Picture ID: 4 + Position : 50 + Upper range limit : 100 + Lower range limit : 0 Events Touch Release Event @@ -1077,28 +1049,27 @@ Slider hSlider4 Slider hSlider5 Attributes - ID : 67 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 164 - y coordinate : 361 - Width : 100 - Height : 43 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Direction : horizontal - Fill : image - Cursor width : auto - Cursor height : 255 - Back. Picture ID : 5 - Slided Back. Picture ID : 4 - Position : 50 - Upper range limit : 100 - Lower range limit : 0 + ID : 67 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 164 + y coordinate : 361 + Width : 100 + Height : 43 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Direction : horizontal + Fill : image + Cursor width : auto + Cursor height : 255 + Back. Picture ID : 5 + Slided Back. Picture ID: 4 + Position : 50 + Upper range limit : 100 + Lower range limit : 0 Events Touch Release Event @@ -1120,28 +1091,27 @@ Slider hSlider5 Slider hSlider6 Attributes - ID : 85 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 164 - y coordinate : 427 - Width : 100 - Height : 43 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Direction : horizontal - Fill : image - Cursor width : auto - Cursor height : 255 - Back. Picture ID : 5 - Slided Back. Picture ID : 4 - Position : 50 - Upper range limit : 100 - Lower range limit : 0 + ID : 85 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 164 + y coordinate : 427 + Width : 100 + Height : 43 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Direction : horizontal + Fill : image + Cursor width : auto + Cursor height : 255 + Back. Picture ID : 5 + Slided Back. Picture ID: 4 + Position : 50 + Upper range limit : 100 + Lower range limit : 0 Events Touch Release Event @@ -1163,35 +1133,34 @@ Slider hSlider6 Button bDown1 Attributes - ID : 11 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 87 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 11 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 87 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1210,35 +1179,34 @@ Button bDown1 Button bDown2 Attributes - ID : 15 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 155 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 15 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 155 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1257,35 +1225,34 @@ Button bDown2 Button bDown3 Attributes - ID : 18 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 223 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 18 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 223 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1304,35 +1271,34 @@ Button bDown3 Button bDown4 Attributes - ID : 21 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 289 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 21 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 289 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1351,35 +1317,34 @@ Button bDown4 Button bDown5 Attributes - ID : 56 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 268 - y coordinate : 358 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 56 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 268 + y coordinate : 358 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1398,35 +1363,34 @@ Button bDown5 Button bDown6 Attributes - ID : 80 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 268 - y coordinate : 424 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 80 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 268 + y coordinate : 424 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1445,35 +1409,34 @@ Button bDown6 Button bNext Attributes - ID : 33 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 261 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 33 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 261 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1492,35 +1455,34 @@ Button bNext Button bPrev Attributes - ID : 32 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 9 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 32 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 9 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1539,35 +1501,34 @@ Button bPrev Button bStop1 Attributes - ID : 13 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 215 - y coordinate : 87 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 13 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 215 + y coordinate : 87 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1586,35 +1547,34 @@ Button bStop1 Button bStop2 Attributes - ID : 14 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 215 - y coordinate : 155 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 14 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 215 + y coordinate : 155 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1633,35 +1593,34 @@ Button bStop2 Button bStop3 Attributes - ID : 17 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 215 - y coordinate : 222 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 17 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 215 + y coordinate : 222 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1680,35 +1639,34 @@ Button bStop3 Button bStop4 Attributes - ID : 20 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 215 - y coordinate : 289 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 20 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 215 + y coordinate : 289 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1727,35 +1685,34 @@ Button bStop4 Button bStop5 Attributes - ID : 55 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 218 - y coordinate : 358 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 55 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 218 + y coordinate : 358 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1774,35 +1731,34 @@ Button bStop5 Button bStop6 Attributes - ID : 79 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 218 - y coordinate : 424 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 79 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 218 + y coordinate : 424 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1821,35 +1777,34 @@ Button bStop6 Button bText1 Attributes - ID : 36 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 86 - Width : 145 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : right - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 45 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 36 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 86 + Width : 145 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : right + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1868,35 +1823,34 @@ Button bText1 Button bText2 Attributes - ID : 37 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 153 - Width : 145 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : right - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 45 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 37 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 153 + Width : 145 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : right + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1915,35 +1869,34 @@ Button bText2 Button bText3 Attributes - ID : 38 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 220 - Width : 145 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : right - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 45 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 38 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 220 + Width : 145 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : right + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -1962,35 +1915,34 @@ Button bText3 Button bText4 Attributes - ID : 39 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 288 - Width : 145 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : right - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 45 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 39 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 288 + Width : 145 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : right + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2009,35 +1961,34 @@ Button bText4 Button bText5 Attributes - ID : 59 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 357 - Width : 145 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : right - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 45 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 59 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 357 + Width : 145 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : right + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2056,35 +2007,34 @@ Button bText5 Button bText6 Attributes - ID : 83 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 423 - Width : 145 - Height : 53 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 0 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 1374 - Font Color (Pressed) : 65535 - Horizontal Alignment : right - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 45 - Word wrap : enabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 83 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 423 + Width : 145 + Height : 53 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 0 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 1374 + Font Color (Pressed) : 65535 + Horizontal Alignment : right + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 45 + Word wrap : enabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2103,35 +2053,34 @@ Button bText6 Button bUp1 Attributes - ID : 12 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 87 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 12 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 87 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2150,35 +2099,34 @@ Button bUp1 Button bUp2 Attributes - ID : 16 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 155 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 16 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 155 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2197,35 +2145,34 @@ Button bUp2 Button bUp3 Attributes - ID : 19 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 222 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 19 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 222 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2244,35 +2191,34 @@ Button bUp3 Button bUp4 Attributes - ID : 22 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 165 - y coordinate : 289 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 22 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 165 + y coordinate : 289 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2291,35 +2237,34 @@ Button bUp4 Button bUp5 Attributes - ID : 57 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 358 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 57 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 358 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2338,35 +2283,34 @@ Button bUp5 Button bUp6 Attributes - ID : 81 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 424 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 1 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 81 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 424 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 1 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2385,31 +2329,30 @@ Button bUp6 Dual-state Button btOnOff1 Attributes - ID : 23 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 87 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : image - Font ID : 0 - Background Picture ID (Unpressed) : 1 - Back. Picture ID (Pressed) : 2 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 23 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 87 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : image + Font ID : 0 + Background Picture ID (Unpressed): 1 + Back. Picture ID (Pressed) : 2 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2430,31 +2373,30 @@ Dual-state Button btOnOff1 Dual-state Button btOnOff2 Attributes - ID : 24 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 155 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : image - Font ID : 0 - Background Picture ID (Unpressed) : 1 - Back. Picture ID (Pressed) : 2 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 24 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 155 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : image + Font ID : 0 + Background Picture ID (Unpressed): 1 + Back. Picture ID (Pressed) : 2 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2475,31 +2417,30 @@ Dual-state Button btOnOff2 Dual-state Button btOnOff3 Attributes - ID : 25 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 222 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : image - Font ID : 0 - Background Picture ID (Unpressed) : 1 - Back. Picture ID (Pressed) : 2 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 25 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 222 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : image + Font ID : 0 + Background Picture ID (Unpressed): 1 + Back. Picture ID (Pressed) : 2 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2520,31 +2461,30 @@ Dual-state Button btOnOff3 Dual-state Button btOnOff4 Attributes - ID : 26 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 265 - y coordinate : 289 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : image - Font ID : 0 - Background Picture ID (Unpressed) : 1 - Back. Picture ID (Pressed) : 2 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 26 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 265 + y coordinate : 289 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : image + Font ID : 0 + Background Picture ID (Unpressed): 1 + Back. Picture ID (Pressed) : 2 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2565,31 +2505,30 @@ Dual-state Button btOnOff4 Dual-state Button btOnOff5 Attributes - ID : 58 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 268 - y coordinate : 358 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : image - Font ID : 0 - Background Picture ID (Unpressed) : 1 - Back. Picture ID (Pressed) : 2 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 58 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 268 + y coordinate : 358 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : image + Font ID : 0 + Background Picture ID (Unpressed): 1 + Back. Picture ID (Pressed) : 2 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2610,31 +2549,30 @@ Dual-state Button btOnOff5 Dual-state Button btOnOff6 Attributes - ID : 82 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 268 - y coordinate : 424 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : image - Font ID : 0 - Background Picture ID (Unpressed) : 1 - Back. Picture ID (Pressed) : 2 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 82 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 268 + y coordinate : 424 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : image + Font ID : 0 + Background Picture ID (Unpressed): 1 + Back. Picture ID (Pressed) : 2 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -2655,19 +2593,18 @@ Dual-state Button btOnOff6 Hotspot m0 Attributes - ID : 42 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 14 - y coordinate : 74 - Width : 150 - Height : 60 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 42 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 14 + y coordinate : 74 + Width : 150 + Height : 60 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2699,19 +2636,18 @@ Hotspot m0 Hotspot m1 Attributes - ID : 41 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 14 - y coordinate : 143 - Width : 150 - Height : 60 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 41 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 14 + y coordinate : 143 + Width : 150 + Height : 60 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2743,19 +2679,18 @@ Hotspot m1 Hotspot m2 Attributes - ID : 40 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 13 - y coordinate : 211 - Width : 150 - Height : 60 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 40 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 13 + y coordinate : 211 + Width : 150 + Height : 60 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2787,19 +2722,18 @@ Hotspot m2 Hotspot m3 Attributes - ID : 43 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 16 - y coordinate : 280 - Width : 150 - Height : 60 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 43 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 16 + y coordinate : 280 + Width : 150 + Height : 60 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2831,19 +2765,18 @@ Hotspot m3 Hotspot m4 Attributes - ID : 60 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 13 - y coordinate : 347 - Width : 150 - Height : 60 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 60 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 13 + y coordinate : 347 + Width : 150 + Height : 60 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2875,19 +2808,18 @@ Hotspot m4 Hotspot m5 Attributes - ID : 84 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 13 - y coordinate : 413 - Width : 150 - Height : 60 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 84 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 13 + y coordinate : 413 + Width : 150 + Height : 60 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2919,19 +2851,18 @@ Hotspot m5 Hotspot mSpecial Attributes - ID : 34 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 177 - y coordinate : 1 - Width : 83 - Height : 67 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 34 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 177 + y coordinate : 1 + Width : 83 + Height : 67 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2945,19 +2876,18 @@ Hotspot mSpecial Hotspot mSwipeNext Attributes - ID : 73 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 313 - y coordinate : 3 - Width : 5 - Height : 470 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 73 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 313 + y coordinate : 3 + Width : 5 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2965,19 +2895,18 @@ Hotspot mSwipeNext Hotspot mSwipePrev Attributes - ID : 75 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 5 - Width : 7 - Height : 470 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 75 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 5 + Width : 7 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -2985,19 +2914,18 @@ Hotspot mSwipePrev Hotspot mSwipeUp Attributes - ID : 74 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 10 - y coordinate : 0 - Width : 300 - Height : 8 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 74 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 10 + y coordinate : 0 + Width : 300 + Height : 8 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -4022,6 +3950,10 @@ Timer tmSerial { page cardGrid } + if(tId.txt=="cardGrid2") + { + page cardGrid2 + } if(tId.txt=="popupLight") { pageIcons.tTmp1.txt=tTmp.txt diff --git a/HMI/US/portrait/n2t-out-visual/cardGrid.txt b/HMI/US/portrait/n2t-out-visual/cardGrid.txt index ff682723..a9d56b96 100644 --- a/HMI/US/portrait/n2t-out-visual/cardGrid.txt +++ b/HMI/US/portrait/n2t-out-visual/cardGrid.txt @@ -1,22 +1,21 @@ Page cardGrid Attributes - ID : 0 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - Width : 320 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Locked : no - Swide up page ID : disabled - Swide down page ID : disabled - Swide left page ID : disabled - Swide right page ID : disabled - Fill : solid color - Back. Color : 6371 + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + Width : 320 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + Fill : solid color + Back. Color : 6371 Events Preinitialize Event @@ -168,352 +167,340 @@ Variable (string) type6 Text tEntity1 Attributes - ID : 3 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 13 - y coordinate : 155 - Width : 140 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : tEntity1 - Max. Text Size : 30 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 3 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 13 + y coordinate : 155 + Width : 140 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity1 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity2 Attributes - ID : 24 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 155 - Width : 140 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : tEntity2 - Max. Text Size : 30 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 24 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 155 + Width : 140 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity2 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity3 Attributes - ID : 26 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 8 - y coordinate : 290 - Width : 140 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : tEntity3 - Max. Text Size : 30 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 26 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 8 + y coordinate : 290 + Width : 140 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity3 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity4 Attributes - ID : 28 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 290 - Width : 140 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : tEntity4 - Max. Text Size : 30 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 28 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 290 + Width : 140 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity4 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity5 Attributes - ID : 29 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 8 - y coordinate : 420 - Width : 140 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : tEntity5 - Max. Text Size : 30 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 29 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 8 + y coordinate : 420 + Width : 140 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity5 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tEntity6 Attributes - ID : 32 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 420 - Width : 140 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : tEntity6 - Max. Text Size : 30 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 32 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 420 + Width : 140 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity6 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tHeading Attributes - ID : 2 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 60 - y coordinate : 24 - Width : 200 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 2 - Back. Color : 6371 - Font Color : 65535 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 40 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 2 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 60 + y coordinate : 24 + Width : 200 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 2 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 40 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tId Attributes - ID : 8 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 107 - y coordinate : 448 - Width : 39 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 50 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 8 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 107 + y coordinate : 448 + Width : 39 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 50 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tInstruction Attributes - ID : 7 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 6 - y coordinate : 440 - Width : 100 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 20 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 7 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 6 + y coordinate : 440 + Width : 100 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 20 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Text tTmp Attributes - ID : 5 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 275 - y coordinate : 436 - Width : 34 - Height : 30 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Associated Keyboard : none - Font ID : 0 - Back. Color : 65535 - Font Color : 0 - Horizontal Alignment : center - Vertical Alignment : center - Input Type : character - Text : - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 5 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 275 + y coordinate : 436 + Width : 34 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Picture p0 Attributes - ID : 1 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 0 - Width : 319 - Height : 479 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Picture ID : 0 + ID : 1 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 0 + Width : 319 + Height : 479 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Picture ID : 0 Button bEntity1 Attributes - ID : 22 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 13 - y coordinate : 75 - Width : 140 - Height : 80 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 4 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 22 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 13 + y coordinate : 75 + Width : 140 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -552,35 +539,34 @@ Button bEntity1 Button bEntity2 Attributes - ID : 23 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 75 - Width : 140 - Height : 80 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 4 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 23 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 75 + Width : 140 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -619,35 +605,34 @@ Button bEntity2 Button bEntity3 Attributes - ID : 25 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 8 - y coordinate : 210 - Width : 140 - Height : 80 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 4 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 25 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 8 + y coordinate : 210 + Width : 140 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -686,35 +671,34 @@ Button bEntity3 Button bEntity4 Attributes - ID : 27 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 210 - Width : 140 - Height : 80 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 4 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 27 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 210 + Width : 140 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -753,35 +737,34 @@ Button bEntity4 Button bEntity5 Attributes - ID : 30 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 8 - y coordinate : 340 - Width : 140 - Height : 80 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 4 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 30 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 8 + y coordinate : 340 + Width : 140 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -820,35 +803,34 @@ Button bEntity5 Button bEntity6 Attributes - ID : 31 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 168 - y coordinate : 340 - Width : 140 - Height : 80 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 4 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 31 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 168 + y coordinate : 340 + Width : 140 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -887,35 +869,34 @@ Button bEntity6 Button bNext Attributes - ID : 10 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 261 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 10 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 261 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -934,35 +915,34 @@ Button bNext Button bPrev Attributes - ID : 9 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 9 - y coordinate : 16 - Width : 50 - Height : 50 - Effect : load - Effect Priority : 0 - Effect Time : 300 - Fill : solid color - Style : flat - Font ID : 3 - Back. Color : 6371 - Back. Picture ID (Pressed) : 65535 - Back. Color (Pressed) : 14823 - Font Color (Unpressed) : 65535 - Font Color (Pressed) : 65535 - Horizontal Alignment : center - Vertical Alignment : center - State : unpressed - Text :  - Max. Text Size : 10 - Word wrap : disabled - Horizontal Spacing : 0 - Vertical Spacing : 0 + ID : 9 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 9 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 Events Touch Press Event @@ -981,19 +961,18 @@ Button bPrev Hotspot mSpecial Attributes - ID : 11 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 174 - y coordinate : 1 - Width : 83 - Height : 67 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 11 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 174 + y coordinate : 1 + Width : 83 + Height : 67 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1007,19 +986,18 @@ Hotspot mSpecial Hotspot mSwipeNext Attributes - ID : 38 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 311 - y coordinate : 5 - Width : 9 - Height : 470 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 38 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 311 + y coordinate : 5 + Width : 9 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1027,19 +1005,18 @@ Hotspot mSwipeNext Hotspot mSwipePrev Attributes - ID : 40 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 0 - y coordinate : 5 - Width : 9 - Height : 470 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 40 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 5 + Width : 9 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1047,19 +1024,18 @@ Hotspot mSwipePrev Hotspot mSwipeUp Attributes - ID : 39 - Scope : local - Dragging : 0 - Disable release event after dragging: 0 - Send Component ID : disabled - Opacity : 127 - x coordinate : 10 - y coordinate : 0 - Width : 300 - Height : 9 - Effect : load - Effect Priority : 0 - Effect Time : 300 + ID : 39 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 10 + y coordinate : 0 + Width : 300 + Height : 9 + Effect : load + Effect Priority : 0 + Effect Time : 300 Events Touch Press Event @@ -1334,6 +1310,10 @@ Timer tmSerial { page cardGrid } + if(tId.txt=="cardGrid2") + { + page cardGrid2 + } if(tId.txt=="popupLight") { pageIcons.tTmp1.txt=tTmp.txt diff --git a/HMI/US/portrait/n2t-out-visual/cardGrid2.txt b/HMI/US/portrait/n2t-out-visual/cardGrid2.txt new file mode 100644 index 00000000..8a73b366 --- /dev/null +++ b/HMI/US/portrait/n2t-out-visual/cardGrid2.txt @@ -0,0 +1,1842 @@ +Page cardGrid2 + Attributes + ID : 0 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + Width : 320 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Locked : no + Swide up page ID : disabled + Swide down page ID : disabled + Swide left page ID : disabled + Swide right page ID: disabled + Fill : solid color + Back. Color : 6371 + + Events + Preinitialize Event + dim=dimValueNormal + //remove background & activate reparse mode + vis p0,0 + recmod=1 + baud=115200 + //debug stuff + vis tTmp,0 + vis tSend,0 + vis tInstruction,0 + vis tId,0 + vis bEntity1,0 + vis bEntity2,0 + vis bEntity3,0 + vis bEntity4,0 + vis bEntity5,0 + vis bEntity6,0 + vis bEntity7,0 + vis bEntity8,0 + vis bEntity9,0 + vis tEntity1,0 + vis tEntity2,0 + vis tEntity3,0 + vis tEntity4,0 + vis tEntity5,0 + vis tEntity6,0 + vis tEntity7,0 + vis tEntity8,0 + vis tEntity9,0 + vis bPrev,0 + vis bNext,0 + cardGrid2.bco=defaultBcoColor + for(sys0=0;sys0<42;sys0++) + { + if(b[sys0].type==98||b[sys0].type==116) + { + b[sys0].bco=defaultBcoColor + b[sys0].pco=defaultFontColor + } + } + +Variable (string) entn1 + Attributes + ID : 17 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn2 + Attributes + ID : 18 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn3 + Attributes + ID : 19 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn4 + Attributes + ID : 20 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn5 + Attributes + ID : 35 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn6 + Attributes + ID : 36 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn7 + Attributes + ID : 50 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn8 + Attributes + ID : 52 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) entn9 + Attributes + ID : 54 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) nent1 + Attributes + ID : 43 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) nent2 + Attributes + ID : 42 + Scope : local + Text : + Max. Text Size: 80 + +Variable (string) strCommand + Attributes + ID : 4 + Scope : local + Text : + Max. Text Size: 700 + +Variable (string) tSend + Attributes + ID : 41 + Scope : local + Text : + Max. Text Size: 200 + +Variable (string) type1 + Attributes + ID : 13 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type2 + Attributes + ID : 14 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type3 + Attributes + ID : 15 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type4 + Attributes + ID : 16 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type5 + Attributes + ID : 33 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type6 + Attributes + ID : 34 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type7 + Attributes + ID : 51 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type8 + Attributes + ID : 53 + Scope : local + Text : + Max. Text Size: 10 + +Variable (string) type9 + Attributes + ID : 55 + Scope : local + Text : + Max. Text Size: 10 + +Text tEntity1 + Attributes + ID : 3 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 8 + y coordinate : 155 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity1 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity2 + Attributes + ID : 24 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 114 + y coordinate : 155 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity2 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity3 + Attributes + ID : 26 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 222 + y coordinate : 155 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity3 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity4 + Attributes + ID : 28 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 7 + y coordinate : 290 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity4 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity5 + Attributes + ID : 29 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 112 + y coordinate : 290 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity5 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity6 + Attributes + ID : 32 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 221 + y coordinate : 290 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity6 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity7 + Attributes + ID : 45 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 6 + y coordinate : 420 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity7 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity8 + Attributes + ID : 47 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 112 + y coordinate : 420 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity8 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tEntity9 + Attributes + ID : 48 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 220 + y coordinate : 420 + Width : 90 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : tEntity9 + Max. Text Size : 30 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tHeading + Attributes + ID : 2 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 60 + y coordinate : 24 + Width : 200 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 2 + Back. Color : 6371 + Font Color : 65535 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 40 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tId + Attributes + ID : 8 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 107 + y coordinate : 448 + Width : 39 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 50 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tInstruction + Attributes + ID : 7 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 6 + y coordinate : 440 + Width : 100 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 20 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Text tTmp + Attributes + ID : 5 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 275 + y coordinate : 436 + Width : 34 + Height : 30 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Associated Keyboard : none + Font ID : 0 + Back. Color : 65535 + Font Color : 0 + Horizontal Alignment: center + Vertical Alignment : center + Input Type : character + Text : + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + +Picture p0 + Attributes + ID : 1 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 0 + Width : 319 + Height : 479 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Picture ID : 0 + +Button bEntity1 + Attributes + ID : 22 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 8 + y coordinate : 75 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type1.txt + pageIcons.tTmp1.txt=tEntity1.txt + pageIcons.tTmp2.txt=entn1.txt + pageIcons.tTmp3.txt=bEntity1.txt + if(type1.txt=="shutter") + { + page popupShutter + } + if(type1.txt=="input_sel") + { + page popupInSel + } + if(type1.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn1.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity2 + Attributes + ID : 23 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 114 + y coordinate : 75 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type2.txt + pageIcons.tTmp1.txt=tEntity2.txt + pageIcons.tTmp2.txt=entn2.txt + pageIcons.tTmp3.txt=bEntity2.txt + if(type2.txt=="shutter") + { + page popupShutter + } + if(type2.txt=="input_sel") + { + page popupInSel + } + if(type2.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn2.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity3 + Attributes + ID : 25 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 222 + y coordinate : 75 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type3.txt + pageIcons.tTmp1.txt=tEntity3.txt + pageIcons.tTmp2.txt=entn3.txt + pageIcons.tTmp3.txt=bEntity3.txt + if(type3.txt=="shutter") + { + page popupShutter + } + if(type3.txt=="input_sel") + { + page popupInSel + } + if(type3.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn3.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity4 + Attributes + ID : 27 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 7 + y coordinate : 210 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type4.txt + pageIcons.tTmp1.txt=tEntity4.txt + pageIcons.tTmp2.txt=entn4.txt + pageIcons.tTmp3.txt=bEntity4.txt + if(type4.txt=="shutter") + { + page popupShutter + } + if(type4.txt=="input_sel") + { + page popupInSel + } + if(type4.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn4.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity5 + Attributes + ID : 30 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 113 + y coordinate : 210 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type5.txt + pageIcons.tTmp1.txt=tEntity5.txt + pageIcons.tTmp2.txt=entn5.txt + pageIcons.tTmp3.txt=bEntity5.txt + if(type5.txt=="shutter") + { + page popupShutter + } + if(type5.txt=="input_sel") + { + page popupInSel + } + if(type5.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn5.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity6 + Attributes + ID : 31 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 221 + y coordinate : 210 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type6.txt + pageIcons.tTmp1.txt=tEntity6.txt + pageIcons.tTmp2.txt=entn6.txt + pageIcons.tTmp3.txt=bEntity6.txt + if(type6.txt=="shutter") + { + page popupShutter + } + if(type6.txt=="input_sel") + { + page popupInSel + } + if(type6.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn6.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity7 + Attributes + ID : 44 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 7 + y coordinate : 340 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type2.txt + pageIcons.tTmp1.txt=tEntity2.txt + pageIcons.tTmp2.txt=entn2.txt + pageIcons.tTmp3.txt=bEntity2.txt + if(type2.txt=="shutter") + { + page popupShutter + } + if(type2.txt=="input_sel") + { + page popupInSel + } + if(type2.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn2.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity8 + Attributes + ID : 46 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 113 + y coordinate : 340 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type6.txt + pageIcons.tTmp1.txt=tEntity6.txt + pageIcons.tTmp2.txt=entn6.txt + pageIcons.tTmp3.txt=bEntity6.txt + if(type6.txt=="shutter") + { + page popupShutter + } + if(type6.txt=="input_sel") + { + page popupInSel + } + if(type6.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn6.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bEntity9 + Attributes + ID : 49 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 221 + y coordinate : 340 + Width : 90 + Height : 80 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 4 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tmLP.en=1 + tTmp.txt=type6.txt + pageIcons.tTmp1.txt=tEntity6.txt + pageIcons.tTmp2.txt=entn6.txt + pageIcons.tTmp3.txt=bEntity6.txt + if(type6.txt=="shutter") + { + page popupShutter + } + if(type6.txt=="input_sel") + { + page popupInSel + } + if(type6.txt=="timer") + { + page popupTimer + } + + Touch Release Event + tmLP.en=0 + tSend.txt="event,buttonPress2,"+entn6.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bNext + Attributes + ID : 10 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 261 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tSend.txt="event,buttonPress2,"+nent2.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Button bPrev + Attributes + ID : 9 + Scope : local + Dragging : 0 + Send Component ID : disabled + Opacity : 127 + x coordinate : 9 + y coordinate : 16 + Width : 50 + Height : 50 + Effect : load + Effect Priority : 0 + Effect Time : 300 + Fill : solid color + Style : flat + Font ID : 3 + Back. Color : 6371 + Back. Picture ID (Pressed): 65535 + Back. Color (Pressed) : 14823 + Font Color (Unpressed) : 65535 + Font Color (Pressed) : 65535 + Horizontal Alignment : center + Vertical Alignment : center + State : unpressed + Text :  + Max. Text Size : 10 + Word wrap : disabled + Horizontal Spacing : 0 + Vertical Spacing : 0 + + Events + Touch Press Event + tSend.txt="event,buttonPress2,"+nent1.txt+",button" + //send calc crc + btlen tSend.txt,sys0 + crcrest 1,0xffff // reset CRC + crcputh 55 bb + crcputs sys0,2 + crcputs tSend.txt,0 + //send cmd + printh 55 bb + prints sys0,2 + prints tSend.txt,0 + prints crcval,2 + +Hotspot mSpecial + Attributes + ID : 11 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 174 + y coordinate : 1 + Width : 83 + Height : 67 + Effect : load + Effect Priority : 0 + Effect Time : 300 + + Events + Touch Press Event + sys2=sys2+1 + sys2%=10 + //n0.val=sys2 + if(sys2==9) + { + page pageTest + } + +Hotspot mSwipeNext + Attributes + ID : 38 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 311 + y coordinate : 5 + Width : 9 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 + + Events + Touch Press Event + click bNext,1 + +Hotspot mSwipePrev + Attributes + ID : 40 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 0 + y coordinate : 5 + Width : 9 + Height : 470 + Effect : load + Effect Priority : 0 + Effect Time : 300 + + Events + Touch Press Event + click bPrev,1 + +Hotspot mSwipeUp + Attributes + ID : 39 + Scope : local + Dragging : 0 + Send Component ID: disabled + Opacity : 127 + x coordinate : 10 + y coordinate : 0 + Width : 300 + Height : 9 + Effect : load + Effect Priority : 0 + Effect Time : 300 + + Events + Touch Press Event + click bPrev,1 + +Timer tmLP + Attributes + ID : 37 + Scope : local + Period (ms): 500 + Enabled : no + + Events + Timer Event + if(tTmp.txt=="light") + { + page popupLight + } + if(tTmp.txt=="fan") + { + page popupFan + } + +Timer tmSerial + Attributes + ID : 6 + Scope : local + Period (ms): 50 + Enabled : yes + + Events + Timer Event + // data available + if(usize>1) + { + bufferPos=0 + while(bufferPos1) + { + bufferPos=0 + while(bufferPos