定义CImageList加载图片
在drawitem中 CDC* pDC;
pDC = CDC::FromHandle(lpDrawItemStruct->hDC);
CRect rtClient;
GetClientRect(&rtClient);
ImageList.Draw ...