From 1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 14 Aug 2017 13:13:53 -0400 Subject: wordpad gui improvement part 1 --- TimeHACK.Main/Resources/wordpad_bold.png | Bin 0 -> 241 bytes TimeHACK.Main/Resources/wordpad_copy.png | Bin 0 -> 286 bytes TimeHACK.Main/Resources/wordpad_cut.png | Bin 0 -> 275 bytes TimeHACK.Main/Resources/wordpad_find.png | Bin 0 -> 285 bytes TimeHACK.Main/Resources/wordpad_italic.png | Bin 0 -> 258 bytes TimeHACK.Main/Resources/wordpad_new.png | Bin 0 -> 238 bytes TimeHACK.Main/Resources/wordpad_open.png | Bin 0 -> 297 bytes TimeHACK.Main/Resources/wordpad_paste.png | Bin 0 -> 334 bytes TimeHACK.Main/Resources/wordpad_print.png | Bin 0 -> 313 bytes TimeHACK.Main/Resources/wordpad_printpreview.png | Bin 0 -> 312 bytes TimeHACK.Main/Resources/wordpad_save.png | Bin 0 -> 261 bytes TimeHACK.Main/Resources/wordpad_underline.png | Bin 0 -> 246 bytes 12 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 TimeHACK.Main/Resources/wordpad_bold.png create mode 100644 TimeHACK.Main/Resources/wordpad_copy.png create mode 100644 TimeHACK.Main/Resources/wordpad_cut.png create mode 100644 TimeHACK.Main/Resources/wordpad_find.png create mode 100644 TimeHACK.Main/Resources/wordpad_italic.png create mode 100644 TimeHACK.Main/Resources/wordpad_new.png create mode 100644 TimeHACK.Main/Resources/wordpad_open.png create mode 100644 TimeHACK.Main/Resources/wordpad_paste.png create mode 100644 TimeHACK.Main/Resources/wordpad_print.png create mode 100644 TimeHACK.Main/Resources/wordpad_printpreview.png create mode 100644 TimeHACK.Main/Resources/wordpad_save.png create mode 100644 TimeHACK.Main/Resources/wordpad_underline.png (limited to 'TimeHACK.Main/Resources') diff --git a/TimeHACK.Main/Resources/wordpad_bold.png b/TimeHACK.Main/Resources/wordpad_bold.png new file mode 100644 index 0000000..b66df82 Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_bold.png differ diff --git a/TimeHACK.Main/Resources/wordpad_copy.png b/TimeHACK.Main/Resources/wordpad_copy.png new file mode 100644 index 0000000..c78e5f7 Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_copy.png differ diff --git a/TimeHACK.Main/Resources/wordpad_cut.png b/TimeHACK.Main/Resources/wordpad_cut.png new file mode 100644 index 0000000..0b354ef Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_cut.png differ diff --git a/TimeHACK.Main/Resources/wordpad_find.png b/TimeHACK.Main/Resources/wordpad_find.png new file mode 100644 index 0000000..21c904e Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_find.png differ diff --git a/TimeHACK.Main/Resources/wordpad_italic.png b/TimeHACK.Main/Resources/wordpad_italic.png new file mode 100644 index 0000000..bc61fd2 Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_italic.png differ diff --git a/TimeHACK.Main/Resources/wordpad_new.png b/TimeHACK.Main/Resources/wordpad_new.png new file mode 100644 index 0000000..b84751c Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_new.png differ diff --git a/TimeHACK.Main/Resources/wordpad_open.png b/TimeHACK.Main/Resources/wordpad_open.png new file mode 100644 index 0000000..8a800db Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_open.png differ diff --git a/TimeHACK.Main/Resources/wordpad_paste.png b/TimeHACK.Main/Resources/wordpad_paste.png new file mode 100644 index 0000000..cd2a2dc Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_paste.png differ diff --git a/TimeHACK.Main/Resources/wordpad_print.png b/TimeHACK.Main/Resources/wordpad_print.png new file mode 100644 index 0000000..0f5c061 Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_print.png differ diff --git a/TimeHACK.Main/Resources/wordpad_printpreview.png b/TimeHACK.Main/Resources/wordpad_printpreview.png new file mode 100644 index 0000000..707f8aa Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_printpreview.png differ diff --git a/TimeHACK.Main/Resources/wordpad_save.png b/TimeHACK.Main/Resources/wordpad_save.png new file mode 100644 index 0000000..8a378b1 Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_save.png differ diff --git a/TimeHACK.Main/Resources/wordpad_underline.png b/TimeHACK.Main/Resources/wordpad_underline.png new file mode 100644 index 0000000..5066755 Binary files /dev/null and b/TimeHACK.Main/Resources/wordpad_underline.png differ -- cgit v1.2.3