📄 ch341pardlg.h
字号:
// 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:
ULONG mIndex;
BOOL m_open;
CCH341PARDlg(CWnd* pParent = NULL); // standard constructor
PUCHAR mStrtoVal(PUCHAR str,ULONG strlen);
UCHAR mCharToBcd(UCHAR iChar);
ULONG CCH341PARDlg::mStrToBcd(CString str);
BOOL mClose();
void enablebtn(BOOL bEnable);
// 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 OnDestroy();
afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -