代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/355074/10295612
h ncmessage.h
#pragma once
// CNCMessage 命令目标
class CNCMessage : public CObject
{
public:
CNCMessage();
virtual ~CNCMessage();
public:
virtual void Serialize(CArchive& ar);
public:
CString m_strMe
www.eeworm.com/read/355074/10295724
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include "TaskPane.h"
#include "OutputBar.h"
#include "WorkSpaceBar.h"
#include "SplitterWndEx.h"
#include "NCDialogBar.h"
#include "NCCode
www.eeworm.com/read/425993/10296537
h cooltipctrl.h
/*########################################################################
Filename: cooltipctrl.h
----------------------------------------------------
Remarks: ...
--------------------------
www.eeworm.com/read/425993/10296737
cpp moneypay.cpp
// MoneyPay.cpp : implementation file
//
#include "stdafx.h"
#include "qq.h"
#include "MoneyPay.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/425991/10297251
h cooltipctrl.h
/*########################################################################
Filename: cooltipctrl.h
----------------------------------------------------
Remarks: ...
--------------------------
www.eeworm.com/read/425991/10297401
cpp moneypay.cpp
// MoneyPay.cpp : implementation file
//
#include "stdafx.h"
#include "qq.h"
#include "MoneyPay.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/425859/10313561
cpp datasource.cpp
// DataSource.cpp: implementation of the CDataSource class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DBView.h"
#include "DataSourc
www.eeworm.com/read/425859/10314032
cpp borrowcommand.cpp
// BorrowCommand.cpp: implementation of the CBorrowCommand class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "WhMgr.h"
#include "Borr
www.eeworm.com/read/425844/10315684
h mydateedit.h
//
//时间和日期型的掩码型的输入
//-------------------------------------------------------设计人:牛文平
#ifndef _MYMASKDEFINE_
#define _MYMASKDEFINE_
//定义三种形式的数据类型
#define edit_date 1
#define edit_time 2
#define
www.eeworm.com/read/425844/10315701
h mynumedit.h
//
//时间和日期型的掩码型的输入
//-------------------------------------------------------设计人:牛文平
#ifndef _MYNUMDEFINE_
#define _MYNUMDEFINE_
//定义三种形式的数据类型
class CMyNumEdit : public CEdit
{
DECLARE_DYNAMIC