Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/GaugesMainDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/GaugesMainDemo/Modules/About.cs

using System.Drawing;
using DevExpress.Tutorials;

namespace DevExpress.XtraGauges.Demos {
    public partial class About : ucAboutPage {
        public About() {
            InitializeComponent();
        }
        protected override string ProductText {
            get {
                return @"The DevExpress WinForms Gauge and Dashboard Controls Suite ships with over 225 built-in presets and is extremely easy to use� so easy in fact, that all you need to do is drop a control onto a form - No need to manually create elements, customize their appearance, size and layout. Simply choose the template you like best, bind your control to data and voila - you are ready to go.

Give the XtraGauges Suite a try and see for yourself - if it is not the best and most comprehensive product library of its kind, return it to us within the first 60 days from purchase for an UNCONDITIONAL no questions asked refund!";
            }
        }
        protected override Image ProductImage {
            get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraGauges.Demos.Images.XtraGauges.png", typeof(frmMain).Assembly); }
        }
        protected override Image ProductImageLight {
            get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraGauges.Demos.Images.XtraGauges_light.png", typeof(frmMain).Assembly); }
        }
        protected override DevExpress.Utils.About.ProductKind ProductKind {
            get { return DevExpress.Utils.About.ProductKind.DXperienceWin; }
        }
    }
}