From d3a9ebb97a450cc8d6cf6c4b75f8efff2086111b Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 27 Feb 2023 11:21:50 +0000 Subject: [PATCH] image_sources: New palette icons for the OnGuard components. By Roland Hahn. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8748 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../onguard/svg (Roland Hahn)/TOgDateCode.svg | 105 ++++++++ .../svg (Roland Hahn)/TOgDateCode_150.svg | 106 ++++++++ .../svg (Roland Hahn)/TOgDateCode_200.svg | 106 ++++++++ .../onguard/svg (Roland Hahn)/TOgDaysCode.svg | 101 ++++++++ .../svg (Roland Hahn)/TOgDaysCode_150.svg | 101 ++++++++ .../svg (Roland Hahn)/TOgDaysCode_200.svg | 103 ++++++++ .../svg (Roland Hahn)/TOgMakeCodes.svg | 232 ++++++++++++++++++ .../svg (Roland Hahn)/TOgMakeCodes_150.svg | 209 ++++++++++++++++ .../svg (Roland Hahn)/TOgMakeCodes_200.svg | 162 ++++++++++++ .../onguard/svg (Roland Hahn)/TOgMakeKeys.svg | 85 +++++++ .../svg (Roland Hahn)/TOgMakeKeys_150.svg | 87 +++++++ .../svg (Roland Hahn)/TOgMakeKeys_200.svg | 87 +++++++ .../onguard/svg (Roland Hahn)/TOgNetCode.svg | 98 ++++++++ .../svg (Roland Hahn)/TOgNetCode_150.svg | 98 ++++++++ .../svg (Roland Hahn)/TOgNetCode_200.svg | 98 ++++++++ .../svg (Roland Hahn)/TOgProtectExe.svg | 100 ++++++++ .../svg (Roland Hahn)/TOgProtectExe_150.svg | 101 ++++++++ .../svg (Roland Hahn)/TOgProtectExe_200.svg | 101 ++++++++ .../svg (Roland Hahn)/TOgRegistrationCode.svg | 98 ++++++++ .../TOgRegistrationCode_150.svg | 100 ++++++++ .../TOgRegistrationCode_200.svg | 100 ++++++++ .../svg (Roland Hahn)/TOgSerialNumberCode.svg | 95 +++++++ .../TOgSerialNumberCode_150.svg | 96 ++++++++ .../TOgSerialNumberCode_200.svg | 96 ++++++++ .../svg (Roland Hahn)/TOgSpecialCode.svg | 100 ++++++++ .../svg (Roland Hahn)/TOgSpecialCode_150.svg | 101 ++++++++ .../svg (Roland Hahn)/TOgSpecialCode_200.svg | 101 ++++++++ .../svg (Roland Hahn)/TOgUsageCode.svg | 98 ++++++++ .../svg (Roland Hahn)/TOgUsageCode_150.svg | 98 ++++++++ .../svg (Roland Hahn)/TOgUsageCode_200.svg | 99 ++++++++ .../onguard/svg (Roland Hahn)/readme.txt | 6 + 31 files changed, 3268 insertions(+) create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_150.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_200.svg create mode 100644 image_sources/ccr/components/onguard/svg (Roland Hahn)/readme.txt diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode.svg new file mode 100644 index 000000000..ee8c9a8d7 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_150.svg new file mode 100644 index 000000000..8123a701b --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_150.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_200.svg new file mode 100644 index 000000000..3c5c84097 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDateCode_200.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode.svg new file mode 100644 index 000000000..ef7342bf2 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_150.svg new file mode 100644 index 000000000..c9fa48af6 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_150.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_200.svg new file mode 100644 index 000000000..a6463bd20 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgDaysCode_200.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes.svg new file mode 100644 index 000000000..754c36bd5 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_150.svg new file mode 100644 index 000000000..897266ba2 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_150.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_200.svg new file mode 100644 index 000000000..a609ca956 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeCodes_200.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys.svg new file mode 100644 index 000000000..dd10a5f8e --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_150.svg new file mode 100644 index 000000000..60366cd12 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_150.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_200.svg new file mode 100644 index 000000000..e128e8086 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgMakeKeys_200.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode.svg new file mode 100644 index 000000000..438a8228f --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_150.svg new file mode 100644 index 000000000..ebb8dbe66 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_150.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_200.svg new file mode 100644 index 000000000..152722748 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgNetCode_200.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe.svg new file mode 100644 index 000000000..9a9979700 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_150.svg new file mode 100644 index 000000000..15b66b3e0 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_150.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_200.svg new file mode 100644 index 000000000..b59d626a3 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgProtectExe_200.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode.svg new file mode 100644 index 000000000..c2e00a201 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_150.svg new file mode 100644 index 000000000..8b9aa8c41 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_150.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_200.svg new file mode 100644 index 000000000..9902a7cd8 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgRegistrationCode_200.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode.svg new file mode 100644 index 000000000..c8a1c6116 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_150.svg new file mode 100644 index 000000000..168ba99bb --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_150.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_200.svg new file mode 100644 index 000000000..794673436 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSerialNumberCode_200.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode.svg new file mode 100644 index 000000000..a12738db0 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_150.svg new file mode 100644 index 000000000..b9cdb8183 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_150.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_200.svg new file mode 100644 index 000000000..532f883c8 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgSpecialCode_200.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode.svg new file mode 100644 index 000000000..c1d797634 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_150.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_150.svg new file mode 100644 index 000000000..bd61230cf --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_150.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_200.svg b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_200.svg new file mode 100644 index 000000000..05d6c284c --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/TOgUsageCode_200.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/ccr/components/onguard/svg (Roland Hahn)/readme.txt b/image_sources/ccr/components/onguard/svg (Roland Hahn)/readme.txt new file mode 100644 index 000000000..b3aebcf50 --- /dev/null +++ b/image_sources/ccr/components/onguard/svg (Roland Hahn)/readme.txt @@ -0,0 +1,6 @@ +The svg files contained in this folder were kindly provided by +Roland Hahn (https://www.rhsoft.de/). + +License: +Creative Commons CC0 1.0 Universal +(freely available, no restrictions in usage) \ No newline at end of file