From d1e939dd8151fd1fae77ababd817cb927cfe0d85 Mon Sep 17 00:00:00 2001 From: editor <@51Aspx.com> Date: Wed, 28 Jun 2023 22:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 51Aspx源码必读.txt | 48 +++++++++++++++++++ ExHtmlEditor/ColorPicker/ColorSelectedArg.cs | 15 ++++++ ExHtmlEditor/ColorPicker/ThemeColorPicker.cs | 15 ++++++ .../ColorPicker/ThemeColorPicker.designer.cs | 15 ++++++ .../ColorPicker/ThemeColorPicker.resx | 15 ++++++ .../ThemeColorPickerToolStripSplitButton.cs | 15 ++++++ .../ColorPicker/ThemeColorPickerWindow.cs | 15 ++++++ .../ThemeColorPickerWindow.designer.cs | 15 ++++++ .../ColorPicker/ThemeColorPickerWindow.resx | 15 ++++++ ExHtmlEditor/ExHtmlEditor.csproj | 15 ++++++ ExHtmlEditor/Program.cs | 15 ++++++ ExHtmlEditor/Properties/AssemblyInfo.cs | 15 ++++++ ExHtmlEditor/Properties/Resources.Designer.cs | 15 ++++++ ExHtmlEditor/Properties/Resources.resx | 15 ++++++ ExHtmlEditor/Properties/Settings.Designer.cs | 15 ++++++ ExHtmlEditor/app.config | 3 ++ ExHtmlEditor/bin/Debug/Awesomium.Core.xml | 15 ++++++ .../bin/Debug/Awesomium.Windows.Forms.xml | 15 ++++++ .../bin/Debug/ExHtmlEditor.exe.config | 3 ++ ExHtmlEditor/bin/Debug/ScintillaNET.xml | 15 ++++++ .../Release/ExHtmlEditor.vshost.exe.config | 3 ++ ExHtmlEditor/frmAbout.Designer.cs | 15 ++++++ ExHtmlEditor/frmAbout.cs | 15 ++++++ ExHtmlEditor/frmAbout.resx | 15 ++++++ ExHtmlEditor/frmMain.Designer.cs | 15 ++++++ ExHtmlEditor/frmMain.cs | 15 ++++++ ExHtmlEditor/frmMain.resx | 15 ++++++ ExHtmlEditor/frmReadMe.Designer.cs | 15 ++++++ ExHtmlEditor/frmReadMe.cs | 15 ++++++ ExHtmlEditor/frmReadMe.resx | 15 ++++++ ...amework,Version=v4.8.AssemblyAttributes.cs | 4 ++ .../ExHtmlEditor.csproj.FileListAbsolute.txt | 15 ++++++ 引用/Awesomium.Core.xml | 15 ++++++ 引用/Awesomium.Windows.Forms.xml | 15 ++++++ 引用/ScintillaNET.xml | 15 ++++++ 35 files changed, 511 insertions(+) create mode 100644 51Aspx源码必读.txt create mode 100644 ExHtmlEditor/ColorPicker/ColorSelectedArg.cs create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPicker.cs create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPicker.designer.cs create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPicker.resx create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPickerToolStripSplitButton.cs create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPickerWindow.cs create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPickerWindow.designer.cs create mode 100644 ExHtmlEditor/ColorPicker/ThemeColorPickerWindow.resx create mode 100644 ExHtmlEditor/ExHtmlEditor.csproj create mode 100644 ExHtmlEditor/Program.cs create mode 100644 ExHtmlEditor/Properties/AssemblyInfo.cs create mode 100644 ExHtmlEditor/Properties/Resources.Designer.cs create mode 100644 ExHtmlEditor/Properties/Resources.resx create mode 100644 ExHtmlEditor/Properties/Settings.Designer.cs create mode 100644 ExHtmlEditor/app.config create mode 100644 ExHtmlEditor/bin/Debug/Awesomium.Core.xml create mode 100644 ExHtmlEditor/bin/Debug/Awesomium.Windows.Forms.xml create mode 100644 ExHtmlEditor/bin/Debug/ExHtmlEditor.exe.config create mode 100644 ExHtmlEditor/bin/Debug/ScintillaNET.xml create mode 100644 ExHtmlEditor/bin/Release/ExHtmlEditor.vshost.exe.config create mode 100644 ExHtmlEditor/frmAbout.Designer.cs create mode 100644 ExHtmlEditor/frmAbout.cs create mode 100644 ExHtmlEditor/frmAbout.resx create mode 100644 ExHtmlEditor/frmMain.Designer.cs create mode 100644 ExHtmlEditor/frmMain.cs create mode 100644 ExHtmlEditor/frmMain.resx create mode 100644 ExHtmlEditor/frmReadMe.Designer.cs create mode 100644 ExHtmlEditor/frmReadMe.cs create mode 100644 ExHtmlEditor/frmReadMe.resx create mode 100644 ExHtmlEditor/obj/x86/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs create mode 100644 ExHtmlEditor/obj/x86/Debug/ExHtmlEditor.csproj.FileListAbsolute.txt create mode 100644 引用/Awesomium.Core.xml create mode 100644 引用/Awesomium.Windows.Forms.xml create mode 100644 引用/ScintillaNET.xml diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..953ff93 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,48 @@ +EXHTMLEDITOR编辑器V1.3源码 + + + ExHtmlEditor编辑器v1.3源码 + + + 源码描述: +一、更新记录: +    V1.3 (25 Sep 2013) +    1、Modify - Logo changed. +    v1.2 (15 Sep 2013) +    1、Add - Able to insert hex color string +    2、Add - Enable text wrapping +    3、Add - Able to insert encoded symbol of "<" and ">". +二、源码特点 +    1、支持 HTML5, Javascript 和 CSS3 +    2、可视化渲染输出 +    3、HTML 语法高亮 +    4、代码搜索和替换 +    5、便携,无需安装 +    6、免费开源 +三、功能介绍 +    ExHtmlEditor 是一个开源的程序用来学习和编写 HTML 代码。 +四、注意事项 +    源码需要的引用文件存放在文件夹引用中。 + + + +作者: adriancs + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/ExHtmlEditor13 +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/ExHtmlEditor/ColorPicker/ColorSelectedArg.cs b/ExHtmlEditor/ColorPicker/ColorSelectedArg.cs new file mode 100644 index 0000000..b51cd02 --- /dev/null +++ b/ExHtmlEditor/ColorPicker/ColorSelectedArg.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Drawing; + +namespace System.Windows.Forms +{ + public class ColorSelectedArg : EventArgs + { + Color _selectedColor; + string _hexColor; + + public Color Color { get { return _selectedColor; } } + public string HexColor { get { return _hexColor; } } + public int R { get { return _selectedColor.R; } } diff --git a/ExHtmlEditor/ColorPicker/ThemeColorPicker.cs b/ExHtmlEditor/ColorPicker/ThemeColorPicker.cs new file mode 100644 index 0000000..b80f495 --- /dev/null +++ b/ExHtmlEditor/ColorPicker/ThemeColorPicker.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Text; +using System.Windows.Forms; + +namespace System.Windows.Forms +{ + [DefaultEvent("ColorSelected")] + public partial class ThemeColorPicker : UserControl + { + int[] _customColors = new int[0]; + diff --git a/ExHtmlEditor/ColorPicker/ThemeColorPicker.designer.cs b/ExHtmlEditor/ColorPicker/ThemeColorPicker.designer.cs new file mode 100644 index 0000000..3d1b2b8 --- /dev/null +++ b/ExHtmlEditor/ColorPicker/ThemeColorPicker.designer.cs @@ -0,0 +1,15 @@ +namespace System.Windows.Forms +{ + partial class ThemeColorPicker + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { diff --git a/ExHtmlEditor/ColorPicker/ThemeColorPicker.resx b/ExHtmlEditor/ColorPicker/ThemeColorPicker.resx new file mode 100644 index 0000000..151e799 --- /dev/null +++ b/ExHtmlEditor/ColorPicker/ThemeColorPicker.resx @@ -0,0 +1,15 @@ + + +