📄 cdma f9dlg.h
字号:
// CDMA f9Dlg.h : header file
//
#if !defined(AFX_CDMAF9DLG_H__162EFE8E_A11E_47BB_BB1E_90D60081BDAD__INCLUDED_)
#define AFX_CDMAF9DLG_H__162EFE8E_A11E_47BB_BB1E_90D60081BDAD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCDMAf9Dlg dialog
class CCDMAf9Dlg : public CDialog
{
// Construction
public:
CCDMAf9Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCDMAf9Dlg)
enum { IDD = IDD_CDMAF9_DIALOG };
CString m_plain_text;
CString m_count_i;
CString m_fresh;
CString m_message;
CString m_direction;
CString m_hex_f9_indata;
CString m_ik;
CString m_mac_i;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCDMAf9Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCDMAf9Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnChangePlainText();
afx_msg void OnChangeCountI();
afx_msg void OnChangeFresh();
afx_msg void OnChangeDirection();
afx_msg void OnChangeIk();
afx_msg void OnClear();
afx_msg void OnAutoinput();
afx_msg void OnClaculateMacI();
afx_msg void OnSave();
afx_msg void OnExit();
afx_msg void OnF9help();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CDMAF9DLG_H__162EFE8E_A11E_47BB_BB1E_90D60081BDAD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -