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/QuantumAPI/Sites/QuantumISP.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/QuantumAPI/Sites/QuantumISP.Designer.cs')
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs b/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs index 391f202..c1ceb18 100644 --- a/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs +++ b/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs @@ -32,6 +32,8 @@ this.lblQuantumISPSubtitle = new System.Windows.Forms.Label(); this.lblYourPlan = new System.Windows.Forms.Label(); this.btnUnsub = new System.Windows.Forms.Button(); + this.lblBookmarks = new System.Windows.Forms.Label(); + this.lblMalwarebitsHyperlink = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblQuantumISPTitle @@ -74,10 +76,34 @@ this.btnUnsub.Text = "Unsubscribe"; this.btnUnsub.UseVisualStyleBackColor = true; // + // lblBookmarks + // + this.lblBookmarks.AutoSize = true; + this.lblBookmarks.Font = new System.Drawing.Font("Candara", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblBookmarks.Location = new System.Drawing.Point(27, 224); + this.lblBookmarks.Name = "lblBookmarks"; + this.lblBookmarks.Size = new System.Drawing.Size(101, 23); + this.lblBookmarks.TabIndex = 4; + this.lblBookmarks.Text = "Bookmarks"; + // + // lblMalwarebitsHyperlink + // + this.lblMalwarebitsHyperlink.AutoSize = true; + this.lblMalwarebitsHyperlink.Font = new System.Drawing.Font("Lucida Console", 12F); + this.lblMalwarebitsHyperlink.ForeColor = System.Drawing.SystemColors.HotTrack; + this.lblMalwarebitsHyperlink.Location = new System.Drawing.Point(27, 250); + this.lblMalwarebitsHyperlink.Name = "lblMalwarebitsHyperlink"; + this.lblMalwarebitsHyperlink.Size = new System.Drawing.Size(148, 16); + this.lblMalwarebitsHyperlink.TabIndex = 5; + this.lblMalwarebitsHyperlink.Text = "malwarebits.qt"; + this.lblMalwarebitsHyperlink.Click += new System.EventHandler(this.lblMalwarebitsHyperlink_Click); + // // QuantumISP // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.lblMalwarebitsHyperlink); + this.Controls.Add(this.lblBookmarks); this.Controls.Add(this.btnUnsub); this.Controls.Add(this.lblYourPlan); this.Controls.Add(this.lblQuantumISPSubtitle); @@ -95,5 +121,7 @@ private System.Windows.Forms.Label lblQuantumISPSubtitle; private System.Windows.Forms.Label lblYourPlan; private System.Windows.Forms.Button btnUnsub; + private System.Windows.Forms.Label lblBookmarks; + private System.Windows.Forms.Label lblMalwarebitsHyperlink; } } |
