1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #if !defined(AFX_DOGTIMEOUTDLG_H__13AACCDA_3CF5_4B2C_96B9_70977028A6F0__INCLUDED_)
- #define AFX_DOGTIMEOUTDLG_H__13AACCDA_3CF5_4B2C_96B9_70977028A6F0__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DogTimeOutDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DogTimeOutDlg dialog
- class DogTimeOutDlg : public CDialog
- {
- // Construction
- public:
- long hour;
- DogTimeOutDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(DogTimeOutDlg)
- enum { IDD = IDD_DLGdogtimeout };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DogTimeOutDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DogTimeOutDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DOGTIMEOUTDLG_H__13AACCDA_3CF5_4B2C_96B9_70977028A6F0__INCLUDED_)
|