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

金融证券系统

开发平台:

Visual C++

  1. BOOL RegisterCaption();
  2. BOOL CreateWndCaption(HWND);
  3. LRESULT CALLBACK CaptionWndProc(HWND, UINT, WPARAM, LPARAM);
  4. #define     DRAW_TIME -1
  5. #define BLACK_SIGN 0
  6. #define GREEN_SIGN 1
  7. #define RED_SIGN 2
  8. #define YELLOW_SIGN 3
  9. int DrawTime(int ret);
  10. void DispQsName(int JyQs,int color);