?? lcysinedlg.h
字號:
// lcysineDlg.h : header file
//
#if !defined(AFX_LCYSINEDLG_H__15932AE7_FC5E_11D6_B9EE_AC4E140DD047__INCLUDED_)
#define AFX_LCYSINEDLG_H__15932AE7_FC5E_11D6_B9EE_AC4E140DD047__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CLcysineDlg dialog
class CLcysineDlg : public CDialog
{
// Construction
public:
/********************新加的內容開始*****************************/
static int lcy_Callback(void *inputBuffer, void *outputBuffer,
unsigned long framesPerBuffer,
double outTime, void *userData );
/**************************新加的內容結束***********************/
CLcysineDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLcysineDlg)
enum { IDD = IDD_LCYSINE_DIALOG };
CButton m_radio22050;
long m_edit1;
long m_edit2;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLcysineDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CLcysineDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
afx_msg void OnRadio5();
afx_msg void OnRadio6();
afx_msg void OnRadio7();
afx_msg void OnRadio8();
afx_msg void OnChangeEdit1();
afx_msg void OnChangeEdit2();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnClose();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
/********************新加的內容開始**********/
void lcy_CloseSoundCard(void);
void lcy_OpenSoundCard(void);
void *stream;
unsigned long m_lcy_f;
unsigned long m_time;
bool m_SetTimerNums;
bool m_OpenNums;
static unsigned long m_SAMPLE_RATE;
static float* m_sinaDatePr;
static unsigned long m_Index;
/**************************新加的內容結束*******/
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LCYSINEDLG_H__15932AE7_FC5E_11D6_B9EE_AC4E140DD047__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -