resource.h

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

H
25
字号
#ifndef __SLAYER_RESOURCE_H
#define __SLAYER_RESOURCE_H

#define IDD_SLAYERSHEET 100
#define IDD_EDITCOMPATIBILITYMODES 101

#define IDC_CHKRUNCOMPATIBILITY 1001
#define IDC_COMPATIBILITYMODE 1002
#define IDC_CHKRUNIN256COLORS 1003
#define IDC_CHKRUNIN640480RES 1004
#define IDC_CHKDISABLEVISUALTHEMES 1005
#define IDC_EDITCOMPATIBILITYMODES 1006
#define IDC_INFOLINK 1007
#define IDC_COMPATGROUP 1008
#define IDC_ADD 1009
#define IDC_EDIT 1010
#define IDC_DELETE 1011

#define IDS_SLAYER 100
#define IDS_DESCRIPTION 101

#endif /* __SLAYER_RESOURCE_H */

/* EOF */

⌨️ 快捷键说明

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