diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-08-29 14:00:58 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-08-29 14:00:58 +0100 |
| commit | 1523a8133e8267420f4ad8988e3c466bcc017442 (patch) | |
| tree | 3f6a7bfd6497560fdf8a29ad352a4de8af89c44e /Histacom2.Engine/Template/WinClassic.Designer.cs | |
| parent | 474fcc7c5f42cfbf10808fbf7d52b9c3745c12a9 (diff) | |
| download | histacom2-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.cs | 2 |
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(); |
