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

界面编程

开发平台:

DOS

  1. #ifndef __YYXSYS1_H
  2. #define __YYXSYS1_H
  3. #include "yyxsys.h"
  4. #include "yyxmsg.h"
  5. #define RIGHT 2
  6. #define LEFT  0
  7. #define UP    1
  8. #define DOWN  3
  9. void get_title_hotkey(char *title_hotkey,byte& hotkey);
  10. void draw_hotkey(char *title,byte hotkey,int title_pos_x,int title_pos_y);
  11. void draw_out_button (Rect therect);
  12. void draw_in_button (Rect therect);
  13. void draw_win_frame_rect (const Rect& therect );
  14. void  draw_win_frame_rect_and_others(Rect& Arect,char *title,
  15. int color1,int color2 );
  16. void draw_arrow( int left, int top, int right, int bottom, int direct,int color );
  17. #endif