Compare commits

..

No commits in common. "c92858af089088b6c153f792242f374c44cd5bd2" and "73de4042ab60867abdf24527b23bb34af87eeb9c" have entirely different histories.

3 changed files with 4 additions and 13 deletions

View File

@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("ToolCollection")>
<Assembly: AssemblyCopyright("Copyright © Digital Data 2025")>
<Assembly: AssemblyCopyright("Copyright © Digital Data 2019")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>

View File

@ -360,26 +360,20 @@ Partial Class frmNIHauptseite
'
'btnEdit
'
Me.btnEdit.Image = Global.ToolCollection.My.Resources.Resources.cog_edit
Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnEdit.Location = New System.Drawing.Point(530, 487)
Me.btnEdit.Name = "btnEdit"
Me.btnEdit.Size = New System.Drawing.Size(120, 23)
Me.btnEdit.Size = New System.Drawing.Size(110, 23)
Me.btnEdit.TabIndex = 2
Me.btnEdit.Text = "Profil Bearbeiten"
Me.btnEdit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEdit.UseVisualStyleBackColor = True
'
'btnStartProfile
'
Me.btnStartProfile.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
Me.btnStartProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnStartProfile.Location = New System.Drawing.Point(656, 487)
Me.btnStartProfile.Location = New System.Drawing.Point(646, 487)
Me.btnStartProfile.Name = "btnStartProfile"
Me.btnStartProfile.Size = New System.Drawing.Size(100, 23)
Me.btnStartProfile.Size = New System.Drawing.Size(110, 23)
Me.btnStartProfile.TabIndex = 1
Me.btnStartProfile.Text = "Profil Starten"
Me.btnStartProfile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnStartProfile.UseVisualStyleBackColor = True
'
'gridProfileOverview

View File

@ -120,9 +120,6 @@
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>248, 56</value>
</metadata>
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>248, 56</value>
</metadata>
<data name="Label6.Text" xml:space="preserve">
<value>Es wird empfohlen, das Intervall nicht auf weniger als 30 Minuten zu setzen, da der nächste Nachindexierungsdurchlauf nur gestartet werden kann, wenn der vorherige beendet wurde. Wenn zu erwarten ist, dass viele Dokumente nachindexiert werden sollen, sollte der Intervall für diesen Durchlauf entsprechend hoch gesetzt werden ( &gt; 2 Stunden).</value>
</data>