uCommon.h
上传用户:liuxiao
上传日期:2022-07-06
资源大小:1115k
文件大小:0k
源码类别:

打印编程

开发平台:

C++ Builder

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