www.pudn.com > 2DCAD_duojiemian.rar > ColorForm.h
#if !defined(AFX_COLORFORM_H__D94F57B8_8E22_4118_9230_4C895250906D__INCLUDED_) #define AFX_COLORFORM_H__D94F57B8_8E22_4118_9230_4C895250906D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ColorForm.h : header file // ///////////////////////////////////////////////////////////////////////////// // CColorForm form view #ifndef __AFXEXT_H__ #include#endif class CColorForm : public CFormView { protected: CColorForm(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CColorForm) // Form Data public: //{{AFX_DATA(CColorForm) enum { IDD = IDD_FORMVIEW }; int m_nColor; //}}AFX_DATA // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CColorForm) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: virtual ~CColorForm(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CColorForm) // 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_COLORFORM_H__D94F57B8_8E22_4118_9230_4C895250906D__INCLUDED_)