资源简介
代码片段和文件信息
using System;
using System.Windows.Forms;
namespace HtmlEditor
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
LoadHtml(this EventArgs.Empty);
styleComboBox.SelectedIndex = 0;
}
private void UpdateButtons(object sender EventArgs e)
{
bold.Checked = htmlEditor.SelectionBold;
italic.Checked = htmlEditor.SelectionItalic;
underline.Checked = htmlEditor.SelectionUnderline;
subscript.Checked = htmlEditor.SelectionSubscript;
superscript.Checked = htmlEditor.SelectionSuperscript;
if (!string.IsNullOrEmpty(htmlEditor.SelectionFontName))
fontComboBox.Text = htmlEditor.Selection
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 909 2011-06-07 12:01 HtmlEditor.sln
文件 488 2011-06-07 12:04 Program.cs
目录 0 2011-06-07 12:01 HtmlEditor\
文件 9457 2012-06-14 16:05 HtmlEditor\DynamicWebBrowser.cs
目录 0 2012-06-14 16:04 HtmlEditor\Elements\
文件 3919 2011-11-15 05:54 HtmlEditor\Elements\BorderManager.cs
文件 739 2011-11-15 05:53 HtmlEditor\Elements\HtmlAbbreviation.cs
文件 1590 2012-06-14 16:05 HtmlEditor\Elements\HtmlHyperli
文件 4621 2012-06-14 16:06 HtmlEditor\Elements\HtmlImage.cs
文件 5905 2012-03-09 23:57 HtmlEditor\Elements\Htmlob
文件 6079 2012-06-14 16:05 HtmlEditor\Elements\HtmlTable.cs
文件 760 2011-01-17 00:36 HtmlEditor\Enums.cs
文件 48499 2012-03-02 19:04 HtmlEditor\HtmlEditor.cs
文件 1511 2011-01-11 04:46 HtmlEditor\HtmlEditorCommands.cs
文件 9352 2011-02-08 05:16 HtmlEditor\UndoManager.cs
目录 0 2009-06-02 14:00 Properties\
文件 1619 2009-06-02 14:00 Properties\AssemblyInfo.cs
文件 8619 2011-06-08 17:19 Properties\Resources.Designer.cs
文件 7184 2011-06-08 17:19 Properties\Resources.resx
文件 1135 2011-06-07 12:04 Properties\Settings.Designer.cs
文件 249 2009-06-02 14:00 Properties\Settings.settings
目录 0 2011-06-08 17:19 Resources\
文件 139 2011-06-08 17:20 Resources\Common.css
文件 566 2011-06-08 17:11 Resources\Google.css
文件 150 2011-06-08 17:11 Resources\Office2003.css
文件 537 2011-06-08 17:11 Resources\Office2007.css
文件 717 2011-06-08 17:11 Resources\Wikipedia.css
文件 4834 2011-06-08 17:20 Form1.cs
文件 15535 2011-06-08 17:17 Form1.Designer.cs
文件 6014 2011-06-08 17:17 Form1.resx
文件 540 2011-06-07 12:10 historial.txt
............此处省略2个文件信息
- 上一篇:C#网络抓包工具源码
- 下一篇:winform html富文本编辑器
相关资源
- SignalR 2.0 Winform版
- C#十六进制编辑器
- C# winform Socket大文件传输
- C#将Excel导入到Access数据库表(winFor
- winform图片标尺,画矩形
- C# 斑马标签打印 WEBWINFORM
- 自己用C#写的Word转Html工具,亲测可用
- C#动画控件超炫
- WeifenLuo.WinFormsUI.Docking3.1.0
- Bunifu_Ui_WinForms_v1.10.0.0_Downloadly.ir.rar
- Winform可视化打印模板设计
- 最新9个C# .NET Winform的多线程进度条源
- Winform绘制圆形和椭圆形图章
- c# 图像旋转 winform 窗体 图片转动
- 优化C# WinForm从中国银行网站抓取汇率
- C#项目 网吧管理系统
- 原创WPF卫生相关文档编辑器
- Winform通用经典快速开发CS框架-outloo
- 人事管理系统 winform代码
- 宾馆管理系统(c#2008access2003winform)
- C# Winform 酒店管理系统源代码及数据
- 炸弹人游戏(带地图编辑器浏览器.
- C# Winform 弹窗等待效果图
- winform自动更新程序
- winform c# mschart demo 范例
- WinForm 实现图片滚动
- c#winform做的hosts文件管理
- 控件重绘 C# WinForm控件美化扩展系列之
- .net winform插件大全 .net 控件大全.net插
- winform chart动态跟进式折线图
评论
共有 条评论