ch341pardlg.h

来自「键盘扫描LED驱动芯片ch451资料及c语言源代码」· C头文件 代码 · 共 58 行

H
58
字号
// CH341PARDlg.h : header file
//

#if !defined(AFX_CH341PARDLG_H__792438EF_8C82_4EA0_905B_30A7A46AE668__INCLUDED_)
#define AFX_CH341PARDLG_H__792438EF_8C82_4EA0_905B_30A7A46AE668__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCH341PARDlg dialog
class CCH341PARDlg : public CDialog
{
// Construction
public:
	PUCHAR mStrtoVal(PUCHAR str,ULONG strlen);
	UCHAR mCharToBcd(UCHAR iChar);
	BOOL mClose();
	BOOL m_open;
	ULONG mIndex;
	CCH341PARDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CCH341PARDlg)
	enum { IDD = IDD_CH341PAR_DIALOG };
	CButton	m_ok;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCH341PARDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	afx_msg void OnDestroy();
	afx_msg void OnButton1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CH341PARDLG_H__792438EF_8C82_4EA0_905B_30A7A46AE668__INCLUDED_)

⌨️ 快捷键说明

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