搜索资源列表
Undo-Redo的实现源代码
- Undo-Redo的实现源代码.rar -Undo - Redo the realization of the source code. RarUndo - Redo the realization of the source code. R ar
VB_UNdo_Redo
- 一个用于RichEdit文本输入的Undo/Redo功能的Visual Basic6.0代码-a RichEdit text input for the Undo / Redo function in Visual Basic 6.0 code
TextChkEDIT
- 很完善的文本编辑器,可再文档中添加ActivaX对象、改变文字颜色、字体等尤其具有Undo/Redo和拼写检查功能 -perfect text editor, you can add ActivaX document object, changing text colors, fonts, etc. particularly Undo / Redo and spelling checker
imagestone
- 介绍:ImageStone是一套功能强大的C++图像处理库,它可以在多个平台之间移植。 功能包括:读写图像文件,显示,柱状图分析,undo/redo支持,超过100种预定义 的特效等。-presentations : ImageStone is a powerful C Image Processing Library, it can be used on multiple platforms transplantation. Features include : read and wr
undo
- 使用CObList写的Undo,Redo类
UndoRedo
- VC中Undo,Redo等基本操作的实例-The VC Undo, Redo and other examples of basic operations
mfc_undo+redo
- 年实习做的MFC画图程序(实现了undo+redo功能)-The MFC-year internship drawing program (realized undo+ Redo function)
UndoPattern
- This is an undo/redo library for C#/.NET
Undo_Redo_Demo
- 一个Undo和Redo的例子,值得研究--An example of undo and redo,worth discussing
UndoRedo
- 本程序主要实现了对用户操作步骤的撤销与重做,在很多软件开发过程中都有用到,非常实用。-This procedure of the main user of the revocation and redo steps, in many software development process are used, very useful.
undo
- 在MFC的文档/视图结构中,增加Undo、Redo功能的类的代码-In the MFC document/view structure to increase the Undo, Redo feature class code
TextDiff
- 功能强大的文本比较器TextDiff的用途是按行比较两个文本文件的异同,TextDiff能用不同颜色区分两个文件之间的异同并支持拖放,默认情况下黑色字符表示相同的行,绿色加亮表示不同的行,红色加亮表示删除的行,蓝色加亮表示添加的行。比较两个14M的文本文件,从打开到比较完毕只需2秒即可完成,并可生成报告文件,以供查看。 -About TextDiff: TextDiff has been created primarily to demonstrate the speed and
VB_programming_for_multi_step_undo_redo_function_s
- VB编程实现多步撤消 重做功能源码VB programming for multi-step undo redo function source-VB programming for multi-step undo redo function source
exp3
- C#实现的控件Undo/Redo,开发环境为VisualStudio2008-C# controls to achieve Undo/Redo
undoANDredo
- 实现UNDO,REDO功能,包括了工具栏上UNDO,REDO按钮.-teach you how to realize undo_redo function,providing you with undo,redo button on toolbar
_DataGrid_Demo
- 支持Undo/redo的列表操作,来自于CodeProject-undo and redo for datagrid, from codeproject
Tjishibenh
- 本程序仿照了记事本功能,纯属学习之作。(1)基本上实现了新建,打开,保存,退出,帮助的功能。(2)还有实现撤销、重做以及剪切切、复制、粘贴功能的快捷键的操作。(3)通过Option选项可以设置前景色和背景色。还有部分功能在不断的学习过程中会逐一实现。 -This program modeled on a notepad, purely learning. (1) is basically a new, open, save, exit, help functions. (2) there i
UndoPattern
- 非Command或Momento模式的一种实现Undo/Redo功能的框架、示例以及测试源码。-An example framework for undo/redo functionality without using Command or Momento pattern.
GDIDraw
- 实习刚开始用MFC做的GDI画图程序,编译器VS2008,实现了撤销,重做功能,用双缓冲实现了无闪烁。本着源码共享的精神,希望对大家有所参考-Internships beginning with MFC GDI drawing program, the compiler VS2008, Undo, Redo functionality, flicker-free double buffering. Spirit of sharing the spirit of the source, we wa
UndoRedoDemo
- 此程序利用命令者设计模式实现了通用程序的撤销与重做功能!-This demonstrator use command pattern to make the Undo/Redo function come true.