• 大小: 0.36M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 文字  拼音  

资源简介

文字转拼音

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;

namespace CSharpWin
{
    /* 作者:Starts_2000
     * 日期:2009-09-08
     * 网站:http://www.csharpwin.com CS 程序员之窗。
     * 你可以免费使用或修改以下代码,但请保留版权信息。
     * 具体请查看 CS程序员之窗开源协议(http://www.csharpwin.com/csol.html)。
     */
    public partial class CaptureImageTool : Form
    {
        #region Fields

        private Image _image;
        private CaptureImageToolColorTable _colorTable;
        private Cursor _selectCursor = Cursors.Default;
        private Cursor _drawCursor = Cursors.Cross;

        private Point _mouseDownPoint;
        private Poi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-24 08:35  文字转拼音\
     目录           0  2017-03-10 21:44  文字转拼音\.vs\
     目录           0  2017-03-10 21:44  文字转拼音\.vs\文字转拼音\
     目录           0  2017-03-10 21:44  文字转拼音\.vs\文字转拼音\v14\
     文件       71680  2017-07-22 16:52  文字转拼音\.vs\文字转拼音\v14\.suo
     目录           0  2017-06-24 08:35  文字转拼音\CaptureImageTool\
     目录           0  2017-06-24 08:35  文字转拼音\CaptureImageTool\bin\
     目录           0  2017-06-24 08:35  文字转拼音\CaptureImageTool\bin\Debug\
     文件       77312  2017-06-24 08:09  文字转拼音\CaptureImageTool\bin\Debug\CaptureImageTool.dll
     文件      138752  2017-06-24 08:09  文字转拼音\CaptureImageTool\bin\Debug\CaptureImageTool.pdb
     目录           0  2015-02-22 21:24  文字转拼音\CaptureImageTool\bin\Release\
     文件       43642  2010-05-11 22:03  文字转拼音\CaptureImageTool\CaptureImageTool.cs
     文件        7261  2015-02-22 21:24  文字转拼音\CaptureImageTool\CaptureImageTool.csproj
     文件         452  2015-02-22 21:24  文字转拼音\CaptureImageTool\CaptureImageTool.csproj.user
     文件        8092  2010-05-11 22:03  文字转拼音\CaptureImageTool\CaptureImageTool.Designer.cs
     文件       22931  2010-05-11 22:03  文字转拼音\CaptureImageTool\CaptureImageTool.resx
     文件        1227  2010-05-11 21:59  文字转拼音\CaptureImageTool\CaptureImageToolColorTable.cs
     文件        2130  2010-05-11 21:59  文字转拼音\CaptureImageTool\ColorLabel.cs
     文件       17220  2009-09-10 10:08  文字转拼音\CaptureImageTool\ColorSelector.cs
     文件       13615  2009-09-08 11:35  文字转拼音\CaptureImageTool\ColorSelector.Designer.cs
     文件        5814  2009-09-08 11:35  文字转拼音\CaptureImageTool\ColorSelector.resx
     文件        9762  2010-05-11 21:59  文字转拼音\CaptureImageTool\ControlPaintEx.cs
     文件         247  2010-05-11 21:59  文字转拼音\CaptureImageTool\Drawstyle.cs
     文件        1048  2010-05-11 21:59  文字转拼音\CaptureImageTool\DrawTextData.cs
     文件       12326  2009-09-10 10:10  文字转拼音\CaptureImageTool\DrawToolsControl.cs
     文件       10177  2009-09-06 13:43  文字转拼音\CaptureImageTool\DrawToolsControl.designer.cs
     文件        6011  2009-09-06 13:43  文字转拼音\CaptureImageTool\DrawToolsControl.resx
     文件         222  2010-05-11 21:59  文字转拼音\CaptureImageTool\DrawToolsDockstyle.cs
     文件        4185  2010-05-11 21:59  文字转拼音\CaptureImageTool\GraphicsPathHelper.cs
     目录           0  2017-06-24 08:35  文字转拼音\CaptureImageTool\Icons\
     文件        1406  2008-06-01 18:47  文字转拼音\CaptureImageTool\Icons\Accept.ico
............此处省略81个文件信息

评论

共有 条评论