?? pkg.h
字號(hào):
#if !defined(AFX_MESSAGE_H__7FBE7878_1F84_4325_91D1_5F650CB7EA7E__INCLUDED_)
#define AFX_MESSAGE_H__7FBE7878_1F84_4325_91D1_5F650CB7EA7E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Message.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPkg document
class CChatServer;
class CPkg : public CObject
{
protected:
DECLARE_DYNCREATE(CPkg)
// Attributes
public:
CPkg();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPkg)
public:
virtual void Serialize(CArchive& ar); // overridden for document i/o
protected:
//}}AFX_VIRTUAL
// Implementation
public:
void Init();
CString strText; //1
CString strName; //2
BOOL bAway; //3
int iMyIcon; //4
BOOL bBold; //5
BOOL bItalic; //6
BOOL bUnderLine; //7
BOOL bStrikeOut; //8
COLORREF clrText; //9
CString fontName; //10
int fontSize; //11
CString ipAddress; //12
UINT port; //13
UINT request; //14
DWORD pSocket; //15
virtual ~CPkg();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CPkg)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MESSAGE_H__7FBE7878_1F84_4325_91D1_5F650CB7EA7E__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -