基本信息
源码名称:C# RICHEDIT 编辑器
源码大小:0.30M
文件格式:.rar
开发语言:C#
更新时间:2023-05-23
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# RICHEDIT 编辑器
RICHEDIT 编辑器可以打开C#程序代码,但受限于riched,打开比较大的文档时速度太慢
文件清单
└── TextEditor
├── TextEditor
│ ├── 1.cs
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── csharp.xml
│ │ │ ├── TextEditor.application
│ │ │ ├── TextEditor.exe
│ │ │ ├── TextEditor.exe.config
│ │ │ ├── TextEditor.exe.manifest
│ │ │ ├── TextEditor.pdb
│ │ │ ├── TextEditor.vshost.application
│ │ │ ├── TextEditor.vshost.exe
│ │ │ ├── TextEditor.vshost.exe.config
│ │ │ └── TextEditor.vshost.exe.manifest
│ │ └── Release
│ │ ├── TextEditor.application
│ │ ├── TextEditor.exe
│ │ ├── TextEditor.exe.config
│ │ ├── TextEditor.exe.manifest
│ │ ├── TextEditor.pdb
│ │ ├── TextEditor.vshost.application
│ │ ├── TextEditor.vshost.exe
│ │ ├── TextEditor.vshost.exe.config
│ │ └── TextEditor.vshost.exe.manifest
│ ├── ClassDiagram1.cd
│ ├── csharp.xml
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Help.cs
│ ├── Help.Designer.cs
│ ├── Help.resx
│ ├── ico
│ │ ├── about.ico
│ │ ├── color.ico
│ │ ├── copy.ico
│ │ ├── cut.ico
│ │ ├── delete.ico
│ │ ├── editor.ico
│ │ ├── favicon.ico
│ │ ├── find.ico
│ │ ├── font.ico
│ │ ├── header.ico
│ │ ├── help.ico
│ │ ├── new.ico
│ │ ├── open.ico
│ │ ├── paste.ico
│ │ ├── replace.ico
│ │ ├── saveas.ico
│ │ ├── save.ico
│ │ ├── selectall.ico
│ │ ├── Thumbs.db
│ │ └── undo.ico
│ ├── InputBox.cs
│ ├── InputBox.resx
│ ├── myIcon.ico
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TextEditor.application
│ │ │ ├── TextEditor.csproj.GenerateResource.Cache
│ │ │ ├── TextEditor.exe
│ │ │ ├── TextEditor.exe.manifest
│ │ │ ├── TextEditor.Form1.resources
│ │ │ ├── TextEditor.Help.resources
│ │ │ ├── TextEditor.InputBox.resources
│ │ │ ├── TextEditor.pdb
│ │ │ ├── TextEditor.Properties.Resources.resources
│ │ │ └── TextEditor.RepInputBox.resources
│ │ ├── Release
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── TextEditor.application
│ │ │ ├── TextEditor.csproj.GenerateResource.Cache
│ │ │ ├── TextEditor.exe
│ │ │ ├── TextEditor.exe.manifest
│ │ │ ├── TextEditor.Form1.resources
│ │ │ ├── TextEditor.Help.resources
│ │ │ ├── TextEditor.InputBox.resources
│ │ │ ├── TextEditor.pdb
│ │ │ ├── TextEditor.Properties.Resources.resources
│ │ │ └── TextEditor.RepInputBox.resources
│ │ └── TextEditor.csproj.FileList.txt
│ ├── Parser.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RepInputBox.cs
│ ├── RepInputBox.resx
│ ├── Settings.cs
│ ├── SyntaxEditor.cs
│ ├── SyntaxEditor.Designer.cs
│ ├── TextEditor.csproj
│ ├── TextEditor.csproj.user
│ ├── TextEditor.sln
│ ├── TextEditor.suo
│ └── 程序说明.txt
└── 程序说明.txt
14 directories, 92 files
C# RICHEDIT 编辑器
RICHEDIT 编辑器可以打开C#程序代码,但受限于riched,打开比较大的文档时速度太慢
文件清单
└── TextEditor
├── TextEditor
│ ├── 1.cs
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── csharp.xml
│ │ │ ├── TextEditor.application
│ │ │ ├── TextEditor.exe
│ │ │ ├── TextEditor.exe.config
│ │ │ ├── TextEditor.exe.manifest
│ │ │ ├── TextEditor.pdb
│ │ │ ├── TextEditor.vshost.application
│ │ │ ├── TextEditor.vshost.exe
│ │ │ ├── TextEditor.vshost.exe.config
│ │ │ └── TextEditor.vshost.exe.manifest
│ │ └── Release
│ │ ├── TextEditor.application
│ │ ├── TextEditor.exe
│ │ ├── TextEditor.exe.config
│ │ ├── TextEditor.exe.manifest
│ │ ├── TextEditor.pdb
│ │ ├── TextEditor.vshost.application
│ │ ├── TextEditor.vshost.exe
│ │ ├── TextEditor.vshost.exe.config
│ │ └── TextEditor.vshost.exe.manifest
│ ├── ClassDiagram1.cd
│ ├── csharp.xml
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Help.cs
│ ├── Help.Designer.cs
│ ├── Help.resx
│ ├── ico
│ │ ├── about.ico
│ │ ├── color.ico
│ │ ├── copy.ico
│ │ ├── cut.ico
│ │ ├── delete.ico
│ │ ├── editor.ico
│ │ ├── favicon.ico
│ │ ├── find.ico
│ │ ├── font.ico
│ │ ├── header.ico
│ │ ├── help.ico
│ │ ├── new.ico
│ │ ├── open.ico
│ │ ├── paste.ico
│ │ ├── replace.ico
│ │ ├── saveas.ico
│ │ ├── save.ico
│ │ ├── selectall.ico
│ │ ├── Thumbs.db
│ │ └── undo.ico
│ ├── InputBox.cs
│ ├── InputBox.resx
│ ├── myIcon.ico
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TextEditor.application
│ │ │ ├── TextEditor.csproj.GenerateResource.Cache
│ │ │ ├── TextEditor.exe
│ │ │ ├── TextEditor.exe.manifest
│ │ │ ├── TextEditor.Form1.resources
│ │ │ ├── TextEditor.Help.resources
│ │ │ ├── TextEditor.InputBox.resources
│ │ │ ├── TextEditor.pdb
│ │ │ ├── TextEditor.Properties.Resources.resources
│ │ │ └── TextEditor.RepInputBox.resources
│ │ ├── Release
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── TextEditor.application
│ │ │ ├── TextEditor.csproj.GenerateResource.Cache
│ │ │ ├── TextEditor.exe
│ │ │ ├── TextEditor.exe.manifest
│ │ │ ├── TextEditor.Form1.resources
│ │ │ ├── TextEditor.Help.resources
│ │ │ ├── TextEditor.InputBox.resources
│ │ │ ├── TextEditor.pdb
│ │ │ ├── TextEditor.Properties.Resources.resources
│ │ │ └── TextEditor.RepInputBox.resources
│ │ └── TextEditor.csproj.FileList.txt
│ ├── Parser.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RepInputBox.cs
│ ├── RepInputBox.resx
│ ├── Settings.cs
│ ├── SyntaxEditor.cs
│ ├── SyntaxEditor.Designer.cs
│ ├── TextEditor.csproj
│ ├── TextEditor.csproj.user
│ ├── TextEditor.sln
│ ├── TextEditor.suo
│ └── 程序说明.txt
└── 程序说明.txt
14 directories, 92 files