configure1394dlg.cpp
来自「基于IEEE 1394总线的图像采集及处理系统软件技术研究」· C++ 代码 · 共 42 行
CPP
42 行
// Configure1394Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "test1394show.h"
#include "Configure1394Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CConfigure1394Dlg dialog
CConfigure1394Dlg::CConfigure1394Dlg(CWnd* pParent /*=NULL*/)
: CDialog(CConfigure1394Dlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CConfigure1394Dlg)
//}}AFX_DATA_INIT
}
void CConfigure1394Dlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CConfigure1394Dlg)
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CConfigure1394Dlg, CDialog)
//{{AFX_MSG_MAP(CConfigure1394Dlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CConfigure1394Dlg message handlers
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?