Mini Kabibi Habibi
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using DevExpress.Tutorials;
namespace DevExpress.XtraLayout.Demos {
public partial class About : ucAboutPage {
public About() {
// This call is required by the Windows Form Designer.
InitializeComponent();
// TODO: Add any initialization after the InitializeComponent call
}
protected override string ProductText {
get {
return "The XtraLayoutControl empowers you and your team and allows you to create elegant UIs in the shortest possible time. From auto-arrangement of individual controls to resolution independence, the XtraLayoutControl delivers a comprehensive form design feature set. The XtraLayoutControl will dramatically reduce the number of UI modifications you need to make over time and thus the number of costly rebuilds. It is the only suite in the market that allows runtime layout customization so that end-users can reorder controls via simple drag and drop operations.\r\n\r\nGive the XtraLayoutControl 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.XtraLayout.Images.XtraLayoutControl.png", typeof(LayoutControl).Assembly); ;
}
}
protected override Image ProductImageLight {
get {
return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraLayout.Images.XtraLayoutControl_light.png", typeof(LayoutControl).Assembly); ;
}
}
protected override DevExpress.Utils.About.ProductKind ProductKind {
get {
return DevExpress.Utils.About.ProductKind.DXperienceWin;
}
}
}
}