代码搜索:richedit
找到约 1,124 项符合「richedit」的源代码
代码结果 1,124
www.eeworm.com/read/268118/11152779
dpr richedit.dpr
program richedit;
uses
Forms,
reinit in 'reinit.pas',
remain in 'remain.pas' {MainForm},
reabout in 'reabout.pas' {AboutBox};
{$R *.RES}
begin
Application.Initialize;
Applic
www.eeworm.com/read/268118/11152792
res richedit.res
www.eeworm.com/read/147363/12559161
h richedit.h
/*
* RICHEDIT.H
*
* Purpose:
* RICHEDIT v2.0 public definitions. Note that there is additional
* functionality available for v2.0 that is not in the original
* Windows 95 release.
*
www.eeworm.com/read/135259/13946712
h richedit.h
/*
* RICHEDIT.H
*
* Purpose:
* RICHEDIT v2.0/3.0 public definitions. Note that there is additional
* functionality available for v2.0 and 3.0 that is not in the original
* Windows 95
www.eeworm.com/read/237030/13980195
inc richedit.inc
; 版本11 美化界面
DisplayFacet PROTO
Confirmation PROTO
WindowSizePosition PROTO :DWORD,:DWORD,:DWORD,:DWORD
AdjustLayout PROTO
Init PROTO :DWORD
IDA_MAIN
www.eeworm.com/read/237030/13980196
exe richedit.exe
www.eeworm.com/read/237030/13980197
res richedit.res
www.eeworm.com/read/237030/13980200
asm richedit.asm
; 版本5,用<mark>RichEdit</mark>流式操作实现文件的打开与保存
; 响应 UNDO、REDO、CUT、PASTE、DEL菜单项
; 版本4,增加文件打开、文件保存、文件另存为、退出菜单的响应
; 版本3,增加了菜单显示
; 版本2,增加了图标显示
; 版本1,增加了<mark>RichEdit</mark>控件,可以进行文本编辑
; 版本0,仅显示一个窗口
.386
.model ...
www.eeworm.com/read/237030/13980208
rc richedit.rc
#include
// 版本1 定义图标
#define MAIN_ICON 0x1000
MAIN_ICON ICON "richedit.ico"
// 版本3 定义菜单
#define IDM_MAIN 0x2000
#define IDM_NEW 0x2101
#define IDM_OPEN 0x2102
www.eeworm.com/read/237030/13980209