Mini Kabibi Habibi
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DevExpress.Tutorials;
using System.Drawing;
namespace SnapDemos.Modules {
public partial class About : ucAboutPage {
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private VideoList videoList1;
public About() {
// This call is required by the Windows Form Designer.
InitializeComponent();
// TODO: Add any initialization after the InitializeComponent call
}
private void InitializeComponent() {
this.videoList1 = new SnapDemos.Modules.VideoList();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.versionControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.peAwards.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.peProduct.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lciStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.esiStart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.esiStart2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sliStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.esiStart3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
this.SuspendLayout();
//
// peLogo
//
this.peLogo.Location = new System.Drawing.Point(783, 496);
this.peLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.peLogo.Properties.Appearance.Options.UseBackColor = true;
this.peLogo.Properties.PictureAlignment = System.Drawing.ContentAlignment.BottomRight;
this.peLogo.Size = new System.Drawing.Size(270, 40);
//
// versionControl1
//
this.versionControl1.Location = new System.Drawing.Point(783, 300);
//
// lcAbout
//
this.lcAbout.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.lcAbout.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
this.lcAbout.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.lcAbout.Size = new System.Drawing.Size(723, 214);
//
// peAwards
//
this.peAwards.Location = new System.Drawing.Point(30, 442);
this.peAwards.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.peAwards.Properties.Appearance.Options.UseBackColor = true;
this.peAwards.Properties.PictureAlignment = System.Drawing.ContentAlignment.BottomCenter;
this.peAwards.Size = new System.Drawing.Size(727, 126);
//
// simpleButton1
//
this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Location = new System.Drawing.Point(277, 300);
this.simpleButton1.Size = new System.Drawing.Size(233, 38);
//
// peProduct
//
this.peProduct.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.peProduct.Properties.Appearance.Options.UseBackColor = true;
this.peProduct.Size = new System.Drawing.Size(723, 66);
//
// layoutControlGroup1
//
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem7,
this.emptySpaceItem2,
this.simpleLabelItem1});
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(30, 10, 10, 10);
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.videoList1);
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1950, 178, 1447, 732);
this.layoutControl1.Controls.SetChildIndex(this.lcAbout, 0);
this.layoutControl1.Controls.SetChildIndex(this.peProduct, 0);
this.layoutControl1.Controls.SetChildIndex(this.versionControl1, 0);
this.layoutControl1.Controls.SetChildIndex(this.lcCopyright, 0);
this.layoutControl1.Controls.SetChildIndex(this.peLogo, 0);
this.layoutControl1.Controls.SetChildIndex(this.peAwards, 0);
this.layoutControl1.Controls.SetChildIndex(this.simpleButton1, 0);
this.layoutControl1.Controls.SetChildIndex(this.videoList1, 0);
//
// layoutControlItem1
//
this.layoutControlItem1.Size = new System.Drawing.Size(727, 70);
//
// layoutControlItem2
//
this.layoutControlItem2.Location = new System.Drawing.Point(751, 288);
//
// simpleSeparator1
//
this.simpleSeparator1.Location = new System.Drawing.Point(749, 0);
this.simpleSeparator1.Size = new System.Drawing.Size(2, 558);
this.simpleSeparator1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// emptySpaceItem4
//
this.emptySpaceItem4.Location = new System.Drawing.Point(727, 0);
this.emptySpaceItem4.Size = new System.Drawing.Size(10, 395);
//
// emptySpaceItem5
//
this.emptySpaceItem5.Location = new System.Drawing.Point(751, 263);
this.emptySpaceItem5.Size = new System.Drawing.Size(274, 25);
//
// emptySpaceItem1
//
this.emptySpaceItem1.Location = new System.Drawing.Point(751, 462);
this.emptySpaceItem1.Size = new System.Drawing.Size(274, 22);
//
// layoutControlItem3
//
this.layoutControlItem3.Size = new System.Drawing.Size(727, 218);
//
// lcCopyright
//
this.lcCopyright.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lcCopyright.Location = new System.Drawing.Point(823, 540);
//
// layoutControlItem4
//
this.layoutControlItem4.Location = new System.Drawing.Point(751, 528);
this.layoutControlItem4.Size = new System.Drawing.Size(274, 30);
//
// layoutControlItem5
//
this.layoutControlItem5.Location = new System.Drawing.Point(751, 484);
this.layoutControlItem5.MinSize = new System.Drawing.Size(24, 44);
this.layoutControlItem5.Size = new System.Drawing.Size(274, 44);
//
// emptySpaceItem3
//
this.emptySpaceItem3.Location = new System.Drawing.Point(727, 395);
this.emptySpaceItem3.Size = new System.Drawing.Size(22, 163);
//
// emptySpaceItem6
//
this.emptySpaceItem6.Location = new System.Drawing.Point(739, 0);
this.emptySpaceItem6.Size = new System.Drawing.Size(10, 395);
//
// simpleSeparator2
//
this.simpleSeparator2.Location = new System.Drawing.Point(737, 0);
this.simpleSeparator2.Size = new System.Drawing.Size(2, 395);
//
// emptySpaceItem7
//
this.emptySpaceItem7.Location = new System.Drawing.Point(0, 558);
this.emptySpaceItem7.Size = new System.Drawing.Size(1025, 36);
this.emptySpaceItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// layoutControlItem6
//
this.layoutControlItem6.Location = new System.Drawing.Point(0, 432);
this.layoutControlItem6.Size = new System.Drawing.Size(727, 126);
//
// lciStart
//
this.lciStart.Location = new System.Drawing.Point(245, 288);
this.lciStart.Size = new System.Drawing.Size(237, 42);
//
// esiStart1
//
this.esiStart1.Location = new System.Drawing.Point(0, 288);
this.esiStart1.Size = new System.Drawing.Size(245, 42);
//
// esiStart2
//
this.esiStart2.Location = new System.Drawing.Point(482, 288);
this.esiStart2.Size = new System.Drawing.Size(245, 42);
//
// sliStart
//
this.sliStart.AppearanceItemCaption.Options.UseTextOptions = true;
this.sliStart.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.sliStart.Location = new System.Drawing.Point(0, 330);
this.sliStart.Size = new System.Drawing.Size(727, 17);
//
// esiStart3
//
this.esiStart3.Location = new System.Drawing.Point(0, 347);
this.esiStart3.Size = new System.Drawing.Size(727, 85);
//
// videoList1
//
this.videoList1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.videoList1.Appearance.Options.UseBackColor = true;
this.videoList1.Location = new System.Drawing.Point(783, 59);
this.videoList1.Name = "videoList1";
this.videoList1.Size = new System.Drawing.Size(270, 212);
this.videoList1.TabIndex = 11;
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.videoList1;
this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
this.layoutControlItem7.Location = new System.Drawing.Point(751, 47);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(274, 216);
this.layoutControlItem7.Text = "layoutControlItem7";
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem7.TextToControlDistance = 0;
this.layoutControlItem7.TextVisible = false;
//
// simpleLabelItem1
//
this.simpleLabelItem1.AllowHotTrack = false;
this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem1.CustomizationFormText = "Snap Training Videos";
this.simpleLabelItem1.Location = new System.Drawing.Point(751, 0);
this.simpleLabelItem1.Name = "simpleLabelItem1";
this.simpleLabelItem1.Size = new System.Drawing.Size(274, 27);
this.simpleLabelItem1.Text = "Snap Training Videos";
this.simpleLabelItem1.TextSize = new System.Drawing.Size(183, 23);
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
this.emptySpaceItem2.Location = new System.Drawing.Point(751, 27);
this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 20);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(274, 20);
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.emptySpaceItem2.Text = "emptySpaceItem2";
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// About
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "About";
((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.versionControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.peAwards.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.peProduct.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lciStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.esiStart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.esiStart2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sliStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.esiStart3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
this.ResumeLayout(false);
}
protected override string ProductText {
get {
return "Radically Different. Infinitely Easier. \r\n\r\n" +
"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.\r\n\r\n" +
"WYSIWYG Reporting\r\n\r\n" +
"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.\r\n\r\n";
}
}
protected override Image ProductImage {
get {
return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("SnapDemos.Images.Snap.png", typeof(frmMain).Assembly); ;
}
}
protected override Image ProductImageLight {
get {
return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("SnapDemos.Images.Snap_Light.png", typeof(frmMain).Assembly); ;
}
}
protected override DevExpress.Utils.About.ProductKind ProductKind {
get {
return DevExpress.Utils.About.ProductKind.Snap;
}
}
}
}