aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Boot.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Boot.Designer.cs')
-rw-r--r--Project Ports/Boot.Designer.cs26
1 files changed, 6 insertions, 20 deletions
diff --git a/Project Ports/Boot.Designer.cs b/Project Ports/Boot.Designer.cs
index fdf84db..2add7a1 100644
--- a/Project Ports/Boot.Designer.cs
+++ b/Project Ports/Boot.Designer.cs
@@ -29,8 +29,6 @@
private void InitializeComponent()
{
this.txtBoot = new System.Windows.Forms.RichTextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
this.SuspendLayout();
//
// txtBoot
@@ -41,8 +39,9 @@
this.txtBoot.BackColor = System.Drawing.Color.Black;
this.txtBoot.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtBoot.Cursor = System.Windows.Forms.Cursors.IBeam;
+ this.txtBoot.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBoot.ForeColor = System.Drawing.Color.White;
- this.txtBoot.Location = new System.Drawing.Point(11, 12);
+ this.txtBoot.Location = new System.Drawing.Point(12, 12);
this.txtBoot.Name = "txtBoot";
this.txtBoot.ReadOnly = true;
this.txtBoot.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
@@ -50,33 +49,21 @@
this.txtBoot.TabIndex = 0;
this.txtBoot.Text = "";
//
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.BackColor = System.Drawing.Color.Black;
- this.panel1.Controls.Add(this.txtBoot);
- this.panel1.Location = new System.Drawing.Point(-1, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(590, 460);
- this.panel1.TabIndex = 1;
- //
// Boot
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
+ this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(589, 453);
- this.Controls.Add(this.panel1);
+ this.Controls.Add(this.txtBoot);
this.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ForeColor = System.Drawing.Color.White;
+ this.ForeColor = System.Drawing.Color.Black;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "Boot";
this.Text = "Boot";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Boot_Load);
- this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -84,6 +71,5 @@
#endregion
private System.Windows.Forms.RichTextBox txtBoot;
- private System.Windows.Forms.Panel panel1;
}
} \ No newline at end of file