resources.h

来自「一个类似windows」· C头文件 代码 · 共 27 行

H
27
字号
#ifndef __SNDVOL_RESOURCES_H
#define __SNDVOL_RESOURCES_H

#define IDM_MAINMENU 101

#define IDI_MAINAPP 101

#define IDC_PROPERTIES 1001
#define IDC_ADVANCED_CONTROLS 1002
#define IDC_EXIT 1003
#define IDC_HELP_TOPICS 1101
#define IDC_ABOUT 1102

#define IDD_PREFERENCES 101
#define IDC_MIXERDEVICE 1001
#define IDC_PLAYBACK 1002
#define IDC_RECORDING 1003
#define IDC_OTHER 1004
#define IDC_LINE 1005
#define IDC_LABELCONTROLS 1006
#define IDC_CONTROLS 1007

#define IDS_SNDVOL32 100
#define IDS_NOMIXERDEVICES 101

#endif /* __SNDVOL_RESOURCES_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?