page1.h

来自「一个多方面查询的系统,也是很辛苦找到,并且做管理系统很多方面都用到的」· C头文件 代码 · 共 34 行

H
34
字号
// Page1.h: interface for the CPage1 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PAGE1_H__81B658AE_C40C_4C8C_B6AF_53B665CBA010__INCLUDED_)
#define AFX_PAGE1_H__81B658AE_C40C_4C8C_B6AF_53B665CBA010__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "MySheetpage.h"

class CPage1 : public CMySheetpage  
{
public:
	bool bIsDBClick;
	void OutRect();
	void setPos(CRect rc);
	virtual void draw(CDC *pDC);
	void OnMouseMove(CPoint point);
	void OnRButtonDown(CPoint point);
	void OnLButtonUp(CPoint point);
	void OnLButtonDown(CPoint point);

	CPage1(char *title,int shape,CWnd *parent);
	CQQFace *QFace;
	CPage1();
	virtual ~CPage1();

};

#endif // !defined(AFX_PAGE1_H__81B658AE_C40C_4C8C_B6AF_53B665CBA010__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?