git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
28 lines
348 B
Plaintext
Executable File
28 lines
348 B
Plaintext
Executable File
#include "cg6400.h"
|
|
|
|
PAGE "Ricezione" -1 -1 65 4
|
|
|
|
LIST F_DRIVE 2
|
|
BEGIN
|
|
PROMPT 1 1 "Disco "
|
|
ITEM "A:|A:"
|
|
ITEM "B:|B:"
|
|
ITEM "C:|C:"
|
|
ITEM "D:|D:"
|
|
ITEM "E:|E:"
|
|
ITEM "F:|F:"
|
|
END
|
|
|
|
STRING F_PATHNAME 260 50
|
|
BEGIN
|
|
PROMPT 1 2 "Cartella "
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <stdbar.h>
|
|
ENDPAGE
|
|
|
|
ENDMASK
|