5dc679896c
Files correlati : Ricompilazione Demo : [ ] Commento : iniziata standardizzazione delle pictures nelle maschere di campo (sia toolbar che bottoni normali). Da ora in avanti vige la ferrea regola: 1) nelle toolbar si usano sempre e solo "picture tool_" 2) nei bottoni sparsi si usano le "picture bmp_" 3) e' vietato l'uso di picture numeriche!!! 4) quando e' possibile creare le toolbar utilizzando quelle predefinite con #include Chi non seguirà tali semplici e ferree norme sara' alleggerito delle sue parti sferiche inferiori! git-svn-id: svn://10.65.10.50/trunk@18481 c028cbd2-c16b-5b4b-a496-9718f37d4682
66 lines
820 B
Plaintext
Executable File
66 lines
820 B
Plaintext
Executable File
PAGE "Anteprima" 0 0 0 0
|
|
|
|
PREVIEW DLG_USER
|
|
BEGIN
|
|
PROMPT 0 0 ""
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "Toolbar" 0 0 0 2
|
|
|
|
BUTTON DLG_PRINT 10 2
|
|
BEGIN
|
|
PROMPT -14 -1 "~Stampa"
|
|
PICTURE TOOL_PRINT
|
|
MESSAGE EXIT,K_ENTER
|
|
END
|
|
|
|
BUTTON DLG_SAVEREC 10 2
|
|
BEGIN
|
|
PROMPT -24 -1 "Esporta"
|
|
MESSAGE EXIT,K_SAVE
|
|
PICTURE TOOL_EXPORT
|
|
END
|
|
|
|
BUTTON DLG_FIRSTREC 3
|
|
BEGIN
|
|
PROMPT -34 -1 "Prima"
|
|
PICTURE TOOL_FIRSTREC
|
|
END
|
|
|
|
BUTTON DLG_PREVREC 3
|
|
BEGIN
|
|
PROMPT -34 -2 "Precedente"
|
|
PICTURE TOOL_PREVREC
|
|
END
|
|
|
|
BUTTON DLG_FINDREC 10 2
|
|
BEGIN
|
|
PROMPT -34 -1 "Pagina"
|
|
PICTURE TOOL_FINDREC
|
|
END
|
|
|
|
BUTTON DLG_NEXTREC 3
|
|
BEGIN
|
|
PROMPT -34 -2 "Prossima"
|
|
PICTURE TOOL_NEXTREC
|
|
END
|
|
|
|
BUTTON DLG_LASTREC 3
|
|
BEGIN
|
|
PROMPT -34 -1 "Ultima"
|
|
PICTURE TOOL_LASTREC
|
|
END
|
|
|
|
BUTTON DLG_QUIT 10 2
|
|
BEGIN
|
|
PROMPT -44 -1 "~Fine"
|
|
PICTURE TOOL_QUIT
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|
|
|