?? e05doc.h
字號:
// E05Doc.h : interface of the CE05Doc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_E05DOC_H__BB274781_132C_11D5_9CC9_00A0C99CD581__INCLUDED_)
#define AFX_E05DOC_H__BB274781_132C_11D5_9CC9_00A0C99CD581__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ChatSocket.h"
#define MAX_BUFFER_SIZE 100
#define BASE_CHANNEL 2000
class CE05Doc : public CDocument
{
protected: // create from serialization only
CE05Doc();
DECLARE_DYNCREATE(CE05Doc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CE05Doc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
void SendMessage(LPSTR msg);
void ReceiveMessage(void);
virtual ~CE05Doc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CE05Doc)
afx_msg void OnFileConnect();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void ShowMessage(LPSTR msg);
CChatSocket* m_socket;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_E05DOC_H__BB274781_132C_11D5_9CC9_00A0C99CD581__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -