diff options
Diffstat (limited to 'Project Ports/Boot.Designer.cs')
| -rw-r--r-- | Project Ports/Boot.Designer.cs | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/Project Ports/Boot.Designer.cs b/Project Ports/Boot.Designer.cs index e07b929..fdf84db 100644 --- a/Project Ports/Boot.Designer.cs +++ b/Project Ports/Boot.Designer.cs @@ -29,6 +29,8 @@ private void InitializeComponent() { this.txtBoot = new System.Windows.Forms.RichTextBox(); + this.panel1 = new System.Windows.Forms.Panel(); + this.panel1.SuspendLayout(); this.SuspendLayout(); // // txtBoot @@ -40,7 +42,7 @@ this.txtBoot.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoot.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtBoot.ForeColor = System.Drawing.Color.White; - this.txtBoot.Location = new System.Drawing.Point(12, 12); + this.txtBoot.Location = new System.Drawing.Point(11, 12); this.txtBoot.Name = "txtBoot"; this.txtBoot.ReadOnly = true; this.txtBoot.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; @@ -48,20 +50,33 @@ 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.Black; + this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(589, 453); - this.Controls.Add(this.txtBoot); + this.Controls.Add(this.panel1); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); + this.Margin = new System.Windows.Forms.Padding(5); this.Name = "Boot"; this.Text = "Boot"; this.Load += new System.EventHandler(this.Boot_Load); + this.panel1.ResumeLayout(false); this.ResumeLayout(false); } @@ -69,5 +84,6 @@ #endregion private System.Windows.Forms.RichTextBox txtBoot; + private System.Windows.Forms.Panel panel1; } }
\ No newline at end of file |
