#if !defined(AFX_SND_H__2AAD2285_7424_11D2_8045_540610C10374__INCLUDED_)
====================================
这些宏定义是为了防止头文件被重复包含的!#pragma once
======
防止头文件被重复包含的//{{AFX_MSG(CSndApp)
afx_msg void OnAppAbout();
//-------5.赤之类问 很多类的成员函数 前面都有 "afx_msg",问加上"afx_msg"这个是什么意思.
// NOTE - the ClassWizard will add and remove member functions here.
//    DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
===========================================
MFC消息映射宏!!