Hướng dẫn cài đặt devexpress 14.1

thuvienwinform - Mình rất là không thích những đoạn mà xen lấn tiếng anh, tiếng việt. Điển hình là các thông báo. Mặc định các nút đề là tiếng anh[OK, Yes, No, Cancel,...] chúng ta nên việt hóa toàn bộ. Vừa dễ dàng cho người sử dụng, vừa có được giao diện đẹp.

Công việc này khá đơn giản. Tạo 1 lớp [class] là xong! Chú ý: cần thêm DevExpress.Data; và DevExpress.XtraEditors; [Add Reference]

using System; using System.Collections.Generic; using System.Linq; using System.Text; using DevExpress.XtraEditors.Controls; using DevExpress.Utils.Localization; namespace ThuVienWinform.ThongBaoDevExpress {

////documentation.devexpress.com/
# WindowsForms/CustomDocument1866
public class TuyChinhDevExpress : Localizer
{
    public string Abort { set; get; }
    public string Cancel { set; get; }
    public string Ignore { set; get; }
    public string No { set; get; }
    public string Ok { set; get; }
    public string Retry { set; get; }
    public string Yes { set; get; }
    public TuyChinhDevExpress[string abort, string cancel, string ignore, string no, string ok, string retry, string yes]
    {
        this.Abort = abort;
        this.Cancel = cancel;
        this.Ignore = ignore;
        this.No = no;
        this.Ok = ok;
        this.Retry = retry;
        this.Yes = yes;
    }
    public override string GetLocalizedString[StringId id]
    {
        if [id == StringId.XtraMessageBoxAbortButtonText] return this.Abort;
        if [id == StringId.XtraMessageBoxCancelButtonText] return this.Cancel;
        if [id == StringId.XtraMessageBoxIgnoreButtonText] return this.Ignore;
        if [id == StringId.XtraMessageBoxNoButtonText] return this.No;
        if [id == StringId.XtraMessageBoxOkButtonText] return this.Ok;
        if [id == StringId.XtraMessageBoxRetryButtonText] return this.Retry;
        if [id == StringId.XtraMessageBoxYesButtonText] return this.Yes;
        return base.GetLocalizedString[id];
    }
}
}

Sử dụng: Khai báo đoạn này trong sự kiện nạp [Form_load], hay trong tệp Program.cs đều được: Chú ý: using DevExpress.XtraEditors.Controls;

Localizer.Active = new TuyChinhDevExpress["&Hủy bỏ", "&Hủy", "&Chấp nhận", "&Xác nhận", "&Được", "&Thử lại", "&Được"];

Vậy là xong rồi!

DevExpress DevExtreme is a comprehensive set of HTML5 and JavaScript-based tools designed for developers who need to create engaging mobile and desktop applications that are intuitive and visually appealing. Developed by Developer Express Inc., it provides a powerful framework for building cross-platform web applications that can be deployed seamlessly across desktop and mobile devices.

DevExtreme includes a wide range of widgets, charting tools, data visualizations and other components which enable developers to create high-performance, responsive and interactive applications. Moreover, it integrates with popular frameworks like Angular, React and Vue to build advanced web applications.

The DevExtreme toolset is easy to use and requires no prior experience in web development. It features an extensive set of pre-configured templates that make it simple to create robust applications quickly. Additionally, it includes built-in support for popular development tools like Visual Studio, Eclipse and WebStorm.

  • Key Features:
  • 1. Wide variety of widgets including grids, charts, calendars, data editors, forms and more
    1. Full integration with popular frameworks such as Angular, React and Vue
    2. Responsive design for mobile and desktop platforms
    3. Support for internationalization [i18n] and localization [l10n]
    4. Built-in support for Visual Studio Code, Eclipse, WebStorm and other popular development environments

Overall, DevExpress DevExtreme is a powerful and intuitive toolset for creating cross-platform web applications. With its rich set of features and easy-to-use interface, developers can quickly build engaging web applications that meet the requirements of today's modern IT environment.

Tổng quan

DevExpress DevExtreme là một Shareware phần mềm trong danh mục Thể loại khác được phát triển bởi Developer Express Inc..

Nó đã được kiểm tra cho các bản cập nhật 31 lần bởi người sử dụng các ứng dụng khách hàng của chúng tôi UpdateStar trong tháng trước.

Phiên bản mới nhất của DevExpress DevExtreme hiện thời không rõ. Vào lúc đầu, nó đã được thêm vào cơ sở dữ liệu của chúng tôi trên 26/07/2013.

DevExpress DevExtreme đã chạy trên hệ điều hành sau: Mac.

DevExpress DevExtreme Vẫn chưa được đánh giá xếp hạng bởi người sử dụng của chúng tôi

Viết nhận xét cho DevExpress DevExtreme!

Cài đặt

người sử dụng 31 UpdateStar có DevExpress DevExtreme cài đặt tháng trước.

Chủ Đề