27 lines
585 B
Plaintext
27 lines
585 B
Plaintext
schema smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ano [a0 ]
|
|
Mes [f ]
|
|
Idioma Office [x1 ]
|
|
|
|
|
|
0 50 100
|
|
| | |
|
|
[p1 ]
|
|
|
|
}
|
|
end
|
|
ATTRIBUTES
|
|
|
|
PROGRESSBAR p1 = formonly.progreso,VALUEMIN=0,VALUEMAX=100,COLOR=GREEN;
|
|
RADIOGROUP x1 = FORMONLY.idioma_office, ITEMS = (("I","Ingles"),("E","Espanol"));
|
|
a0 = formonly.kano;
|
|
f = formonly.kmes;
|
|
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|