⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info.h

📁 正交变换.rar文件压缩的基础知识无毒good
💻 H
字号:
#if !defined(AFX_INFO_H__1BC651D6_A5A1_4DFD_9DF4_72D2A6009F61__INCLUDED_)
#define AFX_INFO_H__1BC651D6_A5A1_4DFD_9DF4_72D2A6009F61__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Info.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CInfo dialog

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

// Dialog Data
	//{{AFX_DATA(CInfo)
	enum { IDD = IDD_DIALOG_INFO };
	CString	m_Info_wavelet;
	CString	m_Info_level;
	CString	m_Info_method;
	CString	m_Info_time;
	CString	m_Info_pnsr;
	CString	m_Info_memory;
	CString	m_Info_Image;
	CString	m_Info_height;
	CString	m_Info_width;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CInfo)
		// 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_INFO_H__1BC651D6_A5A1_4DFD_9DF4_72D2A6009F61__INCLUDED_)

⌨️ 快捷键说明

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