?? sinadlg.h
字號:
// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -