#if !defined(AFX_PROJECTVIEW_H__678620E5_885B_11D1_A63A_A4C803C10000__INCLUDED_) #define AFX_PROJECTVIEW_H__678620E5_885B_11D1_A63A_A4C803C10000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ProjectView.h : header file // ///////////////////////////////////////////////////////////////////////////// // CProjectView form view #ifndef __AFXEXT_H__ #include #endif class CProjectView : public CFormView { protected: CProjectView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CProjectView) // Form Data public: //{{AFX_DATA(CProjectView) enum { IDD = IDD_PROJECT_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Attributes public: // Operations public: void ListToFiles(void); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CProjectView) public: virtual void OnInitialUpdate(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint); //}}AFX_VIRTUAL // Implementation protected: virtual ~CProjectView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CProjectView) afx_msg void OnProjectSetcompileoptions(); afx_msg void OnProjectSetlinkingoptions(); afx_msg void OnProjectInsertfile(); afx_msg void OnProjectRemovefile(); afx_msg void OnProjectRebuildall(); afx_msg void OnCommandsDebug(); afx_msg void OnCommandsLink(); afx_msg void OnCommandsRun(); afx_msg void OnProjectBuildproject(); afx_msg void OnDblclkSourceList(); afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); afx_msg void OnProjectExportasmakefile(); afx_msg void OnCommandsMake(); afx_msg void OnProjectExportandmake(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PROJECTVIEW_H__678620E5_885B_11D1_A63A_A4C803C10000__INCLUDED_)