aboutsummaryrefslogtreecommitdiff
path: root/Histacom2
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
parent4ab4aa2f2d91eb117bdd54bc42bb2091f2f380fb (diff)
downloadhistacom2-ab826cd4494b36c1292fc20624348b95f4d16bed.tar.gz
histacom2-ab826cd4494b36c1292fc20624348b95f4d16bed.tar.bz2
histacom2-ab826cd4494b36c1292fc20624348b95f4d16bed.zip
Imported wallpapers and finsihed previewing
Diffstat (limited to 'Histacom2')
-rw-r--r--Histacom2/Histacom2.csproj11
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicThemePanel.cs30
-rw-r--r--Histacom2/Properties/Resources.resx33
-rw-r--r--Histacom2/Properties/Resources1.Designer.cs110
-rw-r--r--Histacom2/Resources/win95plusdangerouscreatureswallpaper.jpgbin0 -> 99357 bytes
-rw-r--r--Histacom2/Resources/win95plusdefaultwallpaper.jpgbin0 -> 42497 bytes
-rw-r--r--Histacom2/Resources/win95plusgoldenerawallpaper.jpgbin0 -> 45220 bytes
-rw-r--r--Histacom2/Resources/win95plusleowallpaper.jpgbin0 -> 91336 bytes
-rw-r--r--Histacom2/Resources/win95plusmorewin.jpgbin0 -> 32034 bytes
-rw-r--r--Histacom2/Resources/win95plusmysterywallpaper.jpgbin0 -> 80213 bytes
-rw-r--r--Histacom2/Resources/win95plusnaturewallpaper.jpgbin0 -> 57803 bytes
-rw-r--r--Histacom2/Resources/win95plussciencewallpaper.jpgbin0 -> 107669 bytes
-rw-r--r--Histacom2/Resources/win95plussportswallpaper.jpgbin0 -> 90714 bytes
-rw-r--r--Histacom2/Resources/win95plusthe60wallpaper.jpgbin0 -> 94322 bytes
-rw-r--r--Histacom2/Resources/win95plustravelwallpaper.jpgbin0 -> 48791 bytes
15 files changed, 184 insertions, 0 deletions
diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj
index 616c442..30c22ed 100644
--- a/Histacom2/Histacom2.csproj
+++ b/Histacom2/Histacom2.csproj
@@ -822,6 +822,17 @@
<None Include="Resources\WinClassicRtfFile.png" />
<None Include="Resources\WinClassicNotepad.png" />
<None Include="Resources\Win95Error.png" />
+ <None Include="Resources\win95plusdangerouscreatureswallpaper.jpg" />
+ <None Include="Resources\win95plusdefaultwallpaper.jpg" />
+ <None Include="Resources\win95plusgoldenerawallpaper.jpg" />
+ <None Include="Resources\win95plusleowallpaper.jpg" />
+ <None Include="Resources\win95plusmorewin.jpg" />
+ <None Include="Resources\win95plusmysterywallpaper.jpg" />
+ <None Include="Resources\win95plusnaturewallpaper.jpg" />
+ <None Include="Resources\win95plussciencewallpaper.jpg" />
+ <None Include="Resources\win95plussportswallpaper.jpg" />
+ <None Include="Resources\win95plusthe60wallpaper.jpg" />
+ <None Include="Resources\win95plustravelwallpaper.jpg" />
<Content Include="Resources\WinClassic\16Color.png" />
<Content Include="Resources\WinClassic\256Color.png" />
<None Include="Resources\WinClassic\tada.wav" />
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;
}
}
diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx
index b436cc8..782693e 100644
--- a/Histacom2/Properties/Resources.resx
+++ b/Histacom2/Properties/Resources.resx
@@ -2062,4 +2062,37 @@
<data name="WinXPTour" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\WinClassic\WinXPTour.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="Win95PlusDangerousCreaturesWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusdangerouscreatureswallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusDefaultWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusdefaultwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusGoldenEraWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusgoldenerawallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusLeoWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusleowallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusMoreWin" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusmorewin.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusMysteryWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusmysterywallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusNatureWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusnaturewallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusScienceWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plussciencewallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusSportsWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plussportswallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusThe60Wallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plusthe60wallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PlusTravelWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\win95plustravelwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root> \ No newline at end of file
diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs
index 5e0a54b..07a3730 100644
--- a/Histacom2/Properties/Resources1.Designer.cs
+++ b/Histacom2/Properties/Resources1.Designer.cs
@@ -1329,6 +1329,116 @@ namespace Histacom2.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ public static System.Drawing.Bitmap Win95PlusDangerousCreaturesWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusDangerousCreaturesWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusDefaultWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusDefaultWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusGoldenEraWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusGoldenEraWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusLeoWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusLeoWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusMoreWin {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusMoreWin", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusMysteryWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusMysteryWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusNatureWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusNatureWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusScienceWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusScienceWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusSportsWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusSportsWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusThe60Wallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusThe60Wallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ public static System.Drawing.Bitmap Win95PlusTravelWallpaper {
+ get {
+ object obj = ResourceManager.GetObject("Win95PlusTravelWallpaper", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
public static System.Drawing.Bitmap Win95PrintersFolder {
get {
object obj = ResourceManager.GetObject("Win95PrintersFolder", resourceCulture);
diff --git a/Histacom2/Resources/win95plusdangerouscreatureswallpaper.jpg b/Histacom2/Resources/win95plusdangerouscreatureswallpaper.jpg
new file mode 100644
index 0000000..eb31a05
--- /dev/null
+++ b/Histacom2/Resources/win95plusdangerouscreatureswallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusdefaultwallpaper.jpg b/Histacom2/Resources/win95plusdefaultwallpaper.jpg
new file mode 100644
index 0000000..9b1e6cc
--- /dev/null
+++ b/Histacom2/Resources/win95plusdefaultwallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusgoldenerawallpaper.jpg b/Histacom2/Resources/win95plusgoldenerawallpaper.jpg
new file mode 100644
index 0000000..fa7cdb2
--- /dev/null
+++ b/Histacom2/Resources/win95plusgoldenerawallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusleowallpaper.jpg b/Histacom2/Resources/win95plusleowallpaper.jpg
new file mode 100644
index 0000000..e0350fa
--- /dev/null
+++ b/Histacom2/Resources/win95plusleowallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusmorewin.jpg b/Histacom2/Resources/win95plusmorewin.jpg
new file mode 100644
index 0000000..d8e3439
--- /dev/null
+++ b/Histacom2/Resources/win95plusmorewin.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusmysterywallpaper.jpg b/Histacom2/Resources/win95plusmysterywallpaper.jpg
new file mode 100644
index 0000000..7691936
--- /dev/null
+++ b/Histacom2/Resources/win95plusmysterywallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusnaturewallpaper.jpg b/Histacom2/Resources/win95plusnaturewallpaper.jpg
new file mode 100644
index 0000000..1d9e237
--- /dev/null
+++ b/Histacom2/Resources/win95plusnaturewallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plussciencewallpaper.jpg b/Histacom2/Resources/win95plussciencewallpaper.jpg
new file mode 100644
index 0000000..a0d9080
--- /dev/null
+++ b/Histacom2/Resources/win95plussciencewallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plussportswallpaper.jpg b/Histacom2/Resources/win95plussportswallpaper.jpg
new file mode 100644
index 0000000..4425f1a
--- /dev/null
+++ b/Histacom2/Resources/win95plussportswallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plusthe60wallpaper.jpg b/Histacom2/Resources/win95plusthe60wallpaper.jpg
new file mode 100644
index 0000000..e23fe40
--- /dev/null
+++ b/Histacom2/Resources/win95plusthe60wallpaper.jpg
Binary files differ
diff --git a/Histacom2/Resources/win95plustravelwallpaper.jpg b/Histacom2/Resources/win95plustravelwallpaper.jpg
new file mode 100644
index 0000000..ef346da
--- /dev/null
+++ b/Histacom2/Resources/win95plustravelwallpaper.jpg
Binary files differ