diff options
| author | lempamo <[email protected]> | 2017-10-29 10:25:24 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-29 10:25:24 -0400 |
| commit | a147607b3aadf7e6a758176149d3d09930f6b193 (patch) | |
| tree | d2a271722790e62442a8c78e634fe355f581af2e /Histacom2/OS/WinXPBad/VirusLabel.Designer.cs | |
| parent | 06bfbc380cdae9ef21b492fe9f59273cab056ccb (diff) | |
| download | histacom2-a147607b3aadf7e6a758176149d3d09930f6b193.tar.gz histacom2-a147607b3aadf7e6a758176149d3d09930f6b193.tar.bz2 histacom2-a147607b3aadf7e6a758176149d3d09930f6b193.zip | |
argh
Diffstat (limited to 'Histacom2/OS/WinXPBad/VirusLabel.Designer.cs')
| -rw-r--r-- | Histacom2/OS/WinXPBad/VirusLabel.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs b/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs index ec83a78..34922ed 100644 --- a/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs +++ b/Histacom2/OS/WinXPBad/VirusLabel.Designer.cs @@ -54,13 +54,13 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Fuchsia; + this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(247, 19); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "VirusLabel"; this.Text = "VirusLabel"; - this.TransparencyKey = System.Drawing.Color.Fuchsia; + this.TransparencyKey = System.Drawing.Color.White; this.ResumeLayout(false); } |
