From cfd245999971496cf445b35be0d83019c12a3025 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Fri, 28 Apr 2017 22:49:32 +0100 Subject: Pretty much started my WordPad Application Just need to add some non-Designer related code next --- TimeHACK.Main/Resources/WinClassic/WinClassicCopy.png | Bin 0 -> 254 bytes TimeHACK.Main/Resources/WinClassic/WinClassicCut.png | Bin 0 -> 254 bytes TimeHACK.Main/Resources/WinClassic/WinClassicNew.png | Bin 0 -> 191 bytes TimeHACK.Main/Resources/WinClassic/WinClassicPaste.png | Bin 0 -> 288 bytes TimeHACK.Main/Resources/WinClassic/WinClassicUndo.png | Bin 0 -> 216 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicCopy.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicCut.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicNew.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicPaste.png create mode 100644 TimeHACK.Main/Resources/WinClassic/WinClassicUndo.png (limited to 'TimeHACK.Main/Resources') diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicCopy.png b/TimeHACK.Main/Resources/WinClassic/WinClassicCopy.png new file mode 100644 index 0000000..d497ff9 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicCopy.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicCut.png b/TimeHACK.Main/Resources/WinClassic/WinClassicCut.png new file mode 100644 index 0000000..ab1e962 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicCut.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicNew.png b/TimeHACK.Main/Resources/WinClassic/WinClassicNew.png new file mode 100644 index 0000000..c7131e3 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicNew.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicPaste.png b/TimeHACK.Main/Resources/WinClassic/WinClassicPaste.png new file mode 100644 index 0000000..44fccfc Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicPaste.png differ diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicUndo.png b/TimeHACK.Main/Resources/WinClassic/WinClassicUndo.png new file mode 100644 index 0000000..b4c56f7 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/WinClassicUndo.png differ -- cgit v1.2.3