mfc中IDC、IDD等资源标识的含义

⌚Time: 2023-01-09 11:32:38

👨‍💻Author: Jack Ge

VC++为了标识不同的资源而使用的符号,MFC中在resource.h中可以找到它们

资源的唯一标识,本质上是一个无符号整数


IDC    ->      ID   of   Control   

IDI    ->      ID   of   Icon   

IDB    ->      ID   of   Bitmap   

IDD    ->      ID   of   Dialog   

IDS    ->      ID   of   String   

ID     ->      ID   of   Menu