BarcodeB4Run.cpp
上传用户:xdwang_66
上传日期:2016-04-26
资源大小:1726k
文件大小:1k
源码类别:

Static控件

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USEPACKAGE("vcl40.bpi");
  5. USEPACKAGE("Vcldb40.bpi");
  6. USEUNIT("HBarCode.pas");
  7. USEUNIT("pBarCode.pas");
  8. USEUNIT("pDBBarcode.pas");
  9. //---------------------------------------------------------------------------
  10. #pragma package(smart_init)
  11. //---------------------------------------------------------------------------
  12. //   Package source.
  13. //---------------------------------------------------------------------------
  14. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  15. {
  16.         return 1;
  17. }
  18. //---------------------------------------------------------------------------