diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 19:34:17 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 19:34:17 -0400 |
| commit | 49e0f01a68468af1697ee23798a48f6f6cd7e647 (patch) | |
| tree | 8aa5e3154d2e3eb3ee9507d7342625e3c3528182 /PortEngine/EarnSite.Designer.cs | |
| parent | f1f82c9af4409aa81b4dab95b6381d6b935694ff (diff) | |
| download | Project-Silicon-49e0f01a68468af1697ee23798a48f6f6cd7e647.tar.gz Project-Silicon-49e0f01a68468af1697ee23798a48f6f6cd7e647.tar.bz2 Project-Silicon-49e0f01a68468af1697ee23798a48f6f6cd7e647.zip | |
Sites Progress 1
Diffstat (limited to 'PortEngine/EarnSite.Designer.cs')
| -rw-r--r-- | PortEngine/EarnSite.Designer.cs | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/PortEngine/EarnSite.Designer.cs b/PortEngine/EarnSite.Designer.cs new file mode 100644 index 0000000..a1c3fc9 --- /dev/null +++ b/PortEngine/EarnSite.Designer.cs @@ -0,0 +1,72 @@ +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.SuspendLayout(); + // + // btnOpenGTN + // + this.btnOpenGTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnOpenGTN.Location = new System.Drawing.Point(3, 3); + 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(3, 48); + 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; + // + // EarnSite + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.btnLaunchDTA); + this.Controls.Add(this.btnOpenGTN); + this.Name = "EarnSite"; + this.Size = new System.Drawing.Size(842, 452); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Button btnOpenGTN; + private System.Windows.Forms.Button btnLaunchDTA; + } +} |
