📄 mysheetcontrol.h
字号:
// MySheetcontrol.h: interface for the CMySheetcontrol class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYSHEETCONTROL_H__6DB0AD61_D55D_430F_AE6A_6A16994B8321__INCLUDED_)
#define AFX_MYSHEETCONTROL_H__6DB0AD61_D55D_430F_AE6A_6A16994B8321__INCLUDED_
#include "QQFace.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMySheetcontrol
{
public:
bool bEnable;
void setEnable(bool enable);
void OnTimer();
void setCurrentpage(int pageNo);
int iCurrentPage;
void outRect();
CWnd *pParentWnd;
void Addpage(void *page);
UINT ID;
COLORREF col,bodorcol;
void draw(CDC *pDC);
CPtrArray arPages,arTitles;
CRect ControlRect;
void setPos(int left,int top,int right,int bottom);
CMySheetcontrol(UINT id,CWnd *parent);
virtual ~CMySheetcontrol();
void OnMouseMove(CPoint point);
void OnRButtonDown(CPoint point);
void OnLButtonUp(CPoint point);
void OnLButtonDown(CPoint point);
};
#endif // !defined(AFX_MYSHEETCONTROL_H__6DB0AD61_D55D_430F_AE6A_6A16994B8321__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -