资源简介
漢字轉拼音工具
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Xqk.Chinese;
namespace WinFormExample
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
ChineseBox.Text = “海豚湾孬蛋“;
}
private void FullPinyinButton_Click(object sender EventArgs e)
{
PinyinBox.Text = Chinese.GetFullPinYin(ChineseBox.Text);
}
private void FirstPinyinButton_Click(object sender EventArgs e)
{
PinyinBox.Text = Chinese.GetFirstPinYin(ChineseBox.Text);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-07-01 00:46 WinFormExample\
文件 117 2013-08-14 09:05 WinFormExample\app.config
目录 0 2011-07-01 00:46 WinFormExample\bin\
目录 0 2013-08-14 09:07 WinFormExample\bin\Debug\
文件 9216 2013-08-14 09:07 WinFormExample\bin\Debug\WinFormExample.exe
文件 117 2013-08-14 09:05 WinFormExample\bin\Debug\WinFormExample.exe.config
文件 22016 2013-08-14 09:07 WinFormExample\bin\Debug\WinFormExample.pdb
文件 11608 2013-08-14 09:09 WinFormExample\bin\Debug\WinFormExample.vshost.exe
文件 117 2013-08-14 09:05 WinFormExample\bin\Debug\WinFormExample.vshost.exe.config
文件 490 2012-06-02 22:34 WinFormExample\bin\Debug\WinFormExample.vshost.exe.manifest
文件 131584 2013-08-14 09:07 WinFormExample\bin\Debug\Xqk.Chinese.dll
文件 17920 2013-08-14 09:07 WinFormExample\bin\Debug\Xqk.Chinese.pdb
文件 835 2013-08-07 16:40 WinFormExample\Form1.cs
文件 4983 2011-06-30 23:51 WinFormExample\Form1.Designer.cs
文件 5817 2011-06-30 23:51 WinFormExample\Form1.resx
目录 0 2011-07-01 00:46 WinFormExample\obj\
目录 0 2011-07-01 00:46 WinFormExample\obj\x86\
目录 0 2013-08-14 09:07 WinFormExample\obj\x86\Debug\
文件 6132 2013-08-14 09:07 WinFormExample\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 626 2013-08-07 16:40 WinFormExample\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog
文件 1062 2013-08-07 16:40 WinFormExample\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog
文件 2792 2013-08-07 16:40 WinFormExample\obj\x86\Debug\ResolveAssemblyReference.cache
目录 0 2013-08-14 09:05 WinFormExample\obj\x86\Debug\TempPE\
文件 4608 2013-08-14 09:05 WinFormExample\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 4258 2013-08-14 09:09 WinFormExample\obj\x86\Debug\WinFormExample.csproj.FileListAbsolute.txt
文件 847 2013-08-14 09:06 WinFormExample\obj\x86\Debug\WinFormExample.csproj.GenerateResource.Cache
文件 9376 2013-08-14 09:07 WinFormExample\obj\x86\Debug\WinFormExample.csprojResolveAssemblyReference.cache
文件 9216 2013-08-14 09:07 WinFormExample\obj\x86\Debug\WinFormExample.exe
文件 180 2013-08-14 09:07 WinFormExample\obj\x86\Debug\WinFormExample.Form1.resources
文件 22016 2013-08-14 09:07 WinFormExample\obj\x86\Debug\WinFormExample.pdb
文件 180 2013-08-14 09:07 WinFormExample\obj\x86\Debug\WinFormExample.Properties.Resources.resources
............此处省略29个文件信息
相关资源
- Hosts文件管理工具
- 疯子ftp上传工具源码传送数据到服务
- C# 文件编码转换工具(支持UTF-8/UTF-
- Unicode解码、编码工具(附源码)
- UU云远程打码工具源码
- MD5值校正工具源码
- 根据文件列表,合并文本文件,保持
- iis6建站工具
- WeiXin调试工具
- QQ农场辅助工具源码
- C# 域名whois批量查询工具(检测是否注
- 商城辅助工具源码(支持COD货到付款
- dll文件32位/64位检测工具
- C# 批量给图片加水印工具源码(亲测
- http报文抓取工具源码
- C# 开机清理工具源码
- 批量处理图片打印分辨率(DPI)工具
- C# 简易播放器工具源码(可用于年会
- 批量压缩GIF图片工具源码(基于Gifs
- C# 图形旋转角度 小工具源码
- C# 注册表右键菜单项清理工具(源码
- QQ聊天记录Mht转Html格式(附工具源码
- 身份证号码验证工具
- 汉字转拼音
- 端口扫描工具源码(PortScanner)
- IE下获取XPATH小工具源码(支持32/64位
- 彩票选号工具(双色球和3D随机)
- 多重复制小工具(源码)
- C#画图工具提供笔触设置
- 串口升级工具源码(IAP)
评论
共有 条评论