- //---------------------------------------------------------------------------
- #ifndef uCommonH
- #define uCommonH
- #include <classes.hpp>
- //---------------------------------------------------------------------------
- const String g_strAppName = "SimpOrderPrint";
- const String g_strAppTitle = "医药批发单据打印系统";
- const String g_strAppVer = " v1.3";
- AnsiString NumToRMBStr(double val);
- #endif