diff --git a/Global_Indexer/frmAdministration.Designer.vb b/Global_Indexer/frmAdministration.Designer.vb
index 40c2ef3..22683e4 100644
--- a/Global_Indexer/frmAdministration.Designer.vb
+++ b/Global_Indexer/frmAdministration.Designer.vb
@@ -180,8 +180,12 @@ Partial Class frmAdministration
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPageManualIndex = New DevExpress.XtraTab.XtraTabPage()
Me.Panel1 = New System.Windows.Forms.Panel()
- Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox()
+ Me.Button3 = New System.Windows.Forms.Button()
+ Me.lbManIndexDefaultValueParameter = New System.Windows.Forms.ListBox()
+ Me.txtManIndexConnectionId = New System.Windows.Forms.TextBox()
Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components)
+ Me.txtManIndexSQL = New System.Windows.Forms.TextBox()
+ Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox()
Me.GUIDTextBox1 = New System.Windows.Forms.TextBox()
Me.VKT_PREVENT_MULTIPLE_VALUESCheckbox = New System.Windows.Forms.CheckBox()
Me.VKT_ADD_ITEMCheckbox = New System.Windows.Forms.CheckBox()
@@ -300,8 +304,8 @@ Partial Class frmAdministration
Me.TBGI_REGEX_DOCTYPETableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBGI_REGEX_DOCTYPETableAdapter()
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
Me.RibbonPage8 = New DevExpress.XtraBars.Ribbon.RibbonPage()
- Me.txtManIndexSQL = New System.Windows.Forms.TextBox()
- Me.txtManIndexConnectionId = New System.Windows.Forms.TextBox()
+ Me.txtAutomIndexSQLResult = New System.Windows.Forms.TextBox()
+ Me.txtAutomIndexConnectionId = New System.Windows.Forms.TextBox()
GUIDLabel = New System.Windows.Forms.Label()
GUIDLabel1 = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
@@ -1294,6 +1298,8 @@ Partial Class frmAdministration
'
'Panel1
'
+ Me.Panel1.Controls.Add(Me.Button3)
+ Me.Panel1.Controls.Add(Me.lbManIndexDefaultValueParameter)
Me.Panel1.Controls.Add(Me.txtManIndexConnectionId)
Me.Panel1.Controls.Add(Me.txtManIndexSQL)
Me.Panel1.Controls.Add(Me.ACTIVECheckBox)
@@ -1329,6 +1335,37 @@ Partial Class frmAdministration
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Name = "Panel1"
'
+ 'Button3
+ '
+ Me.Button3.Image = Global.Global_Indexer.My.Resources.Resources.arrow_previous_16xLG
+ resources.ApplyResources(Me.Button3, "Button3")
+ Me.Button3.Name = "Button3"
+ Me.Button3.UseVisualStyleBackColor = True
+ '
+ 'lbManIndexDefaultValueParameter
+ '
+ resources.ApplyResources(Me.lbManIndexDefaultValueParameter, "lbManIndexDefaultValueParameter")
+ Me.lbManIndexDefaultValueParameter.FormattingEnabled = True
+ Me.lbManIndexDefaultValueParameter.Items.AddRange(New Object() {resources.GetString("lbManIndexDefaultValueParameter.Items"), resources.GetString("lbManIndexDefaultValueParameter.Items1"), resources.GetString("lbManIndexDefaultValueParameter.Items2"), resources.GetString("lbManIndexDefaultValueParameter.Items3"), resources.GetString("lbManIndexDefaultValueParameter.Items4"), resources.GetString("lbManIndexDefaultValueParameter.Items5"), resources.GetString("lbManIndexDefaultValueParameter.Items6"), resources.GetString("lbManIndexDefaultValueParameter.Items7"), resources.GetString("lbManIndexDefaultValueParameter.Items8")})
+ Me.lbManIndexDefaultValueParameter.Name = "lbManIndexDefaultValueParameter"
+ '
+ 'txtManIndexConnectionId
+ '
+ Me.txtManIndexConnectionId.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CONNECTION_ID", True))
+ resources.ApplyResources(Me.txtManIndexConnectionId, "txtManIndexConnectionId")
+ Me.txtManIndexConnectionId.Name = "txtManIndexConnectionId"
+ '
+ 'TBDD_INDEX_MANBindingSource
+ '
+ Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
+ Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
+ '
+ 'txtManIndexSQL
+ '
+ Me.txtManIndexSQL.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "SQL_RESULT", True))
+ resources.ApplyResources(Me.txtManIndexSQL, "txtManIndexSQL")
+ Me.txtManIndexSQL.Name = "txtManIndexSQL"
+ '
'ACTIVECheckBox
'
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_MANBindingSource, "ACTIVE", True))
@@ -1336,11 +1373,6 @@ Partial Class frmAdministration
Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
Me.ACTIVECheckBox.UseVisualStyleBackColor = True
'
- 'TBDD_INDEX_MANBindingSource
- '
- Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
- Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
- '
'GUIDTextBox1
'
Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "GUID", True))
@@ -1768,6 +1800,8 @@ Partial Class frmAdministration
Me.XtraTabPageAutoIndex.Appearance.Header.GradientMode = CType(resources.GetObject("XtraTabPageAutoIndex.Appearance.Header.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
Me.XtraTabPageAutoIndex.Appearance.HeaderActive.GradientMode = CType(resources.GetObject("XtraTabPageAutoIndex.Appearance.HeaderActive.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
resources.ApplyResources(Me.XtraTabPageAutoIndex, "XtraTabPageAutoIndex")
+ Me.XtraTabPageAutoIndex.Controls.Add(Me.txtAutomIndexConnectionId)
+ Me.XtraTabPageAutoIndex.Controls.Add(Me.txtAutomIndexSQLResult)
Me.XtraTabPageAutoIndex.Controls.Add(Me.Label6)
Me.XtraTabPageAutoIndex.Controls.Add(Me.ListBoxControl4)
Me.XtraTabPageAutoIndex.Controls.Add(Me.btnAddWindowsVariable)
@@ -2385,17 +2419,17 @@ Partial Class frmAdministration
Me.RibbonPage8.Name = "RibbonPage8"
resources.ApplyResources(Me.RibbonPage8, "RibbonPage8")
'
- 'txtManIndexSQL
+ 'txtAutomIndexSQLResult
'
- Me.txtManIndexSQL.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "SQL_RESULT", True))
- resources.ApplyResources(Me.txtManIndexSQL, "txtManIndexSQL")
- Me.txtManIndexSQL.Name = "txtManIndexSQL"
+ Me.txtAutomIndexSQLResult.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "SQL_RESULT", True))
+ resources.ApplyResources(Me.txtAutomIndexSQLResult, "txtAutomIndexSQLResult")
+ Me.txtAutomIndexSQLResult.Name = "txtAutomIndexSQLResult"
'
- 'txtManIndexConnectionId
+ 'txtAutomIndexConnectionId
'
- Me.txtManIndexConnectionId.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_MANBindingSource, "CONNECTION_ID", True))
- resources.ApplyResources(Me.txtManIndexConnectionId, "txtManIndexConnectionId")
- Me.txtManIndexConnectionId.Name = "txtManIndexConnectionId"
+ Me.txtAutomIndexConnectionId.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CONNECTION_ID", True))
+ resources.ApplyResources(Me.txtAutomIndexConnectionId, "txtAutomIndexConnectionId")
+ Me.txtAutomIndexConnectionId.Name = "txtAutomIndexConnectionId"
'
'frmAdministration
'
@@ -2706,4 +2740,8 @@ Partial Class frmAdministration
Friend WithEvents SplitContainerControl4 As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents txtManIndexSQL As TextBox
Friend WithEvents txtManIndexConnectionId As TextBox
+ Friend WithEvents Button3 As Button
+ Friend WithEvents lbManIndexDefaultValueParameter As ListBox
+ Friend WithEvents txtAutomIndexConnectionId As TextBox
+ Friend WithEvents txtAutomIndexSQLResult As TextBox
End Class
diff --git a/Global_Indexer/frmAdministration.resx b/Global_Indexer/frmAdministration.resx
index 29926fb..1ae2af8 100644
--- a/Global_Indexer/frmAdministration.resx
+++ b/Global_Indexer/frmAdministration.resx
@@ -2242,904 +2242,6 @@
True
-
- 17, 95
-
-
- 521, 228
-
-
- 185, 21
-
-
- 95
-
-
- False
-
-
- txtManIndexConnectionId
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 0
-
-
- 330, 228
-
-
- 185, 21
-
-
- 95
-
-
- False
-
-
- txtManIndexSQL
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 1
-
-
- False
-
-
- 6, 3
-
-
- 61, 24
-
-
- 19
-
-
- Aktiv
-
-
- ACTIVECheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 2
-
-
- Tahoma, 8.25pt
-
-
- 6, 47
-
-
- 53, 21
-
-
- 1
-
-
- GUIDTextBox1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 3
-
-
- NoControl
-
-
- 527, 120
-
-
- 167, 24
-
-
- 94
-
-
- Doppelte Einträge verhindern
-
-
- VKT_PREVENT_MULTIPLE_VALUESCheckbox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 4
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 3, 30
-
-
- 22, 15
-
-
- 0
-
-
- ID:
-
-
- GUIDLabel1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 5
-
-
- 527, 150
-
-
- 128, 24
-
-
- 94
-
-
- Neueingabe erlauben
-
-
- VKT_ADD_ITEMCheckbox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 6
-
-
- False
-
-
- Tahoma, 8.25pt
-
-
- 141, 47
-
-
- 272, 21
-
-
- 4
-
-
- NAMETextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 7
-
-
- 527, 90
-
-
- 115, 24
-
-
- 93
-
-
- Mehrfachauswahl
-
-
- MULTISELECTCheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 8
-
-
- False
-
-
- True
-
-
- 138, 31
-
-
- 71, 13
-
-
- 3
-
-
- Bezeichnung:
-
-
- NAMELabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 9
-
-
- 172, 218
-
-
- 152, 41
-
-
- 92
-
-
- Letzte erfolgreiche Eingabe speichern
-
-
- SAVE_VALUECheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 10
-
-
- False
-
-
- 419, 47
-
-
- 231, 21
-
-
- 6
-
-
- WD_INDEXComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 11
-
-
- True
-
-
- 416, 31
-
-
- 89, 13
-
-
- 91
-
-
- windream-Index:
-
-
- lblWDINDEX
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 12
-
-
- False
-
-
- 6, 92
-
-
- 509, 21
-
-
- 8
-
-
- COMMENTTextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 13
-
-
- False
-
-
- 6, 218
-
-
- 180, 41
-
-
- 90
-
-
- Optional/Nur für Benennung
-der Datei
-
-
- OPTIONALCheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 14
-
-
- False
-
-
- True
-
-
- 3, 74
-
-
- 47, 13
-
-
- 7
-
-
- Hinweis:
-
-
- COMMENTLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 15
-
-
- False
-
-
- MiddleLeft
-
-
- 317, 133
-
-
- 167, 23
-
-
- 80
-
-
- SQL Abfrage bearbeiten
-
-
- MiddleRight
-
-
- btnSQLView
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 16
-
-
- False
-
-
- BOOLEAN
-
-
- DATE
-
-
- INTEGER
-
-
- VARCHAR
-
-
- 6, 136
-
-
- 145, 21
-
-
- 10
-
-
- DATATYPEComboBox
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 17
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 713, 157
-
-
- 90, 15
-
-
- 25
-
-
- Geändert wann:
-
-
- CHANGED_WHENLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 18
-
-
- False
-
-
- True
-
-
- 3, 118
-
-
- 56, 13
-
-
- 9
-
-
- Datentyp:
-
-
- DATATYPELabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 19
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 717, 175
-
-
- 156, 23
-
-
- 26
-
-
- CHANGED_WHENTextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 20
-
-
- False
-
-
- 170, 133
-
-
- 141, 24
-
-
- 12
-
-
- Vorschlagsliste per SQL
-
-
- SUGGESTIONCheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 21
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 712, 114
-
-
- 80, 15
-
-
- 23
-
-
- Geändert wer:
-
-
- CHANGED_WHOLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 22
-
-
- False
-
-
- 6, 180
-
-
- 318, 21
-
-
- 13
-
-
- DEFAULT_VALUETextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 23
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 717, 131
-
-
- 156, 23
-
-
- 24
-
-
- CHANGED_WHOTextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 24
-
-
- False
-
-
- True
-
-
- 3, 162
-
-
- 355, 13
-
-
- 12
-
-
- Default-Wert: (NULL für Date-Index, um Default Wert zu überschreiben)
-
-
- DEFAULT_VALUELabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 25
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 713, 70
-
-
- 77, 15
-
-
- 21
-
-
- Erstellt wann:
-
-
- ADDED_WHENLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 26
-
-
- False
-
-
- 65, 47
-
-
- 70, 21
-
-
- 17
-
-
- SEQUENCETextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 27
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 716, 88
-
-
- 155, 23
-
-
- 22
-
-
- ADDED_WHENTextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 28
-
-
- False
-
-
- True
-
-
- 62, 31
-
-
- 68, 13
-
-
- 16
-
-
- Reihenfolge:
-
-
- SEQUENCELabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 29
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 713, 25
-
-
- 67, 15
-
-
- 19
-
-
- Erstellt wer:
-
-
- ADDED_WHOLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 30
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 716, 43
-
-
- 155, 23
-
-
- 20
-
-
- ADDED_WHOTextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Panel1
-
-
- 31
-
-
- Fill
-
-
- 150, 0
-
-
- 922, 278
-
-
- 96
-
Panel1
@@ -3152,18 +2254,6 @@ der Datei
0
-
- Left
-
-
- 0, 0
-
-
- 150, 278
-
-
- 95
-
ListBoxControl3
@@ -3679,27 +2769,6 @@ der Datei
1
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
Vertical
@@ -3709,6 +2778,73 @@ der Datei
True
+
+ 17, 173
+
+
+ 269, 239
+
+
+ 100, 21
+
+
+ 92
+
+
+ False
+
+
+ txtAutomIndexConnectionId
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ XtraTabPageAutoIndex
+
+
+ 0
+
+
+ 163, 239
+
+
+ 100, 21
+
+
+ 91
+
+
+ False
+
+
+ txtAutomIndexSQLResult
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ XtraTabPageAutoIndex
+
+
+ 1
+
+
+ Top
+
+
+ 150, 0
+
+
+ 922, 26
+
+
+ 83
+
+
+ Automatische Indizes werden nach den manuellen Indizes OHNE USERINTERAKTION durchlaufen.
+Die erhaltenen Werte können in Indizes geschrieben oder zur Benennung der Datei genutzt werden.
+
Label6
@@ -3719,7 +2855,19 @@ der Datei
XtraTabPageAutoIndex
- 0
+ 2
+
+
+ Left
+
+
+ 0, 0
+
+
+ 150, 278
+
+
+ 90
ListBoxControl4
@@ -3731,7 +2879,16 @@ der Datei
XtraTabPageAutoIndex
- 1
+ 3
+
+
+ 581, 126
+
+
+ 31, 22
+
+
+ 89
btnAddWindowsVariable
@@ -3743,7 +2900,22 @@ der Datei
XtraTabPageAutoIndex
- 2
+ 4
+
+
+ True
+
+
+ 616, 110
+
+
+ 108, 13
+
+
+ 88
+
+
+ Windows-Parameter:
lblWindowParameter
@@ -3755,7 +2927,43 @@ der Datei
XtraTabPageAutoIndex
- 3
+ 5
+
+
+ False
+
+
+ Dateiname (mit Endung)
+
+
+ Dateiname (ohne Endung)
+
+
+ Dateiendung
+
+
+ Datei Erstelldatum
+
+
+ Datei Erstellt wer
+
+
+ Aktuelles Datum (DD.MM.YYYY)
+
+
+ Username
+
+
+ Usercode
+
+
+ 619, 128
+
+
+ 188, 82
+
+
+ 87
lbFileparameter
@@ -3767,7 +2975,22 @@ der Datei
XtraTabPageAutoIndex
- 4
+ 6
+
+
+ True
+
+
+ 364, 114
+
+
+ 166, 13
+
+
+ 85
+
+
+ Fester oder Automatischer Wert:
lblValue
@@ -3779,7 +3002,19 @@ der Datei
XtraTabPageAutoIndex
- 5
+ 7
+
+
+ False
+
+
+ 163, 126
+
+
+ 198, 21
+
+
+ 84
INDEXNAME_AutoIndexCMB
@@ -3791,7 +3026,31 @@ der Datei
XtraTabPageAutoIndex
- 6
+ 8
+
+
+ False
+
+
+ MiddleLeft
+
+
+ 373, 198
+
+
+ 148, 24
+
+
+ 81
+
+
+ Show SQL-Config
+
+
+ MiddleRight
+
+
+ False
btnSQLViewAuto
@@ -3803,7 +3062,22 @@ der Datei
XtraTabPageAutoIndex
- 7
+ 9
+
+
+ False
+
+
+ 163, 198
+
+
+ 198, 24
+
+
+ 29
+
+
+ Automatischer Index per SQL?
SQL_ACTIVECheckBox
@@ -3815,7 +3089,28 @@ der Datei
XtraTabPageAutoIndex
- 8
+ 10
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 161, 69
+
+
+ 22, 15
+
+
+ 4
+
+
+ ID:
GUIDLabel4
@@ -3827,7 +3122,19 @@ der Datei
XtraTabPageAutoIndex
- 9
+ 11
+
+
+ Tahoma, 8.25pt
+
+
+ 163, 86
+
+
+ 90, 21
+
+
+ 5
GUIDAUTO_INDEXTextbox
@@ -3839,7 +3146,25 @@ der Datei
XtraTabPageAutoIndex
- 10
+ 12
+
+
+ False
+
+
+ True
+
+
+ 160, 113
+
+
+ 65, 13
+
+
+ 8
+
+
+ Indexname:
INDEXNAMELabel
@@ -3851,6 +3176,18 @@ der Datei
XtraTabPageAutoIndex
+ 13
+
+
+ False
+
+
+ 367, 127
+
+
+ 209, 21
+
+
11
@@ -3863,7 +3200,25 @@ der Datei
XtraTabPageAutoIndex
- 12
+ 14
+
+
+ False
+
+
+ True
+
+
+ 160, 153
+
+
+ 75, 13
+
+
+ 14
+
+
+ Beschreibung:
COMMENTLabel1
@@ -3875,7 +3230,19 @@ der Datei
XtraTabPageAutoIndex
- 13
+ 15
+
+
+ False
+
+
+ 163, 171
+
+
+ 419, 21
+
+
+ 15
COMMENTTextBox1
@@ -3887,7 +3254,19 @@ der Datei
XtraTabPageAutoIndex
- 14
+ 16
+
+
+ 163, 44
+
+
+ 59, 21
+
+
+ 17
+
+
+ Aktiv
ACTIVECheckBox1
@@ -3899,7 +3278,28 @@ der Datei
XtraTabPageAutoIndex
- 15
+ 17
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 863, 68
+
+
+ 67, 15
+
+
+ 18
+
+
+ Erstellt wer:
ADDED_WHOLabel3
@@ -3911,7 +3311,19 @@ der Datei
XtraTabPageAutoIndex
- 16
+ 18
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 866, 84
+
+
+ 155, 23
+
+
+ 19
ADDED_WHOTextBox3
@@ -3923,7 +3335,28 @@ der Datei
XtraTabPageAutoIndex
- 17
+ 19
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 864, 110
+
+
+ 77, 15
+
+
+ 20
+
+
+ Erstellt wann:
ADDED_WHENLabel3
@@ -3935,7 +3368,19 @@ der Datei
XtraTabPageAutoIndex
- 18
+ 20
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 866, 126
+
+
+ 155, 23
+
+
+ 21
ADDED_WHENTextBox3
@@ -3947,7 +3392,28 @@ der Datei
XtraTabPageAutoIndex
- 19
+ 21
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 864, 152
+
+
+ 80, 15
+
+
+ 22
+
+
+ Geändert wer:
CHANGED_WHOLabel3
@@ -3959,7 +3425,19 @@ der Datei
XtraTabPageAutoIndex
- 20
+ 22
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 866, 168
+
+
+ 155, 23
+
+
+ 23
CHANGED_WHOTextBox3
@@ -3971,7 +3449,28 @@ der Datei
XtraTabPageAutoIndex
- 21
+ 23
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 864, 194
+
+
+ 90, 15
+
+
+ 24
+
+
+ Geändert wann:
CHANGED_WHENLabel3
@@ -3983,7 +3482,19 @@ der Datei
XtraTabPageAutoIndex
- 22
+ 24
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 867, 210
+
+
+ 155, 23
+
+
+ 25
CHANGED_WHENTextBox3
@@ -3995,7 +3506,19 @@ der Datei
XtraTabPageAutoIndex
- 23
+ 25
+
+
+ False
+
+
+ 163, 126
+
+
+ 198, 21
+
+
+ 28
INDEXNAME_AutoIndexTXT
@@ -4007,7 +3530,7 @@ der Datei
XtraTabPageAutoIndex
- 24
+ 26
@@ -4875,6 +4398,1456 @@ der Datei
134, 17
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ Button3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 0
+
+
+ lbManIndexDefaultValueParameter
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 1
+
+
+ txtManIndexConnectionId
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 2
+
+
+ txtManIndexSQL
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 3
+
+
+ ACTIVECheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 4
+
+
+ GUIDTextBox1
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 5
+
+
+ VKT_PREVENT_MULTIPLE_VALUESCheckbox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 6
+
+
+ GUIDLabel1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 7
+
+
+ VKT_ADD_ITEMCheckbox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 8
+
+
+ NAMETextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 9
+
+
+ MULTISELECTCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 10
+
+
+ NAMELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 11
+
+
+ SAVE_VALUECheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 12
+
+
+ WD_INDEXComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 13
+
+
+ lblWDINDEX
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 14
+
+
+ COMMENTTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 15
+
+
+ OPTIONALCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 16
+
+
+ COMMENTLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 17
+
+
+ btnSQLView
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 18
+
+
+ DATATYPEComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 19
+
+
+ CHANGED_WHENLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 20
+
+
+ DATATYPELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 21
+
+
+ CHANGED_WHENTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 22
+
+
+ SUGGESTIONCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 23
+
+
+ CHANGED_WHOLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 24
+
+
+ DEFAULT_VALUETextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 25
+
+
+ CHANGED_WHOTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 26
+
+
+ DEFAULT_VALUELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 27
+
+
+ ADDED_WHENLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 28
+
+
+ SEQUENCETextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 29
+
+
+ ADDED_WHENTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 30
+
+
+ SEQUENCELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 31
+
+
+ ADDED_WHOLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 32
+
+
+ ADDED_WHOTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 33
+
+
+ Fill
+
+
+ 150, 0
+
+
+ 922, 278
+
+
+ 96
+
+
+ Panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ XtraTabPageManualIndex
+
+
+ 0
+
+
+ NoControl
+
+
+ 330, 180
+
+
+ 31, 22
+
+
+ 97
+
+
+ Button3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 0
+
+
+ False
+
+
+ Dateiname (mit Endung)
+
+
+ Dateiname (ohne Endung)
+
+
+ Dateiendung
+
+
+ Datei Erstelldatum
+
+
+ Datei Erstellt wer
+
+
+ Aktuelles Datum (DD.MM.YYYY)
+
+
+ Username
+
+
+ Usercode
+
+
+ NULL
+
+
+ 365, 180
+
+
+ 188, 82
+
+
+ 96
+
+
+ lbManIndexDefaultValueParameter
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 1
+
+
+ 17, 95
+
+
+ 716, 238
+
+
+ 185, 21
+
+
+ 95
+
+
+ False
+
+
+ txtManIndexConnectionId
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 2
+
+
+ 17, 95
+
+
+ 716, 211
+
+
+ 185, 21
+
+
+ 95
+
+
+ False
+
+
+ txtManIndexSQL
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 3
+
+
+ False
+
+
+ 6, 3
+
+
+ 61, 24
+
+
+ 19
+
+
+ Aktiv
+
+
+ ACTIVECheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 4
+
+
+ Tahoma, 8.25pt
+
+
+ 6, 47
+
+
+ 53, 21
+
+
+ 1
+
+
+ GUIDTextBox1
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 5
+
+
+ NoControl
+
+
+ 527, 120
+
+
+ 167, 24
+
+
+ 94
+
+
+ Doppelte Einträge verhindern
+
+
+ VKT_PREVENT_MULTIPLE_VALUESCheckbox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 6
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 3, 30
+
+
+ 22, 15
+
+
+ 0
+
+
+ ID:
+
+
+ GUIDLabel1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 7
+
+
+ 527, 150
+
+
+ 128, 24
+
+
+ 94
+
+
+ Neueingabe erlauben
+
+
+ VKT_ADD_ITEMCheckbox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 8
+
+
+ False
+
+
+ Tahoma, 8.25pt
+
+
+ 141, 47
+
+
+ 272, 21
+
+
+ 4
+
+
+ NAMETextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 9
+
+
+ 527, 90
+
+
+ 115, 24
+
+
+ 93
+
+
+ Mehrfachauswahl
+
+
+ MULTISELECTCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 10
+
+
+ False
+
+
+ True
+
+
+ 138, 31
+
+
+ 71, 13
+
+
+ 3
+
+
+ Bezeichnung:
+
+
+ NAMELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 11
+
+
+ 172, 218
+
+
+ 152, 41
+
+
+ 92
+
+
+ Letzte erfolgreiche Eingabe speichern
+
+
+ SAVE_VALUECheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 12
+
+
+ False
+
+
+ 419, 47
+
+
+ 231, 21
+
+
+ 6
+
+
+ WD_INDEXComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 13
+
+
+ True
+
+
+ 416, 31
+
+
+ 89, 13
+
+
+ 91
+
+
+ windream-Index:
+
+
+ lblWDINDEX
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 14
+
+
+ False
+
+
+ 6, 92
+
+
+ 509, 21
+
+
+ 8
+
+
+ COMMENTTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 15
+
+
+ False
+
+
+ 6, 218
+
+
+ 180, 41
+
+
+ 90
+
+
+ Optional/Nur für Benennung
+der Datei
+
+
+ OPTIONALCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 16
+
+
+ False
+
+
+ True
+
+
+ 3, 74
+
+
+ 47, 13
+
+
+ 7
+
+
+ Hinweis:
+
+
+ COMMENTLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 17
+
+
+ False
+
+
+ MiddleLeft
+
+
+ 317, 133
+
+
+ 167, 23
+
+
+ 80
+
+
+ SQL Abfrage bearbeiten
+
+
+ MiddleRight
+
+
+ btnSQLView
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 18
+
+
+ False
+
+
+ BOOLEAN
+
+
+ DATE
+
+
+ INTEGER
+
+
+ VARCHAR
+
+
+ 6, 136
+
+
+ 145, 21
+
+
+ 10
+
+
+ DATATYPEComboBox
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 19
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 713, 157
+
+
+ 90, 15
+
+
+ 25
+
+
+ Geändert wann:
+
+
+ CHANGED_WHENLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 20
+
+
+ False
+
+
+ True
+
+
+ 3, 118
+
+
+ 56, 13
+
+
+ 9
+
+
+ Datentyp:
+
+
+ DATATYPELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 21
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 717, 175
+
+
+ 156, 23
+
+
+ 26
+
+
+ CHANGED_WHENTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 22
+
+
+ False
+
+
+ 170, 133
+
+
+ 141, 24
+
+
+ 12
+
+
+ Vorschlagsliste per SQL
+
+
+ SUGGESTIONCheckBox
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 23
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 712, 114
+
+
+ 80, 15
+
+
+ 23
+
+
+ Geändert wer:
+
+
+ CHANGED_WHOLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 24
+
+
+ False
+
+
+ 6, 180
+
+
+ 318, 21
+
+
+ 13
+
+
+ DEFAULT_VALUETextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 25
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 717, 131
+
+
+ 156, 23
+
+
+ 24
+
+
+ CHANGED_WHOTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 26
+
+
+ False
+
+
+ True
+
+
+ 3, 162
+
+
+ 70, 13
+
+
+ 12
+
+
+ Default-Wert
+
+
+ DEFAULT_VALUELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 27
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 713, 70
+
+
+ 77, 15
+
+
+ 21
+
+
+ Erstellt wann:
+
+
+ ADDED_WHENLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 28
+
+
+ False
+
+
+ 65, 47
+
+
+ 70, 21
+
+
+ 17
+
+
+ SEQUENCETextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 29
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 716, 88
+
+
+ 155, 23
+
+
+ 22
+
+
+ ADDED_WHENTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 30
+
+
+ False
+
+
+ True
+
+
+ 62, 31
+
+
+ 68, 13
+
+
+ 16
+
+
+ Reihenfolge:
+
+
+ SEQUENCELabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 31
+
+
+ False
+
+
+ True
+
+
+ Segoe UI, 9pt
+
+
+ 713, 25
+
+
+ 67, 15
+
+
+ 19
+
+
+ Erstellt wer:
+
+
+ ADDED_WHOLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 32
+
+
+ Segoe UI, 9pt, style=Italic
+
+
+ 716, 43
+
+
+ 155, 23
+
+
+ 20
+
+
+ ADDED_WHOTextBox
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Panel1
+
+
+ 33
+
+
+ Left
+
+
+ 0, 0
+
+
+ 150, 278
+
+
+ 95
+
+
+ ListBoxControl3
+
+
+ DevExpress.XtraEditors.ListBoxControl, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+
+
+ XtraTabPageManualIndex
+
+
+ 1
+
511, 173
@@ -5748,715 +6721,6 @@ der Datei
30
-
- Top
-
-
- 150, 0
-
-
- 922, 26
-
-
- 83
-
-
- Automatische Indizes werden nach den manuellen Indizes OHNE USERINTERAKTION durchlaufen.
-Die erhaltenen Werte können in Indizes geschrieben oder zur Benennung der Datei genutzt werden.
-
-
- Label6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 0
-
-
- 17, 173
-
-
- Left
-
-
- 0, 0
-
-
- 150, 278
-
-
- 90
-
-
- ListBoxControl4
-
-
- DevExpress.XtraEditors.ListBoxControl, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
-
-
- XtraTabPageAutoIndex
-
-
- 1
-
-
- 17, 173
-
-
- 581, 126
-
-
- 31, 22
-
-
- 89
-
-
- btnAddWindowsVariable
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 2
-
-
- True
-
-
- 616, 110
-
-
- 108, 13
-
-
- 88
-
-
- Windows-Parameter:
-
-
- lblWindowParameter
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 3
-
-
- False
-
-
- Dateiname (mit Endung)
-
-
- Dateiname (ohne Endung)
-
-
- Dateiendung
-
-
- Datei Erstelldatum
-
-
- Datei Erstellt wer
-
-
- Aktuelles Datum (DD.MM.YYYY)
-
-
- Username
-
-
- Usercode
-
-
- 619, 128
-
-
- 188, 82
-
-
- 87
-
-
- lbFileparameter
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 4
-
-
- True
-
-
- 364, 114
-
-
- 166, 13
-
-
- 85
-
-
- Fester oder Automatischer Wert:
-
-
- lblValue
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 5
-
-
- False
-
-
- 163, 126
-
-
- 198, 21
-
-
- 84
-
-
- INDEXNAME_AutoIndexCMB
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 6
-
-
- False
-
-
- MiddleLeft
-
-
- 373, 198
-
-
- 148, 24
-
-
- 81
-
-
- Show SQL-Config
-
-
- MiddleRight
-
-
- False
-
-
- btnSQLViewAuto
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 7
-
-
- False
-
-
- 163, 198
-
-
- 198, 24
-
-
- 29
-
-
- Automatischer Index per SQL?
-
-
- SQL_ACTIVECheckBox
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 8
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 161, 69
-
-
- 22, 15
-
-
- 4
-
-
- ID:
-
-
- GUIDLabel4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 9
-
-
- Tahoma, 8.25pt
-
-
- 163, 86
-
-
- 90, 21
-
-
- 5
-
-
- GUIDAUTO_INDEXTextbox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 10
-
-
- False
-
-
- True
-
-
- 160, 113
-
-
- 65, 13
-
-
- 8
-
-
- Indexname:
-
-
- INDEXNAMELabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 11
-
-
- False
-
-
- 367, 127
-
-
- 209, 21
-
-
- 11
-
-
- VALUETextBox
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 12
-
-
- False
-
-
- True
-
-
- 160, 153
-
-
- 75, 13
-
-
- 14
-
-
- Beschreibung:
-
-
- COMMENTLabel1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 13
-
-
- False
-
-
- 163, 171
-
-
- 419, 21
-
-
- 15
-
-
- COMMENTTextBox1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 14
-
-
- 163, 44
-
-
- 59, 21
-
-
- 17
-
-
- Aktiv
-
-
- ACTIVECheckBox1
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 15
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 863, 68
-
-
- 67, 15
-
-
- 18
-
-
- Erstellt wer:
-
-
- ADDED_WHOLabel3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 16
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 866, 84
-
-
- 155, 23
-
-
- 19
-
-
- ADDED_WHOTextBox3
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 17
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 864, 110
-
-
- 77, 15
-
-
- 20
-
-
- Erstellt wann:
-
-
- ADDED_WHENLabel3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 18
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 866, 126
-
-
- 155, 23
-
-
- 21
-
-
- ADDED_WHENTextBox3
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 19
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 864, 152
-
-
- 80, 15
-
-
- 22
-
-
- Geändert wer:
-
-
- CHANGED_WHOLabel3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 20
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 866, 168
-
-
- 155, 23
-
-
- 23
-
-
- CHANGED_WHOTextBox3
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 21
-
-
- False
-
-
- True
-
-
- Segoe UI, 9pt
-
-
- 864, 194
-
-
- 90, 15
-
-
- 24
-
-
- Geändert wann:
-
-
- CHANGED_WHENLabel3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 22
-
-
- Segoe UI, 9pt, style=Italic
-
-
- 867, 210
-
-
- 155, 23
-
-
- 25
-
-
- CHANGED_WHENTextBox3
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 23
-
-
- False
-
-
- 163, 126
-
-
- 198, 21
-
-
- 28
-
-
- INDEXNAME_AutoIndexTXT
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- XtraTabPageAutoIndex
-
-
- 24
-
Label10
diff --git a/Global_Indexer/frmAdministration.vb b/Global_Indexer/frmAdministration.vb
index a6c8a15..02e2259 100644
--- a/Global_Indexer/frmAdministration.vb
+++ b/Global_Indexer/frmAdministration.vb
@@ -578,39 +578,29 @@ Public Class frmAdministration
End Sub
Private Sub btnSQLViewAuto_Click(sender As Object, e As EventArgs) Handles btnSQLViewAuto.Click
- Save_IndexAuto()
- CURRENT_DOKART_ID = DOKART_GUIDTextBox.Text
- CURRENT_INDEXAUTO = GUIDAUTO_INDEXTextbox.Text
- CURRENT_SQL_CONFIG = "AUTO"
- 'SQLConfigAutoIndex.ShowDialog()
-
Dim oIndexGuid As Integer = GUIDAUTO_INDEXTextbox.Text
Dim oDocTypeGuid As Integer = DOKART_GUIDTextBox.Text
- Dim oSQLCommand = ""
Try
- Dim oSQL = $"SELECT SQL_RESULT, CONNECTION_ID FROM TBDD_INDEX_AUTOM WHERE GUID = {oIndexGuid}"
- Dim oDatatable As DataTable = ClassDatabase.Return_Datatable(oSQL)
- Dim oRow = oDatatable.Rows.Item(0)
Dim oConnection As Integer = 1
+ Dim oSQLCommand = ""
- If Not IsDBNull(oRow.Item("CONNECTION_ID")) Then
- oConnection = oRow.Item("CONNECTION_ID")
+ If txtAutomIndexConnectionId.Text <> String.Empty Then
+ oConnection = txtAutomIndexConnectionId.Text
+ End If
+
+ If txtAutomIndexSQLResult.Text <> String.Empty Then
+ oSQLCommand = txtAutomIndexSQLResult.Text
End If
Dim oForm As New frmSQL_DESIGNER(oIndexGuid, oDocTypeGuid) With {
- .SQLCommand = oRow.Item("SQL_RESULT"),
+ .SQLCommand = oSQLCommand,
.ConnectionID = oConnection
}
If oForm.ShowDialog() = DialogResult.OK Then
-
- oSQLCommand = oForm.SQLCommand.Replace("'", "''")
- Dim oConnectionId = oForm.SQLConnectionId
-
- oSQL = $"UPDATE TBDD_INDEX_AUTOM SET CONNECTION_ID = {oConnectionId},SQL_RESULT = '{oSQLCommand}',CHANGED_WHO = '{Environment.UserName}' WHERE GUID = {oIndexGuid}"
- ClassDatabase.Execute_non_Query(oSQL, True)
-
+ txtAutomIndexSQLResult.Text = oForm.SQLCommand
+ txtAutomIndexConnectionId.Text = oForm.SQLConnectionId
End If
Catch ex As Exception
LOGGER.Error(ex)
@@ -1310,4 +1300,24 @@ Public Class frmAdministration
Private Sub BarButtonItem29_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem29.ItemClick
frmEmailIndexing.ShowDialog()
End Sub
+
+ Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
+ If lbManIndexDefaultValueParameter.SelectedIndex >= 0 Then
+ Dim oValue As String = String.Empty
+
+ Select Case lbManIndexDefaultValueParameter.SelectedIndex
+ Case 0 : oValue = "$filename_ext"
+ Case 1 : oValue = "$filename"
+ Case 2 : oValue = "$extension"
+ Case 3 : oValue = "$FileCreateDate"
+ Case 4 : oValue = "$FileCreatedWho"
+ Case 5 : oValue = "$DateDDMMYYY"
+ Case 6 : oValue = "$Username"
+ Case 7 : oValue = "$Usercode"
+ Case 8 : oValue = "NULL"
+ End Select
+
+ DEFAULT_VALUETextBox.Text = oValue
+ End If
+ End Sub
End Class
diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb
index bbfc347..5d8378e 100644
--- a/Global_Indexer/frmIndex.vb
+++ b/Global_Indexer/frmIndex.vb
@@ -1652,7 +1652,7 @@ Public Class frmIndex
Dim DefaultValue = Check_HistoryValues(oControlName, oRow.Item("DOKUMENTART"))
If DefaultValue Is Nothing Then
- DefaultValue = oRow.Item("DEFAULT_VALUE")
+ DefaultValue = GetPlaceholderValue(oRow.Item("DEFAULT_VALUE"), CURRENT_WORKFILE, USER_SHORTNAME)
End If
Select Case oDataType
Case "BOOLEAN"
@@ -1751,9 +1751,9 @@ Public Class frmIndex
oResult = oOwner
Case "$DateDDMMYYY".ToUpper
oResult = System.DateTime.Now.ToShortDateString
- Case "$Username"
+ Case "$Username".ToUpper
oResult = Environment.UserName
- Case "$Usercode"
+ Case "$Usercode".ToUpper
oResult = UserShortName
End Select
Catch ex As Exception
diff --git a/Global_Indexer/frmStart.Designer.vb b/Global_Indexer/frmStart.Designer.vb
index 27c663c..2812369 100644
--- a/Global_Indexer/frmStart.Designer.vb
+++ b/Global_Indexer/frmStart.Designer.vb
@@ -122,6 +122,7 @@ Partial Class frmStart
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblFW})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
+ Me.StatusStrip1.SizingGrip = False
'
'tslblFW
'
diff --git a/Global_Indexer/frmStart.resx b/Global_Indexer/frmStart.resx
index 5febf4d..6e77e6b 100644
--- a/Global_Indexer/frmStart.resx
+++ b/Global_Indexer/frmStart.resx
@@ -125,7 +125,7 @@
0, 0
- 284, 24
+ 294, 24
@@ -200,11 +200,20 @@
515, 17
+
+ 133, 17
+
+
+ FolderWatch ist aktiv
+
+
+ False
+
- 0, 129
+ 0, 139
- 284, 22
+ 294, 22
6
@@ -224,15 +233,6 @@
2
-
- 133, 17
-
-
- FolderWatch ist aktiv
-
-
- False
-
1072, 17
@@ -550,10 +550,10 @@
0, 24
- 5, 5, 5, 5
+ 15, 10, 15, 10
- 284, 52
+ 294, 62
8
@@ -617,10 +617,10 @@ auf dieses Fenster oder...
NoControl
- 0, 76
+ 0, 86
- 284, 53
+ 294, 53
9
@@ -647,16 +647,16 @@ auf dieses Fenster oder...
203
- 284, 151
+ 294, 161
Segoe UI, 8.25pt
- 300, 190
+ 310, 200
- 300, 190
+ 310, 200
Global Indexer
diff --git a/Global_Indexer/frmStart.vb b/Global_Indexer/frmStart.vb
index c10af97..349f628 100644
--- a/Global_Indexer/frmStart.vb
+++ b/Global_Indexer/frmStart.vb
@@ -368,8 +368,7 @@ Public Class frmStart
Unregister_Hotkeys()
Load_Hotkeys()
- Me.Opacity = 30
- Me.TopMost = True
+ TopMost = True
Catch ex As Exception
MsgBox("Unexpected Error in Load-Form" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
@@ -681,7 +680,7 @@ Public Class frmStart
TimerFolderWatch.Start()
End If
loaded = True
- Opacity = 0.6
+ Opacity = 0.7
ClassHelper.Refresh_RegexTable()