From 0c00b5f33c37427228c53794732d513adc862261 Mon Sep 17 00:00:00 2001 From: AShifter Date: Fri, 17 Mar 2017 17:31:41 -0600 Subject: HUGE OVERHAUL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added TimeHACK.Engine - Starting a new engine system to render Operating System borders Made more changes ( ͡° ͜ʖ ͡°) --- TimeHACK.Main/Resources/WinClassic/16Color.png | Bin 0 -> 657 bytes TimeHACK.Main/Resources/WinClassic/256Color.png | Bin 0 -> 264 bytes TimeHACK.Main/Resources/WinClassic/TrueColor.png | Bin 0 -> 284 bytes TimeHACK.Main/Resources/WinClassic/Win95SideBar.png | Bin 0 -> 835 bytes TimeHACK.Main/Resources/WinClassic/Win95Start.wav | Bin 0 -> 270382 bytes TimeHACK.Main/Resources/WinClassic/WinClassicClock.png | Bin 0 -> 221 bytes .../Resources/WinClassic/WinClassicComputer.png | Bin 0 -> 418 bytes .../Resources/WinClassic/WinClassicDocuments.png | Bin 0 -> 346 bytes TimeHACK.Main/Resources/WinClassic/WinClassicFind.png | Bin 0 -> 519 bytes .../Resources/WinClassic/WinClassicFolder.png | Bin 0 -> 285 bytes TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png | Bin 0 -> 468 bytes TimeHACK.Main/Resources/WinClassic/WinClassicIE4.png | Bin 0 -> 534 bytes TimeHACK.Main/Resources/WinClassic/WinClassicInbox.png | Bin 0 -> 614 bytes TimeHACK.Main/Resources/WinClassic/WinClassicMSN.png | Bin 0 -> 557 bytes .../Resources/WinClassic/WinClassicNetworking.png | Bin 0 -> 492 bytes .../Resources/WinClassic/WinClassicOutlook.png | Bin 0 -> 537 bytes .../Resources/WinClassic/WinClassicPrograms.png | Bin 0 -> 377 bytes .../Resources/WinClassic/WinClassicRecycle.png | Bin 0 -> 522 bytes TimeHACK.Main/Resources/WinClassic/WinClassicRun.png | Bin 0 -> 439 bytes .../Resources/WinClassic/WinClassicSettings.png | Bin 0 -> 543 bytes .../Resources/WinClassic/WinClassicShutdown.png | Bin 0 -> 461 bytes TimeHACK.Main/Resources/WinClassic/WinClassicStart.png | Bin 0 -> 380 bytes .../Resources/WinClassic/WinClassicSuspend.png | Bin 0 -> 467 bytes .../Resources/WinClassic/WinClassicTaskBar.png | Bin 0 -> 127 bytes TimeHACK.Main/Resources/WinClassic/WinClassicTime.png | Bin 0 -> 225 bytes .../Resources/WinClassic/Window/BottomLeft.png | Bin 0 -> 173 bytes .../Resources/WinClassic/Window/BottomRight.png | Bin 0 -> 173 bytes .../Resources/WinClassic/Window/BottomSide.png | Bin 0 -> 165 bytes TimeHACK.Main/Resources/WinClassic/Window/LeftSide.png | Bin 0 -> 164 bytes .../Resources/WinClassic/Window/RightSide.png | Bin 0 -> 164 bytes TimeHACK.Main/Resources/WinClassic/Window/TopLeft.png | Bin 0 -> 170 bytes TimeHACK.Main/Resources/WinClassic/Window/TopRight.png | Bin 0 -> 173 bytes TimeHACK.Main/Resources/WinClassic/Window/TopSide.png | Bin 0 -> 165 bytes .../Resources/WinClassic/Window/WinClassicClose.png | Bin 0 -> 236 bytes .../Resources/WinClassic/Window/WinClassicMax.png | Bin 0 -> 206 bytes .../Resources/WinClassic/Window/WinClassicMin.png | Bin 0 -> 201 bytes TimeHACK.Main/Resources/WinClassic/desktop.ini | 3 +++ 37 files changed, 3 insertions(+) create mode 100644 TimeHACK.Main/Resources/WinClassic/16Color.png create mode 100644 TimeHACK.Main/Resources/WinClassic/256Color.png create mode 100644 TimeHACK.Main/Resources/WinClassic/TrueColor.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Win95SideBar.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Win95Start.wav create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicClock.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicComputer.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicFind.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicFolder.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicIE4.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicInbox.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicMSN.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicNetworking.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicRecycle.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicRun.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicStart.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicTaskBar.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicTime.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/BottomLeft.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/BottomRight.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/BottomSide.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/LeftSide.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/RightSide.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/TopLeft.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/TopRight.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/TopSide.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/WinClassicClose.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/WinClassicMax.png create mode 100644 TimeHACK.Main/Resources/WinClassic/Window/WinClassicMin.png create mode 100644 TimeHACK.Main/Resources/WinClassic/desktop.ini (limited to 'TimeHACK.Main/Resources/WinClassic') diff --git a/TimeHACK.Main/Resources/WinClassic/16Color.png b/TimeHACK.Main/Resources/WinClassic/16Color.png new file mode 100644 index 0000000..b8c52d3 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/16Color.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/256Color.png b/TimeHACK.Main/Resources/WinClassic/256Color.png new file mode 100644 index 0000000..76a3b9d Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/256Color.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/TrueColor.png b/TimeHACK.Main/Resources/WinClassic/TrueColor.png new file mode 100644 index 0000000..9447c00 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/TrueColor.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Win95SideBar.png b/TimeHACK.Main/Resources/WinClassic/Win95SideBar.png new file mode 100644 index 0000000..2f0e77b Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Win95SideBar.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Win95Start.wav b/TimeHACK.Main/Resources/WinClassic/Win95Start.wav new file mode 100644 index 0000000..d6ef0e2 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Win95Start.wav differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicClock.png b/TimeHACK.Main/Resources/WinClassic/WinClassicClock.png new file mode 100644 index 0000000..b849b21 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicClock.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicComputer.png b/TimeHACK.Main/Resources/WinClassic/WinClassicComputer.png new file mode 100644 index 0000000..1f280a2 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicComputer.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png b/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png new file mode 100644 index 0000000..ba12cff Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png b/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png new file mode 100644 index 0000000..6003b34 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicFolder.png b/TimeHACK.Main/Resources/WinClassic/WinClassicFolder.png new file mode 100644 index 0000000..0e5e627 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicFolder.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png b/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png new file mode 100644 index 0000000..1f11553 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicIE4.png b/TimeHACK.Main/Resources/WinClassic/WinClassicIE4.png new file mode 100644 index 0000000..f7cfd27 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicIE4.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicInbox.png b/TimeHACK.Main/Resources/WinClassic/WinClassicInbox.png new file mode 100644 index 0000000..c61e969 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicInbox.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicMSN.png b/TimeHACK.Main/Resources/WinClassic/WinClassicMSN.png new file mode 100644 index 0000000..447c478 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicMSN.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicNetworking.png b/TimeHACK.Main/Resources/WinClassic/WinClassicNetworking.png new file mode 100644 index 0000000..283be7b Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicNetworking.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png b/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png new file mode 100644 index 0000000..6b38bfc Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png b/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png new file mode 100644 index 0000000..1e5c4c7 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicRecycle.png b/TimeHACK.Main/Resources/WinClassic/WinClassicRecycle.png new file mode 100644 index 0000000..c046736 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicRecycle.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png b/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png new file mode 100644 index 0000000..02759e9 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png b/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png new file mode 100644 index 0000000..f8ba721 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png b/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png new file mode 100644 index 0000000..b130f45 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicStart.png b/TimeHACK.Main/Resources/WinClassic/WinClassicStart.png new file mode 100644 index 0000000..73a26a2 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicStart.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png b/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png new file mode 100644 index 0000000..fcd0a8b Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicTaskBar.png b/TimeHACK.Main/Resources/WinClassic/WinClassicTaskBar.png new file mode 100644 index 0000000..24912cf Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicTaskBar.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicTime.png b/TimeHACK.Main/Resources/WinClassic/WinClassicTime.png new file mode 100644 index 0000000..bb7e519 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicTime.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/BottomLeft.png b/TimeHACK.Main/Resources/WinClassic/Window/BottomLeft.png new file mode 100644 index 0000000..97e40c2 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/BottomLeft.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/BottomRight.png b/TimeHACK.Main/Resources/WinClassic/Window/BottomRight.png new file mode 100644 index 0000000..14a486d Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/BottomRight.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/BottomSide.png b/TimeHACK.Main/Resources/WinClassic/Window/BottomSide.png new file mode 100644 index 0000000..97bbc89 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/BottomSide.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/LeftSide.png b/TimeHACK.Main/Resources/WinClassic/Window/LeftSide.png new file mode 100644 index 0000000..205c2b1 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/LeftSide.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/RightSide.png b/TimeHACK.Main/Resources/WinClassic/Window/RightSide.png new file mode 100644 index 0000000..d51dbd2 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/RightSide.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/TopLeft.png b/TimeHACK.Main/Resources/WinClassic/Window/TopLeft.png new file mode 100644 index 0000000..056f8d1 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/TopLeft.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/TopRight.png b/TimeHACK.Main/Resources/WinClassic/Window/TopRight.png new file mode 100644 index 0000000..b8c78fb Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/TopRight.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/TopSide.png b/TimeHACK.Main/Resources/WinClassic/Window/TopSide.png new file mode 100644 index 0000000..01f5d79 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/TopSide.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/WinClassicClose.png b/TimeHACK.Main/Resources/WinClassic/Window/WinClassicClose.png new file mode 100644 index 0000000..f3900e9 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/WinClassicClose.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/WinClassicMax.png b/TimeHACK.Main/Resources/WinClassic/Window/WinClassicMax.png new file mode 100644 index 0000000..fabb8ba Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/WinClassicMax.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/Window/WinClassicMin.png b/TimeHACK.Main/Resources/WinClassic/Window/WinClassicMin.png new file mode 100644 index 0000000..f6d3f73 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/Window/WinClassicMin.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/desktop.ini b/TimeHACK.Main/Resources/WinClassic/desktop.ini new file mode 100644 index 0000000..00ae697 --- /dev/null +++ b/TimeHACK.Main/Resources/WinClassic/desktop.ini @@ -0,0 +1,3 @@ +[LocalizedFileNames] +settings pic start.png=@settings pic start.png,0 +windows 95 sidemenustart.bmp=@windows 95 sidemenustart.bmp,0 -- cgit v1.2.3