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

📄 ceocxhostdlg.h

📁 《Windows CE 权威指南》(作者:(美)CHRIS MUENCH
💻 H
字号:
// CeOCXHostDlg.h : header file
//
//{{AFX_INCLUDES()
#include "hexconv.h"
//}}AFX_INCLUDES

#if !defined(AFX_CEOCXHOSTDLG_H__BBCBD7D8_FE98_44F2_8B3E_D1FADA3E9950__INCLUDED_)
#define AFX_CEOCXHOSTDLG_H__BBCBD7D8_FE98_44F2_8B3E_D1FADA3E9950__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCeOCXHostDlg dialog

class CCeOCXHostDlg : public CDialog
{
// Construction
public:
	CCeOCXHostDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CCeOCXHostDlg)
	enum { IDD = IDD_CEOCXHOST_DIALOG };
	CHexConv	m_ctrlHexConv;
	long	m_lOutVal;
	long	m_lInVal;
	CString	m_strInString;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCeOCXHostDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSetin();
	afx_msg void OnGetout();
	afx_msg void OnSetstr();
	afx_msg void OnOutChangeHexconv1();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CEOCXHOSTDLG_H__BBCBD7D8_FE98_44F2_8B3E_D1FADA3E9950__INCLUDED_)

⌨️ 快捷键说明

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