• 大小: 19.04MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-03
  • 语言: 其他
  • 标签: 编程模块  

资源简介

可以参考编写网口相机通用调用模块,不限工业相机品牌,网口协议通用代码

资源截图

代码片段和文件信息

// *****************************************************************************
//
//     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  GEVPlayerSample\AboutBox.cpp

     文件        533  2009-11-24 17:22  GEVPlayerSample\AboutBox.h

     文件       3543  2009-11-24 17:22  GEVPlayerSample\BitmapButton.cpp

     文件        569  2009-11-24 17:22  GEVPlayerSample\BitmapButton.h

     文件       2916  2010-04-09 16:58  GEVPlayerSample\BufferOptionsDlg.cpp

     文件        585  2010-03-24 10:40  GEVPlayerSample\BufferOptionsDlg.h

     文件      10566  2010-06-16 17:13  GEVPlayerSample\ConnectionThread.cpp

     文件        818  2010-06-04 15:50  GEVPlayerSample\ConnectionThread.h

     文件      12979  2010-06-04 15:50  GEVPlayerSample\EventMonitorDlg.cpp

     文件       2324  2010-06-04 15:50  GEVPlayerSample\EventMonitorDlg.h

     文件      24004  2009-12-29 16:20  GEVPlayerSample\FilteringDlg.cpp

     文件       3133  2009-11-24 17:22  GEVPlayerSample\FilteringDlg.h

     文件       2945  2010-04-05 09:47  GEVPlayerSample\FPSStabilizer.h

     文件     486836  2014-02-28 10:51  GEVPlayerSample\GEVPlayer.aps

     文件       2739  2009-11-24 17:22  GEVPlayerSample\GEVPlayer.cpp

     文件        783  2009-11-24 17:22  GEVPlayerSample\GEVPlayer.h

     文件      22433  2014-02-28 10:51  GEVPlayerSample\GEVPlayer.rc

     文件      82378  2014-02-28 11:01  GEVPlayerSample\GEVPlayerDlg.cpp

     文件       6591  2014-02-28 10:51  GEVPlayerSample\GEVPlayerDlg.h

    ..A..H.        36  2014-02-28 10:26  GEVPlayerSample\GEVPlayerSample.opensdf

     文件   78139392  2014-02-28 11:27  GEVPlayerSample\GEVPlayerSample.sdf

     文件       5632  2014-02-28 10:26  GEVPlayerSample\GEVPlayerSample.suo

     文件       8173  2010-04-05 09:46  GEVPlayerSample\GEVPlayerSample.vcproj

     文件      10967  2014-02-28 10:42  GEVPlayerSample\GEVPlayerSample.vcxproj

     文件       4759  2014-02-28 10:25  GEVPlayerSample\GEVPlayerSample.vcxproj.filters

     文件        143  2013-10-24 19:51  GEVPlayerSample\GEVPlayerSample.vcxproj.user

     文件       4014  2009-11-24 17:22  GEVPlayerSample\HtmlDialog.cpp

     文件        860  2009-11-24 17:22  GEVPlayerSample\HtmlDialog.h

     文件      16085  2013-10-26 21:43  GEVPlayerSample\ImageSaveDlg.cpp

     文件       2731  2013-10-26 19:10  GEVPlayerSample\ImageSaveDlg.h

............此处省略120个文件信息

评论

共有 条评论

相关资源