From ab826cd4494b36c1292fc20624348b95f4d16bed Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Sun, 22 Oct 2017 22:19:00 -0400 Subject: Imported wallpapers and finsihed previewing --- .../OS/Win95/Win95Apps/WinClassicThemePanel.cs | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'Histacom2/OS') 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; } } -- cgit v1.2.3