代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/368322/9701676
cpp cedtappfilter.cpp
#include "stdafx.h"
#include "cedtHeader.h"
CString CCedtApp::GetComposedFileFilter()
{
CString szFileFilter, szElement;
for(INT i = 0; i < MAX_FILE_FILTER; i++) {
if( ! m_clsFileFilte
www.eeworm.com/read/146814/12609889
h aiassert.h
//#include "AiMt.h"
class AiMt;
class AiWffs;
#include "AiMent.h"
class AiAssert:public CObject
{
DECLARE_SERIAL(AiAssert)
public:
AiAssert();
AiAssert(CString Tstr ,CString Fstr );
www.eeworm.com/read/204052/15345766
h daousermaintenancedlg.h
// DaoUserMaintenanceDlg.h : header file
//
#pragma once
#include "afxwin.h"
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
// CDaoUserMaintena