Mini Kabibi Habibi
Imports Microsoft.VisualBasic
Imports DevExpress.Tutorials
Imports DevExpress.Utils
Imports System
Imports System.Drawing
Namespace DevExpress.XtraPivotGrid.Demos.Modules
Partial Public Class About
Inherits ucAboutPage
Public Sub New()
' This call is required by the Windows Form Designer.
InitializeComponent()
' TODO: Add any initialization after the InitializeComponent call
End Sub
Protected Overrides ReadOnly Property ProductText() As String
Get
Return "When it comes to data mining and multi-dimensional analysis, the XtraPivotGrid Suite provides business users unrivaled insights into daily operations. With its powerful data architecture, our Pivot Grid Control is able to slice and dice information efficiently and provide customers with an extremely intuitive end-user experience. It delivers numerous layout customization options with total end-user control over each individual on-screen report." & ControlChars.CrLf & ControlChars.CrLf & "Give the XtraPivotGrid 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!"
End Get
End Property
Protected Overrides ReadOnly Property ProductImage() As Image
Get
Return ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraPivotGrid.Demos.Images.XtraPivotGrid.png", GetType(frmMain).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductImageLight() As Image
Get
Return ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraPivotGrid.Demos.Images.XtraPivotGrid_light.png", GetType(frmMain).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductKind() As DevExpress.Utils.About.ProductKind
Get
Return DevExpress.Utils.About.ProductKind.DXperienceWin
End Get
End Property
End Class
End Namespace