⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookwnd.h

📁 此程序是基于BC4的蓝牙CE应用程序
💻 H
字号:
#if !defined(AFX_BOOKWND_H__50698458_769C_4839_AEE3_2B5654614CD6__INCLUDED_)
#define AFX_BOOKWND_H__50698458_769C_4839_AEE3_2B5654614CD6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BookWnd.h : header file
//
#define  BTCMD_BOOKWND     177
/////////////////////////////////////////////////////////////////////////////
// CBookWnd window

#include "MyBookButton.h"


#define PAGE_NAME_LIST     1
#define PAGE_DIALOUT       2
#define PAGE_BOOKMAIN      0
#define PAGE_UNGET         3
#define PAGE_GET           4
#define PAGE_INITIAL       5

class CBookWnd : public CWnd
{
// Construction
public:
	CBookWnd();

// Attributes
public:

// Operations
public:
 void CreateDispWin(const RECT& rect, CWnd* pParentWnd, UINT cmd);
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CBookWnd)

	//}}AFX_VIRTUAL

// Implementation
public:
	CRect rect_list_name;

	virtual ~CBookWnd();
    CRect rect_bookwnd,
		  rect_bookwnd_key_book,
		  rect_bookwnd_key_get,
		  rect_bookwnd_key_unget,
		  rect_bookwnd_key_dialout,
          rect_test;
	CBitmapButton btn_selkey_book,
		          btn_selkey_dialout,
				  btn_selkey_get,
				  btn_selkey_unget;

   CMyBookButton  list_name[10];
   DWORD numof_name;
	// Generated message map functions
protected:
	//{{AFX_MSG(CBookWnd)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnPaint();
	afx_msg void btn_booksel_book();
    afx_msg void btn_booksel_dialout();
	afx_msg void btn_booksel_get();
	afx_msg void btn_booksel_unget();

	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BOOKWND_H__50698458_769C_4839_AEE3_2B5654614CD6__INCLUDED_)

⌨️ 快捷键说明

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