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.Admin
{
    partial class AudioSaveConfigurationControl
    {
        /// <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.m_grpAudioSaveOptions = new System.Windows.Forms.GroupBox();
            this.m_fileOptions = new BSE.Platten.Common.FileConfigurationControl();
            this.m_grpAudioSaveOptions.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_grpAudioSaveOptions
            // 
            this.m_grpAudioSaveOptions.Controls.Add(this.m_fileOptions);
            this.m_grpAudioSaveOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grpAudioSaveOptions.Location = new System.Drawing.Point(0, 0);
            this.m_grpAudioSaveOptions.Margin = new System.Windows.Forms.Padding(5);
            this.m_grpAudioSaveOptions.Name = "m_grpAudioSaveOptions";
            this.m_grpAudioSaveOptions.Padding = new System.Windows.Forms.Padding(5);
            this.m_grpAudioSaveOptions.Size = new System.Drawing.Size(318, 280);
            this.m_grpAudioSaveOptions.TabIndex = 0;
            this.m_grpAudioSaveOptions.TabStop = false;
            this.m_grpAudioSaveOptions.Text = "Ablage der Audiodateien";
            // 
            // m_fileOptions
            // 
            this.m_fileOptions.Dock = System.Windows.Forms.DockStyle.Top;
            this.m_fileOptions.EnableEditSaveOptions = true;
            this.m_fileOptions.Location = new System.Drawing.Point(5, 18);
            this.m_fileOptions.Name = "m_fileOptions";
            this.m_fileOptions.Size = new System.Drawing.Size(308, 80);
            this.m_fileOptions.TabIndex = 0;
            this.m_fileOptions.CheckBoxChanged += new System.EventHandler<BSE.Platten.Common.CheckBoxChangeEventArgs>(this.m_fileOptions_CheckBoxChanged);
            this.m_fileOptions.ConfigChanging += new System.EventHandler(this.m_fileOptions_ConfigChange);
            // 
            // AudioSaveConfigurationControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.m_grpAudioSaveOptions);
            this.Name = "AudioSaveConfigurationControl";
            this.Size = new System.Drawing.Size(318, 280);
            this.m_grpAudioSaveOptions.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox m_grpAudioSaveOptions;
        private BSE.Platten.Common.FileConfigurationControl m_fileOptions;

    }
}

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