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

📄 scanstringtool.h

📁 一个我自己写的多语言工具,可以用于JAVA,VC的多语言话,可以提取所有文字资源,不破坏源文件的注释
💻 H
字号:
// scanstringtool.h : main header file for the SCANSTRINGTOOL application
//

#if !defined(AFX_SCANSTRINGTOOL_H__39409719_D06F_40B7_B0B8_BDE7BDA4D34C__INCLUDED_)
#define AFX_SCANSTRINGTOOL_H__39409719_D06F_40B7_B0B8_BDE7BDA4D34C__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols
#define   MAX_MARCO_VALUE		80000
#define   MAX_LINE_LEN			80
/////////////////////////////////////////////////////////////////////////////
// CScanstringtoolApp:
// See scanstringtool.cpp for the implementation of this class
//

class CScanstringtoolApp : public CWinApp
{
public:
	long m_lMacroValue;
	CMapStringToOb  m_macroToStrMap;
	CMapStringToOb  m_strToMacroMap;
	void ClearStrMap();
	void ClearMarcoMap();
	void ClearFileList();
	void GetFileName(char* szSrc,char* szDes);
	CCriticalSection m_CS;
	CPtrList m_originListMsg; //第一次扫描文件链表
	CPtrList m_fileList; //替换后文件链表
	CScanstringtoolApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CScanstringtoolApp)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CScanstringtoolApp)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void ClearOriginFileList();
};
extern CScanstringtoolApp theApp;

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SCANSTRINGTOOL_H__39409719_D06F_40B7_B0B8_BDE7BDA4D34C__INCLUDED_)

⌨️ 快捷键说明

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