SukuSuku.BlackForm.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();
            // 
            // BlackForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.ClientSize = new System.Drawing.Size(212, 204);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name = "BlackForm";
            this.Opacity = 0.5D;
            this.Text = "BlackForm";
            this.Load += new System.EventHandler(this.BlackForm_Load);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.BlackForm_MouseDown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.BlackForm_MouseMove);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.BlackForm_MouseUp);
            this.ResumeLayout(false);

        }