wdt_pbr_api.h
上传用户:sunhongbo
上传日期:2022-01-25
资源大小:3010k
文件大小:1k
源码类别:

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:wdt_pbr_api.h
  3.  Author:QJX
  4.  Create Time:2007-8-21
  5.  
  6.  Description:progress bar control
  7.  Class Name:"PBR"
  8.  History:
  9. ===============================================================================*/
  10. #ifndef __WDT_PBR_API_H_
  11. #define __WDT_PBR_API_H_
  12. /*-------------------------------------------------------------------------------
  13. Macro Define
  14. -------------------------------------------------------------------------------*/
  15. #define DEF_PBR(lpClassName,x,y,nWidth,nHeight,ID,parentID,BarColor,BkColor,BkWidth,BkHeight) 
  16. lpClassName,x,y,nWidth,nHeight,ID,parentID,BarColor,BkColor,0,BkWidth,BkHeight,0,0,0,0,
  17. #define DEF_PBR_EVE(ID,lpOnKey) ID,0,0,0,lpOnKey,0,
  18. /*-------------------------------------------------------------------------------
  19. Constant Define
  20. -------------------------------------------------------------------------------*/
  21. #define WDT_PBR_SV_CHANGE 1
  22. #define WDT_PBR_SV_COLOR            2
  23. #define WDT_PBR_SV_DATESTR          3
  24. /*-------------------------------------------------------------------------------
  25. Function Declare
  26. -------------------------------------------------------------------------------*/
  27. void WDT_PBR_API_Register(void);
  28. PU08 WDT_PBR_API_GetVersion(void);
  29. #endif
  30.