資源簡介
7-zip 壓縮,內(nèi)含word說明文檔、上位機軟件、下位機軟件。送給有用的人。
代碼片段和文件信息
//?Comdlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“Dsp7.h“
#include?“Comdlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CComdlg?dialog
CComdlg::CComdlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CComdlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CComdlg)
m_code?=?_T(““);
m_end?=?_T(““);
m_init?=?_T(““);
m_len?=?_T(““);
//}}AFX_DATA_INIT
}
void?CComdlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CComdlg)
DDX_Text(pDX?IDC_EDIT_CODE?m_code);
DDV_MaxChars(pDX?m_code?4);
DDX_Text(pDX?IDC_EDIT_END?m_end);
DDV_MaxChars(pDX?m_end?4);
DDX_Text(pDX?IDC_EDIT_
評論
共有 條評論