a
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
#if !defined(AFX_NAVEXEC2DDLG_H__F72E3BF0_8845_48F6_8EF5_E481B3C2D9EC__INCLUDED_)
|
||||
#define AFX_NAVEXEC2DDLG_H__F72E3BF0_8845_48F6_8EF5_E481B3C2D9EC__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// navspt2ddlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNavSpt2DDlg dialog
|
||||
|
||||
class CNavSpt2DDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CNavSpt2DDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CNavSpt2DDlg)
|
||||
enum { IDD = IDD_NAV_SPT_2D };
|
||||
CListCtrl m_2dList;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CNavSpt2DDlg)
|
||||
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(CNavSpt2DDlg)
|
||||
afx_msg void OnSize(UINT nType, int cx, int cy);
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnColumnclickListExec2d(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnItemchangedListExec2d(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnRclickListExec2d(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_NAVEXEC2DDLG_H__F72E3BF0_8845_48F6_8EF5_E481B3C2D9EC__INCLUDED_)
|
||||
Reference in New Issue
Block a user