8792453bd0
which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@1681 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
290 B
Plaintext
Executable File
25 lines
290 B
Plaintext
Executable File
#include "veuml.h"
|
|
|
|
PAGE "Tipo di riga da aggiungere" -1 -1 50 8
|
|
|
|
LISTBOX F_LBTIPORIGA 30
|
|
BEGIN
|
|
PROMPT 2 2 "Tipo riga "
|
|
END
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -12 5 ""
|
|
MESSAGE EXIT, K_SAVE
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 10 2
|
|
BEGIN
|
|
PROMPT -22 5 ""
|
|
MESSAGE EXIT, K_ESC
|
|
END
|
|
|
|
END
|
|
|
|
ENDMASK
|