RADIOS.H
资源名称:dos_gui.zip [点击查看]
上传用户:wtrl82617
上传日期:2007-01-07
资源大小:187k
文件大小:1k
源码类别:
界面编程
开发平台:
DOS
- #ifndef __RADIOS_H
- #define __RADIOS_H
- #include "group.h"
- /////////////////////////////////////3/////////////////////////////////////
- typedef class radios_group_class Tradios_group;
- class radios_group_class:public Tgroup {
- public:
- public:
- radios_group_class (int ID,char *title_hotkey,int left,int top,int width,int height );
- virtual int control_change_value (int new_value );
- virtual int key_pressed_handler (int key_scan_num);
- virtual int msg_handler (MSG& message);
- protected:
- BOOL flag;
- };
- #endif