Files
SimpleRemoter/server/2015Remote/TalkDlg.h

32 lines
640 B
C
Raw Normal View History

#pragma once
#include "IOCPServer.h"
#include "afxwin.h"
// CTalkDlg <20>Ի<EFBFBD><D4BB><EFBFBD>
class CTalkDlg : public DialogBase
{
DECLARE_DYNAMIC(CTalkDlg)
public:
CTalkDlg(CWnd* Parent, IOCPServer* IOCPServer=NULL, CONTEXT_OBJECT *ContextObject=NULL); // <20><>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><ECBAAF>
virtual ~CTalkDlg();
// <20>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
enum { IDD = IDD_DIALOG_TALK };
void OnReceiveComplete(void){
}
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<><D6A7>
DECLARE_MESSAGE_MAP()
public:
CEdit m_EditTalk;
virtual BOOL OnInitDialog();
afx_msg void OnBnClickedButtonTalk();
virtual BOOL PreTranslateMessage(MSG* pMsg);
afx_msg void OnClose();
};