Click here to Skip to main content
15,881,600 members
Articles / Desktop Programming / Windows Forms

BSEtunes

Rate me:
Please Sign up or sign in to vote.
4.67/5 (11 votes)
24 Apr 2010CPOL4 min read 64.4K   4.3K   58  
BSEtunes is a MySQL based, full manageable, networkable single or multiuser jukebox application
namespace BSE.Platten.Tunes
{
    partial class CTunes
    {
        /// <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)
        {
            try
            {
                if (disposing && (components != null))
                {
                    components.Dispose();
                }
            }
            finally
            {
                base.Dispose(disposing);
            }
        }

        #region Windows Form 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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CTunes));
            this.m_tscMain = new System.Windows.Forms.ToolStripContainer();
            this.m_ssMain = new BSE.Platten.Tunes.StatusStrip();
            this.m_pnlMiddle = new System.Windows.Forms.Panel();
            this.m_plstMain = new BSE.Windows.Forms.XPanderPanelList();
            this.m_pnlPlayList = new BSE.Windows.Forms.XPanderPanel();
            this.m_playList = new BSE.Platten.Tunes.PlayList();
            this.m_mnuView_PlaylistEditor = new System.Windows.Forms.ToolStripMenuItem();
            this.m_settings = new BSE.Configuration.Configuration();
            this.m_pnlSearch = new BSE.Windows.Forms.XPanderPanel();
            this.m_search = new BSE.Platten.Tunes.Search();
            this.m_mnuView_Search = new System.Windows.Forms.ToolStripMenuItem();
            this.m_pnlHistory = new BSE.Windows.Forms.XPanderPanel();
            this.m_history = new BSE.Platten.Tunes.History();
            this.m_albumProperties = new BSE.Platten.Tunes.AlbumProperties();
            this.m_splVertRight = new BSE.Windows.Forms.Splitter();
            this.m_pnlRight = new BSE.Windows.Forms.Panel();
            this.m_clipBoard = new BSE.Platten.Tunes.ClipBoard();
            this.m_splVertLeft = new BSE.Windows.Forms.Splitter();
            this.m_pnlLeft = new System.Windows.Forms.Panel();
            this.m_pnlAlbums = new BSE.Windows.Forms.Panel();
            this.m_treeInterpretenTitel = new BSE.Platten.Tunes.TreeInterpretenTitel();
            this.m_splLists = new BSE.Windows.Forms.Splitter();
            this.m_pnlMyLists = new BSE.Windows.Forms.Panel();
            this.m_treeFavorites = new BSE.Platten.Tunes.TreeViewFavorites();
            this.m_splListsBottom = new BSE.Windows.Forms.Splitter();
            this.m_pnlCovers = new BSE.Windows.Forms.Panel();
            this.m_covers = new BSE.Platten.Covers.CoverPanel();
            this.m_tsSearch = new BSE.Platten.Tunes.SearchToolStrip();
            this.m_mnuMain = new System.Windows.Forms.MenuStrip();
            this.m_mnuDatei = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuDatei_BSEAdmin = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuDatei_Sep1 = new System.Windows.Forms.ToolStripSeparator();
            this.m_mnuDatei_Beenden = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuView = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuView_List = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuView_Coverflow = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuView_Refresh = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuFilter = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuFilter_Properties = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuMusik = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuMusik_Radio = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuMusik_CDhoeren = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuMusik_Tracks = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuExtras = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuExtras_Optionen = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuExtras_Statistik = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.m_mnuHelp_About = new System.Windows.Forms.ToolStripMenuItem();
            this.m_tsAudioPlayer = new BSE.Platten.Audio.AudioPlayerToolStrip();
            this.m_playerManager = new BSE.Platten.Audio.CPlayerManager();
            this.m_tsMusic = new System.Windows.Forms.ToolStrip();
            this.m_tssMusicLeft = new System.Windows.Forms.ToolStripSeparator();
            this.m_btnMusic_Radio = new System.Windows.Forms.ToolStripButton();
            this.m_btnMusic_CDhoeren = new System.Windows.Forms.ToolStripButton();
            this.m_btnMusic_Tracks = new System.Windows.Forms.ToolStripDropDownButton();
            this.m_tssMusicRight = new System.Windows.Forms.ToolStripSeparator();
            this.m_btnMusic_CoverFlow = new System.Windows.Forms.ToolStripButton();
            this.m_configuration = new BSE.Configuration.Configuration();
            this.m_ctxTunes = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ContentPanel.SuspendLayout();
            this.m_tscMain.BottomToolStripPanel.SuspendLayout();
            this.m_tscMain.ContentPanel.SuspendLayout();
            this.m_tscMain.TopToolStripPanel.SuspendLayout();
            this.m_tscMain.SuspendLayout();
            this.m_pnlMiddle.SuspendLayout();
            this.m_plstMain.SuspendLayout();
            this.m_pnlPlayList.SuspendLayout();
            this.m_pnlSearch.SuspendLayout();
            this.m_pnlHistory.SuspendLayout();
            this.m_pnlRight.SuspendLayout();
            this.m_pnlLeft.SuspendLayout();
            this.m_pnlAlbums.SuspendLayout();
            this.m_pnlMyLists.SuspendLayout();
            this.m_pnlCovers.SuspendLayout();
            this.m_mnuMain.SuspendLayout();
            this.m_tsMusic.SuspendLayout();
            this.SuspendLayout();
            // 
            // ContentPanel
            // 
            this.ContentPanel.AccessibleDescription = null;
            this.ContentPanel.AccessibleName = null;
            resources.ApplyResources(this.ContentPanel, "ContentPanel");
            this.ContentPanel.BackgroundImage = null;
            this.ContentPanel.Controls.Add(this.m_tscMain);
            this.ContentPanel.Font = null;
            // 
            // m_tscMain
            // 
            this.m_tscMain.AccessibleDescription = null;
            this.m_tscMain.AccessibleName = null;
            resources.ApplyResources(this.m_tscMain, "m_tscMain");
            // 
            // m_tscMain.BottomToolStripPanel
            // 
            this.m_tscMain.BottomToolStripPanel.AccessibleDescription = null;
            this.m_tscMain.BottomToolStripPanel.AccessibleName = null;
            this.m_tscMain.BottomToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.m_tscMain.BottomToolStripPanel, "m_tscMain.BottomToolStripPanel");
            this.m_tscMain.BottomToolStripPanel.Controls.Add(this.m_ssMain);
            this.m_tscMain.BottomToolStripPanel.Font = null;
            // 
            // m_tscMain.ContentPanel
            // 
            this.m_tscMain.ContentPanel.AccessibleDescription = null;
            this.m_tscMain.ContentPanel.AccessibleName = null;
            resources.ApplyResources(this.m_tscMain.ContentPanel, "m_tscMain.ContentPanel");
            this.m_tscMain.ContentPanel.BackColor = System.Drawing.Color.Transparent;
            this.m_tscMain.ContentPanel.BackgroundImage = null;
            this.m_tscMain.ContentPanel.Controls.Add(this.m_pnlMiddle);
            this.m_tscMain.ContentPanel.Controls.Add(this.m_splVertRight);
            this.m_tscMain.ContentPanel.Controls.Add(this.m_pnlRight);
            this.m_tscMain.ContentPanel.Controls.Add(this.m_splVertLeft);
            this.m_tscMain.ContentPanel.Controls.Add(this.m_pnlLeft);
            this.m_tscMain.ContentPanel.Font = null;
            this.m_tscMain.ContentPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.m_tscMain.Font = null;
            // 
            // m_tscMain.LeftToolStripPanel
            // 
            this.m_tscMain.LeftToolStripPanel.AccessibleDescription = null;
            this.m_tscMain.LeftToolStripPanel.AccessibleName = null;
            this.m_tscMain.LeftToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.m_tscMain.LeftToolStripPanel, "m_tscMain.LeftToolStripPanel");
            this.m_tscMain.LeftToolStripPanel.Font = null;
            this.m_tscMain.Name = "m_tscMain";
            // 
            // m_tscMain.RightToolStripPanel
            // 
            this.m_tscMain.RightToolStripPanel.AccessibleDescription = null;
            this.m_tscMain.RightToolStripPanel.AccessibleName = null;
            this.m_tscMain.RightToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.m_tscMain.RightToolStripPanel, "m_tscMain.RightToolStripPanel");
            this.m_tscMain.RightToolStripPanel.Font = null;
            // 
            // m_tscMain.TopToolStripPanel
            // 
            this.m_tscMain.TopToolStripPanel.AccessibleDescription = null;
            this.m_tscMain.TopToolStripPanel.AccessibleName = null;
            this.m_tscMain.TopToolStripPanel.BackgroundImage = null;
            resources.ApplyResources(this.m_tscMain.TopToolStripPanel, "m_tscMain.TopToolStripPanel");
            this.m_tscMain.TopToolStripPanel.Controls.Add(this.m_tsAudioPlayer);
            this.m_tscMain.TopToolStripPanel.Controls.Add(this.m_tsSearch);
            this.m_tscMain.TopToolStripPanel.Controls.Add(this.m_tsMusic);
            this.m_tscMain.TopToolStripPanel.Controls.Add(this.m_mnuMain);
            this.m_tscMain.TopToolStripPanel.Font = null;
            // 
            // m_ssMain
            // 
            this.m_ssMain.AccessibleDescription = null;
            this.m_ssMain.AccessibleName = null;
            resources.ApplyResources(this.m_ssMain, "m_ssMain");
            this.m_ssMain.BackgroundImage = null;
            this.m_ssMain.Font = null;
            this.m_ssMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
            this.m_ssMain.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.m_ssMain.Name = "m_ssMain";
            this.m_ssMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.m_ssMain.RemovableDriveAdded += new System.EventHandler<BSE.RemovableDrives.DriveChangeEventArgs>(this.RemovableDriveAdded);
            this.m_ssMain.RemovableDriveChanges += new System.EventHandler<BSE.RemovableDrives.DriveChangeEventArgs>(this.RemovableDriveChanges);
            this.m_ssMain.RemovableDriveRemoved += new System.EventHandler<BSE.RemovableDrives.DriveChangeEventArgs>(this.RemovableDriveRemoved);
            // 
            // m_pnlMiddle
            // 
            this.m_pnlMiddle.AccessibleDescription = null;
            this.m_pnlMiddle.AccessibleName = null;
            resources.ApplyResources(this.m_pnlMiddle, "m_pnlMiddle");
            this.m_pnlMiddle.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlMiddle.BackgroundImage = null;
            this.m_pnlMiddle.Controls.Add(this.m_plstMain);
            this.m_pnlMiddle.Controls.Add(this.m_albumProperties);
            this.m_pnlMiddle.Font = null;
            this.m_pnlMiddle.Name = "m_pnlMiddle";
            // 
            // m_plstMain
            // 
            this.m_plstMain.AccessibleDescription = null;
            this.m_plstMain.AccessibleName = null;
            resources.ApplyResources(this.m_plstMain, "m_plstMain");
            this.m_plstMain.BackgroundImage = null;
            this.m_plstMain.CaptionStyle = BSE.Windows.Forms.CaptionStyle.Normal;
            this.m_plstMain.Controls.Add(this.m_pnlPlayList);
            this.m_plstMain.Controls.Add(this.m_pnlSearch);
            this.m_plstMain.Controls.Add(this.m_pnlHistory);
            this.m_plstMain.Font = null;
            this.m_plstMain.GradientBackground = System.Drawing.Color.Empty;
            this.m_plstMain.Name = "m_plstMain";
            this.m_plstMain.PanelColors = null;
            this.m_plstMain.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_plstMain.ShowCloseIcon = true;
            this.m_plstMain.ShowExpandIcon = true;
            this.m_plstMain.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.PanelListControlRemoved);
            // 
            // m_pnlPlayList
            // 
            this.m_pnlPlayList.CaptionFont = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
            this.m_pnlPlayList.Controls.Add(this.m_playList);
            this.m_pnlPlayList.CustomColors.BackColor = System.Drawing.SystemColors.Control;
            this.m_pnlPlayList.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlPlayList.CustomColors.CaptionCheckedGradientBegin = System.Drawing.Color.Empty;
            this.m_pnlPlayList.CustomColors.CaptionCheckedGradientEnd = System.Drawing.Color.Empty;
            this.m_pnlPlayList.CustomColors.CaptionCheckedGradientMiddle = System.Drawing.Color.Empty;
            this.m_pnlPlayList.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlPlayList.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlPlayList.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlPlayList.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlPlayList.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlPlayList.CustomColors.CaptionPressedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlPlayList.CustomColors.CaptionPressedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlPlayList.CustomColors.CaptionPressedGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlPlayList.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlPlayList.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlPlayList.CustomColors.CaptionSelectedGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlPlayList.CustomColors.CaptionSelectedText = System.Drawing.SystemColors.ControlText;
            this.m_pnlPlayList.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlPlayList.CustomColors.FlatCaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlPlayList.CustomColors.FlatCaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlPlayList.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlPlayList.Font = null;
            this.m_pnlPlayList.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlPlayList.Image = null;
            this.m_pnlPlayList.Name = "m_pnlPlayList";
            this.m_pnlPlayList.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            resources.ApplyResources(this.m_pnlPlayList, "m_pnlPlayList");
            this.m_pnlPlayList.ToolTipTextCloseIcon = "Close Playlist Panel";
            this.m_pnlPlayList.ToolTipTextExpandIconPanelCollapsed = "Maximize Playlist Panel";
            this.m_pnlPlayList.ToolTipTextExpandIconPanelExpanded = "Reduce Playlist Panel";
            // 
            // m_playList
            // 
            this.m_playList.AccessibleDescription = null;
            this.m_playList.AccessibleName = null;
            resources.ApplyResources(this.m_playList, "m_playList");
            this.m_playList.BackgroundImage = null;
            this.m_playList.Environment = null;
            this.m_playList.Font = null;
            this.m_playList.Name = "m_playList";
            this.m_playList.ParentToolStripMenuItem = this.m_mnuView_PlaylistEditor;
            this.m_playList.Settings = this.m_settings;
            this.m_playList.PlayListInserted += new System.EventHandler<BSE.Platten.Tunes.PlayListEventArgs>(this.PlayListInserted);
            this.m_playList.PlayListDeleted += new System.EventHandler<BSE.Platten.Tunes.PlayListEventArgs>(this.PlayListDeleted);
            this.m_playList.AlbumSelecting += new System.EventHandler<BSE.Platten.Tunes.AlbumSelectEventArgs>(this.AlbumSelecting);
            // 
            // m_mnuView_PlaylistEditor
            // 
            this.m_mnuView_PlaylistEditor.AccessibleDescription = null;
            this.m_mnuView_PlaylistEditor.AccessibleName = null;
            resources.ApplyResources(this.m_mnuView_PlaylistEditor, "m_mnuView_PlaylistEditor");
            this.m_mnuView_PlaylistEditor.BackgroundImage = null;
            this.m_mnuView_PlaylistEditor.Checked = true;
            this.m_mnuView_PlaylistEditor.CheckState = System.Windows.Forms.CheckState.Checked;
            this.m_mnuView_PlaylistEditor.Name = "m_mnuView_PlaylistEditor";
            this.m_mnuView_PlaylistEditor.ShortcutKeyDisplayString = null;
            this.m_mnuView_PlaylistEditor.Click += new System.EventHandler(this.PlayListEditorClick);
            // 
            // m_settings
            // 
            this.m_settings.ApplicationSubDirectory = null;
            // 
            // m_pnlSearch
            // 
            this.m_pnlSearch.CaptionFont = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
            this.m_pnlSearch.Controls.Add(this.m_search);
            this.m_pnlSearch.CustomColors.BackColor = System.Drawing.SystemColors.Control;
            this.m_pnlSearch.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlSearch.CustomColors.CaptionCheckedGradientBegin = System.Drawing.Color.Empty;
            this.m_pnlSearch.CustomColors.CaptionCheckedGradientEnd = System.Drawing.Color.Empty;
            this.m_pnlSearch.CustomColors.CaptionCheckedGradientMiddle = System.Drawing.Color.Empty;
            this.m_pnlSearch.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlSearch.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlSearch.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlSearch.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlSearch.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlSearch.CustomColors.CaptionPressedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlSearch.CustomColors.CaptionPressedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlSearch.CustomColors.CaptionPressedGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlSearch.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlSearch.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlSearch.CustomColors.CaptionSelectedGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlSearch.CustomColors.CaptionSelectedText = System.Drawing.SystemColors.ControlText;
            this.m_pnlSearch.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlSearch.CustomColors.FlatCaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlSearch.CustomColors.FlatCaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlSearch.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlSearch.Expand = true;
            this.m_pnlSearch.Font = null;
            this.m_pnlSearch.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlSearch.Image = null;
            this.m_pnlSearch.Name = "m_pnlSearch";
            this.m_pnlSearch.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            resources.ApplyResources(this.m_pnlSearch, "m_pnlSearch");
            this.m_pnlSearch.ToolTipTextCloseIcon = "Close Search Panel";
            this.m_pnlSearch.ToolTipTextExpandIconPanelCollapsed = "Maximize Search Panel";
            this.m_pnlSearch.ToolTipTextExpandIconPanelExpanded = "Reduce Search Panel";
            // 
            // m_search
            // 
            this.m_search.AccessibleDescription = null;
            this.m_search.AccessibleName = null;
            resources.ApplyResources(this.m_search, "m_search");
            this.m_search.BackgroundImage = null;
            this.m_search.Environment = null;
            this.m_search.Font = null;
            this.m_search.Name = "m_search";
            this.m_search.ParentToolStripMenuItem = this.m_mnuView_Search;
            this.m_search.AlbumSelecting += new System.EventHandler<BSE.Platten.Tunes.AlbumSelectEventArgs>(this.AlbumSelecting);
            // 
            // m_mnuView_Search
            // 
            this.m_mnuView_Search.AccessibleDescription = null;
            this.m_mnuView_Search.AccessibleName = null;
            resources.ApplyResources(this.m_mnuView_Search, "m_mnuView_Search");
            this.m_mnuView_Search.BackgroundImage = null;
            this.m_mnuView_Search.Checked = true;
            this.m_mnuView_Search.CheckState = System.Windows.Forms.CheckState.Checked;
            this.m_mnuView_Search.Name = "m_mnuView_Search";
            this.m_mnuView_Search.ShortcutKeyDisplayString = null;
            this.m_mnuView_Search.Click += new System.EventHandler(this.SearchClick);
            // 
            // m_pnlHistory
            // 
            this.m_pnlHistory.CaptionFont = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Bold);
            this.m_pnlHistory.Controls.Add(this.m_history);
            this.m_pnlHistory.CustomColors.BackColor = System.Drawing.SystemColors.Control;
            this.m_pnlHistory.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlHistory.CustomColors.CaptionCheckedGradientBegin = System.Drawing.Color.Empty;
            this.m_pnlHistory.CustomColors.CaptionCheckedGradientEnd = System.Drawing.Color.Empty;
            this.m_pnlHistory.CustomColors.CaptionCheckedGradientMiddle = System.Drawing.Color.Empty;
            this.m_pnlHistory.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlHistory.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlHistory.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlHistory.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlHistory.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlHistory.CustomColors.CaptionPressedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlHistory.CustomColors.CaptionPressedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlHistory.CustomColors.CaptionPressedGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
            this.m_pnlHistory.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlHistory.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlHistory.CustomColors.CaptionSelectedGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlHistory.CustomColors.CaptionSelectedText = System.Drawing.SystemColors.ControlText;
            this.m_pnlHistory.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlHistory.CustomColors.FlatCaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlHistory.CustomColors.FlatCaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlHistory.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlHistory.Font = null;
            this.m_pnlHistory.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlHistory.Image = null;
            this.m_pnlHistory.IsClosable = false;
            this.m_pnlHistory.Name = "m_pnlHistory";
            this.m_pnlHistory.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            resources.ApplyResources(this.m_pnlHistory, "m_pnlHistory");
            this.m_pnlHistory.ToolTipTextCloseIcon = null;
            this.m_pnlHistory.ToolTipTextExpandIconPanelCollapsed = "Maximize History Panel";
            this.m_pnlHistory.ToolTipTextExpandIconPanelExpanded = "Reduce History Panel";
            // 
            // m_history
            // 
            this.m_history.AccessibleDescription = null;
            this.m_history.AccessibleName = null;
            resources.ApplyResources(this.m_history, "m_history");
            this.m_history.BackgroundImage = null;
            this.m_history.Environment = null;
            this.m_history.Font = null;
            this.m_history.Name = "m_history";
            this.m_history.AlbumSelecting += new System.EventHandler<BSE.Platten.Tunes.AlbumSelectEventArgs>(this.AlbumSelecting);
            // 
            // m_albumProperties
            // 
            this.m_albumProperties.AccessibleDescription = null;
            this.m_albumProperties.AccessibleName = null;
            resources.ApplyResources(this.m_albumProperties, "m_albumProperties");
            this.m_albumProperties.BackgroundImage = null;
            this.m_albumProperties.Font = null;
            this.m_albumProperties.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.m_albumProperties.Name = "m_albumProperties";
            this.m_albumProperties.PlayerManager = null;
            this.m_albumProperties.Settings = this.m_settings;
            // 
            // m_splVertRight
            // 
            this.m_splVertRight.AccessibleDescription = null;
            this.m_splVertRight.AccessibleName = null;
            resources.ApplyResources(this.m_splVertRight, "m_splVertRight");
            this.m_splVertRight.BackColor = System.Drawing.Color.Transparent;
            this.m_splVertRight.BackgroundImage = null;
            this.m_splVertRight.Font = null;
            this.m_splVertRight.Name = "m_splVertRight";
            this.m_splVertRight.TabStop = false;
            // 
            // m_pnlRight
            // 
            this.m_pnlRight.AccessibleDescription = null;
            this.m_pnlRight.AccessibleName = null;
            resources.ApplyResources(this.m_pnlRight, "m_pnlRight");
            this.m_pnlRight.AssociatedSplitter = this.m_splVertRight;
            this.m_pnlRight.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlRight.BackgroundImage = null;
            this.m_pnlRight.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlRight.CaptionHeight = 27;
            this.m_pnlRight.Controls.Add(this.m_clipBoard);
            this.m_pnlRight.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlRight.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlRight.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlRight.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlRight.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlRight.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlRight.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlRight.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlRight.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlRight.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlRight.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlRight.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlRight.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlRight.Font = null;
            this.m_pnlRight.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlRight.Image = null;
            this.m_pnlRight.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlRight.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlRight.Name = "m_pnlRight";
            this.m_pnlRight.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlRight.ShowCloseIcon = true;
            this.m_pnlRight.ShowExpandIcon = true;
            this.m_pnlRight.ShowTransparentBackground = false;
            this.m_pnlRight.ToolTipTextCloseIcon = "Close List Area";
            this.m_pnlRight.ToolTipTextExpandIconPanelCollapsed = "Maximize List Area";
            this.m_pnlRight.ToolTipTextExpandIconPanelExpanded = "Reduce List Area";
            this.m_pnlRight.VisibleChanged += new System.EventHandler(this.ListVisibilityChanged);
            this.m_pnlRight.CloseClick += new System.EventHandler<System.EventArgs>(this.ListCloseClick);
            // 
            // m_clipBoard
            // 
            this.m_clipBoard.AccessibleDescription = null;
            this.m_clipBoard.AccessibleName = null;
            resources.ApplyResources(this.m_clipBoard, "m_clipBoard");
            this.m_clipBoard.BackColor = System.Drawing.Color.Transparent;
            this.m_clipBoard.BackgroundImage = null;
            this.m_clipBoard.Environment = null;
            this.m_clipBoard.Font = null;
            this.m_clipBoard.Name = "m_clipBoard";
            this.m_clipBoard.ParentToolStripMenuItem = null;
            this.m_clipBoard.AlbumSelecting += new System.EventHandler<BSE.Platten.Tunes.AlbumSelectEventArgs>(this.AlbumSelecting);
            // 
            // m_splVertLeft
            // 
            this.m_splVertLeft.AccessibleDescription = null;
            this.m_splVertLeft.AccessibleName = null;
            resources.ApplyResources(this.m_splVertLeft, "m_splVertLeft");
            this.m_splVertLeft.BackColor = System.Drawing.Color.Transparent;
            this.m_splVertLeft.BackgroundImage = null;
            this.m_splVertLeft.Font = null;
            this.m_splVertLeft.Name = "m_splVertLeft";
            this.m_splVertLeft.TabStop = false;
            // 
            // m_pnlLeft
            // 
            this.m_pnlLeft.AccessibleDescription = null;
            this.m_pnlLeft.AccessibleName = null;
            resources.ApplyResources(this.m_pnlLeft, "m_pnlLeft");
            this.m_pnlLeft.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlLeft.BackgroundImage = null;
            this.m_pnlLeft.Controls.Add(this.m_pnlAlbums);
            this.m_pnlLeft.Controls.Add(this.m_splLists);
            this.m_pnlLeft.Controls.Add(this.m_pnlMyLists);
            this.m_pnlLeft.Controls.Add(this.m_splListsBottom);
            this.m_pnlLeft.Controls.Add(this.m_pnlCovers);
            this.m_pnlLeft.Font = null;
            this.m_pnlLeft.MinimumSize = new System.Drawing.Size(240, 0);
            this.m_pnlLeft.Name = "m_pnlLeft";
            // 
            // m_pnlAlbums
            // 
            this.m_pnlAlbums.AccessibleDescription = null;
            this.m_pnlAlbums.AccessibleName = null;
            resources.ApplyResources(this.m_pnlAlbums, "m_pnlAlbums");
            this.m_pnlAlbums.AssociatedSplitter = null;
            this.m_pnlAlbums.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlAlbums.BackgroundImage = null;
            this.m_pnlAlbums.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlAlbums.CaptionHeight = 27;
            this.m_pnlAlbums.Controls.Add(this.m_treeInterpretenTitel);
            this.m_pnlAlbums.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlAlbums.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbums.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbums.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlAlbums.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlAlbums.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlAlbums.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlAlbums.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlAlbums.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbums.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbums.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlAlbums.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlAlbums.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlAlbums.Font = null;
            this.m_pnlAlbums.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbums.Image = null;
            this.m_pnlAlbums.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlAlbums.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlAlbums.Name = "m_pnlAlbums";
            this.m_pnlAlbums.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlAlbums.ShowTransparentBackground = false;
            this.m_pnlAlbums.ToolTipTextCloseIcon = null;
            this.m_pnlAlbums.ToolTipTextExpandIconPanelCollapsed = null;
            this.m_pnlAlbums.ToolTipTextExpandIconPanelExpanded = null;
            // 
            // m_treeInterpretenTitel
            // 
            this.m_treeInterpretenTitel.AccessibleDescription = null;
            this.m_treeInterpretenTitel.AccessibleName = null;
            resources.ApplyResources(this.m_treeInterpretenTitel, "m_treeInterpretenTitel");
            this.m_treeInterpretenTitel.BackgroundImage = null;
            this.m_treeInterpretenTitel.Font = null;
            this.m_treeInterpretenTitel.Name = "m_treeInterpretenTitel";
            this.m_treeInterpretenTitel.TitelAfterSelect += new System.EventHandler<BSE.Platten.Tunes.TreeInterpretenTitelEventArgs>(this.TreeInterpretenTitelAfterSelect);
            // 
            // m_splLists
            // 
            this.m_splLists.AccessibleDescription = null;
            this.m_splLists.AccessibleName = null;
            resources.ApplyResources(this.m_splLists, "m_splLists");
            this.m_splLists.BackColor = System.Drawing.Color.Transparent;
            this.m_splLists.BackgroundImage = null;
            this.m_splLists.Font = null;
            this.m_splLists.Name = "m_splLists";
            this.m_splLists.TabStop = false;
            // 
            // m_pnlMyLists
            // 
            this.m_pnlMyLists.AccessibleDescription = null;
            this.m_pnlMyLists.AccessibleName = null;
            resources.ApplyResources(this.m_pnlMyLists, "m_pnlMyLists");
            this.m_pnlMyLists.AssociatedSplitter = null;
            this.m_pnlMyLists.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlMyLists.BackgroundImage = null;
            this.m_pnlMyLists.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlMyLists.CaptionHeight = 27;
            this.m_pnlMyLists.Controls.Add(this.m_treeFavorites);
            this.m_pnlMyLists.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlMyLists.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlMyLists.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlMyLists.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlMyLists.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlMyLists.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlMyLists.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlMyLists.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlMyLists.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlMyLists.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlMyLists.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlMyLists.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlMyLists.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlMyLists.Font = null;
            this.m_pnlMyLists.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlMyLists.Image = null;
            this.m_pnlMyLists.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlMyLists.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlMyLists.Name = "m_pnlMyLists";
            this.m_pnlMyLists.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlMyLists.ShowExpandIcon = true;
            this.m_pnlMyLists.ShowTransparentBackground = false;
            this.m_pnlMyLists.ToolTipTextCloseIcon = null;
            this.m_pnlMyLists.ToolTipTextExpandIconPanelCollapsed = "Maximize My Favorites";
            this.m_pnlMyLists.ToolTipTextExpandIconPanelExpanded = "Reduce My Favorites";
            // 
            // m_treeFavorites
            // 
            this.m_treeFavorites.AccessibleDescription = null;
            this.m_treeFavorites.AccessibleName = null;
            resources.ApplyResources(this.m_treeFavorites, "m_treeFavorites");
            this.m_treeFavorites.BackgroundImage = null;
            this.m_treeFavorites.Font = null;
            this.m_treeFavorites.Name = "m_treeFavorites";
            this.m_treeFavorites.ListClick += new System.EventHandler<BSE.Platten.Tunes.TreeViewFavoritesEventArgs>(this.TreeFavoritesClick);
            this.m_treeFavorites.PlayListEvent += new System.EventHandler<BSE.Platten.Tunes.TreeViewFavoritesEventArgs>(this.TreeFavoritesPlayListEvent);
            // 
            // m_splListsBottom
            // 
            this.m_splListsBottom.AccessibleDescription = null;
            this.m_splListsBottom.AccessibleName = null;
            resources.ApplyResources(this.m_splListsBottom, "m_splListsBottom");
            this.m_splListsBottom.BackColor = System.Drawing.Color.Transparent;
            this.m_splListsBottom.BackgroundImage = null;
            this.m_splListsBottom.Font = null;
            this.m_splListsBottom.Name = "m_splListsBottom";
            this.m_splListsBottom.TabStop = false;
            // 
            // m_pnlCovers
            // 
            this.m_pnlCovers.AccessibleDescription = null;
            this.m_pnlCovers.AccessibleName = null;
            resources.ApplyResources(this.m_pnlCovers, "m_pnlCovers");
            this.m_pnlCovers.AssociatedSplitter = null;
            this.m_pnlCovers.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlCovers.BackgroundImage = null;
            this.m_pnlCovers.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlCovers.CaptionHeight = 27;
            this.m_pnlCovers.Controls.Add(this.m_covers);
            this.m_pnlCovers.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlCovers.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlCovers.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlCovers.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlCovers.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlCovers.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlCovers.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlCovers.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlCovers.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlCovers.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlCovers.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlCovers.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlCovers.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlCovers.Font = null;
            this.m_pnlCovers.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlCovers.Image = null;
            this.m_pnlCovers.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlCovers.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlCovers.Name = "m_pnlCovers";
            this.m_pnlCovers.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlCovers.ShowExpandIcon = true;
            this.m_pnlCovers.ShowTransparentBackground = false;
            this.m_pnlCovers.ToolTipTextCloseIcon = null;
            this.m_pnlCovers.ToolTipTextExpandIconPanelCollapsed = "Maximize My Newest Albums";
            this.m_pnlCovers.ToolTipTextExpandIconPanelExpanded = "Reduce My Newest Albums";
            // 
            // m_covers
            // 
            this.m_covers.AccessibleDescription = null;
            this.m_covers.AccessibleName = null;
            resources.ApplyResources(this.m_covers, "m_covers");
            this.m_covers.BackColor = System.Drawing.Color.Transparent;
            this.m_covers.BackgroundImage = null;
            this.m_covers.Font = null;
            this.m_covers.Name = "m_covers";
            this.m_covers.CoverBoxClick += new System.EventHandler<BSE.Platten.Covers.CoverBoxClickEventArgs>(this.CoversCoverClick);
            // 
            // m_tsSearch
            // 
            this.m_tsSearch.AccessibleDescription = null;
            this.m_tsSearch.AccessibleName = null;
            resources.ApplyResources(this.m_tsSearch, "m_tsSearch");
            this.m_tsSearch.BackgroundImage = null;
            this.m_tsSearch.Font = null;
            this.m_tsSearch.Name = "m_tsSearch";
            this.m_tsSearch.SearchExecuting += new System.EventHandler<BSE.Platten.Tunes.SearchExecuteEventArgs>(this.SearchExecuting);
            // 
            // m_mnuMain
            // 
            this.m_mnuMain.AccessibleDescription = null;
            this.m_mnuMain.AccessibleName = null;
            resources.ApplyResources(this.m_mnuMain, "m_mnuMain");
            this.m_mnuMain.BackgroundImage = null;
            this.m_mnuMain.Font = null;
            this.m_mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuDatei,
            this.m_mnuView,
            this.m_mnuFilter,
            this.m_mnuMusik,
            this.m_mnuExtras,
            this.m_mnuHelp});
            this.m_mnuMain.Name = "m_mnuMain";
            // 
            // m_mnuDatei
            // 
            this.m_mnuDatei.AccessibleDescription = null;
            this.m_mnuDatei.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei, "m_mnuDatei");
            this.m_mnuDatei.BackgroundImage = null;
            this.m_mnuDatei.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuDatei_BSEAdmin,
            this.m_mnuDatei_Sep1,
            this.m_mnuDatei_Beenden});
            this.m_mnuDatei.Name = "m_mnuDatei";
            this.m_mnuDatei.ShortcutKeyDisplayString = null;
            // 
            // m_mnuDatei_BSEAdmin
            // 
            this.m_mnuDatei_BSEAdmin.AccessibleDescription = null;
            this.m_mnuDatei_BSEAdmin.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei_BSEAdmin, "m_mnuDatei_BSEAdmin");
            this.m_mnuDatei_BSEAdmin.BackgroundImage = null;
            this.m_mnuDatei_BSEAdmin.Name = "m_mnuDatei_BSEAdmin";
            this.m_mnuDatei_BSEAdmin.ShortcutKeyDisplayString = null;
            this.m_mnuDatei_BSEAdmin.Click += new System.EventHandler(this.BSEAdminClick);
            // 
            // m_mnuDatei_Sep1
            // 
            this.m_mnuDatei_Sep1.AccessibleDescription = null;
            this.m_mnuDatei_Sep1.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei_Sep1, "m_mnuDatei_Sep1");
            this.m_mnuDatei_Sep1.Name = "m_mnuDatei_Sep1";
            // 
            // m_mnuDatei_Beenden
            // 
            this.m_mnuDatei_Beenden.AccessibleDescription = null;
            this.m_mnuDatei_Beenden.AccessibleName = null;
            resources.ApplyResources(this.m_mnuDatei_Beenden, "m_mnuDatei_Beenden");
            this.m_mnuDatei_Beenden.BackgroundImage = null;
            this.m_mnuDatei_Beenden.Name = "m_mnuDatei_Beenden";
            this.m_mnuDatei_Beenden.ShortcutKeyDisplayString = null;
            this.m_mnuDatei_Beenden.Click += new System.EventHandler(this.m_mnuDatei_Beenden_Click);
            // 
            // m_mnuView
            // 
            this.m_mnuView.AccessibleDescription = null;
            this.m_mnuView.AccessibleName = null;
            resources.ApplyResources(this.m_mnuView, "m_mnuView");
            this.m_mnuView.BackgroundImage = null;
            this.m_mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuView_PlaylistEditor,
            this.m_mnuView_Search,
            this.m_mnuView_List,
            this.m_mnuView_Coverflow,
            this.m_mnuView_Refresh});
            this.m_mnuView.Name = "m_mnuView";
            this.m_mnuView.ShortcutKeyDisplayString = null;
            // 
            // m_mnuView_List
            // 
            this.m_mnuView_List.AccessibleDescription = null;
            this.m_mnuView_List.AccessibleName = null;
            resources.ApplyResources(this.m_mnuView_List, "m_mnuView_List");
            this.m_mnuView_List.BackgroundImage = null;
            this.m_mnuView_List.Checked = true;
            this.m_mnuView_List.CheckState = System.Windows.Forms.CheckState.Checked;
            this.m_mnuView_List.Name = "m_mnuView_List";
            this.m_mnuView_List.ShortcutKeyDisplayString = null;
            this.m_mnuView_List.Click += new System.EventHandler(this.ShowListClick);
            // 
            // m_mnuView_Coverflow
            // 
            this.m_mnuView_Coverflow.AccessibleDescription = null;
            this.m_mnuView_Coverflow.AccessibleName = null;
            resources.ApplyResources(this.m_mnuView_Coverflow, "m_mnuView_Coverflow");
            this.m_mnuView_Coverflow.BackgroundImage = null;
            this.m_mnuView_Coverflow.Image = global::BSE.Platten.Tunes.Properties.Resources.coverflow;
            this.m_mnuView_Coverflow.Name = "m_mnuView_Coverflow";
            this.m_mnuView_Coverflow.ShortcutKeyDisplayString = null;
            this.m_mnuView_Coverflow.Click += new System.EventHandler(this.CoverFlowClick);
            // 
            // m_mnuView_Refresh
            // 
            this.m_mnuView_Refresh.AccessibleDescription = null;
            this.m_mnuView_Refresh.AccessibleName = null;
            resources.ApplyResources(this.m_mnuView_Refresh, "m_mnuView_Refresh");
            this.m_mnuView_Refresh.BackgroundImage = null;
            this.m_mnuView_Refresh.Name = "m_mnuView_Refresh";
            this.m_mnuView_Refresh.ShortcutKeyDisplayString = null;
            this.m_mnuView_Refresh.Click += new System.EventHandler(this.ViewRefreshClick);
            // 
            // m_mnuFilter
            // 
            this.m_mnuFilter.AccessibleDescription = null;
            this.m_mnuFilter.AccessibleName = null;
            resources.ApplyResources(this.m_mnuFilter, "m_mnuFilter");
            this.m_mnuFilter.BackgroundImage = null;
            this.m_mnuFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuFilter_Properties});
            this.m_mnuFilter.Name = "m_mnuFilter";
            this.m_mnuFilter.ShortcutKeyDisplayString = null;
            // 
            // m_mnuFilter_Properties
            // 
            this.m_mnuFilter_Properties.AccessibleDescription = null;
            this.m_mnuFilter_Properties.AccessibleName = null;
            resources.ApplyResources(this.m_mnuFilter_Properties, "m_mnuFilter_Properties");
            this.m_mnuFilter_Properties.BackgroundImage = null;
            this.m_mnuFilter_Properties.Name = "m_mnuFilter_Properties";
            this.m_mnuFilter_Properties.ShortcutKeyDisplayString = null;
            this.m_mnuFilter_Properties.Click += new System.EventHandler(this.FilterPropertiesClick);
            // 
            // m_mnuMusik
            // 
            this.m_mnuMusik.AccessibleDescription = null;
            this.m_mnuMusik.AccessibleName = null;
            resources.ApplyResources(this.m_mnuMusik, "m_mnuMusik");
            this.m_mnuMusik.BackgroundImage = null;
            this.m_mnuMusik.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuMusik_Radio,
            this.m_mnuMusik_CDhoeren,
            this.m_mnuMusik_Tracks});
            this.m_mnuMusik.Name = "m_mnuMusik";
            this.m_mnuMusik.ShortcutKeyDisplayString = null;
            // 
            // m_mnuMusik_Radio
            // 
            this.m_mnuMusik_Radio.AccessibleDescription = null;
            this.m_mnuMusik_Radio.AccessibleName = null;
            resources.ApplyResources(this.m_mnuMusik_Radio, "m_mnuMusik_Radio");
            this.m_mnuMusik_Radio.BackgroundImage = null;
            this.m_mnuMusik_Radio.Image = global::BSE.Platten.Tunes.Properties.Resources.Shuffle_icon;
            this.m_mnuMusik_Radio.Name = "m_mnuMusik_Radio";
            this.m_mnuMusik_Radio.ShortcutKeyDisplayString = null;
            this.m_mnuMusik_Radio.Click += new System.EventHandler(this.RadioClick);
            // 
            // m_mnuMusik_CDhoeren
            // 
            this.m_mnuMusik_CDhoeren.AccessibleDescription = null;
            this.m_mnuMusik_CDhoeren.AccessibleName = null;
            resources.ApplyResources(this.m_mnuMusik_CDhoeren, "m_mnuMusik_CDhoeren");
            this.m_mnuMusik_CDhoeren.BackgroundImage = null;
            this.m_mnuMusik_CDhoeren.Image = global::BSE.Platten.Tunes.Properties.Resources.cd_hoeren;
            this.m_mnuMusik_CDhoeren.Name = "m_mnuMusik_CDhoeren";
            this.m_mnuMusik_CDhoeren.ShortcutKeyDisplayString = null;
            this.m_mnuMusik_CDhoeren.Click += new System.EventHandler(this.PlayCDClick);
            // 
            // m_mnuMusik_Tracks
            // 
            this.m_mnuMusik_Tracks.AccessibleDescription = null;
            this.m_mnuMusik_Tracks.AccessibleName = null;
            resources.ApplyResources(this.m_mnuMusik_Tracks, "m_mnuMusik_Tracks");
            this.m_mnuMusik_Tracks.BackgroundImage = null;
            this.m_mnuMusik_Tracks.Image = global::BSE.Platten.Tunes.Properties.Resources.song;
            this.m_mnuMusik_Tracks.Name = "m_mnuMusik_Tracks";
            this.m_mnuMusik_Tracks.ShortcutKeyDisplayString = null;
            // 
            // m_mnuExtras
            // 
            this.m_mnuExtras.AccessibleDescription = null;
            this.m_mnuExtras.AccessibleName = null;
            resources.ApplyResources(this.m_mnuExtras, "m_mnuExtras");
            this.m_mnuExtras.BackgroundImage = null;
            this.m_mnuExtras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuExtras_Optionen,
            this.m_mnuExtras_Statistik});
            this.m_mnuExtras.Name = "m_mnuExtras";
            this.m_mnuExtras.ShortcutKeyDisplayString = null;
            // 
            // m_mnuExtras_Optionen
            // 
            this.m_mnuExtras_Optionen.AccessibleDescription = null;
            this.m_mnuExtras_Optionen.AccessibleName = null;
            resources.ApplyResources(this.m_mnuExtras_Optionen, "m_mnuExtras_Optionen");
            this.m_mnuExtras_Optionen.BackgroundImage = null;
            this.m_mnuExtras_Optionen.Name = "m_mnuExtras_Optionen";
            this.m_mnuExtras_Optionen.ShortcutKeyDisplayString = null;
            this.m_mnuExtras_Optionen.Click += new System.EventHandler(this.OptionenClick);
            // 
            // m_mnuExtras_Statistik
            // 
            this.m_mnuExtras_Statistik.AccessibleDescription = null;
            this.m_mnuExtras_Statistik.AccessibleName = null;
            resources.ApplyResources(this.m_mnuExtras_Statistik, "m_mnuExtras_Statistik");
            this.m_mnuExtras_Statistik.BackgroundImage = null;
            this.m_mnuExtras_Statistik.Name = "m_mnuExtras_Statistik";
            this.m_mnuExtras_Statistik.ShortcutKeyDisplayString = null;
            this.m_mnuExtras_Statistik.Click += new System.EventHandler(this.StatistikClick);
            // 
            // m_mnuHelp
            // 
            this.m_mnuHelp.AccessibleDescription = null;
            this.m_mnuHelp.AccessibleName = null;
            resources.ApplyResources(this.m_mnuHelp, "m_mnuHelp");
            this.m_mnuHelp.BackgroundImage = null;
            this.m_mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuHelp_About});
            this.m_mnuHelp.Name = "m_mnuHelp";
            this.m_mnuHelp.ShortcutKeyDisplayString = null;
            // 
            // m_mnuHelp_About
            // 
            this.m_mnuHelp_About.AccessibleDescription = null;
            this.m_mnuHelp_About.AccessibleName = null;
            resources.ApplyResources(this.m_mnuHelp_About, "m_mnuHelp_About");
            this.m_mnuHelp_About.BackgroundImage = null;
            this.m_mnuHelp_About.Name = "m_mnuHelp_About";
            this.m_mnuHelp_About.ShortcutKeyDisplayString = null;
            this.m_mnuHelp_About.Click += new System.EventHandler(this.HelpAboutClick);
            // 
            // m_tsAudioPlayer
            // 
            this.m_tsAudioPlayer.AccessibleDescription = null;
            this.m_tsAudioPlayer.AccessibleName = null;
            resources.ApplyResources(this.m_tsAudioPlayer, "m_tsAudioPlayer");
            this.m_tsAudioPlayer.BackgroundImage = null;
            this.m_tsAudioPlayer.Font = null;
            this.m_tsAudioPlayer.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.m_tsAudioPlayer.Name = "m_tsAudioPlayer";
            this.m_tsAudioPlayer.PlayerManager = this.m_playerManager;
            // 
            // m_playerManager
            // 
            this.m_playerManager.HasPlayerStarted = false;
            this.m_playerManager.TrackCollection = null;
            this.m_playerManager.PlayerManagerClosed += new System.EventHandler<BSE.Platten.Audio.PlayerManagerStatusChangedEventArgs>(this.PlayerManagerClosed);
            this.m_playerManager.PlayerManagerTrackChanged += new System.EventHandler<BSE.Platten.Audio.PlayerManagerStatusChangedEventArgs>(this.PlayerManagerTrackChanged);
            this.m_playerManager.PlayerManagerStopped += new System.EventHandler<BSE.Platten.Audio.PlayerManagerStatusChangedEventArgs>(this.PlayerManagerStopped);
            this.m_playerManager.PlayerManagerPlays += new System.EventHandler<BSE.Platten.Audio.PlayerManagerStatusChangedEventArgs>(this.PlayerManagerPlayerPlays);
            // 
            // m_tsMusic
            // 
            this.m_tsMusic.AccessibleDescription = null;
            this.m_tsMusic.AccessibleName = null;
            resources.ApplyResources(this.m_tsMusic, "m_tsMusic");
            this.m_tsMusic.BackgroundImage = null;
            this.m_tsMusic.Font = null;
            this.m_tsMusic.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_tssMusicLeft,
            this.m_btnMusic_Radio,
            this.m_btnMusic_CDhoeren,
            this.m_btnMusic_Tracks,
            this.m_tssMusicRight,
            this.m_btnMusic_CoverFlow});
            this.m_tsMusic.Name = "m_tsMusic";
            // 
            // m_tssMusicLeft
            // 
            this.m_tssMusicLeft.AccessibleDescription = null;
            this.m_tssMusicLeft.AccessibleName = null;
            resources.ApplyResources(this.m_tssMusicLeft, "m_tssMusicLeft");
            this.m_tssMusicLeft.Name = "m_tssMusicLeft";
            // 
            // m_btnMusic_Radio
            // 
            this.m_btnMusic_Radio.AccessibleDescription = null;
            this.m_btnMusic_Radio.AccessibleName = null;
            resources.ApplyResources(this.m_btnMusic_Radio, "m_btnMusic_Radio");
            this.m_btnMusic_Radio.BackgroundImage = null;
            this.m_btnMusic_Radio.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnMusic_Radio.Image = global::BSE.Platten.Tunes.Properties.Resources.Shuffle_icon;
            this.m_btnMusic_Radio.Name = "m_btnMusic_Radio";
            this.m_btnMusic_Radio.Click += new System.EventHandler(this.RadioClick);
            // 
            // m_btnMusic_CDhoeren
            // 
            this.m_btnMusic_CDhoeren.AccessibleDescription = null;
            this.m_btnMusic_CDhoeren.AccessibleName = null;
            resources.ApplyResources(this.m_btnMusic_CDhoeren, "m_btnMusic_CDhoeren");
            this.m_btnMusic_CDhoeren.BackgroundImage = null;
            this.m_btnMusic_CDhoeren.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnMusic_CDhoeren.Image = global::BSE.Platten.Tunes.Properties.Resources.cd_hoeren;
            this.m_btnMusic_CDhoeren.Name = "m_btnMusic_CDhoeren";
            this.m_btnMusic_CDhoeren.Click += new System.EventHandler(this.PlayCDClick);
            // 
            // m_btnMusic_Tracks
            // 
            this.m_btnMusic_Tracks.AccessibleDescription = null;
            this.m_btnMusic_Tracks.AccessibleName = null;
            resources.ApplyResources(this.m_btnMusic_Tracks, "m_btnMusic_Tracks");
            this.m_btnMusic_Tracks.BackgroundImage = null;
            this.m_btnMusic_Tracks.Image = global::BSE.Platten.Tunes.Properties.Resources.song;
            this.m_btnMusic_Tracks.Name = "m_btnMusic_Tracks";
            // 
            // m_tssMusicRight
            // 
            this.m_tssMusicRight.AccessibleDescription = null;
            this.m_tssMusicRight.AccessibleName = null;
            resources.ApplyResources(this.m_tssMusicRight, "m_tssMusicRight");
            this.m_tssMusicRight.Name = "m_tssMusicRight";
            // 
            // m_btnMusic_CoverFlow
            // 
            this.m_btnMusic_CoverFlow.AccessibleDescription = null;
            this.m_btnMusic_CoverFlow.AccessibleName = null;
            resources.ApplyResources(this.m_btnMusic_CoverFlow, "m_btnMusic_CoverFlow");
            this.m_btnMusic_CoverFlow.BackgroundImage = null;
            this.m_btnMusic_CoverFlow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.m_btnMusic_CoverFlow.Image = global::BSE.Platten.Tunes.Properties.Resources.coverflow;
            this.m_btnMusic_CoverFlow.Name = "m_btnMusic_CoverFlow";
            this.m_btnMusic_CoverFlow.Click += new System.EventHandler(this.CoverFlowClick);
            // 
            // m_configuration
            // 
            this.m_configuration.ApplicationSubDirectory = null;
            // 
            // m_ctxTunes
            // 
            this.m_ctxTunes.AccessibleDescription = null;
            this.m_ctxTunes.AccessibleName = null;
            resources.ApplyResources(this.m_ctxTunes, "m_ctxTunes");
            this.m_ctxTunes.BackgroundImage = null;
            this.m_ctxTunes.Font = null;
            this.m_ctxTunes.Name = "m_ctxTunes";
            // 
            // CTunes
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Font = null;
            this.KeyPreview = true;
            this.MainMenuStrip = this.m_mnuMain;
            this.Name = "CTunes";
            this.Load += new System.EventHandler(this.CTunes_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CTunes_FormClosing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CTunes_KeyDown);
            this.Controls.SetChildIndex(this.ContentPanel, 0);
            this.ContentPanel.ResumeLayout(false);
            this.m_tscMain.BottomToolStripPanel.ResumeLayout(false);
            this.m_tscMain.BottomToolStripPanel.PerformLayout();
            this.m_tscMain.ContentPanel.ResumeLayout(false);
            this.m_tscMain.TopToolStripPanel.ResumeLayout(false);
            this.m_tscMain.TopToolStripPanel.PerformLayout();
            this.m_tscMain.ResumeLayout(false);
            this.m_tscMain.PerformLayout();
            this.m_pnlMiddle.ResumeLayout(false);
            this.m_plstMain.ResumeLayout(false);
            this.m_pnlPlayList.ResumeLayout(false);
            this.m_pnlSearch.ResumeLayout(false);
            this.m_pnlHistory.ResumeLayout(false);
            this.m_pnlRight.ResumeLayout(false);
            this.m_pnlLeft.ResumeLayout(false);
            this.m_pnlAlbums.ResumeLayout(false);
            this.m_pnlMyLists.ResumeLayout(false);
            this.m_pnlCovers.ResumeLayout(false);
            this.m_mnuMain.ResumeLayout(false);
            this.m_mnuMain.PerformLayout();
            this.m_tsMusic.ResumeLayout(false);
            this.m_tsMusic.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.MenuStrip m_mnuMain;
        private BSE.Platten.Tunes.StatusStrip m_ssMain;
        private System.Windows.Forms.Panel m_pnlLeft;
        private BSE.Windows.Forms.Panel m_pnlAlbums;
        private BSE.Windows.Forms.Splitter m_splLists;
        private BSE.Windows.Forms.Panel m_pnlMyLists;
        private BSE.Windows.Forms.Splitter m_splListsBottom;
        private BSE.Windows.Forms.Panel m_pnlCovers;
        private System.Windows.Forms.Panel m_pnlMiddle;
        private BSE.Windows.Forms.Splitter m_splVertLeft;
        private BSE.Windows.Forms.Panel m_pnlRight;
        private BSE.Windows.Forms.Splitter m_splVertRight;
        private AlbumProperties m_albumProperties;
        private System.Windows.Forms.ToolStripMenuItem m_mnuDatei;
        private System.Windows.Forms.ToolStripMenuItem m_mnuView;
        private System.Windows.Forms.ToolStripMenuItem m_mnuFilter;
        private System.Windows.Forms.ToolStripMenuItem m_mnuMusik;
        private System.Windows.Forms.ToolStripMenuItem m_mnuExtras;
        private System.Windows.Forms.ToolStripMenuItem m_mnuHelp;
        private BSE.Configuration.Configuration m_configuration;
        private System.Windows.Forms.ToolStripMenuItem m_mnuExtras_Optionen;
        private System.Windows.Forms.ToolStripMenuItem m_mnuDatei_BSEAdmin;
        private System.Windows.Forms.ToolStripSeparator m_mnuDatei_Sep1;
        private System.Windows.Forms.ToolStripMenuItem m_mnuDatei_Beenden;
        private BSE.Platten.Covers.CoverPanel m_covers;
        private TreeInterpretenTitel m_treeInterpretenTitel;
        private TreeViewFavorites m_treeFavorites;
        private BSE.Configuration.Configuration m_settings;
        private System.Windows.Forms.ContextMenuStrip m_ctxTunes;
        private BSE.Platten.Audio.CPlayerManager m_playerManager;
        private System.Windows.Forms.ToolStripMenuItem m_mnuView_PlaylistEditor;
        private System.Windows.Forms.ToolStripMenuItem m_mnuView_Search;
        private System.Windows.Forms.ToolStripMenuItem m_mnuView_Refresh;
        private System.Windows.Forms.ToolStripMenuItem m_mnuFilter_Properties;
        private System.Windows.Forms.ToolStripMenuItem m_mnuMusik_CDhoeren;
        private System.Windows.Forms.ToolStripMenuItem m_mnuMusik_Radio;
        private System.Windows.Forms.ToolStripMenuItem m_mnuExtras_Statistik;
        private ClipBoard m_clipBoard;
        private System.Windows.Forms.ToolStripMenuItem m_mnuHelp_About;
        private System.Windows.Forms.ToolStripContainer m_tscMain;
        private BSE.Platten.Audio.AudioPlayerToolStrip m_tsAudioPlayer;
        private SearchToolStrip m_tsSearch;
        private System.Windows.Forms.ToolStrip m_tsMusic;
        private System.Windows.Forms.ToolStripButton m_btnMusic_Radio;
        private System.Windows.Forms.ToolStripButton m_btnMusic_CDhoeren;
        private System.Windows.Forms.ToolStripDropDownButton m_btnMusic_Tracks;
        private System.Windows.Forms.ToolStripMenuItem m_mnuMusik_Tracks;
        private System.Windows.Forms.ToolStripSeparator m_tssMusicLeft;
        private System.Windows.Forms.ToolStripSeparator m_tssMusicRight;
        private System.Windows.Forms.ToolStripMenuItem m_mnuView_List;
        private BSE.Windows.Forms.XPanderPanelList m_plstMain;
        private BSE.Windows.Forms.XPanderPanel m_pnlPlayList;
        private BSE.Windows.Forms.XPanderPanel m_pnlSearch;
        private BSE.Windows.Forms.XPanderPanel m_pnlHistory;
        private PlayList m_playList;
        private Search m_search;
        private History m_history;
        private System.Windows.Forms.ToolStripMenuItem m_mnuView_Coverflow;
        private System.Windows.Forms.ToolStripButton m_btnMusic_CoverFlow;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions