基本信息
源码名称:c#实现高亮显示xml文档
源码大小:0.06M
文件格式:.rar
开发语言:C#
更新时间:2023-07-26
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
c#实现高亮显示xml文档
c#实现的对xml高亮解析器,按照语法对关键字属性等进行高亮显示, 本程序是我从微软的网站上下载 下载的程序运行有点问题,经过了一些简单整理,现在可以运行 但注意本程序现在不支持对带用名称空间namespace的xml...
文件清单
└── C#
├── CSRichTextBoxSyntaxHighlighting
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ ├── CharacterEncoder.cs
│ ├── CSRichTextBoxSyntaxHighlighting.csproj
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.csproj.FileListAbsolute.txt
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.exe
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.Form1.resources
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.Mainform.resources
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── x86
│ │ └── Debug
│ │ └── TempPE
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Readme.txt
│ ├── XMLViewer.cs
│ └── XMLViewerSettings.cs
├── CSRichTextBoxSyntaxHighlighting.sln
├── CSRichTextBoxSyntaxHighlighting.suo
├── Debug
├── description
│ ├── 58624bba6f9a865ff785e54bad2a962f-84c43e7f5984ca7fc54014ec8acd75e8-RequestReducedStyle.css
│ ├── brand.css
│ ├── common.css
│ ├── descriptionframe.html
│ ├── offline.js
│ └── onecodelogo.html
├── Release
└── 使用说明.txt
15 directories, 29 files
c#实现高亮显示xml文档
c#实现的对xml高亮解析器,按照语法对关键字属性等进行高亮显示, 本程序是我从微软的网站上下载 下载的程序运行有点问题,经过了一些简单整理,现在可以运行 但注意本程序现在不支持对带用名称空间namespace的xml...
文件清单
└── C#
├── CSRichTextBoxSyntaxHighlighting
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ ├── CharacterEncoder.cs
│ ├── CSRichTextBoxSyntaxHighlighting.csproj
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.csproj.FileListAbsolute.txt
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.exe
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.Form1.resources
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.Mainform.resources
│ │ │ ├── CSRichTextBoxSyntaxHighlighting.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── x86
│ │ └── Debug
│ │ └── TempPE
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Readme.txt
│ ├── XMLViewer.cs
│ └── XMLViewerSettings.cs
├── CSRichTextBoxSyntaxHighlighting.sln
├── CSRichTextBoxSyntaxHighlighting.suo
├── Debug
├── description
│ ├── 58624bba6f9a865ff785e54bad2a962f-84c43e7f5984ca7fc54014ec8acd75e8-RequestReducedStyle.css
│ ├── brand.css
│ ├── common.css
│ ├── descriptionframe.html
│ ├── offline.js
│ └── onecodelogo.html
├── Release
└── 使用说明.txt
15 directories, 29 files