Baka_MPlayer.Controls.SimpleButton.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.SuspendLayout();
            // 
            // ButtonControl
            // 
            this.BackColor = System.Drawing.Color.Transparent;
            this.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
            this.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
            this.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gray;
            this.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ForeColor = System.Drawing.Color.White;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Size = new System.Drawing.Size(85, 30);
            this.UseVisualStyleBackColor = false;
            this.ResumeLayout(false);

        }