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
71 lines
969 B
C
Executable File
71 lines
969 B
C
Executable File
BUTTON DLG_SAVEREC 2 2
|
|
BEGIN
|
|
PROMPT 1 1 "~Registra"
|
|
MESSAGE EXIT,K_SAVE
|
|
PICTURE TOOL_SAVEREC
|
|
END
|
|
|
|
BUTTON DLG_NEWREC 2 2
|
|
BEGIN
|
|
PROMPT 2 1 "~Nuovo"
|
|
MESSAGE EXIT,K_INS
|
|
PICTURE TOOL_NEWREC
|
|
END
|
|
|
|
BUTTON DLG_DELREC 2 2
|
|
BEGIN
|
|
PROMPT 3 1 "~Elimina"
|
|
MESSAGE EXIT,K_DEL
|
|
PICTURE TOOL_DELREC
|
|
END
|
|
|
|
BUTTON DLG_FIRSTREC 2 2
|
|
BEGIN
|
|
PROMPT 4 1 ""
|
|
MESSAGE EXIT,K_HOME
|
|
PICTURE TOOL_FIRSTREC
|
|
END
|
|
|
|
BUTTON DLG_PREVREC 2 2
|
|
BEGIN
|
|
PROMPT 5 1 ""
|
|
MESSAGE EXIT,K_PREV
|
|
PICTURE TOOL_PREVREC
|
|
END
|
|
|
|
BUTTON DLG_FINDREC 2 2
|
|
BEGIN
|
|
PROMPT 6 1 "~c"
|
|
MESSAGE EXIT,K_F9
|
|
PICTURE TOOL_FINDREC
|
|
END
|
|
|
|
BUTTON DLG_NEXTREC 2 2
|
|
BEGIN
|
|
PROMPT 7 1 ""
|
|
MESSAGE EXIT,K_NEXT
|
|
PICTURE TOOL_NEXTREC
|
|
END
|
|
|
|
BUTTON DLG_LASTREC 2 2
|
|
BEGIN
|
|
PROMPT 8 1 ""
|
|
MESSAGE EXIT,K_END
|
|
PICTURE TOOL_LASTREC
|
|
END
|
|
|
|
BUTTON DLG_CANCEL 2 2
|
|
BEGIN
|
|
PROMPT 9 1 "~Annulla"
|
|
MESSAGE EXIT,K_ESC
|
|
PICTURE TOOL_CANCEL
|
|
END
|
|
|
|
BUTTON DLG_QUIT 2 2
|
|
BEGIN
|
|
PROMPT 10 1 "~Fine"
|
|
MESSAGE EXIT,K_QUIT
|
|
PICTURE TOOL_QUIT
|
|
END
|
|
|