#if !defined(AFX_NULLFORM_H__75C81BC1_5E20_11D4_964F_00C0F02C4B69__INCLUDED_) #define AFX_NULLFORM_H__75C81BC1_5E20_11D4_964F_00C0F02C4B69__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // NullForm.h : header file // ///////////////////////////////////////////////////////////////////////////// // CNullForm form view #ifndef __AFXEXT_H__ #include #endif class CNullForm : public CFormView { public: CNullForm(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CNullForm) // Form Data public: //{{AFX_DATA(CNullForm) enum { IDD = IDD_NULLFORM_FORM }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Attributes public: // Operations public: void DeActivate(); void Activate(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNullForm) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: virtual ~CNullForm(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CNullForm) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_NULLFORM_H__75C81BC1_5E20_11D4_964F_00C0F02C4B69__INCLUDED_)