35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
----------------------------------------------------------------------------------
|
|
-- File created from C:\Users\egarcia\OneDrive - MARMOTECH, S. A\Equipo Tecnologia\Fuentes\MARMOTECH\PROYECTO\mainmenu\inicial.4fd by Genero Studio
|
|
-- WARNING! All changes made in this file will be lost!
|
|
----------------------------------------------------------------------------------
|
|
|
|
SCHEMA formonly
|
|
|
|
LAYOUT (text=%"INTRODUCCION CREDENCIALES")
|
|
GRID grid1
|
|
{
|
|
|
|
[logo ]
|
|
[ ]
|
|
|
|
[label1] [usuario ]
|
|
[label2 |clave |show]
|
|
|
|
}
|
|
END -- grid1
|
|
END -- inicial
|
|
|
|
ATTRIBUTES
|
|
IMAGE logo=formonly.logo;
|
|
LABEL label1:label1, text=%"Login:";
|
|
EDIT usuario=formonly.usuario, tabIndex=1, required, comment=%"Introducir su nombre de Usuario";
|
|
LABEL label2:label2, text=%"Password:";
|
|
EDIT clave=formonly.clave, tabIndex=2, invisible, comment=%"Favor de introducir su clave";
|
|
BUTTON show:show_password, image="fa-eye";
|
|
END -- ATTRIBUTES
|
|
|
|
INSTRUCTIONS
|
|
SCREEN RECORD record1(formonly.usuario,formonly.clave,formonly.logo)
|
|
END -- INSTRUCTIONS
|
|
|