view src/win32/ModeConfirm.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 #if !defined(AFX_MODECONFIRM_H__AF9F877E_6EDF_4523_95C9_1C745ABBA796__INCLUDED_)
2 #define AFX_MODECONFIRM_H__AF9F877E_6EDF_4523_95C9_1C745ABBA796__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // -*- C++ -*-
8 // ModeConfirm.h : header file
9 //
11 /////////////////////////////////////////////////////////////////////////////
12 // ModeConfirm dialog
14 class ModeConfirm : public CDialog
15 {
16 // Construction
17 public:
18 int count;
19 UINT timer;
20 ModeConfirm(CWnd*pParent); // standard constructor
22 // Dialog Data
23 //{{AFX_DATA(ModeConfirm)
24 enum { IDD = IDD_MODE_CONFIRM };
25 // NOTE: the ClassWizard will add data members here
26 //}}AFX_DATA
28 // Overrides
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(ModeConfirm)
31 protected:
32 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support
33 //}}AFX_VIRTUAL
35 // Implementation
36 protected:
37 // Generated message map functions
38 //{{AFX_MSG(ModeConfirm)
39 afx_msg void OnCancel();
40 afx_msg void OnOk();
41 afx_msg void OnDestroy();
42 virtual BOOL OnInitDialog();
43 afx_msg void OnTimer(UINT nIDEvent);
44 //}}AFX_MSG
45 DECLARE_MESSAGE_MAP()
46 };
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51 #endif // !defined(AFX_MODECONFIRM_H__AF9F877E_6EDF_4523_95C9_1C745ABBA796__INCLUDED_)