资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.Globalization;
namespace ctest
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnChinese_Click(object sender EventArgs e)
{
//更改当前线程的 CultureInfo
//zh-CN 为中文,更多的关于 Culture 的字符串请查 MSDN
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(“zh-CN“);
//对当前窗体应用更改后的资源
ApplyResource();
}
private void btnEnglish_Click(object sender EventArgs e)
{
//更改当前
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1493 2007-07-29 17:10 ctest\bin\Debug\ctest.application
文件 28672 2007-07-29 17:10 ctest\bin\Debug\ctest.exe
文件 2114 2007-07-29 17:10 ctest\bin\Debug\ctest.exe.manifest
文件 4096 2007-07-29 17:10 ctest\bin\Debug\en\ctest.resources.dll
文件 2022 2007-05-24 14:14 ctest\bin\Debug\test.shfb
文件 5244 2007-07-29 17:03 ctest\ctest.csproj
文件 730 2007-05-22 17:38 ctest\ctest.csproj.user
文件 301 2007-05-22 14:33 ctest\ctest.csproj.vspscc
文件 1276 2007-07-29 17:10 ctest\ctest.sln
..A..H. 11776 2007-07-29 17:10 ctest\ctest.suo
文件 841 2007-05-28 09:40 ctest\dotfuscator.xm
文件 2050 2007-07-29 17:10 ctest\Form1.cs
文件 5902 2007-07-29 17:06 ctest\Form1.Designer.cs
文件 6762 2007-07-29 17:06 ctest\Form1.en.resx
文件 12086 2007-07-29 17:06 ctest\Form1.resx
文件 497 2007-06-05 11:28 ctest\Program.cs
文件 1258 2007-03-02 11:21 ctest\Properties\AssemblyInfo.cs
文件 2835 2007-05-24 16:33 ctest\Properties\Resources.Designer.cs
文件 5957 2007-04-09 09:24 ctest\Properties\Resources.resx
文件 1084 2007-05-24 16:33 ctest\Properties\Settings.Designer.cs
文件 249 2007-03-02 11:21 ctest\Properties\Settings.settings
..A.SHR 283 2007-05-24 17:55 ctest\Properties\vssver2.scc
目录 0 2007-07-29 17:02 ctest\bin\Debug\en
目录 0 2007-07-29 17:03 ctest\bin\Debug
目录 0 2007-07-29 17:02 ctest\bin
目录 0 2007-07-29 17:02 ctest\Properties
目录 0 2007-07-29 17:10 ctest
----------- --------- ---------- ----- ----
97528 27
............此处省略0个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- pop3lib类库 +(这个不错) 附完整
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
评论
共有 条评论