Commit for development environment setup
This commit is contained in:
42
PROMS/FONTS/Size Project/src/XMonoFontDialogTest.h
Normal file
42
PROMS/FONTS/Size Project/src/XMonoFontDialogTest.h
Normal file
@@ -0,0 +1,42 @@
|
||||
// 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
|
Reference in New Issue
Block a user