📄 pdcwannewdlg.h
字号:
// PDCWanNewDlg.h : header file
//PDCWanNewDlg.h
#ifndef _PDCWANNEWDLG_H__
#define _PDCWANNEWDLG_H__
#include "ControlEdit.h" //控制CEdit类输入的类CControlEidt
#include "CommProc.h" //
/////////////////////////////////////////////////////////////////////////////
// CPDCWanNewDlg dialog
class CPDCWanNewDlg : public CDialog
{
// Construction
public:
CPDCWanNewDlg(CWnd* pParent = NULL); // standard constructor
CCommProc pCommProc; //公共函数类
// Dialog Data
//{{AFX_DATA(CPDCWanNewDlg)
enum { IDD = IDD_PDCWANNEW_DIALOG };
CControlEdit m_CEConCenter;
CControlEdit m_CEStartAddress;
CControlEdit m_CEEndAddress;
CString m_EndAddress;
CString m_StartAddtess;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPDCWanNewDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CPDCWanNewDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnWriteRAM();
afx_msg void OnBtnReadRAM();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
unsigned char m_cLed[2];
BOOL m_bOnLedFlash;
UINT m_iTimer;
private:
int m_iStatus;
};
#endif _PDCWANNEWDLG_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -