/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.CarouselBezierPath      carouselBezierPath1 = new Telerik.WinControls.UI.CarouselBezierPath();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
     this.toggleStartup       = new Telerik.WinControls.UI.RadToggleButtonElement();
     this.toggleConversations = new Telerik.WinControls.UI.RadToggleButtonElement();
     this.toggleSounds        = new Telerik.WinControls.UI.RadToggleButtonElement();
     this.carouselSettings    = new Telerik.WinControls.UI.RadCarousel();
     this.splitSettings       = new System.Windows.Forms.SplitContainer();
     this.settingsTable       = new System.Windows.Forms.TableLayoutPanel();
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnOK         = new Telerik.WinControls.UI.RadButton();
     this.btnApply      = new Telerik.WinControls.UI.RadButton();
     this.btnCancel     = new Telerik.WinControls.UI.RadButton();
     this.pnlPageHolder = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.carouselSettings)).BeginInit();
     this.splitSettings.Panel1.SuspendLayout();
     this.splitSettings.Panel2.SuspendLayout();
     this.splitSettings.SuspendLayout();
     this.settingsTable.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnOK)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnApply)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
     this.SuspendLayout();
     //
     // toggleStartup
     //
     this.toggleStartup.CanFocus          = true;
     this.toggleStartup.IsChecked         = false;
     this.toggleStartup.Name              = "toggleStartup";
     this.toggleStartup.StretchVertically = false;
     this.toggleStartup.Text              = "Startup";
     //
     // toggleConversations
     //
     this.toggleConversations.CanFocus          = true;
     this.toggleConversations.IsChecked         = false;
     this.toggleConversations.Name              = "toggleConversations";
     this.toggleConversations.StretchVertically = false;
     this.toggleConversations.Text              = "Conversations";
     //
     // toggleSounds
     //
     this.toggleSounds.CanFocus          = true;
     this.toggleSounds.IsChecked         = false;
     this.toggleSounds.Name              = "toggleSounds";
     this.toggleSounds.StretchVertically = false;
     this.toggleSounds.Text              = "Sounds";
     //
     // carouselSettings
     //
     this.carouselSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.carouselSettings.AutoLoopPauseCondition = Telerik.WinControls.UI.AutoLoopPauseConditions.None;
     carouselBezierPath1.CtrlPoint1              = new Telerik.WinControls.UI.Point3D(90, 70, 70);
     carouselBezierPath1.CtrlPoint2              = new Telerik.WinControls.UI.Point3D(10, 70, 70);
     carouselBezierPath1.FirstPoint              = new Telerik.WinControls.UI.Point3D(99, 0, -100);
     carouselBezierPath1.LastPoint               = new Telerik.WinControls.UI.Point3D(0, 0, -100);
     carouselBezierPath1.ZScale                  = 500;
     this.carouselSettings.CarouselPath          = carouselBezierPath1;
     this.carouselSettings.Location              = new System.Drawing.Point(0, 0);
     this.carouselSettings.Name                  = "carouselSettings";
     this.carouselSettings.SelectedIndex         = 0;
     this.carouselSettings.ShowItemToolTips      = false;
     this.carouselSettings.Size                  = new System.Drawing.Size(439, 115);
     this.carouselSettings.TabIndex              = 0;
     this.carouselSettings.ThemeName             = "ControlDefault";
     this.carouselSettings.VisibleItemCount      = 5;
     this.carouselSettings.SelectedIndexChanged += new System.EventHandler(this.carouselSettings_SelectedIndexChanged);
     //
     // splitSettings
     //
     this.splitSettings.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitSettings.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitSettings.IsSplitterFixed = true;
     this.splitSettings.Location        = new System.Drawing.Point(0, 0);
     this.splitSettings.Name            = "splitSettings";
     this.splitSettings.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitSettings.Panel1
     //
     this.splitSettings.Panel1.Controls.Add(this.carouselSettings);
     //
     // splitSettings.Panel2
     //
     this.splitSettings.Panel2.Controls.Add(this.settingsTable);
     this.splitSettings.Size             = new System.Drawing.Size(439, 355);
     this.splitSettings.SplitterDistance = 115;
     this.splitSettings.TabIndex         = 0;
     //
     // settingsTable
     //
     this.settingsTable.ColumnCount = 1;
     this.settingsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.settingsTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.settingsTable.Controls.Add(this.panel1, 0, 1);
     this.settingsTable.Controls.Add(this.pnlPageHolder, 0, 0);
     this.settingsTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.settingsTable.Location = new System.Drawing.Point(0, 0);
     this.settingsTable.Name     = "settingsTable";
     this.settingsTable.RowCount = 2;
     this.settingsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 194F));
     this.settingsTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.76471F));
     this.settingsTable.Size     = new System.Drawing.Size(439, 236);
     this.settingsTable.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnOK);
     this.panel1.Controls.Add(this.btnApply);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 197);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(433, 36);
     this.panel1.TabIndex = 0;
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(187, 7);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 2;
     this.btnOK.Text     = "&OK";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // btnApply
     //
     this.btnApply.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnApply.Location = new System.Drawing.Point(268, 7);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new System.Drawing.Size(75, 23);
     this.btnApply.TabIndex = 1;
     this.btnApply.Text     = "&Apply";
     this.btnApply.Click   += new System.EventHandler(this.btnApply_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(349, 7);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 0;
     this.btnCancel.Text     = "&Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // pnlPageHolder
     //
     this.pnlPageHolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlPageHolder.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pnlPageHolder.Location    = new System.Drawing.Point(3, 3);
     this.pnlPageHolder.Name        = "pnlPageHolder";
     this.pnlPageHolder.Size        = new System.Drawing.Size(433, 188);
     this.pnlPageHolder.TabIndex    = 1;
     //
     // frmSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(439, 355);
     this.Controls.Add(this.splitSettings);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmSettings";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Instant Messenger Settings";
     this.Shown          += new System.EventHandler(this.frmSettings_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.carouselSettings)).EndInit();
     this.splitSettings.Panel1.ResumeLayout(false);
     this.splitSettings.Panel2.ResumeLayout(false);
     this.splitSettings.ResumeLayout(false);
     this.settingsTable.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnOK)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnApply)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.CarouselBezierPath carouselBezierPath1 = new Telerik.WinControls.UI.CarouselBezierPath();
     Telerik.WinControls.ThemeSource           themeSource1        = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource           themeSource2        = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource           themeSource3        = new Telerik.WinControls.ThemeSource();
     this.radCarouselAlbums      = new Telerik.WinControls.UI.RadCarousel();
     this.albumsBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.musicCollectionDataSet = new Telerik.Examples.WinControls.DataSources.MusicCollectionDataSet();
     this.roundRectShape1        = new Telerik.WinControls.RoundRectShape(this.components);
     this.radThemeManager1       = new Telerik.WinControls.RadThemeManager();
     this.albumsTableAdapter     = new Telerik.Examples.WinControls.DataSources.MusicCollectionDataSetTableAdapters.AlbumsTableAdapter();
     this.radTitleBar1           = new Telerik.WinControls.UI.RadTitleBar();
     this.radBtnDownloads        = new Telerik.WinControls.UI.RadButton();
     this.radBtnArtists          = new Telerik.WinControls.UI.RadButton();
     this.radBtnAlbums           = new Telerik.WinControls.UI.RadButton();
     this.radBtnSongs            = new Telerik.WinControls.UI.RadButton();
     this.radComboSearch         = new Telerik.WinControls.UI.RadDropDownList();
     ((System.ComponentModel.ISupportInitialize)(this.radCarouselAlbums)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.albumsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.musicCollectionDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnDownloads)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnArtists)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnAlbums)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnSongs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radComboSearch)).BeginInit();
     this.SuspendLayout();
     //
     // radCarouselAlbums
     //
     this.radCarouselAlbums.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.radCarouselAlbums.BackColor             = System.Drawing.Color.Transparent;
     this.radCarouselAlbums.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     carouselBezierPath1.CtrlPoint1                 = new Telerik.WinControls.UI.Point3D(12.278630460448643, 48.166259168704158, 300);
     carouselBezierPath1.CtrlPoint2                 = new Telerik.WinControls.UI.Point3D(87.839433293978743, 47.677261613691932, 300);
     carouselBezierPath1.FirstPoint                 = new Telerik.WinControls.UI.Point3D(6.3754427390791024, 50.8557457212714, -400);
     carouselBezierPath1.LastPoint                  = new Telerik.WinControls.UI.Point3D(93.860684769775673, 51.100244498777506, -400);
     carouselBezierPath1.ZScale                     = 200;
     this.radCarouselAlbums.CarouselPath            = carouselBezierPath1;
     this.radCarouselAlbums.DataSource              = this.albumsBindingSource;
     this.radCarouselAlbums.ForeColor               = System.Drawing.Color.White;
     this.radCarouselAlbums.Location                = new System.Drawing.Point(2, 161);
     this.radCarouselAlbums.Name                    = "radCarouselAlbums";
     this.radCarouselAlbums.NavigationButtonsOffset = new System.Drawing.Size(80, 20);
     //
     //
     //
     this.radCarouselAlbums.RootElement.ForeColor = System.Drawing.Color.White;
     this.radCarouselAlbums.SelectedIndex         = -1;
     this.radCarouselAlbums.Size                  = new System.Drawing.Size(845, 404);
     this.radCarouselAlbums.TabIndex              = 0;
     this.radCarouselAlbums.ThemeName             = "ControlDefault";
     this.radCarouselAlbums.VisibleItemCount      = 7;
     this.radCarouselAlbums.SelectedIndexChanged += new System.EventHandler(this.radCarousel1_SelectedIndexChanged);
     this.radCarouselAlbums.ItemDataBound        += new Telerik.WinControls.UI.ItemDataBoundEventHandler(this.radCarousel1_ItemDataBound);
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarouselAlbums.GetChildAt(0).GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarouselAlbums.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarouselAlbums.GetChildAt(0).GetChildAt(3))).Image       = global::Telerik.Examples.WinControls.Properties.Resources.carousel_leftArrow;
     ((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarouselAlbums.GetChildAt(0).GetChildAt(4))).Image       = global::Telerik.Examples.WinControls.Properties.Resources.carousel_rightArrow;
     //
     // albumsBindingSource
     //
     this.albumsBindingSource.DataMember = "Albums";
     this.albumsBindingSource.DataSource = this.musicCollectionDataSet;
     //
     // musicCollectionDataSet
     //
     this.musicCollectionDataSet.DataSetName             = "MusicCollectionDataSet";
     this.musicCollectionDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // radThemeManager1
     //
     themeSource1.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource1.ThemeLocation = Telerik.WinControls.VBExamplesHelper.StripPath("Telerik.Controls.Examples.Carousel.MusicLibrary.ButtonMusicLibrary.xml");
     themeSource2.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource2.ThemeLocation = Telerik.WinControls.VBExamplesHelper.StripPath("Telerik.Examples.WinControls.Carousel.MusicLibrary.ButtonMusicLibrary.xml");
     themeSource3.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource3.ThemeLocation = Telerik.WinControls.VBExamplesHelper.StripPath("Telerik.Examples.WinControls.Carousel.MusicLibrary.ButtonMusicLibrary.xml");
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1,
         themeSource2,
         themeSource3
     });
     //
     // albumsTableAdapter
     //
     this.albumsTableAdapter.ClearBeforeFill = true;
     //
     // radTitleBar1
     //
     this.radTitleBar1.BackColor             = System.Drawing.Color.Transparent;
     this.radTitleBar1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.radTitleBar1.Text     = "Music Library Demo";
     this.radTitleBar1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.radTitleBar1.Location = new System.Drawing.Point(2, 2);
     this.radTitleBar1.Name     = "radTitleBar1";
     this.radTitleBar1.Size     = new System.Drawing.Size(846, 27);
     this.radTitleBar1.TabIndex = 2;
     this.radTitleBar1.TabStop  = false;
     this.radTitleBar1.Text     = "radTitleBar1";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).Visibility                             = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).Visibility                           = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(0))).Margin                  = new System.Windows.Forms.Padding(7, 0, 7, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(0))).Visibility              = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Text                     = "Music Library Demo";
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(1))).ForeColor                = System.Drawing.Color.White;
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Font                     = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Margin                   = new System.Windows.Forms.Padding(10, 0, 0, 0);
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Image      = global::Telerik.Examples.WinControls.Properties.Resources.FL_min;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Margin     = new System.Windows.Forms.Padding(0, 0, -2, 0);
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0).GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0).GetChildAt(0))).Name         = "MinimizeButtonFill";
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).Image      = global::Telerik.Examples.WinControls.Properties.Resources.FL_Max;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).Margin     = new System.Windows.Forms.Padding(0, 0, -2, 0);
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1).GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1).GetChildAt(0))).Name         = "MaximizeButtonFill";
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(2))).Image = global::Telerik.Examples.WinControls.Properties.Resources.FL_Close;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Name         = "CloseButtonFill";
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(2).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     //
     // radBtnDownloads
     //
     this.radBtnDownloads.AllowShowFocusCues = true;
     this.radBtnDownloads.BackColor          = System.Drawing.Color.Transparent;
     this.radBtnDownloads.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radBtnDownloads.ForeColor = System.Drawing.Color.Black;
     this.radBtnDownloads.Location  = new System.Drawing.Point(489, 47);
     this.radBtnDownloads.Name      = "radBtnDownloads";
     //
     //
     //
     this.radBtnDownloads.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radBtnDownloads.Size      = new System.Drawing.Size(119, 34);
     this.radBtnDownloads.TabIndex  = 3;
     this.radBtnDownloads.Text      = "Downloads";
     this.radBtnDownloads.ThemeName = "MusicLibrary";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radBtnDownloads.GetChildAt(0))).Text      = "Downloads";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radBtnDownloads.GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radBtnDownloads.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.FocusPrimitive)(this.radBtnDownloads.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.Transparent;
     //
     // radBtnArtists
     //
     this.radBtnArtists.AllowShowFocusCues = true;
     this.radBtnArtists.BackColor          = System.Drawing.Color.Transparent;
     this.radBtnArtists.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radBtnArtists.ForeColor = System.Drawing.Color.Black;
     this.radBtnArtists.Location  = new System.Drawing.Point(619, 47);
     this.radBtnArtists.Name      = "radBtnArtists";
     //
     //
     //
     this.radBtnArtists.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radBtnArtists.Size      = new System.Drawing.Size(77, 34);
     this.radBtnArtists.TabIndex  = 3;
     this.radBtnArtists.Text      = "Artists";
     this.radBtnArtists.ThemeName = "MusicLibrary";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radBtnArtists.GetChildAt(0))).Text = "Artists";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radBtnArtists.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radBtnAlbums
     //
     this.radBtnAlbums.AllowShowFocusCues = true;
     this.radBtnAlbums.BackColor          = System.Drawing.Color.Transparent;
     this.radBtnAlbums.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radBtnAlbums.ForeColor = System.Drawing.Color.Black;
     this.radBtnAlbums.Location  = new System.Drawing.Point(705, 47);
     this.radBtnAlbums.Name      = "radBtnAlbums";
     //
     //
     //
     this.radBtnAlbums.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radBtnAlbums.Size      = new System.Drawing.Size(77, 34);
     this.radBtnAlbums.TabIndex  = 3;
     this.radBtnAlbums.Text      = "Albums";
     this.radBtnAlbums.ThemeName = "MusicLibrary";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radBtnAlbums.GetChildAt(0))).Text = "Albums";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radBtnAlbums.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radBtnSongs
     //
     this.radBtnSongs.AllowShowFocusCues = true;
     this.radBtnSongs.BackColor          = System.Drawing.Color.Transparent;
     this.radBtnSongs.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radBtnSongs.ForeColor = System.Drawing.Color.Black;
     this.radBtnSongs.Location  = new System.Drawing.Point(786, 47);
     this.radBtnSongs.Name      = "radBtnSongs";
     //
     //
     //
     this.radBtnSongs.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radBtnSongs.Size      = new System.Drawing.Size(67, 34);
     this.radBtnSongs.TabIndex  = 3;
     this.radBtnSongs.Text      = "Songs";
     this.radBtnSongs.ThemeName = "MusicLibrary";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radBtnSongs.GetChildAt(0))).Text = "Songs";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radBtnSongs.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radComboSearch
     //
     this.radComboSearch.Location = new System.Drawing.Point(642, 113);
     this.radComboSearch.Name     = "radComboSearch";
     this.radComboSearch.NullText = "Search...";
     //
     //
     //
     this.radComboSearch.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radComboSearch.Size         = new System.Drawing.Size(180, 20);
     this.radComboSearch.TabIndex     = 4;
     this.radComboSearch.Validated   += new System.EventHandler(this.radComboBox1_Validated);
     this.radComboSearch.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.radComboBox1_KeyDown);
     this.radComboSearch.TextChanged += new System.EventHandler(this.radComboBox1_TextChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.BackgroundImage       = global::Telerik.Examples.WinControls.Properties.Resources.carousel_first_look_bg;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.BorderAlignment       = System.Drawing.Drawing2D.PenAlignment.Center;
     this.BorderColor           = System.Drawing.SystemColors.WindowFrame;
     this.ClientSize            = new System.Drawing.Size(850, 620);
     this.Controls.Add(this.radComboSearch);
     this.Controls.Add(this.radBtnSongs);
     this.Controls.Add(this.radBtnAlbums);
     this.Controls.Add(this.radBtnArtists);
     this.Controls.Add(this.radBtnDownloads);
     this.Controls.Add(this.radTitleBar1);
     this.Controls.Add(this.radCarouselAlbums);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(850, 620);
     this.MinimumSize = new System.Drawing.Size(850, 620);
     this.Name        = "Form1";
     this.Padding     = new System.Windows.Forms.Padding(2, 2, 2, 5);
     this.Shape       = this.roundRectShape1;
     this.Text        = "Music Library Demo";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radCarouselAlbums)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.albumsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.musicCollectionDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnDownloads)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnArtists)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnAlbums)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radBtnSongs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radComboSearch)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Telerik.WinControls.UI.CarouselBezierPath      carouselBezierPath2 = new Telerik.WinControls.UI.CarouselBezierPath();
     this.imageList4           = new System.Windows.Forms.ImageList(this.components);
     this.radListEvents        = new Telerik.WinControls.UI.RadListControl();
     this.radCarouselDemo      = new Telerik.WinControls.UI.RadCarousel();
     this.radSpinEditor1       = new Telerik.WinControls.UI.RadSpinEditor();
     this.radCheckBox1         = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox2         = new Telerik.WinControls.UI.RadCheckBox();
     this.radGroupSettings     = new Telerik.WinControls.UI.RadGroupBox();
     this.radLblEvents         = new Telerik.WinControls.UI.RadLabel();
     this.radRadioEllipse      = new Telerik.WinControls.UI.RadRadioButton();
     this.radRadioBezier       = new Telerik.WinControls.UI.RadRadioButton();
     this.radLblReflectionPerc = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).BeginInit();
     this.settingsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radListEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCarouselDemo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupSettings)).BeginInit();
     this.radGroupSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLblEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radRadioEllipse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radRadioBezier)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLblReflectionPerc)).BeginInit();
     this.SuspendLayout();
     //
     // settingsPanel
     //
     this.settingsPanel.Controls.Add(this.radGroupSettings);
     this.settingsPanel.Location = new System.Drawing.Point(1023, 1);
     //
     //
     //
     this.settingsPanel.RootElement.ForeColor = System.Drawing.Color.Black;
     this.settingsPanel.Size      = new System.Drawing.Size(200, 550);
     this.settingsPanel.ThemeName = "ControlDefault";
     this.settingsPanel.Controls.SetChildIndex(this.radGroupSettings, 0);
     //
     // imageList4
     //
     this.imageList4.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList4.ImageStream")));
     this.imageList4.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList4.Images.SetKeyName(0, "Carousel01.png");
     this.imageList4.Images.SetKeyName(1, "Carousel02.png");
     this.imageList4.Images.SetKeyName(2, "Carousel03.png");
     this.imageList4.Images.SetKeyName(3, "Carousel04.png");
     this.imageList4.Images.SetKeyName(4, "Carousel05.png");
     this.imageList4.Images.SetKeyName(5, "Carousel06.png");
     this.imageList4.Images.SetKeyName(6, "Carousel07.png");
     //
     // radListEvents
     //
     this.radListEvents.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radListEvents.Location  = new System.Drawing.Point(11, 206);
     this.radListEvents.Name      = "radListEvents";
     //
     //
     //
     this.radListEvents.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radListEvents.Size      = new System.Drawing.Size(158, 272);
     this.radListEvents.TabIndex  = 1;
     this.radListEvents.ThemeName = "Telerik";
     //
     // radCarouselDemo
     //
     this.radCarouselDemo.AutoLoopPauseCondition = Telerik.WinControls.UI.AutoLoopPauseConditions.OnMouseOverItem;
     this.radCarouselDemo.BackColor      = System.Drawing.Color.Transparent;
     carouselBezierPath2.CtrlPoint1      = new Telerik.WinControls.UI.Point3D(125.91508052708639, 91.503267973856211, 100);
     carouselBezierPath2.CtrlPoint2      = new Telerik.WinControls.UI.Point3D(64.71449487554905, -35.62091503267974, -100);
     carouselBezierPath2.FirstPoint      = new Telerik.WinControls.UI.Point3D(5.2708638360175692, 10.130718954248366, 0);
     carouselBezierPath2.LastPoint       = new Telerik.WinControls.UI.Point3D(16.594516594516595, 79.950495049504951, 100);
     carouselBezierPath2.ZScale          = 500;
     this.radCarouselDemo.CarouselPath   = carouselBezierPath2;
     this.radCarouselDemo.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.radCarouselDemo.EnableAutoLoop = true;
     this.radCarouselDemo.ForeColor      = System.Drawing.Color.Black;
     this.radCarouselDemo.Location       = new System.Drawing.Point(0, 0);
     this.radCarouselDemo.Name           = "radCarouselDemo";
     //
     //
     //
     this.radCarouselDemo.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radCarouselDemo.SelectedIndex         = 0;
     this.radCarouselDemo.Size      = new System.Drawing.Size(1224, 552);
     this.radCarouselDemo.TabIndex  = 0;
     this.radCarouselDemo.Text      = "radCarousel1";
     this.radCarouselDemo.ThemeName = "ControlDefault";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(0))).Visibility              = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(1))).Visibility            = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarouselDemo.GetChildAt(0).GetChildAt(3))).Image                  = global::Telerik.Examples.WinControls.Properties.Resources.carousel_leftArrow;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(3).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     ((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarouselDemo.GetChildAt(0).GetChildAt(4))).Image                  = global::Telerik.Examples.WinControls.Properties.Resources.carousel_rightArrow;
     //
     // radSpinEditor1
     //
     this.radSpinEditor1.BackColor     = System.Drawing.Color.White;
     this.radSpinEditor1.DecimalPlaces = 2;
     this.radSpinEditor1.ForeColor     = System.Drawing.Color.Black;
     this.radSpinEditor1.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.radSpinEditor1.Location = new System.Drawing.Point(11, 91);
     this.radSpinEditor1.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.radSpinEditor1.Name = "radSpinEditor1";
     //
     //
     //
     this.radSpinEditor1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor1.RootElement.ForeColor    = System.Drawing.Color.Black;
     this.radSpinEditor1.ShowBorder = true;
     this.radSpinEditor1.Size       = new System.Drawing.Size(158, 20);
     this.radSpinEditor1.TabIndex   = 7;
     this.radSpinEditor1.Value      = new decimal(new int[] {
         33,
         0,
         0,
         131072
     });
     this.radSpinEditor1.ValueChanged += new System.EventHandler(this.radSpinReflection);
     ((Telerik.WinControls.UI.RadSpinElement)(this.radSpinEditor1.GetChildAt(0))).BackColor = System.Drawing.Color.White;
     //
     // radCheckBox1
     //
     this.radCheckBox1.BackColor           = System.Drawing.Color.Transparent;
     this.radCheckBox1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radCheckBox1.Location            = new System.Drawing.Point(11, 117);
     this.radCheckBox1.Name                = "radCheckBox1";
     this.radCheckBox1.Size                = new System.Drawing.Size(101, 17);
     this.radCheckBox1.TabIndex            = 10;
     this.radCheckBox1.Text                = "Enable Looping";
     this.radCheckBox1.ThemeName           = "Telerik";
     this.radCheckBox1.ToggleState         = Telerik.WinControls.Enumerations.ToggleState.On;
     this.radCheckBox1.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckEnableLooping_ToggleStateChanged);
     //
     // radCheckBox2
     //
     this.radCheckBox2.BackColor = System.Drawing.Color.Transparent;
     this.radCheckBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radCheckBox2.Location  = new System.Drawing.Point(11, 140);
     this.radCheckBox2.Name      = "radCheckBox2";
     //
     //
     //
     this.radCheckBox2.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radCheckBox2.Size                = new System.Drawing.Size(112, 17);
     this.radCheckBox2.TabIndex            = 11;
     this.radCheckBox2.Text                = "Enable Auto Loop";
     this.radCheckBox2.ThemeName           = "Telerik";
     this.radCheckBox2.ToggleState         = Telerik.WinControls.Enumerations.ToggleState.On;
     this.radCheckBox2.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckAutoLoop_ToggleStateChanged);
     //
     // radGroupSettings
     //
     this.radGroupSettings.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.radGroupSettings.Controls.Add(this.radLblEvents);
     this.radGroupSettings.Controls.Add(this.radRadioEllipse);
     this.radGroupSettings.Controls.Add(this.radRadioBezier);
     this.radGroupSettings.Controls.Add(this.radLblReflectionPerc);
     this.radGroupSettings.Controls.Add(this.radListEvents);
     this.radGroupSettings.Controls.Add(this.radCheckBox2);
     this.radGroupSettings.Controls.Add(this.radCheckBox1);
     this.radGroupSettings.Controls.Add(this.radSpinEditor1);
     this.radGroupSettings.FooterImageIndex = -1;
     this.radGroupSettings.FooterImageKey   = "";
     this.radGroupSettings.FooterText       = "";
     this.radGroupSettings.ForeColor        = System.Drawing.Color.Black;
     this.radGroupSettings.HeaderImageIndex = -1;
     this.radGroupSettings.HeaderImageKey   = "";
     this.radGroupSettings.HeaderMargin     = new System.Windows.Forms.Padding(0);
     this.radGroupSettings.HeaderText       = "Carousel Settings";
     this.radGroupSettings.Location         = new System.Drawing.Point(10, 6);
     this.radGroupSettings.Name             = "radGroupSettings";
     //
     //
     //
     this.radGroupSettings.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGroupSettings.Size     = new System.Drawing.Size(180, 493);
     this.radGroupSettings.TabIndex = 1;
     this.radGroupSettings.Text     = "Carousel Settings";
     //
     // radLblEvents
     //
     this.radLblEvents.ForeColor = System.Drawing.Color.Black;
     this.radLblEvents.Location  = new System.Drawing.Point(11, 186);
     this.radLblEvents.Name      = "radLblEvents";
     //
     //
     //
     this.radLblEvents.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radLblEvents.Size     = new System.Drawing.Size(42, 14);
     this.radLblEvents.TabIndex = 13;
     this.radLblEvents.Text     = "Events:";
     //
     // radRadioEllipse
     //
     this.radRadioEllipse.ForeColor           = System.Drawing.Color.Black;
     this.radRadioEllipse.Location            = new System.Drawing.Point(11, 49);
     this.radRadioEllipse.Name                = "radRadioEllipse";
     this.radRadioEllipse.RadioCheckAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     //
     //
     this.radRadioEllipse.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radRadioEllipse.Size     = new System.Drawing.Size(80, 16);
     this.radRadioEllipse.TabIndex = 12;
     this.radRadioEllipse.Text     = "Ellipse Path";
     //
     // radRadioBezier
     //
     this.radRadioBezier.ForeColor           = System.Drawing.Color.Black;
     this.radRadioBezier.Location            = new System.Drawing.Point(11, 27);
     this.radRadioBezier.Name                = "radRadioBezier";
     this.radRadioBezier.RadioCheckAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     //
     //
     this.radRadioBezier.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radRadioBezier.Size                = new System.Drawing.Size(79, 16);
     this.radRadioBezier.TabIndex            = 12;
     this.radRadioBezier.Text                = "Bezier Path";
     this.radRadioBezier.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.OnRadRadioPath_ToggleStateChanged);
     //
     // radLblReflectionPerc
     //
     this.radLblReflectionPerc.ForeColor = System.Drawing.Color.Black;
     this.radLblReflectionPerc.Location  = new System.Drawing.Point(11, 71);
     this.radLblReflectionPerc.Name      = "radLblReflectionPerc";
     //
     //
     //
     this.radLblReflectionPerc.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radLblReflectionPerc.Size     = new System.Drawing.Size(144, 14);
     this.radLblReflectionPerc.TabIndex = 1;
     this.radLblReflectionPerc.Text     = "Item Reflection Percentage:";
     //
     // Form1
     //
     this.AutoSize     = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.radCarouselDemo);
     this.Name  = "Form1";
     this.Size  = new System.Drawing.Size(1224, 552);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Controls.SetChildIndex(this.radCarouselDemo, 0);
     this.Controls.SetChildIndex(this.settingsPanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).EndInit();
     this.settingsPanel.ResumeLayout(false);
     this.settingsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radListEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCarouselDemo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupSettings)).EndInit();
     this.radGroupSettings.ResumeLayout(false);
     this.radGroupSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLblEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radRadioEllipse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radRadioBezier)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLblReflectionPerc)).EndInit();
     this.ResumeLayout(false);
 }