📄 peridialog.h
字号:
#if !defined(AFX_PERIDIALOG_H__83C4810D_3E31_11D4_B027_E953FF205073__INCLUDED_)
#define AFX_PERIDIALOG_H__83C4810D_3E31_11D4_B027_E953FF205073__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PeriDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPeriDialog dialog
class CPeriDialog : public CDialog
{
// Construction
public:
CPeriDialog::CPeriDialog (AGSIMENU *pMen, CWnd *pWnd); // new constructor
void Update (void); // Update dialog function
// Dialog Data
AGSIMENU *pM;
// Dialog Data
//{{AFX_DATA(CPeriDialog)
enum { IDD = IDD_ADCON };
CEdit m_scanInterval;
CEdit m_commPort;
CEdit m_fileName;
CEdit m_flashMemSize;
CEdit m_flashAddrBase;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPeriDialog)
protected:
virtual void PostNcDestroy();
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPeriDialog)
virtual BOOL OnInitDialog();
afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
afx_msg void OnClose();
afx_msg void OnSelchangeAdMode();
afx_msg void OnSelchangeAdClock();
afx_msg void OnSelchangeAdAcquisition();
afx_msg void OnSelchangeAdChannel();
afx_msg void OnKillfocusAdAdccon1();
afx_msg void OnKillfocusAdAdccon2();
afx_msg void OnKillfocusAdAdccon3();
afx_msg void OnKillfocusAdAdcdata();
afx_msg void OnKillfocusAdDmaphl();
afx_msg void OnAdConvst();
afx_msg void OnAdSconv();
afx_msg void OnAdCconv();
afx_msg void OnAdDma();
afx_msg void OnAdExc();
afx_msg void OnAdT2c();
afx_msg void OnAdAdci();
afx_msg void OnAdBusy();
afx_msg void OnKillfocusAdAin0();
afx_msg void OnKillfocusAdAin1();
afx_msg void OnKillfocusAdAin2();
afx_msg void OnKillfocusAdAin3();
afx_msg void OnKillfocusAdAin4();
afx_msg void OnKillfocusAdAin5();
afx_msg void OnKillfocusAdAin6();
afx_msg void OnKillfocusAdAin7();
afx_msg void OnKillfocusAdTemp();
afx_msg void OnKillfocusAdVref();
afx_msg void OnEnChangeAdAin2();
virtual void OnOK();
afx_msg void OnBrowse();
afx_msg void OnSave();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
};
extern AGSIMENU PeriMenu; // Peripheral Dialog
extern BYTE initflag;
extern DWORD g_FlashBase;
#endif // !defined(AFX_PERIDIALOG_H__83C4810D_3E31_11D4_B027_E953FF205073__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -