From d73bed3a5e57dace6215d0dafc52cf16c19db0a9 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 29 Oct 2017 00:50:08 -0400 Subject: making progress on bad ie6 --- Histacom2/OS/WinXPBad/VirusLabel.Designer.cs | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'Histacom2/OS/WinXPBad/VirusLabel.Designer.cs') 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 { - /// + /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; - /// + /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. @@ -20,10 +20,10 @@ base.Dispose(disposing); } - #region Component Designer generated code + #region Windows Form Designer generated code - /// - /// Required method for Designer support - do not modify + /// + /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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 -- cgit v1.2.3