Mini Kabibi Habibi
Imports DevExpress.Tutorials
Imports System.Drawing
Imports Microsoft.VisualBasic
Namespace DevExpress.XtraGauges.Demos
Partial Public Class About
Inherits ucAboutPage
Public Sub New()
InitializeComponent()
End Sub
Protected Overrides ReadOnly Property ProductText() As String
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." & _
ControlChars.CrLf & ControlChars.CrLf & _
"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!"
End Get
End Property
Protected Overrides ReadOnly Property ProductImage() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("XtraGauges.png", GetType(DevExpress.XtraGauges.Demos.frmMain).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductImageLight() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("XtraGauges_light.png", GetType(DevExpress.XtraGauges.Demos.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