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

Static控件

开发平台:

Delphi

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