TOOLBAR.H
上传用户:bjghjy
上传日期:2007-01-07
资源大小:379k
文件大小:1k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. BOOL RegisterToolBar(void);
  2. HWND CreateToolBar(HWND);
  3. int PushStop(void);
  4. int PushPlay(void);
  5. extern int TOOLBAR_HEIGHT;
  6. #define WM_DRAWBUTTON WM_USER+1
  7. #define BUTTON_WIDTH 22
  8. #define BUTTON_HEIGHT 22
  9. #define STATE_MOUSEDOWN 1
  10. #define STATE_MOUSEOUT 2
  11. #define STATE_NCMOUSEDOWN 4
  12. #define BTN_PLAY 0
  13. #define BTN_PAUSE 1
  14. #define BTN_STOP 2
  15. #define BTN_NEXT 3
  16. #define BTN_PREV 4
  17. #define BTN_RECORD 5
  18. #define BTN_SELE_3 6
  19. #define BTN_SELE_4 7
  20. #define BTN_SELE_5 8
  21. #define BTN_FX 9
  22. #define BTN_NEWS 10
  23. #define BTN_HELP 11
  24. #define BTN_SZDP    12
  25. #define BTN_SHDP    13
  26. #define BTN_GGXX    14
  27. #define BTN_EXIT    15