Code: |
[offbox]
Background=box.jpg BackgroundX=160 BackgroundY=20 Timeout=2500 Button0Function=POWEROFF Button0Up=exit.jpg Button0Down=exit-b.jpg Button0Over=exit-b.jpg Button0X=100 Button0Y=40 Button0LabelFont=LCD Display Grid Button0LabelFunction=text Button0LabelCaption=SHUT DOWN Button0LabelFontSize=28 Button0LabelColor=&H000000 Button0LabelAlignment=2 Button0LabelWidth=300 Button0LabelHeight=40 Button0LabelX=0 Button0LabelY=10 |
Code: |
Button0Function=openbox_offbox |
Code: |
[tanken]
Background=box.jpg BackgroundX=160 BackgroundY=20 Button0Function=POWEROFF Button0Up=exit.jpg Button0Down=exit-b.jpg Button0Over=exit-b.jpg Button0X=100 Button0Y=40 Button0LabelFont=LCD Display Grid Button0LabelFunction=text Button0LabelCaption=SHUT DOWN Button0LabelFontSize=28 Button0LabelColor=&H000000 Button0LabelAlignment=2 Button0LabelWidth=300 Button0LabelHeight=40 Button0LabelX=0 Button0LabelY=10 Button1Function=mode_0 = on & timerstart_1 & closebox & timerstop_0 Button1Up=exit.jpg Button1Down=exit-b.jpg Button1Over=exit-b.jpg Button1X=100 Button1Y=120 Button1LabelFont=LCD Display Grid Button1LabelFunction=text Button1LabelCaption=TANKEN? Button1LabelFontSize=28 Button1LabelColor=&H000000 Button1LabelAlignment=2 Button1LabelWidth=300 Button1LabelHeight=40 Button1LabelX=0 Button1LabelY=10 Label0Function=sensor_timerrev Label0Caption= Label0Font=LCD Display Grid Label0FontSize=28 Label0Color=&H000000 Label0X=100 Label0Y=200 Label0Width=280 Label0Height=35 Label0Alignment=2 |
Code: |
Logic17Function=openbox_tanken & timerstart_0
Logic17Event=digi_000 = off Logic17Options=0 Logic17Delay=0 Logic18Function=closebox & poweroff Logic18Event=timer_0 = 15 Logic18Options=0 Logic18Delay=0 Logic19Function=openbox_tanken & timerstart_0 Logic19Event=digi_000 = off & timer_1 = 1500 Logic19Options=0 Logic19Delay=0 Logic20Function=timerstop_1 & timerstop_0 Logic20Event=digi_000 = on Logic20Options=6 Logic20Delay=0 Logic21Function=closebox Logic21Event=digi_000 = on & activbox = tanken Logic21Options=4 Logic21Delay=10 |