Click here to Skip to main content
15,858,490 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.1K   4.3K   58  
BSEtunes is a MySQL based, full manageable, networkable single or multiuser jukebox application
namespace BSE.Platten.Common
{
    partial class RenderStyleConfigurationControl
    {
        /// <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_grpFormStyles = new System.Windows.Forms.GroupBox();
            this.m_lblColorSchemes = new System.Windows.Forms.Label();
            this.m_cboProfessionalColorTable = new System.Windows.Forms.ComboBox();
            this.m_lblRenderers = new System.Windows.Forms.Label();
            this.m_cboRenderers = new System.Windows.Forms.ComboBox();
            this.m_grpFormStyles.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_grpFormStyles
            // 
            this.m_grpFormStyles.Controls.Add(this.m_lblColorSchemes);
            this.m_grpFormStyles.Controls.Add(this.m_cboProfessionalColorTable);
            this.m_grpFormStyles.Controls.Add(this.m_lblRenderers);
            this.m_grpFormStyles.Controls.Add(this.m_cboRenderers);
            this.m_grpFormStyles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grpFormStyles.Location = new System.Drawing.Point(0, 0);
            this.m_grpFormStyles.Name = "m_grpFormStyles";
            this.m_grpFormStyles.Size = new System.Drawing.Size(296, 103);
            this.m_grpFormStyles.TabIndex = 0;
            this.m_grpFormStyles.TabStop = false;
            this.m_grpFormStyles.Text = "Styles";
            // 
            // m_lblColorSchemes
            // 
            this.m_lblColorSchemes.AutoSize = true;
            this.m_lblColorSchemes.Location = new System.Drawing.Point(7, 57);
            this.m_lblColorSchemes.Name = "m_lblColorSchemes";
            this.m_lblColorSchemes.Size = new System.Drawing.Size(68, 13);
            this.m_lblColorSchemes.TabIndex = 3;
            this.m_lblColorSchemes.Text = "Farbschema:";
            // 
            // m_cboColorSchemes
            // 
            this.m_cboProfessionalColorTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cboProfessionalColorTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cboProfessionalColorTable.FormattingEnabled = true;
            this.m_cboProfessionalColorTable.Location = new System.Drawing.Point(79, 54);
            this.m_cboProfessionalColorTable.Name = "m_cboColorSchemes";
            this.m_cboProfessionalColorTable.Size = new System.Drawing.Size(211, 21);
            this.m_cboProfessionalColorTable.TabIndex = 2;
            this.m_cboProfessionalColorTable.SelectedValueChanged += new System.EventHandler(this.ColorSchemesSelectedValueChanged);
            // 
            // m_lblRenderers
            // 
            this.m_lblRenderers.AutoSize = true;
            this.m_lblRenderers.Location = new System.Drawing.Point(7, 30);
            this.m_lblRenderers.Name = "m_lblRenderers";
            this.m_lblRenderers.Size = new System.Drawing.Size(54, 13);
            this.m_lblRenderers.TabIndex = 1;
            this.m_lblRenderers.Text = "Renderer:";
            // 
            // m_cboRenderers
            // 
            this.m_cboRenderers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cboRenderers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cboRenderers.FormattingEnabled = true;
            this.m_cboRenderers.Location = new System.Drawing.Point(79, 27);
            this.m_cboRenderers.Name = "m_cboRenderers";
            this.m_cboRenderers.Size = new System.Drawing.Size(211, 21);
            this.m_cboRenderers.TabIndex = 0;
            this.m_cboRenderers.SelectedValueChanged += new System.EventHandler(this.RenderersSelectedValueChanged);
            // 
            // FormStyleConfigurationControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.m_grpFormStyles);
            this.Name = "FormStyleConfigurationControl";
            this.Size = new System.Drawing.Size(296, 103);
            this.m_grpFormStyles.ResumeLayout(false);
            this.m_grpFormStyles.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox m_grpFormStyles;
        private System.Windows.Forms.ComboBox m_cboRenderers;
        private System.Windows.Forms.Label m_lblColorSchemes;
        private System.Windows.Forms.ComboBox m_cboProfessionalColorTable;
        private System.Windows.Forms.Label m_lblRenderers;
    }
}

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