www.pudn.com > zx.zip > SendDlg.h
#if !defined(AFX_SENDDLG_H__8DC329E1_385D_11D6_8117_00D0F80EFF05__INCLUDED_)
#define AFX_SENDDLG_H__8DC329E1_385D_11D6_8117_00D0F80EFF05__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SendDlg.h : header file
//
#include "zclientDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CSendDlg dialog
class CSendDlg : public CDialog
{
// Construction
public:
CSendDlg(CWnd* pParent = NULL); // standard constructor
CZclientDlg *pDlg;
// Dialog Data
//{{AFX_DATA(CSendDlg)
enum { IDD = IDD_DIALOG_SENDMESSAGE };
CString m_strSendMsg;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSendDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSendDlg)
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_SENDDLG_H__8DC329E1_385D_11D6_8117_00D0F80EFF05__INCLUDED_)