radios.h
来自「DOS下的图形界面开发包」· C头文件 代码 · 共 23 行
H
23 行
#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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?