📄 paracfgview.h
字号:
#if !defined(AFX_ParaCfgView_H__6F78B8A1_CC79_11D6_B1D2_CF0B5E784620__INCLUDED_)
#define AFX_ParaCfgView_H__6F78B8A1_CC79_11D6_B1D2_CF0B5E784620__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ParaCfgView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CParaCfgView form view
//#include "PCI2006.h" // Added by ClassView
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "ListCtrlEx.h"
class CParaCfgView : public CFormView
{
protected:
CParaCfgView(); // protected constructor used by dynamic creation
void Sort();
DECLARE_DYNCREATE(CParaCfgView)
// Form Data
public:
//{{AFX_DATA(CParaCfgView)
enum { IDD = CG_IDD_ADCHANNEL };
CEdit m_OutTriggerVolt;
CEdit m_GroupInterval;
CEdit m_Frequency;
CComboBox m_ComBo_ADMode;
CComboBox m_ComBo_OutDigitAnalog;
CComboBox m_ComBo_ClockSource;
CComboBox m_ComBo_ChannelCount;
CComboBox m_TriggerSource;
CComboBox m_TriggerEdge;
CListCtrlEx m_List;
//}}AFX_DATA
// Attributes
public:
int CountItem;
// Operations
public:
void EnableWindows(BOOL Flag=TRUE);
void ReadPara();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CParaCfgView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CParaCfgView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CParaCfgView)
afx_msg void OnDeletechannel();
afx_msg void OnChangeEDITFrequence();
afx_msg void OnSelchangeCOMBOTriggerEdge();
afx_msg void OnSelchangeCOMBOTriggerSource();
afx_msg void OnAddchannel();
afx_msg void OnSelchangeCOMBOChannelCount();
afx_msg void OnSelchangeCOMBOADMode();
afx_msg void OnSelchangeCOMBOClockSource();
afx_msg void OnSelchangeCOMBOOutDigitAnalog();
afx_msg void OnChangeEDITGroupInterval();
afx_msg void OnChangeEDITOutTriggerVolt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ParaCfgView_H__6F78B8A1_CC79_11D6_B1D2_CF0B5E784620__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -