aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-31 09:24:56 +0100
committerGitHub <[email protected]>2017-05-31 09:24:56 +0100
commit33f4099d3ab54dfc6eab30e1f99fcd12a22d91b8 (patch)
tree6aabc8565e1b7ad5bc0950160885f951db8d0cea /TimeHACK.Engine/Template/Win9XBSOD.Designer.cs
parent9ee1762d7261de1e7c98862fc91abd52deb6f8b9 (diff)
parent21320c8f96c2833860203a9df50e5f6afd7305b9 (diff)
downloadhistacom2-33f4099d3ab54dfc6eab30e1f99fcd12a22d91b8.tar.gz
histacom2-33f4099d3ab54dfc6eab30e1f99fcd12a22d91b8.tar.bz2
histacom2-33f4099d3ab54dfc6eab30e1f99fcd12a22d91b8.zip
Merge pull request #78 from Alex-TIMEHACK/master
Fixed taskbar bug
Diffstat (limited to 'TimeHACK.Engine/Template/Win9XBSOD.Designer.cs')
-rw-r--r--TimeHACK.Engine/Template/Win9XBSOD.Designer.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs b/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs
index 69470f0..bc066d4 100644
--- a/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs
+++ b/TimeHACK.Engine/Template/Win9XBSOD.Designer.cs
@@ -40,11 +40,11 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Silver;
- this.label1.Font = new System.Drawing.Font("Perfect DOS VGA 437", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(564, 240);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(147, 28);
+ this.label1.Size = new System.Drawing.Size(138, 31);
this.label1.TabIndex = 0;
this.label1.Text = " Windows ";
//
@@ -53,7 +53,7 @@
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.BackColor = System.Drawing.Color.Blue;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.textBox1.Font = new System.Drawing.Font("Perfect DOS VGA 437", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.ForeColor = System.Drawing.Color.White;
this.textBox1.Location = new System.Drawing.Point(120, 294);
this.textBox1.MaximumSize = new System.Drawing.Size(950, 81);
@@ -71,7 +71,7 @@
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.BackColor = System.Drawing.Color.Blue;
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.textBox2.Font = new System.Drawing.Font("Perfect DOS VGA 437", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox2.ForeColor = System.Drawing.Color.White;
this.textBox2.Location = new System.Drawing.Point(120, 381);
this.textBox2.Multiline = true;
@@ -88,7 +88,7 @@
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.textBox3.BackColor = System.Drawing.Color.Blue;
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.textBox3.Font = new System.Drawing.Font("Perfect DOS VGA 437", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox3.ForeColor = System.Drawing.Color.White;
this.textBox3.Location = new System.Drawing.Point(450, 488);
this.textBox3.Multiline = true;
@@ -111,6 +111,7 @@
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Win9XBSOD";
+ this.Tag = "gnoreFormOnTaskbar";
this.Text = "Win9XBSOD";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Win9XBSOD_KeyDown);
this.ResumeLayout(false);