43 lines
982 B
C++
43 lines
982 B
C++
// XMonoFontDialogTest.h
|
|
//
|
|
|
|
#ifndef XMONOFONTDIALOGTEST_H
|
|
#define XMONOFONTDIALOGTEST_H
|
|
|
|
#ifndef __AFXWIN_H__
|
|
#error include 'stdafx.h' before including this file for PCH
|
|
#endif
|
|
|
|
#include "resource.h" // main symbols
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CXMonoFontDialogTestApp:
|
|
// See XMonoFontDialogTest.cpp for the implementation of this class
|
|
//
|
|
|
|
class CXMonoFontDialogTestApp : public CWinApp
|
|
{
|
|
public:
|
|
CXMonoFontDialogTestApp();
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CXMonoFontDialogTestApp)
|
|
public:
|
|
virtual BOOL InitInstance();
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
|
|
//{{AFX_MSG(CXMonoFontDialogTestApp)
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif //XMONOFONTDIALOGTEST_H
|