NiceHashMiner.Form_Loading.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.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.LoadText = new System.Windows.Forms.Label();
            this.label_LoadingText = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // progressBar1
            // 
            this.progressBar1.ForeColor = System.Drawing.Color.Blue;
            this.progressBar1.Location = new System.Drawing.Point(12, 25);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(286, 23);
            this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.progressBar1.TabIndex = 1;
            // 
            // LoadText
            // 
            this.LoadText.AutoSize = true;
            this.LoadText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.LoadText.Location = new System.Drawing.Point(9, 51);
            this.LoadText.Name = "LoadText";
            this.LoadText.Size = new System.Drawing.Size(283, 13);
            this.LoadText.TabIndex = 2;
            this.LoadText.Text = "                                                                                 " +
    "           ";
            // 
            // label_LoadingText
            // 
            this.label_LoadingText.AutoSize = true;
            this.label_LoadingText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.label_LoadingText.ForeColor = System.Drawing.Color.Black;
            this.label_LoadingText.Location = new System.Drawing.Point(84, 9);
            this.label_LoadingText.Name = "label_LoadingText";
            this.label_LoadingText.Size = new System.Drawing.Size(136, 13);
            this.label_LoadingText.TabIndex = 0;
            this.label_LoadingText.Text = "Loading, please wait...";
            // 
            // Form_Loading
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(310, 76);
            this.ControlBox = false;
            this.Controls.Add(this.LoadText);
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.label_LoadingText);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form_Loading";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Form_Loading";
            this.Shown += new System.EventHandler(this.Form_Loading_Shown);
            this.ResumeLayout(false);
            this.PerformLayout();

        }