Patch level : 12.0 1086

Files correlati     : bagn006a
Commento        :

Aggiunto id agli oggetti esterni
This commit is contained in:
Alessandro Bonazzi 2021-10-08 22:14:40 +02:00
parent 0ecc0447e5
commit 51abbff267
2 changed files with 9 additions and 1 deletions

View File

@ -7,3 +7,4 @@
#define S_FILE 101 #define S_FILE 101
#define S_ALIAS 102 #define S_ALIAS 102
#define S_LINK 103 #define S_LINK 103
#define S_ID 104

View File

@ -41,6 +41,7 @@ BEGIN
ITEM "File@60" ITEM "File@60"
ITEM "Nome@32" ITEM "Nome@32"
ITEM "Link" ITEM "Link"
ITEM "ID@16"
END END
ENDPAGE ENDPAGE
@ -64,7 +65,13 @@ END
BOOLEAN S_LINK BOOLEAN S_LINK
BEGIN BEGIN
PROMPT 1 3 "Collegamento esterno" PROMPT 1 3 "Collegamento esterno"
END END
STRING S_ID 16
BEGIN
PROMPT 1 4 "ID "
FLAGS "U"
END
ENDPAGE ENDPAGE