📄 picwnd.h
字号:
#if !defined(AFX_PICWND_H__82988985_4BAC_4471_B931_6B66009D8DA3__INCLUDED_)
#define AFX_PICWND_H__82988985_4BAC_4471_B931_6B66009D8DA3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PicWnd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPicWnd window
extern UINT MaxBody;
class CUserInfo;
class CPicWnd : public CObject
{
// Construction
public:
CPicWnd();
CBmpProc m_bm;
CBmpProc m_Pic;
CBmpProc m_bg;
CPtrList * m_pUserList;
CPtrList m_ShowUser;
CPtrList m_SenList;
COLORREF m_FontColor;
COLORREF m_BKColor;
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
// Implementation
public:
HRGN GetRgn(CUserInfo * pUserInfo);
void DrawSen(CDC * pDC,CRect * pRect);
POSITION AddSentence(CUserInfo * pUser);
void SetOrder(CRect * pRect);
void redraw(CDC * pDC);
void ShowPic(CDC * pDC,UINT PicID,int PicNum,CRect * pRect,BOOL bTurn=FALSE);
void draw(int x,int y,int Delx=-1,int Dely=-1);
COLORREF m_COL;
void draw(CRect * pRect,CRect * pDelRect=NULL);
void paint();
CWnd * m_pParentWnd;
void Create(CWnd * pCwnd,CPtrList * pUserList);
virtual ~CPicWnd();
// Generated message map functions
protected:
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PICWND_H__82988985_4BAC_4471_B931_6B66009D8DA3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -