资源简介

激光打标的PC端软件---金橙子,可以控制飞行标刻的版本呀。实测好用。

资源截图

代码片段和文件信息

// DemoEzd.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DemoEzd.h“
#include “DemoEzdDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp

BEGIN_MESSAGE_MAP(CDemoEzdApp CWinApp)
//{{AFX_MSG_MAP(CDemoEzdApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp construction

CDemoEzdApp::CDemoEzdApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDemoEzdApp object

CDemoEzdApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp initialization

BOOL CDemoEzdApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CDemoEzdDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-05 07:48  2.5.3加密狗驱动\
     目录           0  2018-12-05 07:48  2.5.3加密狗驱动\Dog_Driver\
     文件      413696  2004-12-03 19:02  2.5.3加密狗驱动\Dog_Driver\DogInstall_CN.exe
     文件      413696  2004-12-15 15:56  2.5.3加密狗驱动\Dog_Driver\DogInstall_EN.exe
     目录           0  2018-12-05 07:48  Ezcad2.5.3\
     文件      253535  2018-07-12 10:07  Ezcad2.5.3\AUTOSAVE.EZD
     文件         203  2010-04-16 11:35  Ezcad2.5.3\camera.ini
     文件        2148  2010-04-16 15:13  Ezcad2.5.3\CameraMark4.CFG
     文件      176128  2010-10-21 16:13  Ezcad2.5.3\CorFile.exe
     文件      176128  2010-10-21 16:13  Ezcad2.5.3\CorFileEnu.exe
     文件     1314816  2011-03-18 17:58  Ezcad2.5.3\DataMgr.dll
     目录           0  2018-12-05 07:48  Ezcad2.5.3\DemoEzd\
     文件       21888  2010-01-27 16:46  Ezcad2.5.3\DemoEzd\DemoEzd.aps
     文件        2616  2010-01-27 16:47  Ezcad2.5.3\DemoEzd\DemoEzd.clw
     文件        2077  2005-10-26 19:23  Ezcad2.5.3\DemoEzd\DemoEzd.cpp
     文件        4403  2010-01-27 16:47  Ezcad2.5.3\DemoEzd\DemoEzd.dsp
     文件         539  2008-06-03 10:43  Ezcad2.5.3\DemoEzd\DemoEzd.dsw
     文件        1335  2005-10-26 19:23  Ezcad2.5.3\DemoEzd\DemoEzd.h
     文件     2884608  2010-01-27 16:47  Ezcad2.5.3\DemoEzd\DemoEzd.ncb
     文件      837120  2010-01-27 16:47  Ezcad2.5.3\DemoEzd\DemoEzd.opt
     文件        1955  2010-01-27 16:46  Ezcad2.5.3\DemoEzd\DemoEzd.plg
     文件        5988  2010-01-27 16:42  Ezcad2.5.3\DemoEzd\DemoEzd.rc
     文件       16714  2010-01-27 16:42  Ezcad2.5.3\DemoEzd\DemoEzdDlg.cpp
     文件        2689  2010-01-27 16:40  Ezcad2.5.3\DemoEzd\DemoEzdDlg.h
     文件       16889  2010-01-25 14:09  Ezcad2.5.3\DemoEzd\MarkEzdDll.h
     文件         278  2007-12-24 10:32  Ezcad2.5.3\DemoEzd\mssccprj.scc
     文件        3597  2005-10-26 19:23  Ezcad2.5.3\DemoEzd\ReadMe.txt
     目录           0  2018-12-05 07:48  Ezcad2.5.3\DemoEzd\res\
     文件        1078  2005-10-26 19:23  Ezcad2.5.3\DemoEzd\res\DemoEzd.ico
     文件         399  2005-10-26 19:23  Ezcad2.5.3\DemoEzd\res\DemoEzd.rc2
     文件          64  2007-12-24 10:32  Ezcad2.5.3\DemoEzd\res\vssver.scc
............此处省略185个文件信息

评论

共有 条评论