scannumdlg.h
来自「这是用提升小波变换与嵌入零树编码实现的256色灰度BMP图像压缩与解压缩的程序。」· C头文件 代码 · 共 47 行
H
47 行
#if !defined(AFX_SCANNUMDLG_H__113724C0_9236_47B2_9DF1_B211BC8DA714__INCLUDED_)
#define AFX_SCANNUMDLG_H__113724C0_9236_47B2_9DF1_B211BC8DA714__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScanNumDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CScanNumDlg dialog
class CScanNumDlg : public CDialog
{
// Construction
public:
CScanNumDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CScanNumDlg)
enum { IDD = IDD_DIALOG1 };
int m_ScanNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScanNumDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CScanNumDlg)
// 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_SCANNUMDLG_H__113724C0_9236_47B2_9DF1_B211BC8DA714__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?