diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 15:37:27 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 15:37:27 +0100 |
| commit | c3ad5be7444664be6a1f7ba023067eb32cb5d231 (patch) | |
| tree | 417b39d8f0a6c52a8024913b232566de013f13ae /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 7d99d9ffbf5652f538c69228daa53fe423eb246b (diff) | |
| download | histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.tar.gz histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.tar.bz2 histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.zip | |
Realistic Desktop is halfway done!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index a46afe2..ffaad19 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -32,14 +32,6 @@ namespace TimeHACK.OS.Win95 { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95)); - System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("My Computer", 0); - System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Network Neighborhood", 5); - System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Inbox", 3); - System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Recycle Bin", 7); - System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Internet Explorer", 2); - System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Online Services", 1); - System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Set Up The Microsoft Network", 4); - System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("Outlook Express", 6); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.taskbar = new System.Windows.Forms.Panel(); @@ -961,6 +953,7 @@ namespace TimeHACK.OS.Win95 this.desktopImages.Images.SetKeyName(9, "WinClassicSetup.png"); this.desktopImages.Images.SetKeyName(10, "WinClassicSetup.png"); this.desktopImages.Images.SetKeyName(11, "WinClassicSetup.png"); + this.desktopImages.Images.SetKeyName(12, "blank-file-Windows95Icon.gif"); // // desktopicons // @@ -970,15 +963,6 @@ namespace TimeHACK.OS.Win95 this.desktopicons.BorderStyle = System.Windows.Forms.BorderStyle.None; this.desktopicons.Dock = System.Windows.Forms.DockStyle.Fill; this.desktopicons.ForeColor = System.Drawing.Color.White; - this.desktopicons.Items.AddRange(new System.Windows.Forms.ListViewItem[] { - listViewItem1, - listViewItem2, - listViewItem3, - listViewItem4, - listViewItem5, - listViewItem6, - listViewItem7, - listViewItem8}); this.desktopicons.LargeImageList = this.desktopImages; this.desktopicons.Location = new System.Drawing.Point(0, 0); this.desktopicons.Name = "desktopicons"; @@ -1145,6 +1129,7 @@ namespace TimeHACK.OS.Win95 // // desktopupdate // + this.desktopupdate.Enabled = true; this.desktopupdate.Interval = 5000; this.desktopupdate.Tick += new System.EventHandler(this.desktopupdate_Tick); // |
