sinadlg.h

来自「通过参数设置」· C头文件 代码 · 共 74 行

H
74
字号
// sinaDlg.h : header file
//

#if !defined(AFX_SINADLG_H__11C86969_EF31_454D_8D61_620DB00AE40E__INCLUDED_)
#define AFX_SINADLG_H__11C86969_EF31_454D_8D61_620DB00AE40E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CSinaDlg dialog

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


// Dialog Data
	//{{AFX_DATA(CSinaDlg)
	enum { IDD = IDD_SINA_DIALOG };
	CButton	m_ok;
	CStatic	m_sta_amp;
	CStatic	m_sta_fre;
	float	m_amp;
	float	m_fre;
	double pi;
	int		m_dianshu;
	HBRUSH m_brMine;
	int		m_yibianamp;
	int		m_yibianfre;
	int		m_yibianlen;
	int		m_yibianstart;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CSinaDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnChangeFrequency();
	afx_msg void OnChangeAmplitude();
	virtual void OnOK();
	afx_msg void OnExit();
	afx_msg int fudu1(int m);
	afx_msg int fudu2(int m,int h);
	afx_msg void OnChangeDianshu();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnChangeYibianfre();
	afx_msg void OnChangeYibianamp();
	afx_msg void OnChangeYibianlen();
	afx_msg void OnChangeYibianstart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SINADLG_H__11C86969_EF31_454D_8D61_620DB00AE40E__INCLUDED_)

⌨️ 快捷键说明

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