diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:02:01 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:02:01 -0400 |
| commit | db8d19f07f457cad229695ae1dc0ddbe8d13e0f3 (patch) | |
| tree | ebf93e2c33ce061641b60e3a1ddbef86b4c2a580 /PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs | |
| parent | 8f6b0e2c3dd491428d1e47f66191a26636b8f4e9 (diff) | |
| download | Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.tar.gz Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.tar.bz2 Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.zip | |
Added QuantumNet
Diffstat (limited to 'PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs')
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs b/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs new file mode 100644 index 0000000..391f202 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs @@ -0,0 +1,99 @@ +namespace PortEngine.QuantumAPI.Sites +{ + partial class QuantumISP + { + /// <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.lblQuantumISPTitle = new System.Windows.Forms.Label(); + this.lblQuantumISPSubtitle = new System.Windows.Forms.Label(); + this.lblYourPlan = new System.Windows.Forms.Label(); + this.btnUnsub = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // lblQuantumISPTitle + // + this.lblQuantumISPTitle.AutoSize = true; + this.lblQuantumISPTitle.Font = new System.Drawing.Font("Consolas", 24F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblQuantumISPTitle.ForeColor = System.Drawing.Color.OliveDrab; + this.lblQuantumISPTitle.Location = new System.Drawing.Point(20, 21); + this.lblQuantumISPTitle.Name = "lblQuantumISPTitle"; + this.lblQuantumISPTitle.Size = new System.Drawing.Size(359, 37); + this.lblQuantumISPTitle.TabIndex = 0; + this.lblQuantumISPTitle.Text = "Quantum Connections"; + // + // lblQuantumISPSubtitle + // + this.lblQuantumISPSubtitle.AutoSize = true; + this.lblQuantumISPSubtitle.Font = new System.Drawing.Font("Lucida Console", 14F); + this.lblQuantumISPSubtitle.Location = new System.Drawing.Point(373, 35); + this.lblQuantumISPSubtitle.Name = "lblQuantumISPSubtitle"; + this.lblQuantumISPSubtitle.Size = new System.Drawing.Size(350, 19); + this.lblQuantumISPSubtitle.TabIndex = 1; + this.lblQuantumISPSubtitle.Text = "Cheap access to the QuantumNet!"; + // + // lblYourPlan + // + this.lblYourPlan.AutoSize = true; + this.lblYourPlan.Font = new System.Drawing.Font("Candara", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblYourPlan.Location = new System.Drawing.Point(27, 89); + this.lblYourPlan.Name = "lblYourPlan"; + this.lblYourPlan.Size = new System.Drawing.Size(161, 23); + this.lblYourPlan.TabIndex = 2; + this.lblYourPlan.Text = "YOUR PLAN: Mega"; + // + // btnUnsub + // + this.btnUnsub.Location = new System.Drawing.Point(31, 144); + this.btnUnsub.Name = "btnUnsub"; + this.btnUnsub.Size = new System.Drawing.Size(75, 23); + this.btnUnsub.TabIndex = 3; + this.btnUnsub.Text = "Unsubscribe"; + this.btnUnsub.UseVisualStyleBackColor = true; + // + // QuantumISP + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.btnUnsub); + this.Controls.Add(this.lblYourPlan); + this.Controls.Add(this.lblQuantumISPSubtitle); + this.Controls.Add(this.lblQuantumISPTitle); + this.Name = "QuantumISP"; + this.Size = new System.Drawing.Size(842, 452); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label lblQuantumISPTitle; + private System.Windows.Forms.Label lblQuantumISPSubtitle; + private System.Windows.Forms.Label lblYourPlan; + private System.Windows.Forms.Button btnUnsub; + } +} |
