• 大小: 1.71MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-16
  • 语言: 其他
  • 标签:

资源简介

smartprinter3.6免注册,虚拟打印机,免注册,打印各种格式

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ConvertDlg.h“
#include “ConvertDlgDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CConvertDlgApp

BEGIN_MESSAGE_MAP(CConvertDlgApp CWinApp)
//{{AFX_MSG_MAP(CConvertDlgApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CConvertDlgApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CConvertDlgApp object

CConvertDlgApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CConvertDlgApp initialization

BOOL CConvertDlgApp::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

CConvertDlgDlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21312  2007-06-27 11:58  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.aps

     文件       1438  2007-07-24 17:37  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.clw

     文件       2119  2006-08-21 16:05  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.cpp

     文件       4470  2007-07-17 18:13  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.dsp

     文件        543  2007-04-09 11:25  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.dsw

     文件       1368  2006-08-21 16:05  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.h

     文件      66560  2007-07-24 17:37  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.ncb

     文件     344064  2007-07-24 17:37  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.opt

     文件      12234  2007-10-10 20:35  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.plg

     文件       5747  2006-08-29 15:11  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlg.rc

     文件       7783  2007-09-02 22:12  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlgDlg.cpp

     文件       1528  2006-08-22 13:03  SmartPrinter\ConvertAgent\ConvertDlg\ConvertDlgDlg.h

     文件       3651  2006-08-21 16:05  SmartPrinter\ConvertAgent\ConvertDlg\ReadMe.txt

     文件       1078  2006-08-21 16:05  SmartPrinter\ConvertAgent\ConvertDlg\res\ConvertDlg.ico

     文件        402  2006-08-21 16:05  SmartPrinter\ConvertAgent\ConvertDlg\res\ConvertDlg.rc2

    ..A.SH.      3072  2006-08-23 14:27  SmartPrinter\ConvertAgent\ConvertDlg\res\Thumbs.db

     文件        964  2006-08-22 13:03  SmartPrinter\ConvertAgent\ConvertDlg\resource.h

     文件        212  2006-08-21 16:05  SmartPrinter\ConvertAgent\ConvertDlg\StdAfx.cpp

     文件       1082  2006-09-01 15:16  SmartPrinter\ConvertAgent\ConvertDlg\StdAfx.h

     文件     372736  2007-10-10 20:35  SmartPrinter\ConvertAgent\lib\ConvertAgent.dll

     文件       4281  2007-09-02 21:17  SmartPrinter\ConvertAgent\lib\ConvertAgent.h

     文件       4612  2007-09-02 21:18  SmartPrinter\ConvertAgent\lib\ConvertAgent.lib

     文件      20480  2007-10-10 20:35  SmartPrinter\ConvertAgent\lib\ConvertDlg.exe

     文件      54272  2007-09-02 21:44  SmartPrinter\ConvertAgent\lib\readme.doc

     文件      54272  2007-09-02 21:44  SmartPrinter\ConvertAgent\lib\函数说明和使用方法.doc

     文件      29696  2007-09-02 20:58  SmartPrinter\i386\SMOEMUI.dll

     文件         44  2003-11-25 17:19  SmartPrinter\i386\SMOEMUI.INI

     文件      19765  2007-09-25 23:32  SmartPrinter\i386\Smprint.GPD

     文件      14362  2001-07-21 19:41  SmartPrinter\i386\STDNAMES.GPD

     文件     264704  2004-08-16 16:39  SmartPrinter\i386\UNIDRV.DLL

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

评论

共有 条评论