Click here to Skip to main content
15,861,168 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.2K   4.3K   58  
BSEtunes is a MySQL based, full manageable, networkable single or multiuser jukebox application
namespace BSE.Platten.Statistik
{
    partial class CStatistik
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CStatistik));
            this.m_lstvSpielzeit = new System.Windows.Forms.ListView();
            this.m_columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.m_columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.m_columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.m_lstvStatistik = new System.Windows.Forms.ListView();
            this.m_columnHeaderStatistik1 = new System.Windows.Forms.ColumnHeader();
            this.m_columnHeaderStatistik2 = new System.Windows.Forms.ColumnHeader();
            this.m_columnHeaderStatistik3 = new System.Windows.Forms.ColumnHeader();
            this.m_chrtTitelGroupByMedium = new BSE.Charts.Chart();
            this.notesPanel1 = new BSE.Windows.Forms.NotesPanel();
            this.notesPanel2 = new BSE.Windows.Forms.NotesPanel();
            this.m_pnlTop = new System.Windows.Forms.Panel();
            this.m_pnlBottom = new System.Windows.Forms.Panel();
            this.m_lblTitle = new BSE.Platten.Common.UnchangeableLabel();
            this.notesPanel1.SuspendLayout();
            this.notesPanel2.SuspendLayout();
            this.m_pnlTop.SuspendLayout();
            this.m_pnlBottom.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_lstvSpielzeit
            // 
            this.m_lstvSpielzeit.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.m_lstvSpielzeit.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.m_columnHeader1,
            this.m_columnHeader2,
            this.m_columnHeader3});
            resources.ApplyResources(this.m_lstvSpielzeit, "m_lstvSpielzeit");
            this.m_lstvSpielzeit.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.m_lstvSpielzeit.Name = "m_lstvSpielzeit";
            this.m_lstvSpielzeit.UseCompatibleStateImageBehavior = false;
            this.m_lstvSpielzeit.View = System.Windows.Forms.View.Details;
            // 
            // m_columnHeader1
            // 
            resources.ApplyResources(this.m_columnHeader1, "m_columnHeader1");
            // 
            // m_columnHeader2
            // 
            resources.ApplyResources(this.m_columnHeader2, "m_columnHeader2");
            // 
            // m_columnHeader3
            // 
            resources.ApplyResources(this.m_columnHeader3, "m_columnHeader3");
            // 
            // m_lstvStatistik
            // 
            this.m_lstvStatistik.BackColor = System.Drawing.SystemColors.Window;
            this.m_lstvStatistik.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.m_lstvStatistik.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.m_columnHeaderStatistik1,
            this.m_columnHeaderStatistik2,
            this.m_columnHeaderStatistik3});
            resources.ApplyResources(this.m_lstvStatistik, "m_lstvStatistik");
            this.m_lstvStatistik.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.m_lstvStatistik.Name = "m_lstvStatistik";
            this.m_lstvStatistik.UseCompatibleStateImageBehavior = false;
            this.m_lstvStatistik.View = System.Windows.Forms.View.Details;
            // 
            // m_columnHeaderStatistik1
            // 
            resources.ApplyResources(this.m_columnHeaderStatistik1, "m_columnHeaderStatistik1");
            // 
            // m_columnHeaderStatistik2
            // 
            resources.ApplyResources(this.m_columnHeaderStatistik2, "m_columnHeaderStatistik2");
            // 
            // m_columnHeaderStatistik3
            // 
            resources.ApplyResources(this.m_columnHeaderStatistik3, "m_columnHeaderStatistik3");
            // 
            // m_chrtTitelGroupByMedium
            // 
            resources.ApplyResources(this.m_chrtTitelGroupByMedium, "m_chrtTitelGroupByMedium");
            this.m_chrtTitelGroupByMedium.Name = "m_chrtTitelGroupByMedium";
            this.m_chrtTitelGroupByMedium.ShowLegend = true;
            this.m_chrtTitelGroupByMedium.ShowToolTip = true;
            // 
            // notesPanel1
            // 
            this.notesPanel1.BackColor = System.Drawing.Color.Transparent;
            this.notesPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
            this.notesPanel1.ColorGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(254)))));
            this.notesPanel1.ColorGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(214)))), ((int)(((byte)(219)))));
            this.notesPanel1.Controls.Add(this.m_lblTitle);
            this.notesPanel1.Controls.Add(this.m_chrtTitelGroupByMedium);
            resources.ApplyResources(this.notesPanel1, "notesPanel1");
            this.notesPanel1.Name = "notesPanel1";
            this.notesPanel1.PressedBorderColor = System.Drawing.Color.Black;
            // 
            // notesPanel2
            // 
            this.notesPanel2.BackColor = System.Drawing.Color.Transparent;
            this.notesPanel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
            this.notesPanel2.ColorGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(254)))));
            this.notesPanel2.ColorGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(214)))), ((int)(((byte)(219)))));
            this.notesPanel2.Controls.Add(this.m_lstvSpielzeit);
            this.notesPanel2.Controls.Add(this.m_lstvStatistik);
            resources.ApplyResources(this.notesPanel2, "notesPanel2");
            this.notesPanel2.Name = "notesPanel2";
            this.notesPanel2.PressedBorderColor = System.Drawing.Color.Black;
            // 
            // m_pnlTop
            // 
            this.m_pnlTop.Controls.Add(this.notesPanel2);
            resources.ApplyResources(this.m_pnlTop, "m_pnlTop");
            this.m_pnlTop.Name = "m_pnlTop";
            // 
            // m_pnlBottom
            // 
            this.m_pnlBottom.Controls.Add(this.notesPanel1);
            resources.ApplyResources(this.m_pnlBottom, "m_pnlBottom");
            this.m_pnlBottom.Name = "m_pnlBottom";
            // 
            // m_lblTitle
            // 
            resources.ApplyResources(this.m_lblTitle, "m_lblTitle");
            this.m_lblTitle.Name = "m_lblTitle";
            // 
            // CStatistik
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.m_pnlBottom);
            this.Controls.Add(this.m_pnlTop);
            this.Name = "CStatistik";
            this.Load += new System.EventHandler(this.CStatistik_Load);
            this.notesPanel1.ResumeLayout(false);
            this.notesPanel1.PerformLayout();
            this.notesPanel2.ResumeLayout(false);
            this.m_pnlTop.ResumeLayout(false);
            this.m_pnlBottom.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ListView m_lstvSpielzeit;
        private System.Windows.Forms.ListView m_lstvStatistik;
        private BSE.Charts.Chart m_chrtTitelGroupByMedium;
        private System.Windows.Forms.ColumnHeader m_columnHeaderStatistik1;
        private System.Windows.Forms.ColumnHeader m_columnHeaderStatistik2;
        private System.Windows.Forms.ColumnHeader m_columnHeaderStatistik3;
        private System.Windows.Forms.ColumnHeader m_columnHeader1;
        private System.Windows.Forms.ColumnHeader m_columnHeader2;
        private System.Windows.Forms.ColumnHeader m_columnHeader3;
        private BSE.Windows.Forms.NotesPanel notesPanel1;
        private BSE.Windows.Forms.NotesPanel notesPanel2;
        private System.Windows.Forms.Panel m_pnlTop;
        private System.Windows.Forms.Panel m_pnlBottom;
        private BSE.Platten.Common.UnchangeableLabel m_lblTitle;
    }
}

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