是将最新版本DevExpress DXperience12.1.X 控件的英文界面、弹出框、右键菜单等翻译成中文,便于您的开发和使用,节约30%的项目开发时间。仅需一行代码,便可实现DevExpress界面的完整汉化! 对应的Dll在DevExpress.DLL文件夹中 首先,您需下载现有的资源包,将所需的汉化的资源zh-CHS中国 (简体) 、zh-CN中国 (中国)、zh-TW 中国 (台湾)拷贝到执行目录下。利用CurrentThread.CurrentUICulture加载资源包。参照代码如下: static void Main() {   System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");       Application.Run(new Form1()); }
2021-11-29 16:23:48 36.03MB DevExpress 汉化 中文
1
Android Studio universal-image-loader-1.9.5 最新版本 import com.nostra13.universalimageloader https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/downloads/universal-image-loader-1.9.5.jar
2021-11-29 15:28:46 137KB nostra13
1
适用于Winform,WPF, ASP.NET, ASP.NET MVC,WIN10 APPS,Reporting等, Visual Studio开发必备
2021-11-29 14:04:53 48B DevExpress
1
DevExpress 18.1.16 (.NET Framework 4.0-4.8) (Visual Studio 2012-2019) (最后一个支持.NET4.0的版本)
2021-11-29 13:03:07 358.61MB devexpress Dev 18.1.16 VS2019
1
The Rich Communication Services (RCS) Universal Profile 2.4 represents an update of globally shared RCS specifications. This Service Definition Document (SDD) lists all the User Stories and Feature Requirements, based on the Universal Profile 2.0 specification. The Universal Profile describes a single, global RCS implementation that will be deployed worldwide. The aim of this profile is to reduce the variation that exists today across various RCS profiles in order to simplify large-scale deployment. The Universal Profile is targeted at Operating System (OS) developers and Original Equipment Manufacturers (OEM) for open market device implementations. The focus of requirements is on native device implementations implemented at the OS or device manufacturer level. It is acknowledged that downloadable applications may face limitations that prevent such implementations from fulfilling the complete feature set.
2021-11-29 09:02:23 2.35MB RCSUniversalPr RCSUP2.4 RCS通用2.4 RCS协议
1
说明:从16.1最全的中文翻译包转过来的。本语言包仅限交流学习使用,记得给个好评支持一下,多谢!
2021-11-28 14:24:14 1.57MB Devexpress  v18.1  中文语言包
1
Devexpress Winform
2021-11-28 14:18:49 13.84MB Devexpress Winform 中文
1
收集的Devexpress+Winform中文文档,对于Devpress控件的使用很有帮助,希望能够帮到大家
2021-11-27 13:30:53 12.33MB C# WinFor Devpre
1
DevExpress DXperience Universal 11.2.8 官方下载地址+破解补丁
2021-11-26 14:35:14 7.26MB Devexpress
1
开始开放免费下载了 资源分 0 需要的速度 最新DevExpress DXperience Universal v9.1.3注册插件(包含Components、eXpressApp Framework、CodeRush和Refector! Pro),安装说明: 1. 下载官方试用版安装程序,地址:http://www.devexpress.com/Downloads/NET/ 2. 安装试用版程序 3. 安装本插件程序 注意事项: 1. 本程序不是破解程序,不会修改原版程序 2. Components和eXpressApp Framework的注册插件(以下简称Components插件)是作为Visual Studio 2005和Visual Studio 2008的插件来工作的,因此也只能工作在Visual Studio 2005和Visual Studio2008上,其他开发工具不支持 3. CodeRush和Refector! Pro的注册插件(以下简称IDETools插件)不是Visual Studio的插件,而是作为一个ProductModule进行加载的 4. 你可以独立安装Components插件和IDETools插件 5. 在安装过程中,会提示是否编译License文件(默认是选中的),这项仅对Components插件才有效,当选中这个选项时,需要在所有Build程序集的机器上安装Components插件(例如TFS的Build服务器),这时候编译出来的程序集和使用官方注册版程序的结果相同;如果没有选中这个选项,那么不需要在所有Build程序集的机器上安装Components插件,编译出来的程序集和使用官方注册版程序相比,缺少了License资源文件,不过程序运行结果是一样的,不会提示Trial信息 6. 安装程序的Customer Information界面输入的UserName信息,将作为DevExpress的注册信息显示在控件设计器菜单的About对话框里面 7. 如果不想用本插件了,到添加删除程序中卸载DevExpress 2009.1 Registration即可。 强烈建议,在安装Components插件时,选中编译License文件选项,并在需要Build程序集的机器上安装Components插件,这样编译的程序集和使用官方注册版程序的结果是一样的 Devexpress官方的汉化方式,通过资源文件进行汉化,支持9.1各个版本。 使用方法: 1、zh-CHS目录拷贝到生成的EXE程序的执行目录下。 2、在主程序的program.cs中的main函数的最前面加入如下两行代码: System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN"); System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-CN"); 例如: namespace WindowsFormsApplication1 { static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN"); System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-CN"); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } }
2021-11-25 13:21:23 677KB Devexpress 9 汉化 破解
1