From ad787c54d87626dc27b8e73e2ee40cfa2628736b Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 13 Mar 2009 10:12:24 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:10.0?= =?UTF-8?q?=20Files=20correlati=20=20=20=20=20:=20Ricompilazione=20Demo=20?= =?UTF-8?q?:=20[=20]=20Commento=20=20=20=20=20=20=20=20=20=20=20=20:=20rim?= =?UTF-8?q?osso=20il=20file=20toolbar.h,=20ora=20sostituito=20da=20tutta?= =?UTF-8?q?=20la=20serie=20dei=20.h=20per=20le=20toolbar;=20l'include=20di?= =?UTF-8?q?=20toolbar.h=20=C3=A8=20rimasto=20solo=20nelle=20maschere=20del?= =?UTF-8?q?=20770,=20e=20andr=C3=A0=20sostituito=20con=20#include=20<***ba?= =?UTF-8?q?r.h>=20in=20base=20alle=20esigenze=20di=20ciascuna=20maschera?= =?UTF-8?q?=20man=20mano=20che=20le=20maschere=20saranno=20da=20modificare?= =?UTF-8?q?=20e=20ricompilare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@18514 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/toolbar.h | 70 ----------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100755 include/toolbar.h diff --git a/include/toolbar.h b/include/toolbar.h deleted file mode 100755 index abb8ebd29..000000000 --- a/include/toolbar.h +++ /dev/null @@ -1,70 +0,0 @@ -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 -