GuiComboFont.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // GuiComboFont.h: interface for the CGuiComboFont class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_GUICOMBOFONT_H__F90413A3_060F_425E_BD8E_3CAC9448E306__INCLUDED_)
  5. #define AFX_GUICOMBOFONT_H__F90413A3_060F_425E_BD8E_3CAC9448E306__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CGuiComboFont : public CGuiComboBoxExt  
  10. {
  11. public:
  12. CGuiComboFont();
  13. virtual ~CGuiComboFont();
  14. };
  15. #endif // !defined(AFX_GUICOMBOFONT_H__F90413A3_060F_425E_BD8E_3CAC9448E306__INCLUDED_)