Mfc Tips

//z 2014-03-18 21:46:23 IS2120@BG57IV3 T4288191219.K.F362152007 
1. 资源命名前缀
  • IDA = An accelerator table resource
  • IDB = A bitmap resource
  • IDC = A command identifier
  • IDD = A dialog box resource
  • IDI = An icon resource
  • IDM = A menu command identifier
  • IDR = Multiple resource types, perhaps those common to an entire application or window
  • IDS = A string resource
  • ID = An unknown or custom resource

IDC_:控件的ID命名前缀(Control)

IDM_:菜单的ID命名前缀(Menu)

IDD_:对话框的ID命名前缀(Dialog)

IDR_:资源的ID命名前缀(Resource)

IDS_:字符串的ID命名前缀(String)

IDB_:位图资源的ID命名前缀(Bitmap)

IDI_: 图标资源的ID命名前缀(ICON)

Let us be thankful we have an occupation to fill. Work hard, increase production, prevent accidents and be happy.



@IS2120#CNBLOGS.T2169364049[T1,L65,R1,V259]:备忘
$ € ₤ ₭ ₪ ₩ ₮ ₦ ₱ ฿ ₡ ₫ ﷼ ¥ ﷼ ₫ ₡ ฿ ₱ ₦ ₮ ₩ ₪ ₭ ₤ € $
原文地址:https://www.cnblogs.com/IS2120/p/6745683.html