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:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.0.0.26")>
|
||||
<Assembly: AssemblyVersion("2.0.0.27")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
|
||||
<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))
|
||||
resources.ApplyResources(Me.SEQUENCENumericUpDown, "SEQUENCENumericUpDown")
|
||||
Me.SEQUENCENumericUpDown.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
|
||||
Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown"
|
||||
'
|
||||
'GEANDERTWERTextBox
|
||||
|
||||
@@ -455,12 +455,12 @@ Public Class frmAdministration
|
||||
If frmloaded = True Then
|
||||
If SUGGESTIONCheckBox.CheckState = CheckState.Checked Then
|
||||
btnSQLView.Visible = True
|
||||
MULTISELECTCheckBox.Visible = True
|
||||
'MULTISELECTCheckBox.Visible = True
|
||||
VKT_ADD_ITEMCheckbox.Visible = True
|
||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = True
|
||||
Else
|
||||
btnSQLView.Visible = False
|
||||
MULTISELECTCheckBox.Visible = False
|
||||
'MULTISELECTCheckBox.Visible = False
|
||||
VKT_ADD_ITEMCheckbox.Visible = False
|
||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = False
|
||||
End If
|
||||
@@ -992,11 +992,11 @@ Public Class frmAdministration
|
||||
Private Sub WD_INDEXComboBox_SelectedIndexChanged(sender As Object, e As EventArgs) Handles WD_INDEXComboBox.SelectedIndexChanged
|
||||
_indexIsVectorField = indexIsVectorField()
|
||||
MULTISELECTCheckBox.Visible = _indexIsVectorField
|
||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = _indexIsVectorField
|
||||
'VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = _indexIsVectorField
|
||||
|
||||
If Not _indexIsVectorField Then
|
||||
MULTISELECTCheckBox.Checked = False
|
||||
VKT_PREVENT_MULTIPLE_VALUESCheckbox.Checked = False
|
||||
'VKT_PREVENT_MULTIPLE_VALUESCheckbox.Checked = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
@@ -1384,7 +1384,7 @@ Public Class frmIndex
|
||||
DocumentViewer1.Init(LOGCONFIG, VIEWER_LICENSE)
|
||||
|
||||
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
|
||||
Close()
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user