Mini Kabibi Habibi

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

Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports DevExpress.Tutorials
Imports System.Drawing

Namespace SnapDemos.Modules
	Partial Public Class About
		Inherits ucAboutPage
		Private layoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem
		Private simpleLabelItem1 As DevExpress.XtraLayout.SimpleLabelItem
		Private emptySpaceItem2 As DevExpress.XtraLayout.EmptySpaceItem
		Private videoList1 As VideoList

		Public Sub New()
			' This call is required by the Windows Form Designer.
			InitializeComponent()

			' TODO: Add any initialization after the InitializeComponent call
		End Sub
		Private Sub InitializeComponent()
			Me.videoList1 = New SnapDemos.Modules.VideoList()
			Me.layoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
			Me.simpleLabelItem1 = New DevExpress.XtraLayout.SimpleLabelItem()
			Me.emptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem()
			CType(Me.peLogo.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.versionControl1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.peAwards.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.peProduct.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
			Me.layoutControl1.SuspendLayout()
			CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.simpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem4, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem5, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem3, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem6, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.simpleSeparator2, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem7, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.lciStart, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.esiStart1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.esiStart2, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.sliStart, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.esiStart3, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.layoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.simpleLabelItem1, System.ComponentModel.ISupportInitialize).BeginInit()
			CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit()
			Me.SuspendLayout()
			' 
			' peLogo
			' 
			Me.peLogo.Location = New System.Drawing.Point(783, 496)
			Me.peLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
			Me.peLogo.Properties.Appearance.Options.UseBackColor = True
			Me.peLogo.Properties.PictureAlignment = System.Drawing.ContentAlignment.BottomRight
			Me.peLogo.Size = New System.Drawing.Size(270, 40)
			' 
			' versionControl1
			' 
			Me.versionControl1.Location = New System.Drawing.Point(783, 300)
			' 
			' lcAbout
			' 
			Me.lcAbout.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near
			Me.lcAbout.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top
			Me.lcAbout.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap
			Me.lcAbout.Size = New System.Drawing.Size(723, 214)
			' 
			' peAwards
			' 
			Me.peAwards.Location = New System.Drawing.Point(30, 442)
			Me.peAwards.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
			Me.peAwards.Properties.Appearance.Options.UseBackColor = True
			Me.peAwards.Properties.PictureAlignment = System.Drawing.ContentAlignment.BottomCenter
			Me.peAwards.Size = New System.Drawing.Size(727, 126)
			' 
			' simpleButton1
			' 
			Me.simpleButton1.Appearance.Font = New System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold)
			Me.simpleButton1.Appearance.Options.UseFont = True
			Me.simpleButton1.Location = New System.Drawing.Point(277, 300)
			Me.simpleButton1.Size = New System.Drawing.Size(233, 38)
			' 
			' peProduct
			' 
			Me.peProduct.Properties.Appearance.BackColor = System.Drawing.Color.Transparent
			Me.peProduct.Properties.Appearance.Options.UseBackColor = True
			Me.peProduct.Size = New System.Drawing.Size(723, 66)
			' 
			' layoutControlGroup1
			' 
			Me.layoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() { Me.layoutControlItem7, Me.emptySpaceItem2, Me.simpleLabelItem1})
			Me.layoutControlGroup1.Padding = New DevExpress.XtraLayout.Utils.Padding(30, 10, 10, 10)
			' 
			' layoutControl1
			' 
			Me.layoutControl1.Controls.Add(Me.videoList1)
			Me.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(1950, 178, 1447, 732)
			Me.layoutControl1.Controls.SetChildIndex(Me.lcAbout, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.peProduct, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.versionControl1, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.lcCopyright, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.peLogo, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.peAwards, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.simpleButton1, 0)
			Me.layoutControl1.Controls.SetChildIndex(Me.videoList1, 0)
			' 
			' layoutControlItem1
			' 
			Me.layoutControlItem1.Size = New System.Drawing.Size(727, 70)
			' 
			' layoutControlItem2
			' 
			Me.layoutControlItem2.Location = New System.Drawing.Point(751, 288)
			' 
			' simpleSeparator1
			' 
			Me.simpleSeparator1.Location = New System.Drawing.Point(749, 0)
			Me.simpleSeparator1.Size = New System.Drawing.Size(2, 558)
			Me.simpleSeparator1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
			' 
			' emptySpaceItem4
			' 
			Me.emptySpaceItem4.Location = New System.Drawing.Point(727, 0)
			Me.emptySpaceItem4.Size = New System.Drawing.Size(10, 395)
			' 
			' emptySpaceItem5
			' 
			Me.emptySpaceItem5.Location = New System.Drawing.Point(751, 263)
			Me.emptySpaceItem5.Size = New System.Drawing.Size(274, 25)
			' 
			' emptySpaceItem1
			' 
			Me.emptySpaceItem1.Location = New System.Drawing.Point(751, 462)
			Me.emptySpaceItem1.Size = New System.Drawing.Size(274, 22)
			' 
			' layoutControlItem3
			' 
			Me.layoutControlItem3.Size = New System.Drawing.Size(727, 218)
			' 
			' lcCopyright
			' 
			Me.lcCopyright.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far
			Me.lcCopyright.Location = New System.Drawing.Point(823, 540)
			' 
			' layoutControlItem4
			' 
			Me.layoutControlItem4.Location = New System.Drawing.Point(751, 528)
			Me.layoutControlItem4.Size = New System.Drawing.Size(274, 30)
			' 
			' layoutControlItem5
			' 
			Me.layoutControlItem5.Location = New System.Drawing.Point(751, 484)
			Me.layoutControlItem5.MinSize = New System.Drawing.Size(24, 44)
			Me.layoutControlItem5.Size = New System.Drawing.Size(274, 44)
			' 
			' emptySpaceItem3
			' 
			Me.emptySpaceItem3.Location = New System.Drawing.Point(727, 395)
			Me.emptySpaceItem3.Size = New System.Drawing.Size(22, 163)
			' 
			' emptySpaceItem6
			' 
			Me.emptySpaceItem6.Location = New System.Drawing.Point(739, 0)
			Me.emptySpaceItem6.Size = New System.Drawing.Size(10, 395)
			' 
			' simpleSeparator2
			' 
			Me.simpleSeparator2.Location = New System.Drawing.Point(737, 0)
			Me.simpleSeparator2.Size = New System.Drawing.Size(2, 395)
			' 
			' emptySpaceItem7
			' 
			Me.emptySpaceItem7.Location = New System.Drawing.Point(0, 558)
			Me.emptySpaceItem7.Size = New System.Drawing.Size(1025, 36)
			Me.emptySpaceItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never
			' 
			' layoutControlItem6
			' 
			Me.layoutControlItem6.Location = New System.Drawing.Point(0, 432)
			Me.layoutControlItem6.Size = New System.Drawing.Size(727, 126)
			' 
			' lciStart
			' 
			Me.lciStart.Location = New System.Drawing.Point(245, 288)
			Me.lciStart.Size = New System.Drawing.Size(237, 42)
			' 
			' esiStart1
			' 
			Me.esiStart1.Location = New System.Drawing.Point(0, 288)
			Me.esiStart1.Size = New System.Drawing.Size(245, 42)
			' 
			' esiStart2
			' 
			Me.esiStart2.Location = New System.Drawing.Point(482, 288)
			Me.esiStart2.Size = New System.Drawing.Size(245, 42)
			' 
			' sliStart
			' 
			Me.sliStart.AppearanceItemCaption.Options.UseTextOptions = True
			Me.sliStart.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center
			Me.sliStart.Location = New System.Drawing.Point(0, 330)
			Me.sliStart.Size = New System.Drawing.Size(727, 17)
			' 
			' esiStart3
			' 
			Me.esiStart3.Location = New System.Drawing.Point(0, 347)
			Me.esiStart3.Size = New System.Drawing.Size(727, 85)
			' 
			' videoList1
			' 
			Me.videoList1.Appearance.BackColor = System.Drawing.Color.Transparent
			Me.videoList1.Appearance.Options.UseBackColor = True
			Me.videoList1.Location = New System.Drawing.Point(783, 59)
			Me.videoList1.Name = "videoList1"
			Me.videoList1.Size = New System.Drawing.Size(270, 212)
			Me.videoList1.TabIndex = 11
			' 
			' layoutControlItem7
			' 
			Me.layoutControlItem7.Control = Me.videoList1
			Me.layoutControlItem7.CustomizationFormText = "layoutControlItem7"
			Me.layoutControlItem7.Location = New System.Drawing.Point(751, 47)
			Me.layoutControlItem7.Name = "layoutControlItem7"
			Me.layoutControlItem7.Size = New System.Drawing.Size(274, 216)
			Me.layoutControlItem7.Text = "layoutControlItem7"
			Me.layoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
			Me.layoutControlItem7.TextToControlDistance = 0
			Me.layoutControlItem7.TextVisible = False
			' 
			' simpleLabelItem1
			' 
			Me.simpleLabelItem1.AllowHotTrack = False
			Me.simpleLabelItem1.AppearanceItemCaption.Font = New System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, (CByte(0)))
			Me.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = True
			Me.simpleLabelItem1.CustomizationFormText = "Snap Training Videos"
			Me.simpleLabelItem1.Location = New System.Drawing.Point(751, 0)
			Me.simpleLabelItem1.Name = "simpleLabelItem1"
			Me.simpleLabelItem1.Size = New System.Drawing.Size(274, 27)
			Me.simpleLabelItem1.Text = "Snap Training Videos"
			Me.simpleLabelItem1.TextSize = New System.Drawing.Size(183, 23)
			' 
			' emptySpaceItem2
			' 
			Me.emptySpaceItem2.AllowHotTrack = False
			Me.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"
			Me.emptySpaceItem2.Location = New System.Drawing.Point(751, 27)
			Me.emptySpaceItem2.MinSize = New System.Drawing.Size(104, 20)
			Me.emptySpaceItem2.Name = "emptySpaceItem2"
			Me.emptySpaceItem2.Size = New System.Drawing.Size(274, 20)
			Me.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
			Me.emptySpaceItem2.Text = "emptySpaceItem2"
			Me.emptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
			' 
			' About
			' 
			Me.AutoScaleDimensions = New System.Drawing.SizeF(6F, 13F)
			Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
			Me.Name = "About"
			CType(Me.peLogo.Properties, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.versionControl1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.peAwards.Properties, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.peProduct.Properties, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
			Me.layoutControl1.ResumeLayout(False)
			CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.simpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem4, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem5, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem3, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem6, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.simpleSeparator2, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem7, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.lciStart, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.esiStart1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.esiStart2, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.sliStart, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.esiStart3, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.layoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.simpleLabelItem1, System.ComponentModel.ISupportInitialize).EndInit()
			CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit()
			Me.ResumeLayout(False)

		End Sub
		Protected Overrides ReadOnly Property ProductText() As String
			Get
				Return "Radically Different. Infinitely Easier. " & Constants.vbCrLf & Constants.vbCrLf & "Snap is a Microsoft Word® inspired WinForms reporting platform, designed to simplify the way in which you and your end users generate business reports. Snap leverages the intuitive nature of a word processor and integrates the power of a banded report designer into one. WinForms reporting will never be the same again." & Constants.vbCrLf & Constants.vbCrLf & "WYSIWYG Reporting" & Constants.vbCrLf & Constants.vbCrLf & "Snap is powered by the DevExpress RichEdit control and provides all the functionality you’ve come to expect from a powerhouse WinForms reporting tool. Simply said, all core features of the RichEdit control (including automatic table of contents, character, paragraph and table styles, multi-column page layout, etc) have been merged with the data centric features of our reporting platform. This marriage of a word processor and a report control significantly reduces the otherwise steep learning curve associated with traditional report designers and allows you to deliver highly intuitive solutions that meet and exceed end-user expectations." & Constants.vbCrLf & Constants.vbCrLf
			End Get
		End Property
		Protected Overrides ReadOnly Property ProductImage() As Image
			Get
				Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("SnapDemos.Images.Snap.png", GetType(frmMain).Assembly)

			End Get
		End Property
		Protected Overrides ReadOnly Property ProductImageLight() As Image
			Get
				Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("SnapDemos.Images.Snap_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.Snap
			End Get
		End Property
	End Class
End Namespace