1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| rem/ WinRichi Server 2015 ; Ceci est juste un test des applications qui seront utilisé .
rem/ Téléchargement :
ini/ fenetre(
ini;nom = "TELEC_FEN"
ini;texte = "Téléchargement 1.0"
ini;type = "1;AGR1,SIZ1"
ini;couleur = "075,075,075"
ini;tx = "600"
ini;ty = "500"
ini;px = "MX"
ini;py = "MY"
creer/
ini/ fenetre)
:OBJETS:
FIX/ TMP1 = /C %TAILLE_X% - 5
FIX/ TMP2 = /C %TAILLE_Y% - 36
FIX/ TMP2 = /C %TMP2% - %TAILLE_TITRE%
ini/ textebox(
ini;nom = "TELEC_TB"
ini;fenetre = "TELEC_TB1"
ini;type = "1;M1O0"
ini;couleurf = "255,255,255"
ini;couleurp = "255,255,255"
SI/ %CHANGETAILLE% = 0 (:ini;texte = "http://":)
ini;px = "2"
ini;py = "33"
ini;tx = "%TMP1%"
ini;ty = "%TMP2%"
creer/
ini/ textebox) |
Partager