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

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:wdt_tab_api.h
  3.  Author:szhy
  4.  Create Time:2007-6-21
  5.  
  6.  Description:tab control
  7.  Class Name:"TAB"
  8.  History:
  9. ===============================================================================*/
  10. #ifndef __WDT_TAB_API_H_
  11. #define __WDT_TAB_API_H_
  12. /*-------------------------------------------------------------------------------
  13. Macro Define
  14. -------------------------------------------------------------------------------*/
  15. #define DEF_TAB(lpClassName,x,y,nWidth,nHeight,ID,parentID,selectAndFocusStyle, 
  16. selectAndUnFocusStyle, unSelectStyle,styleWidth,styleHeight,interval) 
  17. lpClassName,x,y,nWidth,nHeight,ID,parentID,selectAndFocusStyle, 
  18. selectAndUnFocusStyle,unSelectStyle,styleWidth,styleHeight,interval,0,0,0,
  19. #define DEF_TAB_EVE(ID,lpOnKey) ID,0,0,0,lpOnKey,0,
  20. /*-------------------------------------------------------------------------------
  21. Constant Define
  22. -------------------------------------------------------------------------------*/
  23. #define WDT_TAB_SV_DATA 1
  24. #define WDT_TAB_SV_INDEX 2
  25. /*-------------------------------------------------------------------------------
  26. Function Declare
  27. -------------------------------------------------------------------------------*/
  28. void WDT_TAB_API_Register(void);
  29. PU08 WDT_TAB_API_GetVersion(void);
  30. #endif