www.pudn.com > CTableDemo.rar > CTableDemo.h
// CTableDemo.h : main header file for the CTABLEDEMO application
//
#if !defined(AFX_CTABLEDEMO_H__5522F51F_10FE_4EC1_88F1_323D19DEA873__INCLUDED_)
#define AFX_CTABLEDEMO_H__5522F51F_10FE_4EC1_88F1_323D19DEA873__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CoolControlsManager.h"
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CCTableDemoApp:
// See CTableDemo.cpp for the implementation of this class
//
class CCTableDemoApp : public CWinApp
{
public:
CCTableDemoApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCTableDemoApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CCTableDemoApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CTABLEDEMO_H__5522F51F_10FE_4EC1_88F1_323D19DEA873__INCLUDED_)