• 大小: 0.27M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-多国语言工具栏(入门级实例390).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MutilLangToolbar.h“
#include “MutilLangToolbarDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMutilLangToolbarApp

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

/////////////////////////////////////////////////////////////////////////////
// CMutilLangToolbarApp construction

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

////////////////////////////////////////////////

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

     文件     264056  2010-07-09 11:37  res\BackGround.bmp

----------- ---------  ---------- -----  ----

               264056                    1


评论

共有 条评论