ad2dlg.h

来自「利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX_AD2DLG_H__33E18627_6786_4A69_9FDA_EC92D0B70551__INCLUDED_)
#define AFX_AD2DLG_H__33E18627_6786_4A69_9FDA_EC92D0B70551__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AD2Dlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAD2Dlg dialog

class CAD2Dlg : public CDialog
{
// Construction
public:
	CAD2Dlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAD2Dlg)
	enum { IDD = IDD_ADJUST2 };
	CSliderCtrl	m_ctrlAd2Sld2;
	CSliderCtrl	m_ctrlAd2Sld1;
	int		m_iAd2Dnfre;
	int		m_iAd2Upfre;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAD2Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAD2Dlg)
	afx_msg void OnAd2Ok();
	virtual BOOL OnInitDialog();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnAd2Cancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_AD2DLG_H__33E18627_6786_4A69_9FDA_EC92D0B70551__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?