diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-29 12:40:57 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-29 12:40:57 -0400 |
| commit | 5b5825ff4491047838ad12df69c6aa40f1af5299 (patch) | |
| tree | 8aa6e1053357f7c51051a42be6fabca52088e992 /PortEngine/QuantumAPI/Sites/EarnSite.Designer.cs | |
| parent | e4e99da54a56bd83dc9a8e04d2220dd454f734f8 (diff) | |
| download | Project-Silicon-5b5825ff4491047838ad12df69c6aa40f1af5299.tar.gz Project-Silicon-5b5825ff4491047838ad12df69c6aa40f1af5299.tar.bz2 Project-Silicon-5b5825ff4491047838ad12df69c6aa40f1af5299.zip | |
Added licenses and added panels on boot and crash
Diffstat (limited to 'PortEngine/QuantumAPI/Sites/EarnSite.Designer.cs')
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/EarnSite.Designer.cs | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/PortEngine/QuantumAPI/Sites/EarnSite.Designer.cs b/PortEngine/QuantumAPI/Sites/EarnSite.Designer.cs new file mode 100644 index 0000000..a988169 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/EarnSite.Designer.cs @@ -0,0 +1,86 @@ +namespace PortEngine +{ + partial class EarnSite + { + /// <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.btnOpenGTN = new System.Windows.Forms.Button(); + this.btnLaunchDTA = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // btnOpenGTN + // + this.btnOpenGTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnOpenGTN.Location = new System.Drawing.Point(30, 75); + this.btnOpenGTN.Name = "btnOpenGTN"; + this.btnOpenGTN.Size = new System.Drawing.Size(160, 39); + this.btnOpenGTN.TabIndex = 0; + this.btnOpenGTN.Text = "Guess the Number"; + this.btnOpenGTN.UseVisualStyleBackColor = true; + // + // btnLaunchDTA + // + this.btnLaunchDTA.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnLaunchDTA.Location = new System.Drawing.Point(225, 75); + this.btnLaunchDTA.Name = "btnLaunchDTA"; + this.btnLaunchDTA.Size = new System.Drawing.Size(160, 39); + this.btnLaunchDTA.TabIndex = 1; + this.btnLaunchDTA.Text = "Dodge the Ad"; + this.btnLaunchDTA.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(328, 17); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(154, 24); + this.label1.TabIndex = 2; + this.label1.Text = "PortOS Games"; + // + // EarnSite + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.label1); + this.Controls.Add(this.btnLaunchDTA); + this.Controls.Add(this.btnOpenGTN); + this.Name = "EarnSite"; + this.Size = new System.Drawing.Size(842, 452); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button btnOpenGTN; + private System.Windows.Forms.Button btnLaunchDTA; + private System.Windows.Forms.Label label1; + } +} |
