Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/LayoutMainDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/LayoutMainDemo/Modules/About.vb

Imports Microsoft.VisualBasic
Imports System
Imports System.Collections
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports DevExpress.Tutorials


Namespace DevExpress.XtraLayout.Demos
	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 "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." & Constants.vbCrLf & Constants.vbCrLf & "Give 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!"
			End Get
		End Property
		Protected Overrides ReadOnly Property ProductImage() As Image
			Get
				Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraLayout.Images.XtraLayoutControl.png", GetType(LayoutControl).Assembly)

			End Get
		End Property
		Protected Overrides ReadOnly Property ProductImageLight() As Image
			Get
				Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraLayout.Images.XtraLayoutControl_light.png", GetType(LayoutControl).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