📄 idcalculate.h
字号:
#if !defined(AFX_IDCALCULATE_H__32B1DB62_5157_4011_B6E4_CC2AB8ACA128__INCLUDED_)
#define AFX_IDCALCULATE_H__32B1DB62_5157_4011_B6E4_CC2AB8ACA128__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IDCalculate.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CIDCalculate dialog
class CIDCalculate : public CDialog
{
// Construction
public:
CIDCalculate(CWnd* pParent = NULL); // standard constructor
bool m_bExtFrameType;
CString m_strID;
void ConvertFromIDByteToID(CString strIDByte,CString &strID);
void ConvertFromIDToIDByte(CString &strIDByte,CString strID);
int strtodata(unsigned char *str, unsigned char *data,int len,int flag);
int chartoint(unsigned char chr, unsigned char *cint);
// Dialog Data
//{{AFX_DATA(CIDCalculate)
enum { IDD = IDD_DIALOG_ID };
CString m_strIDByte;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIDCalculate)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CIDCalculate)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IDCALCULATE_H__32B1DB62_5157_4011_B6E4_CC2AB8ACA128__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -