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

📄 stdafx.h

📁 基于EVC开发的图片集文件浏览和图片浏览为一体的程序
💻 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__76904EDB_C920_4002_AFBC_88FA138E5D98__INCLUDED_)
#define AFX_STDAFX_H__76904EDB_C920_4002_AFBC_88FA138E5D98__INCLUDED_

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

#define CENSTONE_BLIGHT		"\\NEW\\censtoneblight.exe"
#define CENSTONE_SOUND		"\\NEW\\censtonesound.exe"
#define CENSTONE_GPS		"\\StorageDisk\\Navigation\\SmartGuider.exe"
#define CENSTONE_VIDEO      "\\NEW\\SCenToneVideo.exe"
#define CENSTONE_AUDIO      "\\NEW\\SCenToneAudio.exe"
#define CENSTONE_PICTURE    "\\NEW\\PicImg.exe"
#define CENSTONE_BOOK       "\\NEW\\SCenTonebook.exe"
#define CENSTONE_CLOCK      "\\NEW\\Clocker.exe"
#define CENSTONE_CLOCKALARM	"\\NEW\\clockalarm.exe"
#define CENSTONE_TESTHB     "\\NEW\\testhb.exe"
#define CENSTONE_FANGKUAI   "\\NEW\\fangkuai.exe"
#define CENSTONE_CHESS      "\\NEW\\chess.exe"
#define CENSTONE_BOX        "\\NEW\\box.exe"
#define CENSTONE_CONFIGTIME "\\NEW\\Time.txt"
#define CENSTONE_CLOCKRING	"\\NEW\\ring.wav"
#define CENSTONE_AUDIOPLAY  "\\COREAUDIO\\PLAYER.exe"
#define CENSTONE_VIDEOPLAY  "\\COREVIDEO\\PLAYER.exe"
#define CENSTONE_WORD_VIEW  "\\NEW\\ECWord.exe"
#define CENSTONE_PPT_VIEW   "\\NEW\\ECPpt.exe"
#define CENSTONE_EXCEL_VIEW "\\NEW\\ECExcel.exe"
#define CENSTONE_PDF_VIEW   "\\NEW\\ECPdf.exe"
#define CENSTONE_WORD       L"\\Windows\\docviewer.exe"
#define CENSTONE_PPT        L"\\Windows\\presviewer.exe"
#define CENSTONE_PDF        L"\\Windows\\pdfviewer.exe"
#define CENSTONE_EXCEL      L"\\Windows\\xls.exe"
#define CENSTONE_STARTUP    "\\NEW\\censtonegps.exe"
#define CENSTONE_MARK       L"\\NandFlash\\NEW\\MarkInfo.txt"

#define VK_0			  0x32
#define VK_1			  0x31
#define VK_2			  0x30
#define VK_3			  0x33
#define VK_4			  0x34
#define VK_5			  0x35
#define VK_6			  0x36
#define VK_7			  0x38
#define VK_8			  0x37
#define VK_9			  0x39

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

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions

#if defined(_WIN32_WCE) && (_WIN32_WCE >= 211) && (_AFXDLL)
#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
#endif

#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__76904EDB_C920_4002_AFBC_88FA138E5D98__INCLUDED_)

⌨️ 快捷键说明

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