diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 14:00:50 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 14:00:50 +0100 |
| commit | 7d99d9ffbf5652f538c69228daa53fe423eb246b (patch) | |
| tree | 63100bf15d36b9843085442b363e371ab2302fb9 /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | a476b1e977208cdac172da122603abad7c26d93d (diff) | |
| download | histacom2-7d99d9ffbf5652f538c69228daa53fe423eb246b.tar.gz histacom2-7d99d9ffbf5652f538c69228daa53fe423eb246b.tar.bz2 histacom2-7d99d9ffbf5652f538c69228daa53fe423eb246b.zip | |
Started on the Realistic Desktop
:P No one reads these descriptions!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index b77e2db..a46afe2 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -130,6 +130,7 @@ namespace TimeHACK.OS.Win95 this.BitmapImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MicrosoftDataLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.desktopupdate = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.taskbar.SuspendLayout(); this.clockPanel.SuspendLayout(); @@ -1142,6 +1143,11 @@ namespace TimeHACK.OS.Win95 this.PropertiesToolStripMenuItem1.Text = "Properties"; this.PropertiesToolStripMenuItem1.Click += new System.EventHandler(this.PropertiesToolStripMenuItem1_Click); // + // desktopupdate + // + this.desktopupdate.Interval = 5000; + this.desktopupdate.Tick += new System.EventHandler(this.desktopupdate_Tick); + // // Windows95 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1268,5 +1274,6 @@ namespace TimeHACK.OS.Win95 private System.Windows.Forms.ToolStripMenuItem storyTest1ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem FTPClientToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem iE4TestToolStripMenuItem; + private System.Windows.Forms.Timer desktopupdate; } }
\ No newline at end of file |
