;--------------------------------------------------------------- ; password.sod - Screen object description for the password demo ; ; An LCD with 16 lines and 40 rows is simulated. The application ; prompts for a security code consisting of 4 numbers. ; ; Author: Robert Warnke ; Created: 23.10.1999 ; ; Last modified: 26.12.2005 ;--------------------------------------------------------------- 0 0 UPLC ; Upper left corner, 24 79 LORC ; Lower right corner of screen WINDOW 3 3 18 42 ; "shifted" LCD 40 x 16 0 12 CSTR "P a s s w o r d" ; Headline 2 10 STR 20 %prompt% ; Variable prompt message 5 10 INT 3 %code3% ; 1st code 5 15 INT 3 %code2% ; 2nd code 5 20 INT 3 %code1% ; 3rd code 5 25 INT 3 %code0% ; 4th code 15 0 DATE "FR" ; Date with french language support 15 31 TIME ; Time display HH:MM:SS