OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
WaitingDlg.h
1#if !defined(AFX_WAITINGDLG_H__E9C283EE_68D1_40E9_83C6_AAB81D13ED25__INCLUDED_)
2#define AFX_WAITINGDLG_H__E9C283EE_68D1_40E9_83C6_AAB81D13ED25__INCLUDED_
3
4#if _MSC_VER > 1000
5#pragma once
6#endif // _MSC_VER > 1000
7// WaitingDlg.h : header file
8//
9
11// CWaitingDlg dialog
12
13class CWaitingDlg : public CDialog
14{
15// Construction
16public:
17 CWaitingDlg(CWnd* pParent = NULL); // standard constructor
18
19// Dialog Data
20 //{{AFX_DATA(CWaitingDlg)
21 enum { IDD = IDD_WAITING };
22 // NOTE: the ClassWizard will add data members here
23 //}}AFX_DATA
24
25
26// Overrides
27 // ClassWizard generated virtual function overrides
28 //{{AFX_VIRTUAL(CWaitingDlg)
29 protected:
30 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
31 //}}AFX_VIRTUAL
32
33// Implementation
34protected:
35
36 // Generated message map functions
37 //{{AFX_MSG(CWaitingDlg)
38 //}}AFX_MSG
39 DECLARE_MESSAGE_MAP()
40};
41
42//{{AFX_INSERT_LOCATION}}
43// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
44
45#endif // !defined(AFX_WAITINGDLG_H__E9C283EE_68D1_40E9_83C6_AAB81D13ED25__INCLUDED_)
Definition WaitingDlg.h:14