Mini Kabibi Habibi

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

using System;
using System.Windows.Forms;
using System.Drawing;
using DevExpress.Tutorials;
using DevExpress.Utils.About;

namespace DevExpress.XtraScheduler.Demos {
	public partial class About : ucAboutPage {
		public About() {
			InitializeComponent();
		}

        #region Properies
        protected override string ProductText { get { return "Microsoft Office Style Scheduling Controls for WinForms\r\n\r\nFeatures multiple calendar view types and side-by-side calendar display. Ships with complete Microsoft Outlook style end-user interface."; } }
        protected override Image ProductImage { get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraScheduler.Demos.Images.XtraScheduler.png", typeof(frmMain).Assembly); } }
        protected override Image ProductImageLight { get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraScheduler.Demos.Images.XtraScheduler_light.png", typeof(frmMain).Assembly); } }
        protected override ProductKind ProductKind { get { return ProductKind.DXperienceWin; } }
        #endregion
	}
}