diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-13 12:35:21 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-13 12:35:21 -0400 |
| commit | 944d0efd0c7c50771398169862fc5dcbe4dc0086 (patch) | |
| tree | 3c710ebfb1913befd8fa73f4907fe31759daf4c4 /Project Ports/DebugMode.Designer.cs | |
| parent | 704a5659188c2e62ff917fd6265794372bc626fb (diff) | |
| download | Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.gz Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.bz2 Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.zip | |
Added debug mode
Diffstat (limited to 'Project Ports/DebugMode.Designer.cs')
| -rw-r--r-- | Project Ports/DebugMode.Designer.cs | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Project Ports/DebugMode.Designer.cs b/Project Ports/DebugMode.Designer.cs new file mode 100644 index 0000000..88a26ff --- /dev/null +++ b/Project Ports/DebugMode.Designer.cs @@ -0,0 +1,61 @@ +namespace Project_Ports +{ + partial class DebugMode + { + /// <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 Windows Form 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.label1 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Consolas", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(34, 74); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(207, 34); + this.label1.TabIndex = 0; + this.label1.Text = "COMING SOON!"; + // + // DebugMode + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(293, 223); + this.Controls.Add(this.label1); + this.Name = "DebugMode"; + this.Text = "DebugMode"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label label1; + } +}
\ No newline at end of file |
