www.pudn.com > backmode824.rar > ParaDialog.h
#if !defined(AFX_PARADIALOG_H__ED969C51_4FC1_43C5_B88C_A7202326E900__INCLUDED_)
#define AFX_PARADIALOG_H__ED969C51_4FC1_43C5_B88C_A7202326E900__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ParaDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CParaDialog dialog
class CParaDialog : public CDialog
{
// Construction
public:
CParaDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CParaDialog)
enum { IDD = IDD_DIALOG_PARA };
int m_iThread;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CParaDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CParaDialog)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PARADIALOG_H__ED969C51_4FC1_43C5_B88C_A7202326E900__INCLUDED_)