Patch level :10.250

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :sistemata la maschera del fascicolatore


git-svn-id: svn://10.65.10.50/trunk@18420 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-03-04 16:38:03 +00:00
parent 4a3c09554e
commit af4448138c
2 changed files with 27 additions and 25 deletions

View File

@ -2201,7 +2201,6 @@ TCreadischi_mask::TCreadischi_mask()
m.set_handler(S_CREATEZIP, creazip_handler); m.set_handler(S_CREATEZIP, creazip_handler);
m.set_handler(S_CREATEPATCH, creazip_handler); m.set_handler(S_CREATEPATCH, creazip_handler);
m.set_handler(S_TESTPATCH, testpatch_handler); m.set_handler(S_TESTPATCH, testpatch_handler);
m.hide(S_IMPORT);
m.set_handler(S_EXPORT, import_export_handler); m.set_handler(S_EXPORT, import_export_handler);
s.disable(); s.disable();
} }
@ -2219,7 +2218,6 @@ TFascicolator_mask::TFascicolator_mask()
m.set_handler(S_CREATEZIP, creazip_handler); m.set_handler(S_CREATEZIP, creazip_handler);
m.set_handler(S_CREATEPATCH, creazip_handler); m.set_handler(S_CREATEPATCH, creazip_handler);
m.set_handler(S_PATCHLEVEL, patchl_handler); m.set_handler(S_PATCHLEVEL, patchl_handler);
m.show(S_IMPORT);
m.set_handler(S_IMPORT, import_export_handler); m.set_handler(S_IMPORT, import_export_handler);
s.enable(true); s.enable(true);
s.enable_column(S_MODULE,true); s.enable_column(S_MODULE,true);

View File

@ -1,14 +1,7 @@
#include "ba1600a.h" #include "ba1600a.h"
TOOLBAR "" 0 0 0 2 TOOLBAR "" 0 0 0 2
#include <stdbar.h>
BUTTON DLG_OK 2 2
BEGIN
PROMPT 1 1 ""
END
#include <helpbar.h>
ENDPAGE ENDPAGE
PAGE "Creazione Patch" 0 2 0 0 PAGE "Creazione Patch" 0 2 0 0
@ -45,7 +38,7 @@ ENDPAGE
ENDMASK ENDMASK
PAGE "Modulo" -1 -1 52 14 PAGE "Riga" -1 -1 80 10
STRING 101 36 STRING 101 36
BEGIN BEGIN
@ -90,44 +83,55 @@ BEGIN
PROMPT 1 5 "Post-processing " PROMPT 1 5 "Post-processing "
END END
BUTTON DLG_OK 22 2 ENDPAGE
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 22 2
BEGIN TOOLBAR "topbar" 0 0 0 2
PROMPT -22 -1 ""
END
BUTTON S_CREATEZIP 22 2 BUTTON S_CREATEZIP 22 2
BEGIN BEGIN
PROMPT -12 6 "Crea &Versione" PROMPT 1 1 "Crea &Versione"
PICTURE TOOL_ELABORA
END END
BUTTON S_CREATEPATCH 22 2 BUTTON S_CREATEPATCH 22 2
BEGIN BEGIN
PROMPT -12 8 "Crea &Aggiornamento" PROMPT 2 1 "Crea &Patch"
PICTURE TOOL_NEWREC
END END
BUTTON S_TESTPATCH 22 2 BUTTON S_TESTPATCH 22 2
BEGIN BEGIN
PROMPT -12 10 "&Patch Obsolete" PROMPT 3 1 "&Patch Obsolete"
PICTURE TOOL_DELREC
END END
BUTTON S_LIST 22 2 BUTTON S_LIST 22 2
BEGIN BEGIN
PROMPT -22 6 "&Lista file" PROMPT 4 1 "&Lista file"
PICTURE TOOL_PRINTELENCO
END END
BUTTON S_IMPORT 22 2 BUTTON S_IMPORT 22 2
BEGIN BEGIN
PROMPT -22 8 "&Importa lista" PROMPT 5 1 "&Importa lista"
PICTURE TOOL_IMPORT
END END
BUTTON S_EXPORT 22 2 BUTTON S_EXPORT 22 2
BEGIN BEGIN
PROMPT -22 10 "&Esporta lista" PROMPT 6 1 "&Esporta lista"
PICTURE TOOL_EXPORT
END
BUTTON DLG_OK 22 2
BEGIN
PROMPT 7 1 ""
END
BUTTON DLG_CANCEL 22 2
BEGIN
PROMPT 8 1 ""
END END
ENDPAGE ENDPAGE