代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/167718/9954042
cpp smstestview.cpp
// SmsTestView.cpp : implementation of the CSmsTestView class
//
#include "stdafx.h"
#include "SmsTest.h"
#include "SmsTestDoc.h"
#include "SmsTestView.h"
#ifdef _DEBUG
#define new DEBUG_
www.eeworm.com/read/167662/9956461
cpp pitc.cpp
// PITC.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PITC.h"
#include "MainFrm.h"
#include "PITCDoc.h"
#include "PITCView.h"
#include "ConfigDoc.h
www.eeworm.com/read/167662/9956464
cpp mylistctrl.cpp
// MyListCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "MyListCtrl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/167662/9956495
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__4415D54B_4A9C_4D4B_9BCA_5664A2247838_
www.eeworm.com/read/363311/9959930
cpp attsetting.cpp
// AttSetting.cpp: implementation of the AttSetting class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ControlAtt.h"
#include "AttSet
www.eeworm.com/read/363207/9965290
cpp ksfiledialog.cpp
// MyFileDialog.cpp : implementation file
//
#include "stdafx.h"
#include "KSFileDialog.h"
#ifdef AFX_AUX_SEG
#pragma code_seg(AFX_AUX_SEG)
#endif
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/363204/9965369
cpp datareader.cpp
#include "StdAfx.h"
#include "DataReader.h"
#include "DirectoryMG.h"
DataSet::DataSet(void)
{
}
DataSet::~DataSet(void)
{
}
DataSet & DataSet::operator =(const DataSet & other)
{
s
www.eeworm.com/read/363204/9965382
h symbolql.h
#pragma once
// CSymbolQL dialog
#define UM_SCAN WM_USER + 0x200
class CSymbolQL : public CDialog
{
DECLARE_DYNAMIC(CSymbolQL)
public:
CSymbolQL(CWnd* pParent = NULL); // standard
www.eeworm.com/read/363204/9965395
cpp directorymg.cpp
#include "StdAfx.h"
#include "DirectoryMG.h"
CDirectoryMG::CDirectoryMG(void)
{
}
CDirectoryMG::~CDirectoryMG(void)
{
}
CString CDirectoryMG::GetRootPath()
{
TCHAR szFullPath[MAX_PATH
www.eeworm.com/read/363204/9965450
cpp timemsgdlg.cpp
// TimeMsgDlg.cpp : implementation file
//
#include "stdafx.h"
#include "mc3000.h"
#include "TimeMsgDlg.h"
// CTimeMsgDlg dialog
IMPLEMENT_DYNAMIC(CTimeMsgDlg, CDialog)
CTimeMsgDlg::C