Mercurial > vba-linux
view src/win32/ModeConfirm.h @ 8:08a8e09ca414
add files required by automake
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:54:39 -0600 |
parents | f9f4f1b99eed |
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 > 10005 #pragma once6 #endif // _MSC_VER > 10007 // -*- C++ -*-8 // ModeConfirm.h : header file9 //11 /////////////////////////////////////////////////////////////////////////////12 // ModeConfirm dialog14 class ModeConfirm : public CDialog15 {16 // Construction17 public:18 int count;19 UINT timer;20 ModeConfirm(CWnd*pParent); // standard constructor22 // Dialog Data23 //{{AFX_DATA(ModeConfirm)24 enum { IDD = IDD_MODE_CONFIRM };25 // NOTE: the ClassWizard will add data members here26 //}}AFX_DATA28 // Overrides29 // ClassWizard generated virtual function overrides30 //{{AFX_VIRTUAL(ModeConfirm)31 protected:32 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support33 //}}AFX_VIRTUAL35 // Implementation36 protected:37 // Generated message map functions38 //{{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_MSG45 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_)