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
35 lines
502 B
C
Executable File
35 lines
502 B
C
Executable File
BUTTON DLG_FIRSTREC 2 2
|
|
BEGIN
|
|
PROMPT 1 1 "Primo"
|
|
MESSAGE EXIT,K_HOME
|
|
PICTURE TOOL_FIRSTREC
|
|
END
|
|
|
|
BUTTON DLG_PREVREC 2 2
|
|
BEGIN
|
|
PROMPT 2 1 "Indietro"
|
|
MESSAGE EXIT,K_PREV
|
|
PICTURE TOOL_PREVREC
|
|
END
|
|
|
|
BUTTON DLG_FINDREC 2 2
|
|
BEGIN
|
|
PROMPT 3 1 "Ri~cerca"
|
|
MESSAGE EXIT,K_F9
|
|
PICTURE TOOL_FINDREC
|
|
END
|
|
|
|
BUTTON DLG_NEXTREC 2 2
|
|
BEGIN
|
|
PROMPT 4 1 "Avanti"
|
|
MESSAGE EXIT,K_NEXT
|
|
PICTURE TOOL_NEXTREC
|
|
END
|
|
|
|
BUTTON DLG_LASTREC 2 2
|
|
BEGIN
|
|
PROMPT 5 1 "Ultimo"
|
|
MESSAGE EXIT,K_END
|
|
PICTURE TOOL_LASTREC
|
|
END
|