Click here to Skip to main content
15,881,832 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 AlbumProperties
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlbumProperties));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.m_lblTitleInterpret = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblTitleYear = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblTitleAlbum = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblTitleGenre = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblTitleDuration = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblDuration = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblInterpret = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblYear = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblAlbum = new BSE.Platten.Common.UnchangeableLabel();
            this.m_lblGenre = new BSE.Platten.Common.UnchangeableLabel();
            this.m_pnlAlbumProperties = new BSE.Windows.Forms.Panel();
            this.m_tabAlbumProperties = new System.Windows.Forms.TabControl();
            this.m_tbpCover = new System.Windows.Forms.TabPage();
            this.m_pnlDescription = new System.Windows.Forms.Panel();
            this.m_pnlNotes = new BSE.Windows.Forms.NotesPanel();
            this.m_picCover = new System.Windows.Forms.PictureBox();
            this.m_tbpLieder = new System.Windows.Forms.TabPage();
            this.m_albumPropertiesListView = new BSE.Platten.Tunes.AlbumPropertiesListView();
            this.m_ctxAlbumProperties = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.m_mnuPlaySongs = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.m_pnlAlbumProperties.SuspendLayout();
            this.m_tabAlbumProperties.SuspendLayout();
            this.m_tbpCover.SuspendLayout();
            this.m_pnlDescription.SuspendLayout();
            this.m_pnlNotes.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_picCover)).BeginInit();
            this.m_tbpLieder.SuspendLayout();
            this.m_ctxAlbumProperties.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.AccessibleDescription = null;
            this.splitContainer1.AccessibleName = null;
            resources.ApplyResources(this.splitContainer1, "splitContainer1");
            this.splitContainer1.BackgroundImage = null;
            this.splitContainer1.Font = null;
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.AccessibleDescription = null;
            this.splitContainer1.Panel1.AccessibleName = null;
            resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1");
            this.splitContainer1.Panel1.BackgroundImage = null;
            this.splitContainer1.Panel1.Controls.Add(this.m_lblTitleInterpret);
            this.splitContainer1.Panel1.Controls.Add(this.m_lblTitleYear);
            this.splitContainer1.Panel1.Controls.Add(this.m_lblTitleAlbum);
            this.splitContainer1.Panel1.Controls.Add(this.m_lblTitleGenre);
            this.splitContainer1.Panel1.Controls.Add(this.m_lblTitleDuration);
            this.splitContainer1.Panel1.Font = null;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.AccessibleDescription = null;
            this.splitContainer1.Panel2.AccessibleName = null;
            resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2");
            this.splitContainer1.Panel2.BackgroundImage = null;
            this.splitContainer1.Panel2.Controls.Add(this.m_lblDuration);
            this.splitContainer1.Panel2.Controls.Add(this.m_lblInterpret);
            this.splitContainer1.Panel2.Controls.Add(this.m_lblYear);
            this.splitContainer1.Panel2.Controls.Add(this.m_lblAlbum);
            this.splitContainer1.Panel2.Controls.Add(this.m_lblGenre);
            this.splitContainer1.Panel2.Font = null;
            // 
            // m_lblTitleInterpret
            // 
            this.m_lblTitleInterpret.AccessibleDescription = null;
            this.m_lblTitleInterpret.AccessibleName = null;
            resources.ApplyResources(this.m_lblTitleInterpret, "m_lblTitleInterpret");
            this.m_lblTitleInterpret.Font = null;
            this.m_lblTitleInterpret.Name = "m_lblTitleInterpret";
            // 
            // m_lblTitleYear
            // 
            this.m_lblTitleYear.AccessibleDescription = null;
            this.m_lblTitleYear.AccessibleName = null;
            resources.ApplyResources(this.m_lblTitleYear, "m_lblTitleYear");
            this.m_lblTitleYear.Font = null;
            this.m_lblTitleYear.Name = "m_lblTitleYear";
            // 
            // m_lblTitleAlbum
            // 
            this.m_lblTitleAlbum.AccessibleDescription = null;
            this.m_lblTitleAlbum.AccessibleName = null;
            resources.ApplyResources(this.m_lblTitleAlbum, "m_lblTitleAlbum");
            this.m_lblTitleAlbum.Font = null;
            this.m_lblTitleAlbum.Name = "m_lblTitleAlbum";
            // 
            // m_lblTitleGenre
            // 
            this.m_lblTitleGenre.AccessibleDescription = null;
            this.m_lblTitleGenre.AccessibleName = null;
            resources.ApplyResources(this.m_lblTitleGenre, "m_lblTitleGenre");
            this.m_lblTitleGenre.Font = null;
            this.m_lblTitleGenre.Name = "m_lblTitleGenre";
            // 
            // m_lblTitleDuration
            // 
            this.m_lblTitleDuration.AccessibleDescription = null;
            this.m_lblTitleDuration.AccessibleName = null;
            resources.ApplyResources(this.m_lblTitleDuration, "m_lblTitleDuration");
            this.m_lblTitleDuration.Font = null;
            this.m_lblTitleDuration.Name = "m_lblTitleDuration";
            // 
            // m_lblDuration
            // 
            this.m_lblDuration.AccessibleDescription = null;
            this.m_lblDuration.AccessibleName = null;
            resources.ApplyResources(this.m_lblDuration, "m_lblDuration");
            this.m_lblDuration.AutoEllipsis = true;
            this.m_lblDuration.Font = null;
            this.m_lblDuration.Name = "m_lblDuration";
            // 
            // m_lblInterpret
            // 
            this.m_lblInterpret.AccessibleDescription = null;
            this.m_lblInterpret.AccessibleName = null;
            resources.ApplyResources(this.m_lblInterpret, "m_lblInterpret");
            this.m_lblInterpret.AutoEllipsis = true;
            this.m_lblInterpret.Font = null;
            this.m_lblInterpret.Name = "m_lblInterpret";
            this.m_lblInterpret.UseMnemonic = false;
            // 
            // m_lblYear
            // 
            this.m_lblYear.AccessibleDescription = null;
            this.m_lblYear.AccessibleName = null;
            resources.ApplyResources(this.m_lblYear, "m_lblYear");
            this.m_lblYear.AutoEllipsis = true;
            this.m_lblYear.Font = null;
            this.m_lblYear.Name = "m_lblYear";
            // 
            // m_lblAlbum
            // 
            this.m_lblAlbum.AccessibleDescription = null;
            this.m_lblAlbum.AccessibleName = null;
            resources.ApplyResources(this.m_lblAlbum, "m_lblAlbum");
            this.m_lblAlbum.AutoEllipsis = true;
            this.m_lblAlbum.Font = null;
            this.m_lblAlbum.Name = "m_lblAlbum";
            this.m_lblAlbum.UseMnemonic = false;
            // 
            // m_lblGenre
            // 
            this.m_lblGenre.AccessibleDescription = null;
            this.m_lblGenre.AccessibleName = null;
            resources.ApplyResources(this.m_lblGenre, "m_lblGenre");
            this.m_lblGenre.AutoEllipsis = true;
            this.m_lblGenre.Font = null;
            this.m_lblGenre.Name = "m_lblGenre";
            this.m_lblGenre.UseMnemonic = false;
            // 
            // m_pnlAlbumProperties
            // 
            this.m_pnlAlbumProperties.AccessibleDescription = null;
            this.m_pnlAlbumProperties.AccessibleName = null;
            resources.ApplyResources(this.m_pnlAlbumProperties, "m_pnlAlbumProperties");
            this.m_pnlAlbumProperties.AssociatedSplitter = null;
            this.m_pnlAlbumProperties.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlAlbumProperties.BackgroundImage = null;
            this.m_pnlAlbumProperties.CaptionFont = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_pnlAlbumProperties.CaptionHeight = 27;
            this.m_pnlAlbumProperties.Controls.Add(this.m_tabAlbumProperties);
            this.m_pnlAlbumProperties.CustomColors.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
            this.m_pnlAlbumProperties.CustomColors.CaptionCloseIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbumProperties.CustomColors.CaptionExpandIcon = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbumProperties.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlAlbumProperties.CustomColors.CaptionGradientEnd = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlAlbumProperties.CustomColors.CaptionGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.m_pnlAlbumProperties.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlAlbumProperties.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(224)))), ((int)(((byte)(255)))));
            this.m_pnlAlbumProperties.CustomColors.CaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbumProperties.CustomColors.CollapsedCaptionText = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbumProperties.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace;
            this.m_pnlAlbumProperties.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252)))));
            this.m_pnlAlbumProperties.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window;
            this.m_pnlAlbumProperties.Font = null;
            this.m_pnlAlbumProperties.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_pnlAlbumProperties.Image = null;
            this.m_pnlAlbumProperties.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.m_pnlAlbumProperties.MinimumSize = new System.Drawing.Size(27, 27);
            this.m_pnlAlbumProperties.Name = "m_pnlAlbumProperties";
            this.m_pnlAlbumProperties.PanelStyle = BSE.Windows.Forms.PanelStyle.Office2007;
            this.m_pnlAlbumProperties.ShowTransparentBackground = false;
            this.m_pnlAlbumProperties.ToolTipTextCloseIcon = null;
            this.m_pnlAlbumProperties.ToolTipTextExpandIconPanelCollapsed = null;
            this.m_pnlAlbumProperties.ToolTipTextExpandIconPanelExpanded = null;
            // 
            // m_tabAlbumProperties
            // 
            this.m_tabAlbumProperties.AccessibleDescription = null;
            this.m_tabAlbumProperties.AccessibleName = null;
            resources.ApplyResources(this.m_tabAlbumProperties, "m_tabAlbumProperties");
            this.m_tabAlbumProperties.BackgroundImage = null;
            this.m_tabAlbumProperties.Controls.Add(this.m_tbpCover);
            this.m_tabAlbumProperties.Controls.Add(this.m_tbpLieder);
            this.m_tabAlbumProperties.Font = null;
            this.m_tabAlbumProperties.Name = "m_tabAlbumProperties";
            this.m_tabAlbumProperties.SelectedIndex = 0;
            // 
            // m_tbpCover
            // 
            this.m_tbpCover.AccessibleDescription = null;
            this.m_tbpCover.AccessibleName = null;
            resources.ApplyResources(this.m_tbpCover, "m_tbpCover");
            this.m_tbpCover.BackgroundImage = null;
            this.m_tbpCover.Controls.Add(this.m_pnlDescription);
            this.m_tbpCover.Controls.Add(this.m_picCover);
            this.m_tbpCover.Font = null;
            this.m_tbpCover.Name = "m_tbpCover";
            this.m_tbpCover.UseVisualStyleBackColor = true;
            // 
            // m_pnlDescription
            // 
            this.m_pnlDescription.AccessibleDescription = null;
            this.m_pnlDescription.AccessibleName = null;
            resources.ApplyResources(this.m_pnlDescription, "m_pnlDescription");
            this.m_pnlDescription.BackgroundImage = null;
            this.m_pnlDescription.Controls.Add(this.m_pnlNotes);
            this.m_pnlDescription.Font = null;
            this.m_pnlDescription.Name = "m_pnlDescription";
            // 
            // m_pnlNotes
            // 
            this.m_pnlNotes.AccessibleDescription = null;
            this.m_pnlNotes.AccessibleName = null;
            resources.ApplyResources(this.m_pnlNotes, "m_pnlNotes");
            this.m_pnlNotes.BackColor = System.Drawing.Color.Transparent;
            this.m_pnlNotes.BackgroundImage = null;
            this.m_pnlNotes.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
            this.m_pnlNotes.ColorGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(254)))));
            this.m_pnlNotes.ColorGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(214)))), ((int)(((byte)(219)))));
            this.m_pnlNotes.Controls.Add(this.splitContainer1);
            this.m_pnlNotes.Font = null;
            this.m_pnlNotes.Name = "m_pnlNotes";
            this.m_pnlNotes.PressedBorderColor = System.Drawing.Color.Black;
            // 
            // m_picCover
            // 
            this.m_picCover.AccessibleDescription = null;
            this.m_picCover.AccessibleName = null;
            resources.ApplyResources(this.m_picCover, "m_picCover");
            this.m_picCover.BackgroundImage = null;
            this.m_picCover.Font = null;
            this.m_picCover.ImageLocation = null;
            this.m_picCover.Name = "m_picCover";
            this.m_picCover.TabStop = false;
            // 
            // m_tbpLieder
            // 
            this.m_tbpLieder.AccessibleDescription = null;
            this.m_tbpLieder.AccessibleName = null;
            resources.ApplyResources(this.m_tbpLieder, "m_tbpLieder");
            this.m_tbpLieder.BackgroundImage = null;
            this.m_tbpLieder.Controls.Add(this.m_albumPropertiesListView);
            this.m_tbpLieder.Font = null;
            this.m_tbpLieder.Name = "m_tbpLieder";
            this.m_tbpLieder.UseVisualStyleBackColor = true;
            // 
            // m_albumPropertiesListView
            // 
            this.m_albumPropertiesListView.AccessibleDescription = null;
            this.m_albumPropertiesListView.AccessibleName = null;
            resources.ApplyResources(this.m_albumPropertiesListView, "m_albumPropertiesListView");
            this.m_albumPropertiesListView.BackgroundImage = null;
            this.m_albumPropertiesListView.Font = null;
            this.m_albumPropertiesListView.Name = "m_albumPropertiesListView";
            // 
            // m_ctxAlbumProperties
            // 
            this.m_ctxAlbumProperties.AccessibleDescription = null;
            this.m_ctxAlbumProperties.AccessibleName = null;
            resources.ApplyResources(this.m_ctxAlbumProperties, "m_ctxAlbumProperties");
            this.m_ctxAlbumProperties.BackgroundImage = null;
            this.m_ctxAlbumProperties.Font = null;
            this.m_ctxAlbumProperties.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_mnuPlaySongs});
            this.m_ctxAlbumProperties.Name = "m_ctxAlbumProperties";
            // 
            // m_mnuPlaySongs
            // 
            this.m_mnuPlaySongs.AccessibleDescription = null;
            this.m_mnuPlaySongs.AccessibleName = null;
            resources.ApplyResources(this.m_mnuPlaySongs, "m_mnuPlaySongs");
            this.m_mnuPlaySongs.BackgroundImage = null;
            this.m_mnuPlaySongs.Name = "m_mnuPlaySongs";
            this.m_mnuPlaySongs.ShortcutKeyDisplayString = null;
            // 
            // AlbumProperties
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.m_pnlAlbumProperties);
            this.Font = null;
            this.Name = "AlbumProperties";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.m_pnlAlbumProperties.ResumeLayout(false);
            this.m_tabAlbumProperties.ResumeLayout(false);
            this.m_tbpCover.ResumeLayout(false);
            this.m_pnlDescription.ResumeLayout(false);
            this.m_pnlNotes.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_picCover)).EndInit();
            this.m_tbpLieder.ResumeLayout(false);
            this.m_ctxAlbumProperties.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private BSE.Windows.Forms.Panel m_pnlAlbumProperties;
        private System.Windows.Forms.TabControl m_tabAlbumProperties;
        private System.Windows.Forms.TabPage m_tbpCover;
        private System.Windows.Forms.TabPage m_tbpLieder;
        private System.Windows.Forms.PictureBox m_picCover;
        private System.Windows.Forms.ContextMenuStrip m_ctxAlbumProperties;
        private System.Windows.Forms.ToolStripMenuItem m_mnuPlaySongs;
        private AlbumPropertiesListView m_albumPropertiesListView;
        private BSE.Platten.Common.UnchangeableLabel m_lblTitleGenre;
        private BSE.Platten.Common.UnchangeableLabel m_lblTitleAlbum;
        private BSE.Platten.Common.UnchangeableLabel m_lblTitleInterpret;
        private BSE.Platten.Common.UnchangeableLabel m_lblTitleYear;
        private BSE.Platten.Common.UnchangeableLabel m_lblYear;
        private BSE.Platten.Common.UnchangeableLabel m_lblGenre;
        private BSE.Platten.Common.UnchangeableLabel m_lblAlbum;
        private BSE.Platten.Common.UnchangeableLabel m_lblInterpret;
        private BSE.Platten.Common.UnchangeableLabel m_lblDuration;
        private BSE.Platten.Common.UnchangeableLabel m_lblTitleDuration;
        private System.Windows.Forms.Panel m_pnlDescription;
        private BSE.Windows.Forms.NotesPanel m_pnlNotes;
        private System.Windows.Forms.SplitContainer splitContainer1;
    }
}

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