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