資源簡介
高速公路收費系統,C++源碼,有數據庫無開發文檔。

代碼片段和文件信息
//?BarCode.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“lanesoft.h“
#include?“BarCode.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CBarCode
IMPLEMENT_DYNAMIC(CBarCode?CRecordset)
CBarCode::CBarCode(CDatabase*?pdb)
:?CRecordset(pdb)
{
//{{AFX_FIELD_INIT(CBarCode)
m_CODE?=?_T(““);
m_nFields?=?1;
//}}AFX_FIELD_INIT
m_nDefaultType?=?snapshot;
}
CString?CBarCode::GetDefaultConnect()
{
return?_T(“ODBC;DSN=hm“);
}
CString?CBarCode::GetDefaultSQL()
{
return?_T(“[dbo].[BARCODE]“);
}
void?CBarCode::DoFieldExchange(CFieldExchange*?pFX)
{
//{{AFX_FIELD_MAP(CBarCode)
pFX->SetFieldType(CFieldExchange::outputColumn);
RFX_Text(pFX?_T(“[CODE]“)?m_CODE);
//}}AFX_FIELD_MAP
}
/////////////////////////////////////////////////////////////////////////////
//?CBarCode?diagnostics
#ifdef?_DEBUG
void?CBarCode::AssertValid()?const
{
CRecordset::AssertValid();
}
void?CBarCode::Dump(CDumpContext&?dc)?const
{
CRecordset::Dump(dc);
}
#endif?//_DEBUG
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2004-09-18?19:06??公路收費系統
?????文件???????4359??1999-07-07?10:09??公路收費系統\ReadMe.txt
?????目錄??????????0??2004-09-18?19:06??公路收費系統\Debug
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\FeeTable.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\fr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\LaneSoft.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\LaneSoftDoc.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\LaneSoftView.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\MainData.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\MainFrm.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\Name
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\NetComManger.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\NetComThread.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\NetSocket.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\NetSocketTxj.sbr
?????文件??????????0??2002-10-22?08:30??公路收費系統\Debug\OperateDlg.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\PanDlg1.sbr
?????文件????1530306??2002-10-21?17:02??公路收費系統\Debug\StdAfx.sbr
?????文件??????????0??2002-10-21?17:02??公路收費系統\Debug\VideoWin.sbr
?????文件??????13105??2002-10-21?17:02??公路收費系統\Debug\BarCode.obj
?????文件??????14522??2002-10-21?17:02??公路收費系統\Debug\CDib.obj
?????文件??????22341??2002-10-21?17:02??公路收費系統\Debug\ComWin.obj
?????文件??????33654??2002-10-21?17:02??公路收費系統\Debug\DatawriteTread.obj
?????文件??????14677??2002-10-21?17:02??公路收費系統\Debug\FeeTable.obj
?????文件??????17738??2002-10-21?17:02??公路收費系統\Debug\fr
?????文件??????53432??2002-10-21?17:02??公路收費系統\Debug\LaneSoft.obj
?????文件??????16390??2002-10-21?17:02??公路收費系統\Debug\LaneSoftDoc.obj
?????文件??????47383??2002-10-21?17:02??公路收費系統\Debug\LaneSoftView.obj
?????文件??????20788??2002-10-21?17:02??公路收費系統\Debug\MainData.obj
?????文件??????24739??2002-10-21?17:02??公路收費系統\Debug\MainFrm.obj
............此處省略161個文件信息
評論
共有 條評論