You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
//<2F>ļ<EFBFBD>: CMessageInfo.h
|
|
|
|
|
|
//<2F><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>:
|
|
|
|
|
|
//
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д: 2006-12-07
|
|
|
|
|
|
//
|
|
|
|
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if !defined(AFX_MESSAGEINFO_H__B9791BC6_FEBE_4C28_A4A4_6C7672F81C0A__INCLUDED_)
|
|
|
|
|
|
#define AFX_MESSAGEINFO_H__B9791BC6_FEBE_4C28_A4A4_6C7672F81C0A__INCLUDED_
|
|
|
|
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
|
|
|
|
|
|
#include "afxcoll.h"
|
|
|
|
|
|
namespace NFileOperation
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
class AFX_EXT_CLASS CMessageInfo
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CMessageInfo();
|
|
|
|
|
|
virtual ~CMessageInfo();
|
|
|
|
|
|
|
|
|
|
|
|
int ReadAll(CString strLocalName); //<2F><>ȡMESSAGE<47>ļ<EFBFBD>
|
|
|
|
|
|
BOOL IsRead();
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><>ѡ<EFBFBD><D1A1><EFBFBD>IJ<EFBFBD>λGOTO<54>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
int FindGoto(LPCTSTR lpszLayerName);
|
|
|
|
|
|
int ReplaceGoTo(CString strVariableName, CString strVarlableValue);
|
|
|
|
|
|
CString GetGotoString(int nIndex);
|
|
|
|
|
|
int ReplaceVariable(CString &str, CString strVariableName, CString strVarlableValue);
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD>ƶ<EFBFBD>ʱʵʱ<CAB5><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD>ѯ<EFBFBD><D1AF><EFBFBD>䲢<EFBFBD><E4B2A2>ʾ
|
|
|
|
|
|
int FindMouseMove(LPCTSTR lpszLayerName);
|
|
|
|
|
|
int GetDatabaseInfo(CString& strDSN, CString& strSQL);
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
int Find(LPCTSTR lpszLayerName, BOOL bMouseMove);
|
|
|
|
|
|
CStringList m_gotoArray;
|
|
|
|
|
|
CStringList m_allArray;
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
using namespace NFileOperation;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // !defined(AFX_MESSAGEINFO_H__B9791BC6_FEBE_4C28_A4A4_6C7672F81C0A__INCLUDED_)
|