From 0f254e9880d53d51d3a363e9fe14be1c309c58fc Mon Sep 17 00:00:00 2001 From: OlgunR Date: Fri, 22 Aug 2025 14:28:22 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Automatisches=20L=C3=B6schen=20von=20Logdat?= =?UTF-8?q?eien=20-=20frmGrundeinstellungen,=20frmStart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vs/ToolCollection/v17/.wsuo | Bin 0 -> 10240 bytes .../v17/DocumentLayout.backup.json | 183 ++++++++++++++++++ .vs/ToolCollection/v17/DocumentLayout.json | 183 ++++++++++++++++++ .../v17/ResourceExplorer/settings.json | 14 ++ NIService/.vs/NIService.csproj.dtbcache.json | 1 + ToolCollection.sln | 5 +- .../.vs/ToolCollection.vbproj.dtbcache.json | 1 + ToolCollection/ClassDIProfile.vb | 4 + ToolCollection/ClassNIProfile.vb | 4 + ToolCollection/My Project/AssemblyInfo.vb | 4 +- .../My Project/Settings.Designer.vb | 59 +++++- ToolCollection/My Project/Settings.settings | 12 ++ ToolCollection/ToolCollection.vbproj | 15 +- ToolCollection/app.config | 12 ++ .../frmGrundeinstellungen.Designer.vb | 67 ++++++- ToolCollection/frmGrundeinstellungen.vb | 84 +++++++- ToolCollection/frmStart.Designer.vb | 31 ++- ToolCollection/frmStart.resx | 5 +- ToolCollection/frmStart.vb | 123 ++++++++++-- 19 files changed, 762 insertions(+), 45 deletions(-) create mode 100644 .vs/ToolCollection/v17/.wsuo create mode 100644 .vs/ToolCollection/v17/DocumentLayout.backup.json create mode 100644 .vs/ToolCollection/v17/DocumentLayout.json create mode 100644 .vs/ToolCollection/v17/ResourceExplorer/settings.json create mode 100644 NIService/.vs/NIService.csproj.dtbcache.json create mode 100644 ToolCollection/.vs/ToolCollection.vbproj.dtbcache.json diff --git a/.vs/ToolCollection/v17/.wsuo b/.vs/ToolCollection/v17/.wsuo new file mode 100644 index 0000000000000000000000000000000000000000..51b25122a2b3678a28e50e46805f9dd7e9cb4d5e GIT binary patch literal 10240 zcmeHNTW=dh6h2NVrQFLUKqwHQ2=##tzSWmJR3S}(3PMVpCJ2lwdw0{Ob?nG?C>1Kt zh#$Z!@Dq>_PdxM=q)!!ymmu-R1HXWT@0<0kC$7C-uiMZHA8Wj`vorI}oHOUlnX`Lq z=fv(0KTiB19dt&H$lm^OdDtkA8F_hH;l2bQIVUsEP!L8`dc ziCg`NM)sH^q*N#y@ACxAT1r;DCy<*DP3BmV@_Gf0#*%TC}* zQ8GWG2af}XssFc%7k&M|c?^pNr1kGG_5W4ij`Ux#-`8{61KI)V@w3Ql{ic|-ZfpIg zz3H~npF=rqLAPh4vip+*lx?@9M|#01)6Y7u_a{gGU!z)* zGQ6)v_#JgQ3-5P5|G{&B=2~!V?pzPB#dWCrn+IkYKG-Gv==ZHDug{jtxNGQ20oTb0{wIAZ+DcL<{v5{OVhmT| zjnK&#x{N5<@;|9_l!5BB&mVn0%8WFJo@+qc1ZExAuzs)CTI3|~dG6D8 zUzZ16C-Cr8tHO$s{#E$^b8TSl6~KA=;7zfWXWUN)lt1?_+N-ehe+hLtUeYR1R}>E_ zSO+zn0t#v!e2($h$n_(x|A$cN2vS)57g3jONb|ttOgDi=-CI*KcTjo_zEKUM+d%0C za@8)<7l{L3ucxs1Tzk6&2bp+_kVO^A(}Zbg;opSavh zNCnK^Zh3*^xudv0jq(~S1J6d@+^4ZZY8acN?8CO=72BVQpnoUPPRoA~eA=ldG^Vcj zL>nP88v*|nwA1G=WQQj5UDKeQ1M-AvuF12qtfT7_MU zOG2jAe^Aey%iW-##{Syb`}5b|2JLIJ)M&c(_y3OC{@d@4P1skWw;y!8o%K6?a(#ao z{y(us^xtxTc3>DC8n!*{;4t{K<80sVV`~<-p=sFhhXx9$sLw)Xm0`-ve(rTXW^g_V zmiB|Av}GI0{VSvenUNxP>I%G9dWXxnt-{JoBAK6w&wQC!x0CUtleV06Ji$I} zE1yfHt<&XXB6m8QE|)Xe8(xD{e82|DoNAEBILTx_X}PJaW2Fv{H;B)`rdjNW}?6V*7{r@+uN}c$856`&UmcJVZp^ISt1HXUg ziB-pcy5V~fa7LmW^*ut+co6?k-!t$XNZ9%F{aG)3N}c-1^{|bYOTQQ-=g&Qy@(hbl zY#smToPQhtI-(4Wh*nU$H);O!n}V?TLGkxRaD5Y~{0_y8jr3XtZ$^+meXf<(lsf0{ zVKUC=eF^e5R^pcO2Kjx4S88&D^5?uYna_IV`EFJFy^J<9^3G@?eNG}Tql|KAJoqE5 t0=}2vyOD+;18eu3i=h7||Jyx9%Z=hc!^MB7x8654c!wGx{xod-=wHi~cF_O; literal 0 HcmV?d00001 diff --git a/.vs/ToolCollection/v17/DocumentLayout.backup.json b/.vs/ToolCollection/v17/DocumentLayout.backup.json new file mode 100644 index 0000000..669455b --- /dev/null +++ b/.vs/ToolCollection/v17/DocumentLayout.backup.json @@ -0,0 +1,183 @@ +{ + "Version": 1, + "WorkspaceRootPath": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\classniprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\classniprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\classdiprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\classdiprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form" + }, + { + "AbsoluteMoniker": "D:0:0:{00000000-0000-0000-0000-000000000000}|\u003CSolution\u003E|ToolCollection||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 218, + "DocumentGroups": [ + { + "DockedWidth": 346, + "SelectedChildIndex": 4, + "Children": [ + { + "$type": "Bookmark", + "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" + }, + { + "$type": "Bookmark", + "Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "frmDIProfilEigenschaften.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmDIProfilEigenschaften.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb", + "RelativeToolTip": "ToolCollection\\frmDIProfilEigenschaften.vb", + "ViewState": "AgIAACEAAAAAAAAAAAAkwDkAAAAUAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T11:28:48.286Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 3, + "Title": "ClassDIProfile.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassDIProfile.vb", + "RelativeDocumentMoniker": "ToolCollection\\ClassDIProfile.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassDIProfile.vb", + "RelativeToolTip": "ToolCollection\\ClassDIProfile.vb", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAATAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T11:22:13.955Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 2, + "Title": "ClassNIProfile.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassNIProfile.vb", + "RelativeDocumentMoniker": "ToolCollection\\ClassNIProfile.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassNIProfile.vb", + "RelativeToolTip": "ToolCollection\\ClassNIProfile.vb", + "ViewState": "AgIAAE8BAAAAAAAAAAAswGABAAAaAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T11:10:12.114Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 1, + "Title": "frmDIProfilEigenschaften.vb [Design]", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmDIProfilEigenschaften.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb [Design]", + "RelativeToolTip": "ToolCollection\\frmDIProfilEigenschaften.vb [Design]", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T08:59:12.284Z", + "EditorCaption": " [Design]" + }, + { + "$type": "Document", + "DocumentIndex": 5, + "Title": "frmGrundeinstellungen.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmGrundeinstellungen.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb", + "RelativeToolTip": "ToolCollection\\frmGrundeinstellungen.vb", + "ViewState": "AgIAAAAAAAAAAAAAAAA6wB8AAAAlAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-18T14:19:07.876Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 6, + "Title": "frmGrundeinstellungen.vb [Design]", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmGrundeinstellungen.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb [Design]", + "RelativeToolTip": "ToolCollection\\frmGrundeinstellungen.vb [Design]", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-18T14:18:51.519Z", + "EditorCaption": " [Design]" + }, + { + "$type": "Document", + "DocumentIndex": 7, + "Title": "ToolCollection", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ToolCollection.vbproj", + "RelativeDocumentMoniker": "ToolCollection\\ToolCollection.vbproj", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ToolCollection.vbproj", + "RelativeToolTip": "ToolCollection\\ToolCollection.vbproj", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|", + "WhenOpened": "2025-08-12T15:03:44.977Z" + }, + { + "$type": "Document", + "DocumentIndex": 8, + "Title": "frmStart.vb [Design]", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmStart.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb [Design]", + "RelativeToolTip": "ToolCollection\\frmStart.vb [Design]", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-04T07:24:06.739Z", + "EditorCaption": " [Design]" + }, + { + "$type": "Document", + "DocumentIndex": 4, + "Title": "frmStart.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmStart.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb", + "RelativeToolTip": "ToolCollection\\frmStart.vb", + "ViewState": "AgIAAPwBAAAAAAAAAAAAwBACAAAEAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-06-06T11:33:03.083Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/.vs/ToolCollection/v17/DocumentLayout.json b/.vs/ToolCollection/v17/DocumentLayout.json new file mode 100644 index 0000000..669455b --- /dev/null +++ b/.vs/ToolCollection/v17/DocumentLayout.json @@ -0,0 +1,183 @@ +{ + "Version": 1, + "WorkspaceRootPath": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmdiprofileigenschaften.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\classniprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\classniprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\classdiprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\classdiprofile.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|e:\\olgunr\\visual studio\\git\\3_functionalmodule\\toolcollection\\toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmgrundeinstellungen.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form" + }, + { + "AbsoluteMoniker": "D:0:0:{00000000-0000-0000-0000-000000000000}|\u003CSolution\u003E|ToolCollection||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|" + }, + { + "AbsoluteMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form", + "RelativeMoniker": "D:0:0:{AC6B3398-DE0E-4580-9422-6E4D97FA4494}|ToolCollection\\ToolCollection.vbproj|solutionrelative:toolcollection\\frmstart.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}|Form" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 218, + "DocumentGroups": [ + { + "DockedWidth": 346, + "SelectedChildIndex": 4, + "Children": [ + { + "$type": "Bookmark", + "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" + }, + { + "$type": "Bookmark", + "Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "frmDIProfilEigenschaften.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmDIProfilEigenschaften.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb", + "RelativeToolTip": "ToolCollection\\frmDIProfilEigenschaften.vb", + "ViewState": "AgIAACEAAAAAAAAAAAAkwDkAAAAUAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T11:28:48.286Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 3, + "Title": "ClassDIProfile.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassDIProfile.vb", + "RelativeDocumentMoniker": "ToolCollection\\ClassDIProfile.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassDIProfile.vb", + "RelativeToolTip": "ToolCollection\\ClassDIProfile.vb", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAATAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T11:22:13.955Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 2, + "Title": "ClassNIProfile.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassNIProfile.vb", + "RelativeDocumentMoniker": "ToolCollection\\ClassNIProfile.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ClassNIProfile.vb", + "RelativeToolTip": "ToolCollection\\ClassNIProfile.vb", + "ViewState": "AgIAAE8BAAAAAAAAAAAswGABAAAaAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T11:10:12.114Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 1, + "Title": "frmDIProfilEigenschaften.vb [Design]", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmDIProfilEigenschaften.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmDIProfilEigenschaften.vb [Design]", + "RelativeToolTip": "ToolCollection\\frmDIProfilEigenschaften.vb [Design]", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-20T08:59:12.284Z", + "EditorCaption": " [Design]" + }, + { + "$type": "Document", + "DocumentIndex": 5, + "Title": "frmGrundeinstellungen.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmGrundeinstellungen.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb", + "RelativeToolTip": "ToolCollection\\frmGrundeinstellungen.vb", + "ViewState": "AgIAAAAAAAAAAAAAAAA6wB8AAAAlAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-18T14:19:07.876Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 6, + "Title": "frmGrundeinstellungen.vb [Design]", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmGrundeinstellungen.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmGrundeinstellungen.vb [Design]", + "RelativeToolTip": "ToolCollection\\frmGrundeinstellungen.vb [Design]", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-18T14:18:51.519Z", + "EditorCaption": " [Design]" + }, + { + "$type": "Document", + "DocumentIndex": 7, + "Title": "ToolCollection", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ToolCollection.vbproj", + "RelativeDocumentMoniker": "ToolCollection\\ToolCollection.vbproj", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\ToolCollection.vbproj", + "RelativeToolTip": "ToolCollection\\ToolCollection.vbproj", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|", + "WhenOpened": "2025-08-12T15:03:44.977Z" + }, + { + "$type": "Document", + "DocumentIndex": 8, + "Title": "frmStart.vb [Design]", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmStart.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb [Design]", + "RelativeToolTip": "ToolCollection\\frmStart.vb [Design]", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-08-04T07:24:06.739Z", + "EditorCaption": " [Design]" + }, + { + "$type": "Document", + "DocumentIndex": 4, + "Title": "frmStart.vb", + "DocumentMoniker": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb", + "RelativeDocumentMoniker": "ToolCollection\\frmStart.vb", + "ToolTip": "E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\frmStart.vb", + "RelativeToolTip": "ToolCollection\\frmStart.vb", + "ViewState": "AgIAAPwBAAAAAAAAAAAAwBACAAAEAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|", + "WhenOpened": "2025-06-06T11:33:03.083Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/.vs/ToolCollection/v17/ResourceExplorer/settings.json b/.vs/ToolCollection/v17/ResourceExplorer/settings.json new file mode 100644 index 0000000..ca0a9cc --- /dev/null +++ b/.vs/ToolCollection/v17/ResourceExplorer/settings.json @@ -0,0 +1,14 @@ +{ + "ShowEmptyProjects": false, + "SelectedGroups": [], + "ExpandedProjects": [], + "EnableSpellChecker": true, + "ColumnOrder": [ + "name", + "type" + ], + "VisibleColumnKeys": [ + "name", + "neutral-value" + ] +} \ No newline at end of file diff --git a/NIService/.vs/NIService.csproj.dtbcache.json b/NIService/.vs/NIService.csproj.dtbcache.json new file mode 100644 index 0000000..4517499 --- /dev/null +++ b/NIService/.vs/NIService.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\NIService","ProjectFileName":"NIService.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Service1.cs"},{"SourceFile":"Service1.Designer.cs"},{"SourceFile":"Program.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Net.Http.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.ServiceProcess.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\NIService\\bin\\Debug\\NIService.exe","OutputItemRelativePath":"NIService.exe"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/ToolCollection.sln b/ToolCollection.sln index 986b94d..2cd8e2e 100644 --- a/ToolCollection.sln +++ b/ToolCollection.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31005.135 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36203.30 d17.14 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ToolCollection", "ToolCollection\ToolCollection.vbproj", "{AC6B3398-DE0E-4580-9422-6E4D97FA4494}" EndProject @@ -20,6 +20,7 @@ Global EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {AC6B3398-DE0E-4580-9422-6E4D97FA4494}.Debug|Any CPU.ActiveCfg = Debug|x86 + {AC6B3398-DE0E-4580-9422-6E4D97FA4494}.Debug|Any CPU.Build.0 = Debug|x86 {AC6B3398-DE0E-4580-9422-6E4D97FA4494}.Debug|x64.ActiveCfg = Debug|x64 {AC6B3398-DE0E-4580-9422-6E4D97FA4494}.Debug|x64.Build.0 = Debug|x64 {AC6B3398-DE0E-4580-9422-6E4D97FA4494}.Debug|x86.ActiveCfg = Debug|x86 diff --git a/ToolCollection/.vs/ToolCollection.vbproj.dtbcache.json b/ToolCollection/.vs/ToolCollection.vbproj.dtbcache.json new file mode 100644 index 0000000..c8a2450 --- /dev/null +++ b/ToolCollection/.vs/ToolCollection.vbproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection","ProjectFileName":"ToolCollection.vbproj","Configuration":"Debug|x86","FrameworkPath":"","Sources":[{"SourceFile":"ApplicationEvents.vb"},{"SourceFile":"ClassActiveDirectory.vb"},{"SourceFile":"ClassDI.vb"},{"SourceFile":"ClassDIHelpers.vb"},{"SourceFile":"ClassDIKonfiguration.vb"},{"SourceFile":"ClassDIProfil.vb"},{"SourceFile":"ClassDIProfile.vb"},{"SourceFile":"ClassDIRegel.vb"},{"SourceFile":"ClassDIRegeln.vb"},{"SourceFile":"ClassLDAP.vb"},{"SourceFile":"ClassLicense.vb"},{"SourceFile":"ClassLicenseManager.vb"},{"SourceFile":"ClassLicenses.vb"},{"SourceFile":"ClassLoggerDI.vb"},{"SourceFile":"ClassLoggerService.vb"},{"SourceFile":"ClassMI_Profile.vb"},{"SourceFile":"ClassMoveRename.vb"},{"SourceFile":"ClassMoveRenameLogger.vb"},{"SourceFile":"ClassMO_RE.vb"},{"SourceFile":"ClassNIDatenbankzugriff.vb"},{"SourceFile":"ClassNIProfil.vb"},{"SourceFile":"ClassNIProfile.vb"},{"SourceFile":"ClassNIVerknüpfung.vb"},{"SourceFile":"ClassNIVerknüpfungen.vb"},{"SourceFile":"ClassNIWindream.vb"},{"SourceFile":"ClassStopwatch.vb"},{"SourceFile":"ClassWD_Rechte.vb"},{"SourceFile":"ClassWindream_allgemein.vb"},{"SourceFile":"ClassxmlZugriff.vb"},{"SourceFile":"ClassSQLITE.vb"},{"SourceFile":"clsHelper.vb"},{"SourceFile":"clsLogger.vb"},{"SourceFile":"clsNIFulltext.vb"},{"SourceFile":"clsNI_DB.vb"},{"SourceFile":"clsNI_WorkFile.vb"},{"SourceFile":"DSNachbearbeitung.Designer.vb"},{"SourceFile":"DSNachbearbeitung.vb"},{"SourceFile":"DS_More.Designer.vb"},{"SourceFile":"frmApplicationLog.Designer.vb"},{"SourceFile":"frmApplicationLog.vb"},{"SourceFile":"frmDIRegex.Designer.vb"},{"SourceFile":"frmDIRegex.vb"},{"SourceFile":"frmGrundeinstellungen.Designer.vb"},{"SourceFile":"frmGrundeinstellungen.vb"},{"SourceFile":"frmMORE_Verwaltung.Designer.vb"},{"SourceFile":"frmMORE_Verwaltung.vb"},{"SourceFile":"frmNIMoveRenameNamenkonvention.designer.vb"},{"SourceFile":"frmNIMoveRenameNamenkonvention.vb"},{"SourceFile":"frmNB_AD.Designer.vb"},{"SourceFile":"frmNB_AD.vb"},{"SourceFile":"frmNB_AD_add.Designer.vb"},{"SourceFile":"frmNB_AD_add.vb"},{"SourceFile":"frmNIMoveRename.Designer.vb"},{"SourceFile":"frmNIMoveRename.vb"},{"SourceFile":"frmNIVerknuepfungen.Designer.vb"},{"SourceFile":"frmNIVerknuepfungen.vb"},{"SourceFile":"frmreadLog.Designer.vb"},{"SourceFile":"frmreadLog.vb"},{"SourceFile":"frmStart.Designer.vb"},{"SourceFile":"frmStart.vb"},{"SourceFile":"frmabout.Designer.vb"},{"SourceFile":"frmabout.vb"},{"SourceFile":"frmDIHauptseite.Designer.vb"},{"SourceFile":"frmDIHauptseite.vb"},{"SourceFile":"frmDIProfilEigenschaften.Designer.vb"},{"SourceFile":"frmDIProfilEigenschaften.vb"},{"SourceFile":"frmDIProfilHinzufuegen.Designer.vb"},{"SourceFile":"frmDIProfilHinzufuegen.vb"},{"SourceFile":"frmDIRegelAssistent.Designer.vb"},{"SourceFile":"frmDIRegelAssistent.vb"},{"SourceFile":"frmDIRegelverwaltung.Designer.vb"},{"SourceFile":"frmDIRegelverwaltung.vb"},{"SourceFile":"frmLogin_DI.Designer.vb"},{"SourceFile":"frmLogin_DI.vb"},{"SourceFile":"frmLogin_NI.Designer.vb"},{"SourceFile":"frmLogin_NI.vb"},{"SourceFile":"frmMIProfileigenschaften.Designer.vb"},{"SourceFile":"frmMIProfileigenschaften.vb"},{"SourceFile":"frmMI_Profilhinzufuegen.Designer.vb"},{"SourceFile":"frmMI_Profilhinzufuegen.vb"},{"SourceFile":"frmNIHauptseite.Designer.vb"},{"SourceFile":"frmNIHauptseite.vb"},{"SourceFile":"frmNIProfilhinzufuegen.Designer.vb"},{"SourceFile":"frmNIProfilhinzufuegen.vb"},{"SourceFile":"frmNI_SQLTest.Designer.vb"},{"SourceFile":"frmNI_SQLTest.vb"},{"SourceFile":"frmLizenzmanager.Designer.vb"},{"SourceFile":"frmLizenzmanager.vb"},{"SourceFile":"frmNIProfileigenschaften.Designer.vb"},{"SourceFile":"frmNIProfileigenschaften.vb"},{"SourceFile":"frmMIParameterHinzufügen.Designer.vb"},{"SourceFile":"frmMIParameterHinzufügen.vb"},{"SourceFile":"frmPWChange.Designer.vb"},{"SourceFile":"frmPWChange.vb"},{"SourceFile":"ClassMoReDokumentarten.vb"},{"SourceFile":"ClassMoReDokumentart.vb"},{"SourceFile":"ClassMoReKonfiguration.vb"},{"SourceFile":"frmUebersicht.Designer.vb"},{"SourceFile":"frmUebersicht.vb"},{"SourceFile":"modSaveTreeView.vb"},{"SourceFile":"ModuleCURRENT.vb"},{"SourceFile":"ModuleSettings.vb"},{"SourceFile":"ModuleStopwatch.vb"},{"SourceFile":"My Project\\AssemblyInfo.vb"},{"SourceFile":"My Project\\Application.Designer.vb"},{"SourceFile":"My Project\\Resources.Designer.vb"},{"SourceFile":"My Project\\Settings.Designer.vb"},{"SourceFile":"MyDataset.Designer.vb"},{"SourceFile":"ProjectInstaller.Designer.vb"},{"SourceFile":"ProjectInstaller.vb"},{"SourceFile":"Resources\\ClassMI_Profil.vb"},{"SourceFile":"Settings.vb"},{"SourceFile":"TCService.Designer.vb"},{"SourceFile":"TCService.vb"},{"SourceFile":"obj\\x86\\Debug\\.NETFramework,Version=v4.6.2.AssemblyAttributes.vb"}],"References":[{"Reference":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\packages\\EntityFramework.6.0.2\\lib\\net45\\EntityFramework.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\packages\\EntityFramework.6.0.2\\lib\\net45\\EntityFramework.SqlServer.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"P:\\Visual Studio Projekte\\Bibliotheken\\windream\\Interop.Scripting.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\Interop.WINDREAMLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"P:\\Visual Studio Projekte\\Bibliotheken\\windream\\Interop.WMOBRWSLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"P:\\Visual Studio Projekte\\Bibliotheken\\windream\\Interop.WMOSRCHLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"P:\\Visual Studio Projekte\\Bibliotheken\\windream\\Interop.WMOTOOLLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\packages\\NLog.5.0.2\\lib\\net46\\NLog.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"P:\\Projekte DIGITAL DATA\\DIGITAL DATA - Entwicklung\\DLL_Bibliotheken\\Oracle.ManagedDataAccess.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.ComponentModel.DataAnnotations.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Configuration.Install.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Data.OracleClient.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"P:\\Visual Studio Projekte\\Bibliotheken\\System.Data.SQLite.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\packages\\System.Data.SQLite.1.0.91.3\\lib\\net451\\System.Data.SQLite.EF6.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\packages\\System.Data.SQLite.1.0.91.3\\lib\\net451\\System.Data.SQLite.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Deployment.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.DirectoryServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.EnterpriseServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.IO.Compression.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Runtime.Serialization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.ServiceModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.ServiceProcess.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Transactions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Web.Services.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.2\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"E:\\OlgunR\\Visual Studio\\GIT\\3_FunctionalModule\\ToolCollection\\ToolCollection\\bin\\Debug\\ToolCollection.exe","OutputItemRelativePath":"ToolCollection.exe"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/ToolCollection/ClassDIProfile.vb b/ToolCollection/ClassDIProfile.vb index 4bd9656..b008d21 100644 --- a/ToolCollection/ClassDIProfile.vb +++ b/ToolCollection/ClassDIProfile.vb @@ -85,6 +85,10 @@ Public Class ClassDIProfile ' gibt ein einzelnes Profil-Objekt zurück Public Shared Function getProfilByName(ByVal profilname As String) As ClassDIProfil + If _profiles Is Nothing Then + Return Nothing + End If + ' alle Profile durchlaufen For Each profil As ClassDIProfil In _profiles diff --git a/ToolCollection/ClassNIProfile.vb b/ToolCollection/ClassNIProfile.vb index 90d1ae0..64e76ff 100644 --- a/ToolCollection/ClassNIProfile.vb +++ b/ToolCollection/ClassNIProfile.vb @@ -349,6 +349,10 @@ Public Class ClassNIProfile ' gibt ein einzelnes Profil-Objekt zurück Public Shared Function getProfilByName(ByVal profilname As String) As ClassNIProfil + If _profiles Is Nothing Then + Return Nothing + End If + ' alle Profile durchlaufen For Each profil As ClassNIProfil In _profiles diff --git a/ToolCollection/My Project/AssemblyInfo.vb b/ToolCollection/My Project/AssemblyInfo.vb index 39fac72..762ec62 100644 --- a/ToolCollection/My Project/AssemblyInfo.vb +++ b/ToolCollection/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/ToolCollection/My Project/Settings.Designer.vb b/ToolCollection/My Project/Settings.Designer.vb index df70515..6552cfd 100644 --- a/ToolCollection/My Project/Settings.Designer.vb +++ b/ToolCollection/My Project/Settings.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' '------------------------------------------------------------------------------ @@ -15,14 +15,14 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) -#Region "Automatische My.Settings-Speicherfunktion" +#Region "My.Settings Auto-Save Functionality" #If _MyType = "WindowsForms" Then Private Shared addedHandler As Boolean @@ -710,6 +710,53 @@ Namespace My Return CType(Me("WM_PERS_LOGIN"),String) End Get End Property + + _ + Public Property vDeleteLogsTime() As Date + Get + Return CType(Me("vDeleteLogsTime"),Date) + End Get + Set + Me("vDeleteLogsTime") = value + End Set + End Property + + _ + Public Property vAutoDeleteLogs() As Boolean + Get + Return CType(Me("vAutoDeleteLogs"),Boolean) + End Get + Set + Me("vAutoDeleteLogs") = value + End Set + End Property + + _ + Public Property Setting() As String + Get + Return CType(Me("Setting"),String) + End Get + Set + Me("Setting") = value + End Set + End Property + + _ + Public Property vDefaultDeleteLogsTime() As Date + Get + Return CType(Me("vDefaultDeleteLogsTime"),Date) + End Get + Set + Me("vDefaultDeleteLogsTime") = value + End Set + End Property End Class End Namespace diff --git a/ToolCollection/My Project/Settings.settings b/ToolCollection/My Project/Settings.settings index 168546a..3be624a 100644 --- a/ToolCollection/My Project/Settings.settings +++ b/ToolCollection/My Project/Settings.settings @@ -175,5 +175,17 @@ @Domain#@User#@PW + + + + + False + + + + + + 01/01/0001 03:00:00 + \ No newline at end of file diff --git a/ToolCollection/ToolCollection.vbproj b/ToolCollection/ToolCollection.vbproj index 64c45fc..6994a3d 100644 --- a/ToolCollection/ToolCollection.vbproj +++ b/ToolCollection/ToolCollection.vbproj @@ -86,17 +86,23 @@ bin\x64\Release\ + + + + + + - ..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll + ..\..\..\2_DLL Projekte\DDModules\Config\bin\Debug\DigitalData.Modules.Config.dll - ..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll + ..\..\..\2_DLL Projekte\DDModules\Database\bin\Debug\DigitalData.Modules.Database.dll - ..\..\2_DLL Projekte\DDModules\Filesystem\bin\Debug\DigitalData.Modules.Filesystem.dll + P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Digital Data\DigitalData.Modules.Filesystem.dll - ..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll + ..\..\..\2_DLL Projekte\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll packages\EntityFramework.6.0.2\lib\net45\EntityFramework.dll @@ -137,6 +143,7 @@ + P:\Visual Studio Projekte\Bibliotheken\System.Data.SQLite.dll diff --git a/ToolCollection/app.config b/ToolCollection/app.config index c239a13..d383cbe 100644 --- a/ToolCollection/app.config +++ b/ToolCollection/app.config @@ -153,6 +153,18 @@ False + + + + + False + + + + + + 01/01/0001 03:00:00 + diff --git a/ToolCollection/frmGrundeinstellungen.Designer.vb b/ToolCollection/frmGrundeinstellungen.Designer.vb index 5e1481e..f2928fd 100644 --- a/ToolCollection/frmGrundeinstellungen.Designer.vb +++ b/ToolCollection/frmGrundeinstellungen.Designer.vb @@ -1,9 +1,9 @@ - _ + Partial Class frmGrundeinstellungen Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. - _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then @@ -20,7 +20,7 @@ Partial Class frmGrundeinstellungen 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. - _ + Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGrundeinstellungen)) Me.Label1 = New System.Windows.Forms.Label() @@ -28,6 +28,10 @@ Partial Class frmGrundeinstellungen Me.cmlLogart = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.lblLogDeleteTime = New System.Windows.Forms.Label() + Me.lblTimeDeleteLogs = New System.Windows.Forms.Label() + Me.txtTimeDeleteLogs = New System.Windows.Forms.TextBox() + Me.chkAutoDeleteLogs = New System.Windows.Forms.CheckBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() @@ -91,6 +95,10 @@ Partial Class frmGrundeinstellungen ' 'GroupBox1 ' + Me.GroupBox1.Controls.Add(Me.lblLogDeleteTime) + Me.GroupBox1.Controls.Add(Me.lblTimeDeleteLogs) + Me.GroupBox1.Controls.Add(Me.txtTimeDeleteLogs) + Me.GroupBox1.Controls.Add(Me.chkAutoDeleteLogs) Me.GroupBox1.Controls.Add(Me.TextBox4) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.Label1) @@ -102,11 +110,46 @@ Partial Class frmGrundeinstellungen Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(470, 114) + Me.GroupBox1.Size = New System.Drawing.Size(470, 209) Me.GroupBox1.TabIndex = 6 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Log-Einstellungen:" ' + 'lblLogDeleteTime + ' + Me.lblLogDeleteTime.AutoSize = True + Me.lblLogDeleteTime.Location = New System.Drawing.Point(6, 169) + Me.lblLogDeleteTime.Name = "lblLogDeleteTime" + Me.lblLogDeleteTime.Size = New System.Drawing.Size(211, 13) + Me.lblLogDeleteTime.TabIndex = 11 + Me.lblLogDeleteTime.Text = "Logs werden automatisch gelöscht um: " + ' + 'lblTimeDeleteLogs + ' + Me.lblTimeDeleteLogs.AutoSize = True + Me.lblTimeDeleteLogs.Location = New System.Drawing.Point(229, 112) + Me.lblTimeDeleteLogs.Name = "lblTimeDeleteLogs" + Me.lblTimeDeleteLogs.Size = New System.Drawing.Size(209, 13) + Me.lblTimeDeleteLogs.TabIndex = 10 + Me.lblTimeDeleteLogs.Text = "Zeitpunkt der automatischen Löschung" + ' + 'txtTimeDeleteLogs + ' + Me.txtTimeDeleteLogs.Location = New System.Drawing.Point(232, 128) + Me.txtTimeDeleteLogs.Name = "txtTimeDeleteLogs" + Me.txtTimeDeleteLogs.Size = New System.Drawing.Size(84, 22) + Me.txtTimeDeleteLogs.TabIndex = 9 + ' + 'chkAutoDeleteLogs + ' + Me.chkAutoDeleteLogs.AutoSize = True + Me.chkAutoDeleteLogs.Location = New System.Drawing.Point(9, 130) + Me.chkAutoDeleteLogs.Name = "chkAutoDeleteLogs" + Me.chkAutoDeleteLogs.Size = New System.Drawing.Size(146, 17) + Me.chkAutoDeleteLogs.TabIndex = 8 + Me.chkAutoDeleteLogs.Text = "Automatisches Löschen" + Me.chkAutoDeleteLogs.UseVisualStyleBackColor = True + ' 'TextBox4 ' Me.TextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.ToolCollection.My.MySettings.Default, "logolder_then", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) @@ -121,7 +164,7 @@ Partial Class frmGrundeinstellungen Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(229, 63) Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(198, 13) + Me.Label6.Size = New System.Drawing.Size(199, 13) Me.Label6.TabIndex = 6 Me.Label6.Text = "LogDateien löschen - ""Älter als""-Tage:" ' @@ -148,7 +191,7 @@ Partial Class frmGrundeinstellungen Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.cmbCores) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top - Me.GroupBox2.Location = New System.Drawing.Point(0, 114) + Me.GroupBox2.Location = New System.Drawing.Point(0, 209) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(470, 68) Me.GroupBox2.TabIndex = 7 @@ -178,7 +221,7 @@ Partial Class frmGrundeinstellungen Me.GroupBox3.Controls.Add(Me.txterrorIndex) Me.GroupBox3.Controls.Add(Me.Label5) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top - Me.GroupBox3.Location = New System.Drawing.Point(0, 182) + Me.GroupBox3.Location = New System.Drawing.Point(0, 277) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(470, 67) Me.GroupBox3.TabIndex = 8 @@ -207,7 +250,7 @@ Partial Class frmGrundeinstellungen ' Me.GroupBox4.Controls.Add(Me.TextBox3) Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Top - Me.GroupBox4.Location = New System.Drawing.Point(0, 249) + Me.GroupBox4.Location = New System.Drawing.Point(0, 344) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(470, 50) Me.GroupBox4.TabIndex = 9 @@ -230,7 +273,7 @@ Partial Class frmGrundeinstellungen Me.GroupBox5.Controls.Add(Me.Label8) Me.GroupBox5.Controls.Add(Me.Label7) Me.GroupBox5.Dock = System.Windows.Forms.DockStyle.Top - Me.GroupBox5.Location = New System.Drawing.Point(0, 299) + Me.GroupBox5.Location = New System.Drawing.Point(0, 394) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(470, 100) Me.GroupBox5.TabIndex = 10 @@ -290,7 +333,7 @@ Partial Class frmGrundeinstellungen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(470, 407) + Me.ClientSize = New System.Drawing.Size(470, 590) Me.Controls.Add(Me.GroupBox5) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) @@ -336,4 +379,8 @@ Partial Class frmGrundeinstellungen Friend WithEvents cmbSleeptill As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents cmbSleepFrom As System.Windows.Forms.ComboBox + Friend WithEvents chkAutoDeleteLogs As CheckBox + Friend WithEvents lblTimeDeleteLogs As Label + Friend WithEvents txtTimeDeleteLogs As TextBox + Friend WithEvents lblLogDeleteTime As Label End Class diff --git a/ToolCollection/frmGrundeinstellungen.vb b/ToolCollection/frmGrundeinstellungen.vb index 6a06423..8079ba3 100644 --- a/ToolCollection/frmGrundeinstellungen.vb +++ b/ToolCollection/frmGrundeinstellungen.vb @@ -1,5 +1,8 @@ Public Class frmGrundeinstellungen + Private Shared _Instance As frmGrundeinstellungen = Nothing + Private _isLoading As Boolean = False + Public Shared Function Instance() As frmGrundeinstellungen If _Instance Is Nothing OrElse _Instance.IsDisposed = True Then _Instance = New frmGrundeinstellungen @@ -20,7 +23,8 @@ End If End Sub - Private Sub frmGrundeinstellungen_FormClosing(sender As Object, e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing + Private Sub frmGrundeinstellungen_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing + txtTimeDeleteLogs.Text = My.Settings.vDeleteLogsTime My.Settings.Save() End Sub @@ -56,4 +60,82 @@ Private Sub txterrorIndex_TextChanged(sender As Object, e As EventArgs) Handles txterrorIndex.TextChanged End Sub + + Private Sub chkAutoDeleteLogs_CheckedChanged(sender As Object, e As EventArgs) Handles chkAutoDeleteLogs.CheckedChanged + If _isLoading Then Exit Sub + + If chkAutoDeleteLogs.Checked Then + + Dim dt As DateTime + If Not DateTime.TryParse(txtTimeDeleteLogs.Text, dt) Then + MsgBox("Ungültige Eingabe! Der Zeitpunkt für die Löschung wurde auf 03:00 Uhr gesetzt. Bitte geben Sie die Uhrzeit in folgendem Format ein: HH:mm.", MsgBoxStyle.Information) + 'chkAutoDeleteLogs.Checked = False + 'txtTimeDeleteLogs.Text = "" + My.Settings.vAutoDeleteLogs = chkAutoDeleteLogs.Checked + txtTimeDeleteLogs.Text = My.Settings.vDefaultDeleteLogsTime.ToShortTimeString + My.Settings.Save() + Else + My.Settings.vDeleteLogsTime = txtTimeDeleteLogs.Text + My.Settings.vAutoDeleteLogs = chkAutoDeleteLogs.Checked + My.Settings.Save() + lblLogDeleteTime.Text = "Logs werden automatisch gelöscht um: " & My.Settings.vDeleteLogsTime.ToShortTimeString & " Uhr." + frmStart.Instance().ToolStripStatusLabel_LogDeleteTime.Text = "Logs werden automatisch gelöscht um: " & My.Settings.vDeleteLogsTime.ToShortTimeString & " Uhr." + + frmStart.Instance().SetupTimerDeleteLogfiles() + End If + + Else + txtTimeDeleteLogs.Text = "" + My.Settings.vAutoDeleteLogs = chkAutoDeleteLogs.Checked + My.Settings.Save() + + lblLogDeleteTime.Text = "Automatisches Löschen von Logs ist inaktiv." + frmStart.Instance().ToolStripStatusLabel_LogDeleteTime.Text = "Automatisches Löschen von Logs ist inaktiv." + frmStart.Instance().TimerDeleteLogfiles.Stop() + End If + End Sub + + Private Sub FrmGrundeinstellungen_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load + _isLoading = True + + Try + If My.Settings.vAutoDeleteLogs Then + chkAutoDeleteLogs.Checked = My.Settings.vAutoDeleteLogs + If String.IsNullOrWhiteSpace(My.Settings.vDeleteLogsTime.ToString) Then + txtTimeDeleteLogs.Text = My.Settings.vDefaultDeleteLogsTime.ToShortTimeString + lblLogDeleteTime.Text = "Logs werden automatisch gelöscht um: " & My.Settings.vDefaultDeleteLogsTime.ToShortTimeString & " Uhr." + Else + txtTimeDeleteLogs.Text = My.Settings.vDeleteLogsTime.ToShortTimeString + lblLogDeleteTime.Text = "Logs werden automatisch gelöscht um: " & My.Settings.vDeleteLogsTime.ToShortTimeString & " Uhr." + End If + Else + txtTimeDeleteLogs.Text = "" + lblLogDeleteTime.Text = "Automatisches Löschen von Logs ist inaktiv." + End If + Catch ex As Exception + + End Try + + _isLoading = False + End Sub + + Private Sub txtTimeDeleteLogs_TextChanged(sender As Object, e As EventArgs) Handles txtTimeDeleteLogs.TextChanged + ' Falls gerade geladen wird oder Checkbox nicht aktiv ist → nichts machen + If _isLoading OrElse Not chkAutoDeleteLogs.Checked Then Exit Sub + + Dim dt As DateTime + ' Prüfen, ob Eingabe im Format HH:mm gültig ist + If DateTime.TryParseExact(txtTimeDeleteLogs.Text, "HH:mm", Nothing, Globalization.DateTimeStyles.None, dt) Then + ' Neuen Wert in Settings speichern + My.Settings.vDeleteLogsTime = dt + My.Settings.Save() + + ' Labels aktualisieren + lblLogDeleteTime.Text = $"Logs werden automatisch gelöscht um: {dt:HH:mm} Uhr." + frmStart.Instance().ToolStripStatusLabel_LogDeleteTime.Text = lblLogDeleteTime.Text + + ' Timer neu setzen + frmStart.Instance().SetupTimerDeleteLogfiles() + End If + End Sub End Class \ No newline at end of file diff --git a/ToolCollection/frmStart.Designer.vb b/ToolCollection/frmStart.Designer.vb index a052c05..f762d25 100644 --- a/ToolCollection/frmStart.Designer.vb +++ b/ToolCollection/frmStart.Designer.vb @@ -28,6 +28,7 @@ Partial Class frmStart Me.Status_Machine = New System.Windows.Forms.ToolStripStatusLabel() Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() Me.tslblVersion = New System.Windows.Forms.ToolStripStatusLabel() + Me.ToolStripStatusLabel_LogDeleteTime = New System.Windows.Forms.ToolStripStatusLabel() Me.menHauptmenü = New System.Windows.Forms.MenuStrip() Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ÜbersichtToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -61,6 +62,7 @@ Partial Class frmStart Me.EinblendenAusblendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TimerNIRestart = New System.Windows.Forms.Timer(Me.components) Me.TimerErrorLog = New System.Windows.Forms.Timer(Me.components) + Me.TimerDeleteLogfiles = New System.Windows.Forms.Timer(Me.components) Me.StatusStrip1.SuspendLayout() Me.menHauptmenü.SuspendLayout() Me.Panel1.SuspendLayout() @@ -73,8 +75,8 @@ Partial Class frmStart ' 'StatusStrip1 ' - Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Status_Machine, Me.ToolStripStatusLabel2, Me.tslblVersion}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 708) + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Status_Machine, Me.ToolStripStatusLabel2, Me.tslblVersion, Me.ToolStripStatusLabel_LogDeleteTime}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 613) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode Me.StatusStrip1.ShowItemToolTips = True @@ -91,7 +93,7 @@ Partial Class frmStart Me.Status_Machine.Image = CType(resources.GetObject("Status_Machine.Image"), System.Drawing.Image) Me.Status_Machine.Margin = New System.Windows.Forms.Padding(10, 3, 0, 2) Me.Status_Machine.Name = "Status_Machine" - Me.Status_Machine.Size = New System.Drawing.Size(140, 20) + Me.Status_Machine.Size = New System.Drawing.Size(139, 20) Me.Status_Machine.Text = "ToolStripStatusLabel1" Me.Status_Machine.ToolTipText = "Client-Name" ' @@ -102,7 +104,7 @@ Partial Class frmStart Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.ToolStripStatusLabel2.Image = CType(resources.GetObject("ToolStripStatusLabel2.Image"), System.Drawing.Image) Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" - Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(140, 20) + Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(139, 20) Me.ToolStripStatusLabel2.Text = "ToolStripStatusLabel1" Me.ToolStripStatusLabel2.ToolTipText = "Aktueller Benutzer" ' @@ -112,10 +114,19 @@ Partial Class frmStart Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.tslblVersion.Name = "tslblVersion" - Me.tslblVersion.Size = New System.Drawing.Size(124, 20) + Me.tslblVersion.Size = New System.Drawing.Size(123, 20) Me.tslblVersion.Text = "ToolStripStatusLabel1" Me.tslblVersion.ToolTipText = "Aktueller Benutzer" ' + 'ToolStripStatusLabel_LogDeleteTime + ' + Me.ToolStripStatusLabel_LogDeleteTime.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ + Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) + Me.ToolStripStatusLabel_LogDeleteTime.Name = "ToolStripStatusLabel_LogDeleteTime" + Me.ToolStripStatusLabel_LogDeleteTime.Size = New System.Drawing.Size(270, 20) + Me.ToolStripStatusLabel_LogDeleteTime.Text = "Zeitpunkt der automatischen Löschung von Logs" + ' 'menHauptmenü ' Me.menHauptmenü.BackColor = System.Drawing.SystemColors.Control @@ -232,7 +243,7 @@ Partial Class frmStart Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left Me.Panel1.Location = New System.Drawing.Point(0, 24) Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(163, 684) + Me.Panel1.Size = New System.Drawing.Size(163, 589) Me.Panel1.TabIndex = 10 ' 'btnNachbearbeitungAD @@ -436,11 +447,15 @@ Partial Class frmStart ' Me.TimerErrorLog.Interval = 60000 ' + 'TimerDeleteLogfiles + ' + Me.TimerDeleteLogfiles.Interval = 1000 + ' 'frmStart ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1237, 733) + Me.ClientSize = New System.Drawing.Size(1237, 638) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.menHauptmenü) @@ -501,4 +516,6 @@ Partial Class frmStart Friend WithEvents CriticalEmailTestToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents TimerErrorLog As Timer + Friend WithEvents TimerDeleteLogfiles As Timer + Friend WithEvents ToolStripStatusLabel_LogDeleteTime As ToolStripStatusLabel End Class diff --git a/ToolCollection/frmStart.resx b/ToolCollection/frmStart.resx index d6c618c..1c385eb 100644 --- a/ToolCollection/frmStart.resx +++ b/ToolCollection/frmStart.resx @@ -159,7 +159,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAO - FAAAAk1TRnQBSQFMAgEBCQEAATABAwEwAQMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + FAAAAk1TRnQBSQFMAgEBCQEAAVgBAwFYAQMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAATADAAEBAQABCAYAAQwYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -643,6 +643,9 @@ 920, 17 + + 1049, 17 + 102 diff --git a/ToolCollection/frmStart.vb b/ToolCollection/frmStart.vb index fa47643..9ec1a5c 100644 --- a/ToolCollection/frmStart.vb +++ b/ToolCollection/frmStart.vb @@ -21,44 +21,143 @@ Public Class frmStart ' Delete_LogFiles() ' End If 'End Sub + + + ' CREATE INSTANCE + Private Shared _Instance As frmStart = Nothing + + Public Shared Function Instance() As frmStart + If _Instance Is Nothing OrElse _Instance.IsDisposed Then + _Instance = New frmStart() + End If + Return _Instance + End Function + + ' DELETE LOGS Private Sub Delete_LogFiles() Try - ' Dim vDate = DateAdd("d", -CInt(My.Settings.logolder_then), Now) + Dim directory As New DirectoryInfo(My.Application.Info.DirectoryPath & "\Log") + _Logger.Debug($"Dateipfad geholt: {directory}") + Dim oIntervall As Integer = 30 + Integer.TryParse(frmGrundeinstellungen.TextBox4.Text, oIntervall) + _Logger.Debug($"Löschalter aus der Config geholt: {oIntervall}") + + For Each file As FileInfo In directory.GetFiles + _Logger.Debug($"Durchlaufe alle Dateien: {file.FullName}") + Try + Dim oAgeOfFile As Integer = (Now - file.CreationTime).Days + _Logger.Debug($"Alter der aktuellen Datei: {oAgeOfFile}") + If oAgeOfFile >= oIntervall Then + file.Delete() + _Logger.Debug($"Lösche Datei, die älter ist als Löschalter: {file.FullName}") + End If + Catch ex As Exception + _Logger.Warn($"Could not delete file {file.Name}: {ex.Message}") + End Try + Next + + Catch ex As Exception + _Logger.Error(ex.Message) + End Try + End Sub + + Public Sub SetupTimerDeleteLogfiles() + Try + Dim now As DateTime = DateTime.Now + Dim startTime As DateTime - Try - Dim directory As New IO.DirectoryInfo(My.Application.Info.DirectoryPath & "\Log") + ' Zeit aus den gespeicherten Settings lesen + Dim timeString As String = My.Settings.vDeleteLogsTime - For Each file As IO.FileInfo In directory.GetFiles - If (Now - file.CreationTime).Days > 29 Then file.Delete() - Next - Catch ex As Exception + If String.IsNullOrWhiteSpace(timeString) Then + timeString = "02:00" + End If + + Dim dt As DateTime + If DateTime.TryParse(timeString, dt) Then + 'If timeString Then + My.Settings.vDeleteLogsTime = timeString + My.Settings.Save() + startTime = New DateTime(now.Year, now.Month, now.Day, dt.Hour, dt.Minute, 0) + If now > startTime Then startTime = startTime.AddDays(1) + Else + _Logger.Warn($"Ungültiges Zeitformat '{timeString}', Standard 02:00 wird verwendet.") + startTime = New DateTime(now.Year, now.Month, now.Day, 2, 0, 0) + If now > startTime Then startTime = startTime.AddDays(1) + End If + + Dim interval As TimeSpan = startTime - now + Dim intervalMs As Double = interval.TotalMilliseconds + + ' Sicherheitscheck + If intervalMs < 1000 Then + intervalMs = 1000 + End If + If intervalMs > Integer.MaxValue Then + intervalMs = Integer.MaxValue + End If + + TimerDeleteLogfiles.Interval = CInt(intervalMs) + + If My.Settings.vAutoDeleteLogs Then + TimerDeleteLogfiles.Start() + _Logger.Info($"TimerDeleteLogfiles startet in {interval.TotalMinutes:F1} Minuten (Zielzeit: {startTime:HH:mm}).") + Else + TimerDeleteLogfiles.Stop() + _Logger.Info("Automatische Log-Löschung deaktiviert, Timer gestoppt.") + End If - End Try Catch ex As Exception - _Logger.Error(ex.Message) + _Logger.Error("Fehler in SetupTimerDeleteLogfiles: " & ex.Message) End Try End Sub + + Private Sub TimerDeleteLogfiles_Tick(sender As Object, e As EventArgs) Handles TimerDeleteLogfiles.Tick + Try + Delete_Logfiles() + ' Nächstes Intervall wieder 24h + TimerDeleteLogfiles.Interval = 24 * 60 * 60 * 1000 + Catch ex As Exception + _Logger.Error("Fehler beim automatischen Löschen: " & ex.Message) + End Try + End Sub + Private Sub FMStart_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing Dim result As MsgBoxResult = MsgBox("Sind Sie sicher, dass sie " & Application.ProductName & " wirklich schließen wollen?" & vbNewLine & "Alle Vorgänge/Module werden gestoppt und nicht mehr ausgeführt!", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") If result = MsgBoxResult.No Then e.Cancel = True End If End Sub + Private Sub FMStart_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load + + _Instance = Me + Try + 'Delete_LogFiles() + _MyLogger = New LogConfig(LogConfig.PathType.CustomPath, Path.Combine(My.Application.Info.DirectoryPath, "Log"), Nothing, My.Application.Info.CompanyName, - My.Application.Info.ProductName) + My.Application.Info.ProductName) _Logger = _MyLogger.GetLogger() + _MyLogger.Debug = Not My.Settings.vLogErrorsonly CURR_Logger = _Logger CURR_LogConfig = _MyLogger - Delete_LogFiles() + + SetupTimerDeleteLogfiles() + 'Aktueller Benutzer Me.tslblVersion.Text = Environment.UserName.ToString Me.Text = Application.CompanyName & "-" & Application.ProductName Me.tslblVersion.Text = "Version: " & My.Application.Info.Version.ToString 'Aktuelle Machine Me.Status_Machine.Text = My.Computer.Name + 'Zeitpunkt der automatischen Löschung von Logs + If My.Settings.vAutoDeleteLogs Then + Me.ToolStripStatusLabel_LogDeleteTime.Text = "Logs werden automatisch gelöscht um: " & My.Settings.vDeleteLogsTime.ToShortTimeString & " Uhr." + Else + Me.ToolStripStatusLabel_LogDeleteTime.Text = "Automatisches Löschen von Logs ist inaktiv." + End If ' timUhrzeit.Start() TimerErrorLog.Start() @@ -206,7 +305,7 @@ Public Class frmStart If Me.licenseManager.Licenses.machine.ToLower <> "all" Then If Me.licenseManager.Licenses.machine.ToLower <> My.Computer.Name.ToLower Then MsgBox("Ihre Lizenz gilt nicht für diese Maschine. " & vbNewLine & "Gelesener Computer Name: '" & My.Computer.Name & "'" & vbNewLine & "License Computer Name: '" & Me.licenseManager.Licenses.machine & "'" & vbNewLine & - "Bitte setzen Sie sich mit Digital Data in Verbindung.", MsgBoxStyle.Exclamation, "Lizenz ungültig:") + "Bitte setzen Sie sich mit Digital Data in Verbindung.", MsgBoxStyle.Exclamation, "Lizenz ungültig:") Me.grbDI.Visible = False Me.GBNachindexierung.Visible = False Me.GroupBoxIntegration.Visible = False From 7314576b4154d06b65da57fbf4945a13fac3a387 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Mon, 25 Aug 2025 11:53:32 +0200 Subject: [PATCH 2/2] FileContent Index --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 65d2ceb..5dcbdde 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ $RECYCLE.BIN/ /ToolCollection/.vs/ToolCollection/v16/Server/sqlite3 /.vs/ToolCollection/v16/Server/sqlite3 /ToolCollection/.vs/ToolCollection/v15/Server/sqlite3 +/.vs/ToolCollection/FileContentIndex/4953c79c-18f1-4037-aa35-34dec90e85f1.vsidx