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

📄 testphone.h

📁 usb的skype电话
💻 H
字号:
#if !defined(AFX_TESTPHONE_H__A1119A9E_0D9A_4F95_84F6_D5FED2A26769__INCLUDED_)
#define AFX_TESTPHONE_H__A1119A9E_0D9A_4F95_84F6_D5FED2A26769__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TESTPHONE.h : header file
//


class CPhoneUI;

/////////////////////////////////////////////////////////////////////////////
// TESTPHONE dialog

class TESTPHONE : public CDialog
{
public:
	CPhoneUI	*pPhoneUI;

	TESTPHONE(CWnd* pParent = NULL);   
	~TESTPHONE();
	
	void Display(CDC *pSourceDC, int width, int height);

protected:
	bool		b_Display;
	
	void UsbPhoenKeyDown(UCHAR key);


public:

// Dialog Data
	//{{AFX_DATA(TESTPHONE)
	enum { IDD = IDD_TESTPHONE };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(TESTPHONE)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(TESTPHONE)
	afx_msg void OnKeyUp();
	afx_msg void OnKeyCancel();
	afx_msg void OnKeyDown();
	afx_msg void OnKeyOk();
	afx_msg void OnKey1();
	afx_msg void OnKey2();
	afx_msg void OnKey3();
	afx_msg void OnKey4();
	afx_msg void OnKey5();
	afx_msg void OnKey6();
	afx_msg void OnKey7();
	afx_msg void OnKey8();
	afx_msg void OnKey9();
	afx_msg void OnKeyX();
	afx_msg void OnKey0();
	afx_msg void OnKeyJ();
	afx_msg void OnClose();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDecvol();
	afx_msg void OnIncvol();
	afx_msg void OnKeyInout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TESTPHONE_H__A1119A9E_0D9A_4F95_84F6_D5FED2A26769__INCLUDED_)

⌨️ 快捷键说明

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