From 6d9bd26ea64a64e0691e1d532c10c12910040edd Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Mon, 9 Jun 2025 01:48:44 +0200 Subject: [PATCH] Patch level : 01.00 0282 Files correlati : f23.dir f23.trr f9.dir f9.trr Bug : Aggiornamento FePA --- build/fp010.vcxproj | 22 +- build/fp010.vcxproj.filters | 30 +- build/fp011.vcxproj | 8 +- build/fp011.vcxproj.filters | 8 +- build/ve011.vcxproj | 4 +- build/ve011.vcxproj.filters | 12 +- .../wx28X/lib/vc_lib/mswd/wx/msw/rcdefs.h | 2 +- src/cg/cg1500a1.rep | 200 ++++++------ src/cg/cg1500a2.rep | 200 ++++++------ src/cg/cg1500a3.rep | 192 ++++++------ src/fp01/fp0100.cpp | 4 +- src/fp01/{fp0100a.h => fp0100a01.h} | 0 src/fp01/{fp0100a.uml => fp0100a01.uml} | 2 +- src/fp01/fp0200.cpp | 4 +- src/fp01/{fp0200a.h => fp0200a01.h} | 0 src/fp01/{fp0200a.uml => fp0200a01.uml} | 2 +- src/fp01/fp0300.cpp | 8 +- src/fp01/{fp0300a.h => fp0300a01.h} | 0 src/fp01/{fp0300a.uml => fp0300a01.uml} | 2 +- src/fp01/fp0400.cpp | 20 +- src/fp01/{fp0400a.h => fp0400a01.h} | 0 src/fp01/{fp0400a.uml => fp0400a01.uml} | 2 +- src/fp01/fp0700.cpp | 8 +- src/fp01/{fp0700a.h => fp0700a01.h} | 0 src/fp01/{fp0700a.uml => fp0700a01.uml} | 2 +- src/fp01/fp1100.cpp | 4 +- src/fp01/{fp1100a.h => fp1100a01.h} | 0 src/fp01/{fp1100a.uml => fp1100a01.uml} | 2 +- src/fp01/fp1200.cpp | 4 +- src/fp01/{fp1200a.h => fp1200a01.h} | 0 src/fp01/{fp1200a.uml => fp1200a01.uml} | 2 +- src/fp01/fpmenu.men | 28 -- src/fp01/fpmenuf.men | 30 ++ src/include/defmask.h | 2 + src/include/urldefid.h | 13 +- src/include01/alex.cpp | 24 +- src/include01/bagn001a.h | 1 - src/include01/bagn001a.uml | 6 - src/include01/bagn003.h | 1 - src/include01/bagn003.uml | 6 - src/include01/form.cpp | 20 +- src/include01/maskfld.cpp | 173 +++++------ src/include01/maskfld.h | 16 +- src/include01/prefix.cpp | 6 +- src/include01/printer.cpp | 41 +-- src/include01/printer.h | 6 - src/include01/printwin.cpp | 2 +- src/include01/reprint.cpp | 57 ++-- src/include01/variant.cpp | 2 +- src/include01/viswin.cpp | 2 +- src/include01/xvtility.cpp | 8 +- src/res/resource.ini | 6 +- src/ve01/ve0100.cpp | 55 ++-- src/ve01/ve1300.cpp | 32 +- src/ve01/ve1300a.h | 20 -- src/ve01/ve1300a.uml | 292 ------------------ src/ve01/velib06.cpp | 2 +- src/ve01/velib06a.cpp | 2 +- src/ve01/velib08.cpp | 56 ++-- src/ve01/vetbcnt.h | 8 - src/ve01/vetbcnt.uml | 138 --------- 61 files changed, 625 insertions(+), 1174 deletions(-) rename src/fp01/{fp0100a.h => fp0100a01.h} (100%) rename src/fp01/{fp0100a.uml => fp0100a01.uml} (99%) rename src/fp01/{fp0200a.h => fp0200a01.h} (100%) rename src/fp01/{fp0200a.uml => fp0200a01.uml} (99%) rename src/fp01/{fp0300a.h => fp0300a01.h} (100%) rename src/fp01/{fp0300a.uml => fp0300a01.uml} (99%) rename src/fp01/{fp0400a.h => fp0400a01.h} (100%) rename src/fp01/{fp0400a.uml => fp0400a01.uml} (99%) rename src/fp01/{fp0700a.h => fp0700a01.h} (100%) rename src/fp01/{fp0700a.uml => fp0700a01.uml} (99%) rename src/fp01/{fp1100a.h => fp1100a01.h} (100%) rename src/fp01/{fp1100a.uml => fp1100a01.uml} (99%) rename src/fp01/{fp1200a.h => fp1200a01.h} (100%) rename src/fp01/{fp1200a.uml => fp1200a01.uml} (99%) delete mode 100644 src/fp01/fpmenu.men create mode 100644 src/fp01/fpmenuf.men delete mode 100644 src/ve01/ve1300a.h delete mode 100644 src/ve01/ve1300a.uml delete mode 100644 src/ve01/vetbcnt.h delete mode 100644 src/ve01/vetbcnt.uml diff --git a/build/fp010.vcxproj b/build/fp010.vcxproj index 9cebf450e..a17a7eec7 100644 --- a/build/fp010.vcxproj +++ b/build/fp010.vcxproj @@ -193,27 +193,27 @@ - - - - - + + + + + - + false - - - + + + - + Document - + diff --git a/build/fp010.vcxproj.filters b/build/fp010.vcxproj.filters index f9177f3f8..91beccd3b 100644 --- a/build/fp010.vcxproj.filters +++ b/build/fp010.vcxproj.filters @@ -41,44 +41,39 @@ Headers - + Headers - + Headers - + Headers - + Headers - + Headers - + Masks - + Masks - + Masks - + Masks - + Masks - - - Menu - - Reports @@ -90,4 +85,9 @@ + + + Menu + + \ No newline at end of file diff --git a/build/fp011.vcxproj b/build/fp011.vcxproj index 8e2966d55..7df323db1 100644 --- a/build/fp011.vcxproj +++ b/build/fp011.vcxproj @@ -192,14 +192,14 @@ - - + + - + Document - + diff --git a/build/fp011.vcxproj.filters b/build/fp011.vcxproj.filters index 8c9a1a928..7cc2bf456 100644 --- a/build/fp011.vcxproj.filters +++ b/build/fp011.vcxproj.filters @@ -26,18 +26,18 @@ Headers - + Headers - + Headers - + Masks - + Masks diff --git a/build/ve011.vcxproj b/build/ve011.vcxproj index 423b3c0eb..bbfea24d7 100644 --- a/build/ve011.vcxproj +++ b/build/ve011.vcxproj @@ -198,7 +198,7 @@ - + @@ -209,7 +209,7 @@ - + diff --git a/build/ve011.vcxproj.filters b/build/ve011.vcxproj.filters index 3d0661162..b108f8fca 100644 --- a/build/ve011.vcxproj.filters +++ b/build/ve011.vcxproj.filters @@ -77,9 +77,6 @@ Masks - - Masks - Masks @@ -95,6 +92,9 @@ Masks + + Masks + @@ -106,9 +106,6 @@ Headers - - Headers - Headers @@ -136,6 +133,9 @@ Headers + + Headers + diff --git a/libraries/wx28X/lib/vc_lib/mswd/wx/msw/rcdefs.h b/libraries/wx28X/lib/vc_lib/mswd/wx/msw/rcdefs.h index a5b583c61..08a4c60db 100644 --- a/libraries/wx28X/lib/vc_lib/mswd/wx/msw/rcdefs.h +++ b/libraries/wx28X/lib/vc_lib/mswd/wx/msw/rcdefs.h @@ -14,7 +14,7 @@ #define _WX_RCDEFS_H -#define WX_MSC_FULL_VER 160030319 +#define WX_MSC_FULL_VER 191627051 diff --git a/src/cg/cg1500a1.rep b/src/cg/cg1500a1.rep index 92fd7dcb0..73f284deb 100644 --- a/src/cg/cg1500a1.rep +++ b/src/cg/cg1500a1.rep @@ -1,23 +1,23 @@ - + Stampa bilancio a sezioni contrapposte -