86bd8244c4
git-svn-id: svn://10.65.10.50/trunk@63 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
301 B
Plaintext
Executable File
25 lines
301 B
Plaintext
Executable File
#include "ba2300.h"
|
|
|
|
PAGE "SELECT PRINTER" -1 -1 40 15
|
|
|
|
LIST MSK_1_SELECTED 30
|
|
BEGIN
|
|
PROMPT 3 4 ""
|
|
HELP "Selezionare la stampante da cancellare o modificare"
|
|
LISTITEM MSK_PRINTERS
|
|
END
|
|
|
|
BUTTON DLG_OK 9
|
|
BEGIN
|
|
PROMPT 2 12 ""
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 9
|
|
BEGIN
|
|
PROMPT 27 12 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|