aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/Template/Infobox95.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/Infobox95.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/Infobox95.Designer.cs')
-rw-r--r--TimeHACK.Engine/Template/Infobox95.Designer.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs
index c47a670..5c88e92 100644
--- a/TimeHACK.Engine/Template/Infobox95.Designer.cs
+++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs
@@ -49,6 +49,7 @@
this.programContent.Name = "programContent";
this.programContent.Size = new System.Drawing.Size(421, 164);
this.programContent.TabIndex = 10;
+ this.programContent.Tag = "gnoreFormOnTaskbar";
//
// pictureBox1
//
@@ -81,8 +82,8 @@
//
// ok
//
- this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.ok.Location = new System.Drawing.Point(169, 135);