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

Static控件

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USEPACKAGE("vcl50.bpi");
  5. USEPACKAGE("Vcldb50.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. #pragma argsused
  15. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  16. {
  17.         return 1;
  18. }
  19. //---------------------------------------------------------------------------