aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/WindowManager/WM.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-13 12:35:21 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-13 12:35:21 -0400
commit944d0efd0c7c50771398169862fc5dcbe4dc0086 (patch)
tree3c710ebfb1913befd8fa73f4907fe31759daf4c4 /PortEngine/WindowManager/WM.Designer.cs
parent704a5659188c2e62ff917fd6265794372bc626fb (diff)
downloadProject-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.gz
Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.bz2
Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.zip
Added debug mode
Diffstat (limited to 'PortEngine/WindowManager/WM.Designer.cs')
-rw-r--r--PortEngine/WindowManager/WM.Designer.cs33
1 files changed, 29 insertions, 4 deletions
diff --git a/PortEngine/WindowManager/WM.Designer.cs b/PortEngine/WindowManager/WM.Designer.cs
index 400de7d..5737799 100644
--- a/PortEngine/WindowManager/WM.Designer.cs
+++ b/PortEngine/WindowManager/WM.Designer.cs
@@ -29,26 +29,49 @@
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
+ this.panel3 = new System.Windows.Forms.Panel();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.panel1.Location = new System.Drawing.Point(-1, 0);
+ this.panel1.Controls.Add(this.panel3);
+ this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(407, 32);
+ this.panel1.Size = new System.Drawing.Size(343, 32);
this.panel1.TabIndex = 0;
//
+ // panel3
+ //
+ this.panel3.Location = new System.Drawing.Point(0, 29);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(10, 319);
+ this.panel3.TabIndex = 2;
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.panel1);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel2.Location = new System.Drawing.Point(0, 0);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(343, 283);
+ this.panel2.TabIndex = 1;
+ //
// WM
//
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(405, 349);
- this.Controls.Add(this.panel1);
+ this.ClientSize = new System.Drawing.Size(343, 283);
+ this.Controls.Add(this.panel2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "WM";
this.Text = "WM";
+ this.panel1.ResumeLayout(false);
+ this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -56,5 +79,7 @@
#endregion
private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Panel panel3;
+ private System.Windows.Forms.Panel panel2;
}
} \ No newline at end of file