激光打标软件--金橙子


激光打标的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_DriverDogInstall_CN.exe
     文件      413696  2004-12-15 15:56  2.5.3加密狗驱动Dog_DriverDogInstall_EN.exe
     目录           0  2018-12-05 07:48  Ezcad2.5.3
     文件      253535  2018-07-12 10:07  Ezcad2.5.3AUTOSAVE.EZD
     文件         203  2010-04-16 11:35  Ezcad2.5.3camera.ini
     文件        2148  2010-04-16 15:13  Ezcad2.5.3CameraMark4.CFG
     文件      176128  2010-10-21 16:13  Ezcad2.5.3CorFile.exe
     文件      176128  2010-10-21 16:13  Ezcad2.5.3CorFileEnu.exe
     文件     1314816  2011-03-18 17:58  Ezcad2.5.3DataMgr.dll
     目录           0  2018-12-05 07:48  Ezcad2.5.3DemoEzd
     文件       21888  2010-01-27 16:46  Ezcad2.5.3DemoEzdDemoEzd.aps
     文件        2616  2010-01-27 16:47  Ezcad2.5.3DemoEzdDemoEzd.clw
     文件        2077  2005-10-26 19:23  Ezcad2.5.3DemoEzdDemoEzd.cpp
     文件        4403  2010-01-27 16:47  Ezcad2.5.3DemoEzdDemoEzd.dsp
     文件         539  2008-06-03 10:43  Ezcad2.5.3DemoEzdDemoEzd.dsw
     文件        1335  2005-10-26 19:23  Ezcad2.5.3DemoEzdDemoEzd.h
     文件     2884608  2010-01-27 16:47  Ezcad2.5.3DemoEzdDemoEzd.ncb
     文件      837120  2010-01-27 16:47  Ezcad2.5.3DemoEzdDemoEzd.opt
     文件        1955  2010-01-27 16:46  Ezcad2.5.3DemoEzdDemoEzd.plg
     文件        5988  2010-01-27 16:42  Ezcad2.5.3DemoEzdDemoEzd.rc
     文件       16714  2010-01-27 16:42  Ezcad2.5.3DemoEzdDemoEzdDlg.cpp
     文件        2689  2010-01-27 16:40  Ezcad2.5.3DemoEzdDemoEzdDlg.h
     文件       16889  2010-01-25 14:09  Ezcad2.5.3DemoEzdMarkEzdDll.h
     文件         278  2007-12-24 10:32  Ezcad2.5.3DemoEzdmssccprj.scc
     文件        3597  2005-10-26 19:23  Ezcad2.5.3DemoEzdReadMe.txt
     目录           0  2018-12-05 07:48  Ezcad2.5.3DemoEzd
es
     文件        1078  2005-10-26 19:23  Ezcad2.5.3DemoEzd
esDemoEzd.ico
     文件         399  2005-10-26 19:23  Ezcad2.5.3DemoEzd
esDemoEzd.rc2
     文件          64  2007-12-24 10:32  Ezcad2.5.3DemoEzd
esvssver.scc
............此处省略185个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)