2013年3月29日

用于WTL工具栏的辅助类CToolBarHelper

摘要: 1 #pragma once 2 3 template <typename T> 4 class ATL_NO_VTABLE CToolBarHelper 5 { 6 HFONT m_nonClientFont; 7 8 CSimpleMap<UINT, UINT> m_mapMenu; 9 10 public: 11 CToolBarHelper() : m_nonClientFont( NULL ) {} 12 13 ~CToolBarHelper() 14 { 15 if ( m_nonClientFon... 阅读全文

posted @ 2013-03-29 16:11 郁郁思扬 阅读(660) 评论(0) 推荐(0) 编辑

导航