Compare commits
4 Commits
358071d35c
...
334dfc8037
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
334dfc8037 | ||
|
|
c03a75254b | ||
|
|
1404c42cda | ||
|
|
bc6459e70a |
@@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.0.0.26")>
|
<Assembly: AssemblyVersion("2.0.0.27")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
|
|
||||||
<Assembly: NeutralResourcesLanguageAttribute("")>
|
<Assembly: NeutralResourcesLanguageAttribute("")>
|
||||||
1
Global_Indexer/frmAdministration.Designer.vb
generated
1
Global_Indexer/frmAdministration.Designer.vb
generated
@@ -2115,6 +2115,7 @@ Partial Class frmAdministration
|
|||||||
'
|
'
|
||||||
Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_DOKUMENTARTBindingSource, "SEQUENCE", True))
|
Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_DOKUMENTARTBindingSource, "SEQUENCE", True))
|
||||||
resources.ApplyResources(Me.SEQUENCENumericUpDown, "SEQUENCENumericUpDown")
|
resources.ApplyResources(Me.SEQUENCENumericUpDown, "SEQUENCENumericUpDown")
|
||||||
|
Me.SEQUENCENumericUpDown.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
|
||||||
Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown"
|
Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown"
|
||||||
'
|
'
|
||||||
'GEANDERTWERTextBox
|
'GEANDERTWERTextBox
|
||||||
|
|||||||
@@ -455,12 +455,12 @@ Public Class frmAdministration
|
|||||||
If frmloaded = True Then
|
If frmloaded = True Then
|
||||||
If SUGGESTIONCheckBox.CheckState = CheckState.Checked Then
|
If SUGGESTIONCheckBox.CheckState = CheckState.Checked Then
|
||||||
btnSQLView.Visible = True
|
btnSQLView.Visible = True
|
||||||
MULTISELECTCheckBox.Visible = True
|
'MULTISELECTCheckBox.Visible = True
|
||||||
VKT_ADD_ITEMCheckbox.Visible = True
|
VKT_ADD_ITEMCheckbox.Visible = True
|
||||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = True
|
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = True
|
||||||
Else
|
Else
|
||||||
btnSQLView.Visible = False
|
btnSQLView.Visible = False
|
||||||
MULTISELECTCheckBox.Visible = False
|
'MULTISELECTCheckBox.Visible = False
|
||||||
VKT_ADD_ITEMCheckbox.Visible = False
|
VKT_ADD_ITEMCheckbox.Visible = False
|
||||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = False
|
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = False
|
||||||
End If
|
End If
|
||||||
@@ -992,11 +992,11 @@ Public Class frmAdministration
|
|||||||
Private Sub WD_INDEXComboBox_SelectedIndexChanged(sender As Object, e As EventArgs) Handles WD_INDEXComboBox.SelectedIndexChanged
|
Private Sub WD_INDEXComboBox_SelectedIndexChanged(sender As Object, e As EventArgs) Handles WD_INDEXComboBox.SelectedIndexChanged
|
||||||
_indexIsVectorField = indexIsVectorField()
|
_indexIsVectorField = indexIsVectorField()
|
||||||
MULTISELECTCheckBox.Visible = _indexIsVectorField
|
MULTISELECTCheckBox.Visible = _indexIsVectorField
|
||||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = _indexIsVectorField
|
'VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = _indexIsVectorField
|
||||||
|
|
||||||
If Not _indexIsVectorField Then
|
If Not _indexIsVectorField Then
|
||||||
MULTISELECTCheckBox.Checked = False
|
MULTISELECTCheckBox.Checked = False
|
||||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Checked = False
|
'VKT_PREVENT_MULTIPLE_VALUESCheckbox.Checked = False
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@@ -1384,7 +1384,7 @@ Public Class frmIndex
|
|||||||
DocumentViewer1.Init(LOGCONFIG, VIEWER_LICENSE)
|
DocumentViewer1.Init(LOGCONFIG, VIEWER_LICENSE)
|
||||||
|
|
||||||
If DropType Is Nothing Then
|
If DropType Is Nothing Then
|
||||||
LOGGER.Warn("File with Id [{0}] was not found in TBGI_FILES_USER. Exiting.")
|
LOGGER.Debug("File with Id [{0}] was not found in TBGI_FILES_USER. Exiting.", CURRENT_WORKFILE_GUID)
|
||||||
CancelAttempts = MaxCancelAttempts
|
CancelAttempts = MaxCancelAttempts
|
||||||
Close()
|
Close()
|
||||||
Else
|
Else
|
||||||
|
|||||||
Reference in New Issue
Block a user