资源简介
可以参考编写网口相机通用调用模块,不限工业相机品牌,网口协议通用代码
代码片段和文件信息
// *****************************************************************************
//
// Copyright (c) 2007 Pleora Technologies Inc. All rights reserved.
//
// *****************************************************************************
// *****************************************************************************
//
// Copyright (c) 2007 Pleora Technologies Inc. All rights reserved.
//
// *****************************************************************************
///
/// \file AboutBox.cpp
/// \class AboutBox
///
/// \brief Generic and brandable bout box dialog.
///
#include “stdafx.h“
#include “GEVPlayer.h“
#include “AboutBox.h“
static const wchar_t * BTN_OK = _T( “OK“ );
BEGIN_DHTML_EVENT_MAP( AboutBox )
DHTML_EVENT_onclick( BTN_OK OnOK )
END_DHTML_EVENT_MAP()
// ==========================================================================
void
AboutBox::Show()
{
AboutBox lDlg;
lDlg.DoModal( _T( “About.html“ ) );
}
// ==========================================================================
AboutBox::AboutBox()
{
}
// ==========================================================================
AboutBox::~AboutBox()
{
}
// ==========================================================================
HRESULT
AboutBox::OnOK(
IHTMLElement *
)
{
EndDialog( IDOK );
return S_OK;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1414 2009-11-24 17:22 GEVPla
文件 533 2009-11-24 17:22 GEVPla
文件 3543 2009-11-24 17:22 GEVPla
文件 569 2009-11-24 17:22 GEVPla
文件 2916 2010-04-09 16:58 GEVPla
文件 585 2010-03-24 10:40 GEVPla
文件 10566 2010-06-16 17:13 GEVPla
文件 818 2010-06-04 15:50 GEVPla
文件 12979 2010-06-04 15:50 GEVPla
文件 2324 2010-06-04 15:50 GEVPla
文件 24004 2009-12-29 16:20 GEVPla
文件 3133 2009-11-24 17:22 GEVPla
文件 2945 2010-04-05 09:47 GEVPla
文件 486836 2014-02-28 10:51 GEVPla
文件 2739 2009-11-24 17:22 GEVPla
文件 783 2009-11-24 17:22 GEVPla
文件 22433 2014-02-28 10:51 GEVPla
文件 82378 2014-02-28 11:01 GEVPla
文件 6591 2014-02-28 10:51 GEVPla
..A..H. 36 2014-02-28 10:26 GEVPla
文件 78139392 2014-02-28 11:27 GEVPla
文件 5632 2014-02-28 10:26 GEVPla
文件 8173 2010-04-05 09:46 GEVPla
文件 10967 2014-02-28 10:42 GEVPla
文件 4759 2014-02-28 10:25 GEVPla
文件 143 2013-10-24 19:51 GEVPla
文件 4014 2009-11-24 17:22 GEVPla
文件 860 2009-11-24 17:22 GEVPla
文件 16085 2013-10-26 21:43 GEVPla
文件 2731 2013-10-26 19:10 GEVPla
............此处省略120个文件信息
评论
共有 条评论