a
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
#if !defined(AFX_NAVEXECVIEW_H__FECB3359_4FC4_4565_BD4E_2F34C6DC11AE__INCLUDED_)
|
||||
#define AFX_NAVEXECVIEW_H__FECB3359_4FC4_4565_BD4E_2F34C6DC11AE__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// navsptview.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNavSptView form view
|
||||
|
||||
#ifndef __AFXEXT_H__
|
||||
#include <afxext.h>
|
||||
#endif
|
||||
#include "navsptcedlg.h" // Added by ClassView
|
||||
#include "navspt2ddlg.h" // Added by ClassView
|
||||
#include "navspt3ddlg.h" // Added by ClassView
|
||||
|
||||
class CNavSptView : public CFormView
|
||||
{
|
||||
protected:
|
||||
CNavSptView(); // protected constructor used by dynamic creation
|
||||
DECLARE_DYNCREATE(CNavSptView)
|
||||
|
||||
// Form Data
|
||||
public:
|
||||
//{{AFX_DATA(CNavSptView)
|
||||
enum { IDD = IDD_NAV_SPT };
|
||||
CTabCtrl m_navTab;
|
||||
//}}AFX_DATA
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
|
||||
// Operations
|
||||
public:
|
||||
CNavSptCEDlg m_navCEDlg;
|
||||
CNavSpt2DDlg m_nav2DDlg;
|
||||
CNavSpt3DDlg m_nav3DDlg;
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CNavSptView)
|
||||
public:
|
||||
virtual void OnInitialUpdate();
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
virtual ~CNavSptView();
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
virtual void Dump(CDumpContext& dc) const;
|
||||
#endif
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CNavSptView)
|
||||
afx_msg void OnSelchangeNavExecTab(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnSize(UINT nType, int cx, int cy);
|
||||
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
private:
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_NAVEXECVIEW_H__FECB3359_4FC4_4565_BD4E_2F34C6DC11AE__INCLUDED_)
|
||||
Reference in New Issue
Block a user