aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/WinClassic.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-08-29 14:00:58 +0100
committerAlex-TIMEHACK <[email protected]>2017-08-29 14:00:58 +0100
commit1523a8133e8267420f4ad8988e3c466bcc017442 (patch)
tree3f6a7bfd6497560fdf8a29ad352a4de8af89c44e /Histacom2.Engine/Template/WinClassic.Designer.cs
parent474fcc7c5f42cfbf10808fbf7d52b9c3745c12a9 (diff)
downloadhistacom2-1523a8133e8267420f4ad8988e3c466bcc017442.tar.gz
histacom2-1523a8133e8267420f4ad8988e3c466bcc017442.tar.bz2
histacom2-1523a8133e8267420f4ad8988e3c466bcc017442.zip
Save File Trouble Shooter Re-do
Diffstat (limited to 'Histacom2.Engine/Template/WinClassic.Designer.cs')
-rw-r--r--Histacom2.Engine/Template/WinClassic.Designer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2.Engine/Template/WinClassic.Designer.cs b/Histacom2.Engine/Template/WinClassic.Designer.cs
index be76be6..9092609 100644
--- a/Histacom2.Engine/Template/WinClassic.Designer.cs
+++ b/Histacom2.Engine/Template/WinClassic.Designer.cs
@@ -254,11 +254,13 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(300, 300);
this.Controls.Add(this.program);
+ this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "WinClassic";
this.Text = "WinClassic";
this.Activated += new System.EventHandler(this.WinClassic_Activated);
this.Deactivate += new System.EventHandler(this.WinClassic_Deactivate);
+ this.Paint += new System.Windows.Forms.PaintEventHandler(this.WinClassic_Paint);
this.program.ResumeLayout(false);
this.programtopbar.ResumeLayout(false);
this.programtopbar.PerformLayout();