📄 scanviewer.h
字号:
// ScanViewer.h : ScanViewer 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CScanViewerApp:
// 有关此类的实现,请参阅 ScanViewer.cpp
//
class CScanViewerApp : public CWinApp
{
public:
CScanViewerApp();
ULONG_PTR m_gdiplusToken; //23:12 2007-11-26
// 重写
public:
virtual BOOL InitInstance();
// 实现
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
virtual int ExitInstance();
public:
void GetFirstMRUDir(CString & strDirPath);
//显示整数,用于测试
void IntegerToStringForTest(int iCount,int iA,int iB=1,int iC=1,int iD=1,int iE=1);
// 判断是否为图片文件(通过文件扩展名),真返回TRUE,假返回FLASE
BOOL IsPhotoFile(LPCTSTR pszFileName);
};
extern CScanViewerApp theApp;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -