aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-10-22 22:19:00 -0400
committerjtsshieh <[email protected]>2017-10-22 22:19:00 -0400
commitab826cd4494b36c1292fc20624348b95f4d16bed (patch)
tree542e2196fb2a2ddaf9841f273d2eae64262b3170 /Histacom2/OS
parent4ab4aa2f2d91eb117bdd54bc42bb2091f2f380fb (diff)
downloadhistacom2-ab826cd4494b36c1292fc20624348b95f4d16bed.tar.gz
histacom2-ab826cd4494b36c1292fc20624348b95f4d16bed.tar.bz2
histacom2-ab826cd4494b36c1292fc20624348b95f4d16bed.zip
Imported wallpapers and finsihed previewing
Diffstat (limited to 'Histacom2/OS')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicThemePanel.cs30
1 files changed, 30 insertions, 0 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicThemePanel.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicThemePanel.cs
index 5634000..ca23b2b 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicThemePanel.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicThemePanel.cs
@@ -35,6 +35,36 @@ namespace Histacom2.OS.Win95.Win95Apps
case "Inside Your Computer":
pictureBox2.BackgroundImage = Properties.Resources.ICTheme_BG;
break;
+ case "Windows 95 Default Plus":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusDefaultWallpaper;
+ break;
+ case "The Golden Era":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusGoldenEraWallpaper;
+ break;
+ case "Leonardo da Vinci":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusLeoWallpaper;
+ break;
+ case "Mystery":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusMysteryWallpaper;
+ break;
+ case "Nature":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusNatureWallpaper;
+ break;
+ case "Science":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusScienceWallpaper;
+ break;
+ case "Sports":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusSportsWallpaper;
+ break;
+ case "The 60's USA":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusThe60Wallpaper;
+ break;
+ case "Travel":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusTravelWallpaper;
+ break;
+ case "More Windows":
+ pictureBox2.BackgroundImage = Properties.Resources.Win95PlusMoreWin;
+ break;
}
}