From 2d1fae7058c5bc776d1393bf12f412561db3523f Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 29 Apr 2023 18:07:50 +0000 Subject: [PATCH] Image_sources: qt6 restriction icon, several modified general-purpose motifs (print, window). By Roland Hahn. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8817 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../propertygrid/issue_qt6.svg | 71 ++++++++++++++ .../propertygrid/issue_qt6_150.svg | 68 +++++++++++++ .../propertygrid/issue_qt6_200.svg | 68 +++++++++++++ .../svg (Roland Hahn)/Print_07_16.svg | 84 ++++++++++++++++ .../svg (Roland Hahn)/Print_07_24.svg | 86 ++++++++++++++++ .../svg (Roland Hahn)/Print_07_32.svg | 81 ++++++++++++++++ .../svg (Roland Hahn)/Print_07_36.svg | 82 ++++++++++++++++ .../svg (Roland Hahn)/Print_07_48.svg | 85 ++++++++++++++++ .../svg (Roland Hahn)/Print_07_64.svg | 84 ++++++++++++++++ .../svg (Roland Hahn)/Window_11_16.svg | 49 ++++++++++ .../svg (Roland Hahn)/Window_11_24.svg | 51 ++++++++++ .../svg (Roland Hahn)/Window_11_32.svg | 51 ++++++++++ .../svg (Roland Hahn)/Window_11_36.svg | 51 ++++++++++ .../svg (Roland Hahn)/Window_11_48.svg | 51 ++++++++++ .../svg (Roland Hahn)/Window_11_64.svg | 51 ++++++++++ .../svg (Roland Hahn)/Window_12_16.svg | 85 ++++++++++++++++ .../svg (Roland Hahn)/Window_12_24.svg | 91 +++++++++++++++++ .../svg (Roland Hahn)/Window_12_32.svg | 91 +++++++++++++++++ .../svg (Roland Hahn)/Window_12_36.svg | 91 +++++++++++++++++ .../svg (Roland Hahn)/Window_12_48.svg | 91 +++++++++++++++++ .../svg (Roland Hahn)/Window_12_64.svg | 97 +++++++++++++++++++ .../svg (Roland Hahn)/Window_13_16.svg | 57 +++++++++++ .../svg (Roland Hahn)/Window_13_24.svg | 61 ++++++++++++ .../svg (Roland Hahn)/Window_13_32.svg | 56 +++++++++++ .../svg (Roland Hahn)/Window_13_36.svg | 56 +++++++++++ .../svg (Roland Hahn)/Window_13_48.svg | 59 +++++++++++ .../svg (Roland Hahn)/Window_13_64.svg | 56 +++++++++++ .../svg (Roland Hahn)/Window_14_16.svg | 74 ++++++++++++++ .../svg (Roland Hahn)/Window_14_24.svg | 76 +++++++++++++++ .../svg (Roland Hahn)/Window_14_32.svg | 76 +++++++++++++++ .../svg (Roland Hahn)/Window_14_36.svg | 76 +++++++++++++++ .../svg (Roland Hahn)/Window_14_48.svg | 76 +++++++++++++++ .../svg (Roland Hahn)/Window_14_64.svg | 76 +++++++++++++++ .../svg (Roland Hahn)/Window_15_16.svg | 66 +++++++++++++ .../svg (Roland Hahn)/Window_15_24.svg | 68 +++++++++++++ .../svg (Roland Hahn)/Window_15_32.svg | 68 +++++++++++++ .../svg (Roland Hahn)/Window_15_36.svg | 68 +++++++++++++ .../svg (Roland Hahn)/Window_15_48.svg | 68 +++++++++++++ .../svg (Roland Hahn)/Window_15_64.svg | 68 +++++++++++++ .../svg (Roland Hahn)/Window_16_16.svg | 81 ++++++++++++++++ .../svg (Roland Hahn)/Window_16_24.svg | 83 ++++++++++++++++ .../svg (Roland Hahn)/Window_16_32.svg | 83 ++++++++++++++++ .../svg (Roland Hahn)/Window_16_36.svg | 83 ++++++++++++++++ .../svg (Roland Hahn)/Window_16_48.svg | 83 ++++++++++++++++ .../svg (Roland Hahn)/Window_16_64.svg | 83 ++++++++++++++++ 45 files changed, 3260 insertions(+) create mode 100644 image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6.svg create mode 100644 image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_150.svg create mode 100644 image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_200.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_64.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_16.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_24.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_32.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_36.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_48.svg create mode 100644 image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_64.svg diff --git a/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6.svg b/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6.svg new file mode 100644 index 000000000..83d2f6652 --- /dev/null +++ b/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + diff --git a/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_150.svg b/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_150.svg new file mode 100644 index 000000000..5d26753fe --- /dev/null +++ b/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_150.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_200.svg b/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_200.svg new file mode 100644 index 000000000..688f64076 --- /dev/null +++ b/image_sources/lazarus/components/ideintf/svg (Roland Hahn)/propertygrid/issue_qt6_200.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_16.svg new file mode 100644 index 000000000..c715063f1 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_16.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_24.svg new file mode 100644 index 000000000..3cc2dade6 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_24.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_32.svg new file mode 100644 index 000000000..644e9da41 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_32.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_36.svg new file mode 100644 index 000000000..7eaf6d16c --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_36.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_48.svg new file mode 100644 index 000000000..29537ad8c --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_48.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_64.svg new file mode 100644 index 000000000..870ba318a --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Print_07_64.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_16.svg new file mode 100644 index 000000000..19aa699fb --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_16.svg @@ -0,0 +1,49 @@ + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_24.svg new file mode 100644 index 000000000..fc956301f --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_24.svg @@ -0,0 +1,51 @@ + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_32.svg new file mode 100644 index 000000000..5478876fd --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_32.svg @@ -0,0 +1,51 @@ + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_36.svg new file mode 100644 index 000000000..d22baffec --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_36.svg @@ -0,0 +1,51 @@ + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_48.svg new file mode 100644 index 000000000..227b2fd2d --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_48.svg @@ -0,0 +1,51 @@ + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_64.svg new file mode 100644 index 000000000..858429727 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_11_64.svg @@ -0,0 +1,51 @@ + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_16.svg new file mode 100644 index 000000000..367b8592f --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_16.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_24.svg new file mode 100644 index 000000000..ac5887a2b --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_24.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_32.svg new file mode 100644 index 000000000..42c5a3082 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_32.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_36.svg new file mode 100644 index 000000000..31a564915 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_36.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_48.svg new file mode 100644 index 000000000..70c480f62 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_48.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_64.svg new file mode 100644 index 000000000..ffa5293b3 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_12_64.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_16.svg new file mode 100644 index 000000000..b50fef989 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_16.svg @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_24.svg new file mode 100644 index 000000000..4d6ab5521 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_24.svg @@ -0,0 +1,61 @@ + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_32.svg new file mode 100644 index 000000000..3d508176b --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_32.svg @@ -0,0 +1,56 @@ + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_36.svg new file mode 100644 index 000000000..a8b5f274c --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_36.svg @@ -0,0 +1,56 @@ + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_48.svg new file mode 100644 index 000000000..2c864bbe4 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_48.svg @@ -0,0 +1,59 @@ + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_64.svg new file mode 100644 index 000000000..532c18bc5 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_13_64.svg @@ -0,0 +1,56 @@ + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_16.svg new file mode 100644 index 000000000..2f84a53fe --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_16.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_24.svg new file mode 100644 index 000000000..c4b6bc3c2 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_24.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_32.svg new file mode 100644 index 000000000..71976440d --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_32.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_36.svg new file mode 100644 index 000000000..56b3c98de --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_36.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_48.svg new file mode 100644 index 000000000..f435df63f --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_48.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_64.svg new file mode 100644 index 000000000..bf2900db5 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_14_64.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_16.svg new file mode 100644 index 000000000..7eeafec66 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_16.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_24.svg new file mode 100644 index 000000000..61ea510b1 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_24.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_32.svg new file mode 100644 index 000000000..d7d2a8a67 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_32.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_36.svg new file mode 100644 index 000000000..6fbf16e09 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_36.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_48.svg new file mode 100644 index 000000000..3460db61a --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_48.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_64.svg new file mode 100644 index 000000000..2300e6482 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_15_64.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_16.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_16.svg new file mode 100644 index 000000000..aaf8aa941 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_16.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_24.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_24.svg new file mode 100644 index 000000000..d796e0044 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_24.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_32.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_32.svg new file mode 100644 index 000000000..0519af97e --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_32.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_36.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_36.svg new file mode 100644 index 000000000..51d1b84df --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_36.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_48.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_48.svg new file mode 100644 index 000000000..f997fcfae --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_48.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_64.svg b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_64.svg new file mode 100644 index 000000000..00bf983f7 --- /dev/null +++ b/image_sources/lazarus/images/general_purpose/svg (Roland Hahn)/Window_16_64.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + +