56 lines
1.5 KiB
C++
56 lines
1.5 KiB
C++
#if !defined(AFX_NAVEXECCEDLG_H__1F784B2C_82E7_47E1_A4D6_474BD72B3A8F__INCLUDED_)
|
|
#define AFX_NAVEXECCEDLG_H__1F784B2C_82E7_47E1_A4D6_474BD72B3A8F__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// navsptcedlg.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CNavSptCEDlg dialog
|
|
|
|
class CNavSptCEDlg : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
CNavSptCEDlg(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(CNavSptCEDlg)
|
|
enum { IDD = IDD_NAV_SPT_CE };
|
|
CListCtrl m_ceList;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CNavSptCEDlg)
|
|
public:
|
|
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CNavSptCEDlg)
|
|
afx_msg void OnSize(UINT nType, int cx, int cy);
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnColumnclickListExecce(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnItemchangedListExecce(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnRclickListExecce(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
private:
|
|
void Schedule(void);
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_NAVEXECCEDLG_H__1F784B2C_82E7_47E1_A4D6_474BD72B3A8F__INCLUDED_)
|