moduledlg.h
来自「主要是应用VC进行傅立叶变换和反变换的程序」· C头文件 代码 · 共 72 行
H
72 行
#if !defined(AFX_MODULEDLG_H__16F0AE21_8A74_11D3_B745_006008403496__INCLUDED_)
#define AFX_MODULEDLG_H__16F0AE21_8A74_11D3_B745_006008403496__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModuleDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ModuleDlg dialog
class ModuleDlg : public CDialog
{
// Construction
public:
ModuleDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(ModuleDlg)
enum { IDD = IDD_DIALOG1 };
int m_mValue1;
int m_mValue10;
int m_mValue11;
int m_mValue12;
int m_mValue13;
int m_mValue14;
int m_mValue16;
int m_mValue15;
int m_mValue17;
int m_mValue18;
int m_mValue19;
int m_mValue2;
int m_mValue20;
int m_mValue21;
int m_mValue22;
int m_mValue23;
int m_mValue24;
int m_mValue25;
int m_mValue3;
int m_mValue4;
int m_mValue5;
int m_mValue6;
int m_mValue7;
int m_mValue8;
int m_mValue9;
int m_Var;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ModuleDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ModuleDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODULEDLG_H__16F0AE21_8A74_11D3_B745_006008403496__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?