mysheetcontrol.h
来自「一个多方面查询的系统,也是很辛苦找到,并且做管理系统很多方面都用到的」· C头文件 代码 · 共 40 行
H
40 行
// 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 + =
减小字号Ctrl + -
显示快捷键?