Welcome![Sign In][Sign Up]
Location:
Search - RESOURCE EDIT

Search list

[Windows DevelopWindows串口编程例子

Description: in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. ver10.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\\ver10.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ver10.def This file contains information about the DLL that must be-subdirectory in the RES. This file can be di rectly edited in Microsoft Visual C. ver10.clw This file contains information used by ClassWi Zard to edit existing classes or add new classes . ClassWizard also uses this file to store infor mation needed to create and edit maps an message d dialog data to create maps and prototype Membe r functions. res \\ ver10.rc2 This file contains resources that are not edited by Microsoft Visu al C. You should not place all resources editabl e by the resource editor in this file. ver10.def This file contains information about the DLL th must be at
Platform: | Size: 36122 | Author: kkkk | Hits:

[Other resourceplaycard-j2me

Description: J2ME的纸牌完整源代码及资源文件。 在WTK中设置类名,即可编辑模拟运行。-J2ME cards integrity of the source code and resource files. WTK set in type, and can edit simulation operation.
Platform: | Size: 55010 | Author: lw | Hits:

[OS programresedit

Description: visual c++ , resource edit
Platform: | Size: 22523 | Author: sss | Hits:

[Windows DevelopResourceNet

Description: 一个资源编辑器,可以编辑二进制的资源文件。-a resource editor, can edit binary resource files.
Platform: | Size: 59288 | Author: 老郎 | Hits:

[EditBoxproptree_demo

Description: 可以在编辑域以外的地方,如资源管理器 拖放文件或文件夹-can edit outside the domain, such as resource management for drag and drop files and folders
Platform: | Size: 37831 | Author: 陈勇强 | Hits:

[Internet-Network飞龙DDOS软件2.0测试版

Description:

飞龙DDOS软件2.0测试版

生成器0.h

SkinMagicLib.h

========================================================================
       MICROSOFT FOUNDATION CLASS LIBRARY : 生成器0
========================================================================


AppWizard has created this 生成器0 application for you.  This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your 生成器0 application.

生成器0.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

生成器0.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CMy0App application class.

生成器0.cpp
    This is the main application source file that contains the application
    class CMy0App.

生成器0.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
 Visual C++.

生成器0.clw
    This file contains information used by ClassWizard to edit existing
    classes or add new classes.  ClassWizard also uses this file to store
    information needed to create and edit message maps and dialog data
    maps and to create prototype member functions.

res\生成器0.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file 生成器0.rc.

res\生成器0.rc2
    This file contains resources that are not edited by Microsoft
 Visual C++.  You should place all resources not editable by
 the resource editor in this file.

 


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

AppWizard creates one dialog class:

生成器0Dlg.h, 生成器0Dlg.cpp - the dialog
    These files contain your CMy0Dlg class.  This class defines
    the behavior of your application's main dialog.  The dialog's
    template is in 生成器0.rc, which can be edited in Microsoft
 Visual C++.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named 生成器0.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.)  If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.

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


Platform: | Size: 1712698 | Author: fy5388 | Hits:

[Debugexe ,dll 调试器

Description: Functions of eXeScope Below table lists functions which eXeScope supports. OK:Enable,-:Disable (*1)Can output as a text file. (*2)Can display and rewrite as a binary dump format. (*3)Can import and export as a binary or text file. (*4)Can display the rewritten contents. (*5)Required SHDocvw.dll which is included in Internet Explorer ================================================================ Item Display Import &Export Edit Log Create .rc ================================================================ 1.Header OK (*1) - - - 2.Import OK (*1) - - - 3.Export OK (*1) - - - 4.Resource 4.1 Cursor OK OK OK OK - 4.2 Bitmap OK OK OK OK - 4.3 Icon OK OK OK OK - 4.4 Menu OK (*3) OK OK OK 4.5 Dialog OK (*3) OK(*4) OK OK 4.6 String OK (*3) OK OK OK 4.7 MessageTable OK (*3) OK OK - 4.8 Accelerator OK (*3) OK OK - 4.9 Version OK (*3) OK OK - 4.10 Delphi Form OK OK OK - - 4.11 WAVE OK OK OK - - 4.12 MIDI OK OK OK - - 4.13 AVI OK OK OK - - 4.14 GIF (*5) (*5) (*5) - - 4.15 HTML (*5) (*5) (*5) - - 4.16 JPEG OK OK OK - - 4.17 TYPELIB OK OK - - - 4.18 DialogData OK OK OK OK - 4.19 Toolbar OK - - - - 4.20 Other resources (*2) (*3) (*2) - - ================================================================
Platform: | Size: 504105 | Author: youlinge | Hits:

[ActiveX/DCOM/ATLrichedit中插入图片和ole

Description: I needed a rich edit control that could display bitmaps. Searching around the Web, I could see that others have faced the same need. For me, I wanted a "light-weight" Help functionality that I could embed as an RTF resource and display from my application, so that I did not need a full-blown Help companion. And what good is a Help file without screenshots of your application -- hence the need for bitmaps in a rich edit control.
Platform: | Size: 472840 | Author: dabollfaint | Hits:

[Windows DevelopResourceNet

Description: 一个资源编辑器,可以编辑二进制的资源文件。-a resource editor, can edit binary resource files.
Platform: | Size: 59392 | Author: 老郎 | Hits:

[OS programresedit

Description: visual c++ , resource edit-visual c++, resource edit
Platform: | Size: 22528 | Author: sss | Hits:

[OtherXNResourceEditor

Description: Delphi编写的资源编辑器,可以在其官网下载源码,这里上传的仅是编译后的可执行文件,比Delphi自带的ImageEditor好一百倍,能自动编译资源文件。-Prepared Delphi Resource Editor, you can download the source code of its official website here to upload only the compiled executable file, Delphi
Platform: | Size: 681984 | Author: lixiaoyu | Hits:

[MTKMTKresedit

Description: MTK_res_edit v1.1(资源处理平台)(更新于08.08.23)-MTK_res_edit v1.1 (resource processing platform) (Updated 08.08.23)
Platform: | Size: 1965056 | Author: 查理 | Hits:

[MTKMTKCPUrecognitiontools

Description: 用来快速识别MTK平台手机的CPU型号,快速、准确-MTK platform for the rapid identification of the mobile CPU models, rapid, accurate
Platform: | Size: 447488 | Author: 田云 | Hits:

[MTKOUT

Description: editor resource mtk free program
Platform: | Size: 574464 | Author: marco | Hits:

[ListView/ListBoxCListCtrl.Edit

Description: 可编辑ListCtrl控件源码,导入文件及复制入口函数就OK了-The ListCtrl which can be edited by users only need import the header and resource files. So cool so good
Platform: | Size: 3072 | Author: | Hits:

[CSharpResourceEditor

Description: Resource Editor - Edit the text strings in resource files.-Resource Editor- Edit the text strings in resource files.
Platform: | Size: 1119232 | Author: Matthew Reed | Hits:

[BREWdialog_resource_editor

Description:
Platform: | Size: 392192 | Author: 小雪风舞 | Hits:

[OtherSchematic_Editor_Basics

Description: 原理图编辑器打开当您打开一个现有的原理图文件或创建一个新的文件。此编辑器,使所有的工作区功能使用在Altium Designer环境。 这包括多个工具栏,资源编辑,右键菜单,快捷键和工具提示。-The Schematic Editor opens when you open an existing schematic document or create a new one. This editor makes use of all the workspace features in the Altium Designer environment. This includes multiple toolbars, resource editing, right-click menu, shortcut keys and Tool Tips.
Platform: | Size: 1040384 | Author: 李毅鑫 | Hits:

[CSharpwind-resource-assessment

Description: Weibull 风速分布数学模型 主要包括原始数据表格登陆、原始数据导入以及编辑、风能资源评估及报表显示和输出模块-Weibull wind speed distribution mathematical model includes raw data tables landing, import and edit the raw data, wind resource assessment and the report display and output modules.
Platform: | Size: 5364736 | Author: 陈政 | Hits:

[EditorMTK-Resource-Edit-v1.3-MTK file editor

Description: MTK Resource editor - bin file editor - Mediatek os.
Platform: | Size: 225280 | Author: Sambodhi | Hits:
« 12 3 4 »

CodeBus www.codebus.net