代码搜索:richedit
找到约 1,124 项符合「richedit」的源代码
代码结果 1,124
www.eeworm.com/read/226846/14450163
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by POEM.rc
//
#define IDR_MAINFRAME 5
#define IDM_ABOUTBOX 0x0010
#define IDD_A
www.eeworm.com/read/196474/8089455
pas dbgridpro.pas
unit DBGridPro;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, Grids, DBGrids,ExtCtrls,
richEdit, DBCtrls, DB;
type
TCurCell = Record {当前焦点Cell的位置}
X : integer; {有
www.eeworm.com/read/132142/14106812
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SCommtest.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/226855/14449992
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by GetPY.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define ID
www.eeworm.com/read/281909/9127395
pas asdbgrid.pas
unit ASDBGrid;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, Grids, DBGrids, ExtCtrls,
richEdit, DBCtrls, DB;
type
TCurCell = Record {当前焦点Cell的位置}
X : integer; {有焦点
www.eeworm.com/read/349130/10848489
dfm unit1.dfm
object Form1: TForm1
Left = 375
Top = 469
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20174'RichEdit'#20013#24471#21040#34892#21495
ClientHeight = 239
ClientWid
www.eeworm.com/read/434064/7892996
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
RichEdit1: TRichEdit;
Bu
www.eeworm.com/read/320005/13436663
pas wwriched.pas
unit wwriched;
{$R-}
{
//
// Component : TwwDBRichEdit
//
// Copyright (c) 1995-2001 by Woll2Woll Software
//
// 8/13/97 - Support TwwIntl richedit popup captions by updating menu captions
//
www.eeworm.com/read/109659/6173146
h systemmsgview.h
/*******************************************************************************
ServerTreeView.h
系统消息视图
修改历史:
2002-07-02
创建文件
2002-07-05
增加一个RichEdit到SystemMsgView中
***************
www.eeworm.com/read/151723/6338959
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
RichEdit1: TRichEdit;
pr