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

📄 stdafx.h

📁 影像融合与融合精度评价源码影像融合与融合精度评价源码
💻 H
字号:
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#if !defined(AFX_STDAFX_H__7944B286_555C_4C8D_8853_4D0CDF03FEFF__INCLUDED_)
#define AFX_STDAFX_H__7944B286_555C_4C8D_8853_4D0CDF03FEFF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
#include <afxdisp.h>        // MFC Automation classes
#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#define NavWndWidth          206
#define NavWndHeight         233
#define ZoomWndWidth         206//190//250//206
#define ZoomWndHeight        233//233//293//249

//全局变量///////////

extern    double      lfptDIBMousex ;
extern    double      lfptDIBMousey ; 

typedef enum {           //current operation state
	DO_NOTHING,
		ZOOM_IN,
		ZOOM_OUT,
		ZOOM_NOIN,  
		ZOOM_NOOUT,
		ZOOM_IN_WINDOW,
		IMAGE_MOVE,
		IMAGE_MEASURE,
} OperationType;

extern OperationType NormalStatus;
extern int m_algrithm;
extern BOOL m_isfusion;


//全局函数//////////
extern   void	 FillSolidRectUser(CDC * pDC, const CRect oldrcDest,const CRect newrcDest,COLORREF bkColor  = NULL );
extern   void    SetCurrentState();
#endif // !defined(AFX_STDAFX_H__7944B286_555C_4C8D_8853_4D0CDF03FEFF__INCLUDED_)

⌨️ 快捷键说明

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