www.pudn.com > 单文档多视图.rar > view8.h
#if !defined(AFX_VIEW8_H__0B63DE04_AD6B_4CEB_BAB6_198FDEFAA137__INCLUDED_) #define AFX_VIEW8_H__0B63DE04_AD6B_4CEB_BAB6_198FDEFAA137__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // view8.h : header file // ///////////////////////////////////////////////////////////////////////////// // view8 form view #ifndef __AFXEXT_H__ #include#endif class view8 : public CFormView { protected: view8(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(view8) // Form Data public: //{{AFX_DATA(view8) enum { IDD = IDD_DIALOG1 }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(view8) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: virtual ~view8(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(view8) // 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_VIEW8_H__0B63DE04_AD6B_4CEB_BAB6_198FDEFAA137__INCLUDED_)