ad1dlg.h
来自「利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_AD1DLG_H__AA059ACB_1C54_47FA_A45E_A28FAB261127__INCLUDED_)
#define AFX_AD1DLG_H__AA059ACB_1C54_47FA_A45E_A28FAB261127__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AD1Dlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAD1Dlg dialog
class CAD1Dlg : public CDialog
{
// Construction
public:
CAD1Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAD1Dlg)
enum { IDD = IDD_ADJUST1 };
CSliderCtrl m_ctrlAd1Sld2;
CSliderCtrl m_ctrlAd1Sld1;
int m_iAd1Upfre;
int m_iAd1Dnfre;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAD1Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAD1Dlg)
afx_msg void OnAd1Ok();
virtual BOOL OnInitDialog();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnAd1Cancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AD1DLG_H__AA059ACB_1C54_47FA_A45E_A28FAB261127__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?