Mini Kabibi Habibi
namespace DevExpress.XtraBars.Demos.RibbonSimplePad {
partial class HelpControl {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if(disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
DevExpress.XtraBars.Ribbon.GalleryItem galleryItem1 = new DevExpress.XtraBars.Ribbon.GalleryItem();
DevExpress.XtraBars.Ribbon.GalleryItem galleryItem2 = new DevExpress.XtraBars.Ribbon.GalleryItem();
DevExpress.XtraBars.Ribbon.GalleryItem galleryItem3 = new DevExpress.XtraBars.Ribbon.GalleryItem();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.galleryControl1 = new DevExpress.XtraBars.Ribbon.GalleryControl();
this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
this.backstageViewLabel1 = new DevExpress.XtraBars.Demos.RibbonSimplePad.BackstageViewLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.copyrightLabel = new DevExpress.XtraEditors.LabelControl();
this.hyperLinkEdit1 = new DevExpress.XtraEditors.HyperLinkEdit();
this.serialNumberLabel = new DevExpress.XtraEditors.LabelControl();
this.versionLabel = new DevExpress.XtraEditors.LabelControl();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.lciVersion = new DevExpress.XtraLayout.LayoutControlItem();
this.lciSerial = new DevExpress.XtraLayout.LayoutControlItem();
this.lciVisit = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.backstageViewLabel2 = new DevExpress.XtraBars.Demos.RibbonSimplePad.BackstageViewLabel();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.galleryControl1)).BeginInit();
this.galleryControl1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lciVersion)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lciSerial)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lciVisit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.galleryControl1);
this.splitContainer1.Panel1.Controls.Add(this.backstageViewLabel1);
this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(20);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.panel1);
this.splitContainer1.Panel2.Controls.Add(this.labelControl4);
this.splitContainer1.Size = new System.Drawing.Size(825, 616);
this.splitContainer1.SplitterDistance = 400;
this.splitContainer1.TabIndex = 0;
//
// galleryControl1
//
this.galleryControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.galleryControl1.Controls.Add(this.galleryControlClient1);
this.galleryControl1.DesignGalleryGroupIndex = 0;
this.galleryControl1.DesignGalleryItemIndex = 0;
this.galleryControl1.Dock = System.Windows.Forms.DockStyle.Top;
//
// galleryControlGallery1
//
this.galleryControl1.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
this.galleryControl1.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.galleryControl1.Gallery.Appearance.ItemCaptionAppearance.Hovered.Options.UseTextOptions = true;
this.galleryControl1.Gallery.Appearance.ItemCaptionAppearance.Hovered.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.galleryControl1.Gallery.Appearance.ItemCaptionAppearance.Pressed.Options.UseTextOptions = true;
this.galleryControl1.Gallery.Appearance.ItemCaptionAppearance.Pressed.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.galleryControl1.Gallery.Appearance.ItemDescriptionAppearance.Normal.Options.UseTextOptions = true;
this.galleryControl1.Gallery.Appearance.ItemDescriptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.galleryControl1.Gallery.Appearance.ItemDescriptionAppearance.Hovered.Options.UseTextOptions = true;
this.galleryControl1.Gallery.Appearance.ItemDescriptionAppearance.Hovered.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.galleryControl1.Gallery.Appearance.ItemDescriptionAppearance.Pressed.Options.UseTextOptions = true;
this.galleryControl1.Gallery.Appearance.ItemDescriptionAppearance.Pressed.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.galleryControl1.Gallery.AutoFitColumns = false;
this.galleryControl1.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Vertical;
this.galleryControl1.Gallery.BackColor = System.Drawing.Color.Transparent;
this.galleryControl1.Gallery.ColumnCount = 1;
this.galleryControl1.Gallery.DistanceItemImageToText = 20;
this.galleryControl1.Gallery.DrawImageBackground = false;
this.galleryControl1.Gallery.FixedImageSize = false;
galleryItemGroup1.Caption = "Group1";
galleryItem1.Caption = "DevExpress Online Help";
galleryItem1.Description = "Get help using DevExpress components.";
galleryItem1.Image = global::DevExpress.XtraBars.Demos.RibbonSimplePad.Properties.Resources.Online_Help;
galleryItem2.Caption = "Getting Started ";
galleryItem2.Description = "See what\'s new and find resources to help you learn \r\nthe basics quickly.";
galleryItem2.Image = global::DevExpress.XtraBars.Demos.RibbonSimplePad.Properties.Resources.Code_Central;
galleryItem3.Caption = "Contact Us";
galleryItem3.Description = "Let us know if you need help or how we can make \r\nour components better";
galleryItem3.Image = global::DevExpress.XtraBars.Demos.RibbonSimplePad.Properties.Resources.Contact_Us;
galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
galleryItem1,
galleryItem2,
galleryItem3});
this.galleryControl1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
galleryItemGroup1});
this.galleryControl1.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
this.galleryControl1.Gallery.ShowGroupCaption = false;
this.galleryControl1.Gallery.ShowItemText = true;
this.galleryControl1.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Hide;
this.galleryControl1.Location = new System.Drawing.Point(20, 52);
this.galleryControl1.Name = "galleryControl1";
this.galleryControl1.Size = new System.Drawing.Size(360, 153);
this.galleryControl1.TabIndex = 1;
this.galleryControl1.Text = "galleryControl1";
//
// galleryControlClient1
//
this.galleryControlClient1.GalleryControl = this.galleryControl1;
this.galleryControlClient1.Location = new System.Drawing.Point(1, 1);
this.galleryControlClient1.Size = new System.Drawing.Size(358, 151);
//
// backstageViewLabel1
//
this.backstageViewLabel1.Appearance.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.backstageViewLabel1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.backstageViewLabel1.Dock = System.Windows.Forms.DockStyle.Top;
this.backstageViewLabel1.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
this.backstageViewLabel1.LineVisible = true;
this.backstageViewLabel1.Location = new System.Drawing.Point(20, 20);
this.backstageViewLabel1.Name = "backstageViewLabel1";
this.backstageViewLabel1.ShowLineShadow = false;
this.backstageViewLabel1.Size = new System.Drawing.Size(360, 32);
this.backstageViewLabel1.TabIndex = 0;
this.backstageViewLabel1.Text = "Support";
//
// panel1
//
this.panel1.Controls.Add(this.layoutControl1);
this.panel1.Controls.Add(this.backstageViewLabel2);
this.panel1.Controls.Add(this.pictureEdit1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(4, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(24, 20, 20, 20);
this.panel1.Size = new System.Drawing.Size(417, 616);
this.panel1.TabIndex = 3;
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.copyrightLabel);
this.layoutControl1.Controls.Add(this.hyperLinkEdit1);
this.layoutControl1.Controls.Add(this.serialNumberLabel);
this.layoutControl1.Controls.Add(this.versionLabel);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(24, 207);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.layoutControlGroup1;
this.layoutControl1.OptionsView.AllowScaleControlsToDisplayResolution = true;
this.layoutControl1.Size = new System.Drawing.Size(373, 389);
this.layoutControl1.TabIndex = 2;
this.layoutControl1.Text = "layoutControl1";
//
// copyrightLabel
//
this.copyrightLabel.Location = new System.Drawing.Point(12, 68);
this.copyrightLabel.Name = "copyrightLabel";
this.copyrightLabel.Size = new System.Drawing.Size(231, 26);
this.copyrightLabel.StyleController = this.layoutControl1;
this.copyrightLabel.TabIndex = 7;
this.copyrightLabel.Text = "Copyright (c) 2000-2011 Developer Express inc.\r\nALL RIGHTS RESERVED.";
//
// hyperLinkEdit1
//
this.hyperLinkEdit1.EditValue = "www.devexpress.com";
this.hyperLinkEdit1.Location = new System.Drawing.Point(93, 46);
this.hyperLinkEdit1.Name = "hyperLinkEdit1";
this.hyperLinkEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.hyperLinkEdit1.Properties.Appearance.Options.UseBackColor = true;
this.hyperLinkEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.hyperLinkEdit1.Size = new System.Drawing.Size(268, 18);
this.hyperLinkEdit1.StyleController = this.layoutControl1;
this.hyperLinkEdit1.TabIndex = 6;
//
// serialNumberLabel
//
this.serialNumberLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.serialNumberLabel.Location = new System.Drawing.Point(93, 29);
this.serialNumberLabel.Name = "serialNumberLabel";
this.serialNumberLabel.Size = new System.Drawing.Size(268, 13);
this.serialNumberLabel.StyleController = this.layoutControl1;
this.serialNumberLabel.TabIndex = 5;
this.serialNumberLabel.Text = "0000-0000-0000-0000";
//
// versionLabel
//
this.versionLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.versionLabel.Location = new System.Drawing.Point(93, 12);
this.versionLabel.Name = "versionLabel";
this.versionLabel.Size = new System.Drawing.Size(268, 13);
this.versionLabel.StyleController = this.layoutControl1;
this.versionLabel.TabIndex = 4;
this.versionLabel.Text = "11.1.0.0";
//
// layoutControlGroup1
//
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.lciVersion,
this.lciSerial,
this.lciVisit,
this.layoutControlItem1});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(373, 389);
this.layoutControlGroup1.Text = "layoutControlGroup1";
this.layoutControlGroup1.TextVisible = false;
//
// lciVersion
//
this.lciVersion.Control = this.versionLabel;
this.lciVersion.CustomizationFormText = "Version:";
this.lciVersion.Location = new System.Drawing.Point(0, 0);
this.lciVersion.Name = "lciVersion";
this.lciVersion.Size = new System.Drawing.Size(353, 17);
this.lciVersion.Text = "Version:";
this.lciVersion.TextSize = new System.Drawing.Size(77, 13);
//
// lciSerial
//
this.lciSerial.Control = this.serialNumberLabel;
this.lciSerial.CustomizationFormText = "Serial number:";
this.lciSerial.Location = new System.Drawing.Point(0, 17);
this.lciSerial.Name = "lciSerial";
this.lciSerial.Size = new System.Drawing.Size(353, 17);
this.lciSerial.Text = "Serial number:";
this.lciSerial.TextSize = new System.Drawing.Size(77, 13);
//
// lciVisit
//
this.lciVisit.Control = this.hyperLinkEdit1;
this.lciVisit.CustomizationFormText = "Visit as online at";
this.lciVisit.Location = new System.Drawing.Point(0, 34);
this.lciVisit.Name = "lciVisit";
this.lciVisit.Size = new System.Drawing.Size(353, 22);
this.lciVisit.Text = "Visit as online at";
this.lciVisit.TextSize = new System.Drawing.Size(77, 13);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.copyrightLabel;
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 56);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(353, 313);
this.layoutControlItem1.Text = "layoutControlItem1";
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextToControlDistance = 0;
this.layoutControlItem1.TextVisible = false;
//
// backstageViewLabel2
//
this.backstageViewLabel2.Appearance.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.backstageViewLabel2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.backstageViewLabel2.Dock = System.Windows.Forms.DockStyle.Top;
this.backstageViewLabel2.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
this.backstageViewLabel2.LineVisible = true;
this.backstageViewLabel2.Location = new System.Drawing.Point(24, 174);
this.backstageViewLabel2.Name = "backstageViewLabel2";
this.backstageViewLabel2.ShowLineShadow = false;
this.backstageViewLabel2.Size = new System.Drawing.Size(373, 33);
this.backstageViewLabel2.TabIndex = 1;
this.backstageViewLabel2.Text = "About XtraBars";
//
// pictureEdit1
//
this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureEdit1.EditValue = global::DevExpress.XtraBars.Demos.RibbonSimplePad.Properties.Resources.XtraBars;
this.pictureEdit1.Location = new System.Drawing.Point(24, 20);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.AllowFocused = false;
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit1.Size = new System.Drawing.Size(373, 154);
this.pictureEdit1.TabIndex = 0;
//
// labelControl4
//
this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl4.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl4.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Vertical;
this.labelControl4.LineVisible = true;
this.labelControl4.Location = new System.Drawing.Point(0, 0);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(4, 616);
this.labelControl4.TabIndex = 4;
//
// HelpControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "HelpControl";
this.Size = new System.Drawing.Size(825, 616);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.galleryControl1)).EndInit();
this.galleryControl1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lciVersion)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lciSerial)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lciVisit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private BackstageViewLabel backstageViewLabel1;
private DevExpress.XtraBars.Ribbon.GalleryControl galleryControl1;
private DevExpress.XtraBars.Ribbon.GalleryControlClient galleryControlClient1;
private BackstageViewLabel backstageViewLabel2;
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.LabelControl versionLabel;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem lciVersion;
private DevExpress.XtraEditors.LabelControl serialNumberLabel;
private DevExpress.XtraLayout.LayoutControlItem lciSerial;
private DevExpress.XtraEditors.HyperLinkEdit hyperLinkEdit1;
private DevExpress.XtraLayout.LayoutControlItem lciVisit;
private DevExpress.XtraEditors.LabelControl copyrightLabel;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.LabelControl labelControl4;
}
}