Click here to Skip to main content
15,886,199 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.6K   4.3K   58  
BSEtunes is a MySQL based, full manageable, networkable single or multiuser jukebox application
namespace BSE.Platten.Tunes
{
    partial class Options
    {
        /// <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 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
            this.m_tabOptionen = new System.Windows.Forms.TabControl();
            this.m_tabPageEinstellungen = new System.Windows.Forms.TabPage();
            this.m_visualConfiguration = new BSE.Configuration.VisualConfiguration();
            this.m_tabPageAudioPlayers = new System.Windows.Forms.TabPage();
            this.m_audioPlayerOptions = new BSE.Platten.Audio.CPlayerConfigurationControl();
            this.m_tabPageFormStyles = new System.Windows.Forms.TabPage();
            this.m_formStyleOptions = new BSE.Platten.Common.RenderStyleConfigurationControl();
            this.m_tabPageResourcen = new System.Windows.Forms.TabPage();
            this.m_grpCoverflow = new System.Windows.Forms.GroupBox();
            this.m_btnClearCoverflowCache = new System.Windows.Forms.Button();
            this.m_pnlBaseContent.SuspendLayout();
            this.m_tabOptionen.SuspendLayout();
            this.m_tabPageEinstellungen.SuspendLayout();
            this.m_tabPageAudioPlayers.SuspendLayout();
            this.m_tabPageFormStyles.SuspendLayout();
            this.m_tabPageResourcen.SuspendLayout();
            this.m_grpCoverflow.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_pnlBaseContent
            // 
            this.m_pnlBaseContent.AccessibleDescription = null;
            this.m_pnlBaseContent.AccessibleName = null;
            resources.ApplyResources(this.m_pnlBaseContent, "m_pnlBaseContent");
            this.m_pnlBaseContent.BackgroundImage = null;
            this.m_pnlBaseContent.Controls.Add(this.m_tabOptionen);
            this.m_pnlBaseContent.Font = null;
            // 
            // m_tabOptionen
            // 
            this.m_tabOptionen.AccessibleDescription = null;
            this.m_tabOptionen.AccessibleName = null;
            resources.ApplyResources(this.m_tabOptionen, "m_tabOptionen");
            this.m_tabOptionen.BackgroundImage = null;
            this.m_tabOptionen.Controls.Add(this.m_tabPageEinstellungen);
            this.m_tabOptionen.Controls.Add(this.m_tabPageAudioPlayers);
            this.m_tabOptionen.Controls.Add(this.m_tabPageFormStyles);
            this.m_tabOptionen.Controls.Add(this.m_tabPageResourcen);
            this.m_tabOptionen.Font = null;
            this.m_tabOptionen.Name = "m_tabOptionen";
            this.m_tabOptionen.SelectedIndex = 0;
            // 
            // m_tabPageEinstellungen
            // 
            this.m_tabPageEinstellungen.AccessibleDescription = null;
            this.m_tabPageEinstellungen.AccessibleName = null;
            resources.ApplyResources(this.m_tabPageEinstellungen, "m_tabPageEinstellungen");
            this.m_tabPageEinstellungen.BackgroundImage = null;
            this.m_tabPageEinstellungen.Controls.Add(this.m_visualConfiguration);
            this.m_tabPageEinstellungen.Font = null;
            this.m_tabPageEinstellungen.Name = "m_tabPageEinstellungen";
            this.m_tabPageEinstellungen.UseVisualStyleBackColor = true;
            // 
            // m_visualConfiguration
            // 
            this.m_visualConfiguration.AccessibleDescription = null;
            this.m_visualConfiguration.AccessibleName = null;
            resources.ApplyResources(this.m_visualConfiguration, "m_visualConfiguration");
            this.m_visualConfiguration.BackgroundImage = null;
            this.m_visualConfiguration.Configuration = null;
            this.m_visualConfiguration.FolderBrowserDialogDescription = null;
            this.m_visualConfiguration.Font = null;
            this.m_visualConfiguration.Name = "m_visualConfiguration";
            this.m_visualConfiguration.ConfigurationChanged += new System.EventHandler<BSE.Configuration.ConfigChangeEventArgs>(this.VisualConfigurationChanged);
            // 
            // m_tabPageAudioPlayers
            // 
            this.m_tabPageAudioPlayers.AccessibleDescription = null;
            this.m_tabPageAudioPlayers.AccessibleName = null;
            resources.ApplyResources(this.m_tabPageAudioPlayers, "m_tabPageAudioPlayers");
            this.m_tabPageAudioPlayers.BackgroundImage = null;
            this.m_tabPageAudioPlayers.Controls.Add(this.m_audioPlayerOptions);
            this.m_tabPageAudioPlayers.Font = null;
            this.m_tabPageAudioPlayers.Name = "m_tabPageAudioPlayers";
            this.m_tabPageAudioPlayers.UseVisualStyleBackColor = true;
            // 
            // m_audioPlayerOptions
            // 
            this.m_audioPlayerOptions.AccessibleDescription = null;
            this.m_audioPlayerOptions.AccessibleName = null;
            resources.ApplyResources(this.m_audioPlayerOptions, "m_audioPlayerOptions");
            this.m_audioPlayerOptions.BackgroundImage = null;
            this.m_audioPlayerOptions.Font = null;
            this.m_audioPlayerOptions.Name = "m_audioPlayerOptions";
            this.m_audioPlayerOptions.ConfigChanging += new System.EventHandler(this.AudioPlayerOptionsConfigChanging);
            // 
            // m_tabPageFormStyles
            // 
            this.m_tabPageFormStyles.AccessibleDescription = null;
            this.m_tabPageFormStyles.AccessibleName = null;
            resources.ApplyResources(this.m_tabPageFormStyles, "m_tabPageFormStyles");
            this.m_tabPageFormStyles.BackgroundImage = null;
            this.m_tabPageFormStyles.Controls.Add(this.m_formStyleOptions);
            this.m_tabPageFormStyles.Font = null;
            this.m_tabPageFormStyles.Name = "m_tabPageFormStyles";
            this.m_tabPageFormStyles.UseVisualStyleBackColor = true;
            // 
            // m_formStyleOptions
            // 
            this.m_formStyleOptions.AccessibleDescription = null;
            this.m_formStyleOptions.AccessibleName = null;
            resources.ApplyResources(this.m_formStyleOptions, "m_formStyleOptions");
            this.m_formStyleOptions.BackgroundImage = null;
            this.m_formStyleOptions.Font = null;
            this.m_formStyleOptions.Name = "m_formStyleOptions";
            this.m_formStyleOptions.ConfigChanging += new System.EventHandler(this.FormStyleOptionsConfigChanging);
            // 
            // m_tabPageResourcen
            // 
            this.m_tabPageResourcen.AccessibleDescription = null;
            this.m_tabPageResourcen.AccessibleName = null;
            resources.ApplyResources(this.m_tabPageResourcen, "m_tabPageResourcen");
            this.m_tabPageResourcen.BackgroundImage = null;
            this.m_tabPageResourcen.Controls.Add(this.m_grpCoverflow);
            this.m_tabPageResourcen.Font = null;
            this.m_tabPageResourcen.Name = "m_tabPageResourcen";
            this.m_tabPageResourcen.UseVisualStyleBackColor = true;
            // 
            // m_grpCoverflow
            // 
            this.m_grpCoverflow.AccessibleDescription = null;
            this.m_grpCoverflow.AccessibleName = null;
            resources.ApplyResources(this.m_grpCoverflow, "m_grpCoverflow");
            this.m_grpCoverflow.BackgroundImage = null;
            this.m_grpCoverflow.Controls.Add(this.m_btnClearCoverflowCache);
            this.m_grpCoverflow.Font = null;
            this.m_grpCoverflow.Name = "m_grpCoverflow";
            this.m_grpCoverflow.TabStop = false;
            // 
            // m_btnClearCoverflowCache
            // 
            this.m_btnClearCoverflowCache.AccessibleDescription = null;
            this.m_btnClearCoverflowCache.AccessibleName = null;
            resources.ApplyResources(this.m_btnClearCoverflowCache, "m_btnClearCoverflowCache");
            this.m_btnClearCoverflowCache.BackgroundImage = null;
            this.m_btnClearCoverflowCache.Font = null;
            this.m_btnClearCoverflowCache.Name = "m_btnClearCoverflowCache";
            this.m_btnClearCoverflowCache.UseVisualStyleBackColor = true;
            this.m_btnClearCoverflowCache.Click += new System.EventHandler(this.ButtonClearCoverflowCacheClick);
            // 
            // Options
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.BackgroundImage = null;
            this.Font = null;
            this.Icon = null;
            this.Name = "Options";
            this.UseAsStandardDialog = false;
            this.Load += new System.EventHandler(this.COptions_Load);
            this.m_pnlBaseContent.ResumeLayout(false);
            this.m_tabOptionen.ResumeLayout(false);
            this.m_tabPageEinstellungen.ResumeLayout(false);
            this.m_tabPageAudioPlayers.ResumeLayout(false);
            this.m_tabPageFormStyles.ResumeLayout(false);
            this.m_tabPageResourcen.ResumeLayout(false);
            this.m_grpCoverflow.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl m_tabOptionen;
        private System.Windows.Forms.TabPage m_tabPageEinstellungen;
        private BSE.Configuration.VisualConfiguration m_visualConfiguration;
        private System.Windows.Forms.TabPage m_tabPageAudioPlayers;
        private BSE.Platten.Audio.CPlayerConfigurationControl m_audioPlayerOptions;
        private System.Windows.Forms.TabPage m_tabPageFormStyles;
        private BSE.Platten.Common.RenderStyleConfigurationControl m_formStyleOptions;
        private System.Windows.Forms.TabPage m_tabPageResourcen;
        private System.Windows.Forms.GroupBox m_grpCoverflow;
        private System.Windows.Forms.Button m_btnClearCoverflowCache;
    }
}

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