📄 resorgcore_globals.h
字号:
/************************************************************************
*
* Resource ID Organiser Core Library
*
* (c) Copyright 2000-2004 by Anna-Jayne Metcalfe (resorg@annasplace.me.uk)
* All rights reserved.
*
************************************************************************
*
* Filename : ResOrgCore_Globals.h
*
* Description : Global methods for the ResOrgCore library
*
* Compiler : Microsoft Visual C++ 6.0, Service Pack 3 or later
* Microsoft Visual C++ .NET 2003
*
* Target
* Environment : Windows 98/NT/2000/XP
*
* NOTE:
*
* This software is provided "as is" free for personal use. All
* title and copyrights in and to the software, including but not
* limited to any images, text, etc. incorporated into it, are
* owned by Anna-Jayne Metcalfe, except where acknowledged otherwise.
*
* Your may freely to use this code in your own products, PROVIDED
* this notice is not removed or modified.
*
*
* Visit http://www.annasplace.me.uk/resorg for latest updates
*
************************************************************************
*
* MODIFICATION HISTORY:
*
* This is a controlled document. See project configuration
* control tool for latest version and full version history.
*
* $Archive: /Projects/AddIns/ResOrg/ResOrgCore/ResOrgCore_Globals.h $
* $Revision: 1 $
* $Date: 29/08/04 21:08 $
* $Author: Anna $
*
* $History: ResOrgCore_Globals.h $
*
* ***************** Version 1 *****************
* User: Anna Date: 29/08/04 Time: 21:08
* Created in $/Projects/AddIns/ResOrg/ResOrgCore
*
* $Nokeywords: $
*
************************************************************************/
#pragma once
#include "ResOrgCore_DllDefs.h"
RESORGCORE_EXT_API void DoCommonControlsVersionPrompt(const CString& sVersion);
RESORGCORE_EXT_API int DoMailingListQuery(void);
RESORGCORE_EXT_API CString GetSymbolFileName(const CString& sResourceFileName);
RESORGCORE_EXT_API UINT DoOverwritePrompt(const CString& sPathName, bool bAllowSaveAs = true);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -