aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/WindowManager/WM.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-19 15:54:58 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-19 15:54:58 -0400
commitfeb9922b968aad01e9f40fc5832c4890abf0ece7 (patch)
tree4ee35cdb6f50366f3ec82de2136a0b9fcd6b34c1 /PortEngine/WindowManager/WM.Designer.cs
parenteaf78c1440b0528233a1e049cb5062e526a4bd92 (diff)
downloadProject-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.gz
Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.bz2
Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.zip
things
Diffstat (limited to 'PortEngine/WindowManager/WM.Designer.cs')
-rw-r--r--PortEngine/WindowManager/WM.Designer.cs70
1 files changed, 0 insertions, 70 deletions
diff --git a/PortEngine/WindowManager/WM.Designer.cs b/PortEngine/WindowManager/WM.Designer.cs
deleted file mode 100644
index 3e6ef63..0000000
--- a/PortEngine/WindowManager/WM.Designer.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-namespace PortEngine.WindowManager
-{
- partial class WM
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.BackColor = System.Drawing.Color.DimGray;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(372, 36);
- this.panel1.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.White;
- this.panel2.Location = new System.Drawing.Point(0, 35);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(372, 267);
- this.panel2.TabIndex = 1;
- //
- // WM
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "WM";
- this.Size = new System.Drawing.Size(372, 302);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- }
-}