diff options
| author | lempamo <[email protected]> | 2017-10-29 00:50:08 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-29 00:50:08 -0400 |
| commit | d73bed3a5e57dace6215d0dafc52cf16c19db0a9 (patch) | |
| tree | 30929514e95f76b328c0f182f986722c7d76a8ef /Histacom2/OS/WinXPBad/VirusLabel.Designer.cs | |
| parent | b2e99d751dd7417599212df04c74cdeb60c6453e (diff) | |
| download | histacom2-d73bed3a5e57dace6215d0dafc52cf16c19db0a9.tar.gz histacom2-d73bed3a5e57dace6215d0dafc52cf16c19db0a9.tar.bz2 histacom2-d73bed3a5e57dace6215d0dafc52cf16c19db0a9.zip | |
making progress on bad ie6
Diffstat (limited to 'Histacom2/OS/WinXPBad/VirusLabel.Designer.cs')
| -rw-r--r-- | Histacom2/OS/WinXPBad/VirusLabel.Designer.cs | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs b/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs index 1ddc93c..ec83a78 100644 --- a/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs +++ b/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs @@ -2,12 +2,12 @@ { partial class VirusLabel { - /// <summary> + /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; - /// <summary> + /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> @@ -20,10 +20,10 @@ base.Dispose(disposing); } - #region Component Designer generated code + #region Windows Form Designer generated code - /// <summary> - /// Required method for Designer support - do not modify + /// <summary> + /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() @@ -40,8 +40,8 @@ this.label1.ForeColor = System.Drawing.Color.PaleGreen; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(242, 19); - this.label1.TabIndex = 0; + this.label1.Size = new System.Drawing.Size(247, 19); + this.label1.TabIndex = 1; this.label1.Text = "Welcome to the end of the internet!!!"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // @@ -54,10 +54,13 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Black; + this.BackColor = System.Drawing.Color.Fuchsia; + this.ClientSize = new System.Drawing.Size(247, 19); this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "VirusLabel"; - this.Size = new System.Drawing.Size(242, 19); + this.Text = "VirusLabel"; + this.TransparencyKey = System.Drawing.Color.Fuchsia; this.ResumeLayout(false); } @@ -67,4 +70,4 @@ private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer timer1; } -} +}
\ No newline at end of file |
