This commit is contained in:
2019-11-15 14:27:50 +01:00
parent a77786b706
commit a6bb35916e
24 changed files with 2915 additions and 510 deletions

View File

@@ -93,6 +93,13 @@ Partial Class frmAdministration
Dim Label9 As System.Windows.Forms.Label
Dim LANGUAGELabel As System.Windows.Forms.Label
Dim SHORTNAMELabel As System.Windows.Forms.Label
Dim GUIDLabel7 As System.Windows.Forms.Label
Dim REGEXLabel As System.Windows.Forms.Label
Dim DOCTYPE_IDLabel As System.Windows.Forms.Label
Dim ADDED_WHOLabel6 As System.Windows.Forms.Label
Dim ADDED_WHENLabel6 As System.Windows.Forms.Label
Dim CHANGED_WHOLabel6 As System.Windows.Forms.Label
Dim CHANGED_WHENLabel6 As System.Windows.Forms.Label
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
@@ -378,6 +385,32 @@ Partial Class frmAdministration
Me.btnidxemail_Save = New System.Windows.Forms.Button()
Me.btnidxemail_add = New System.Windows.Forms.Button()
Me.ListBoxObjekttypen = New System.Windows.Forms.ListBox()
Me.XtraTabPage11 = New DevExpress.XtraTab.XtraTabPage()
Me.GroupBox7 = New System.Windows.Forms.GroupBox()
Me.cmbDoctypeRegex = New System.Windows.Forms.ComboBox()
Me.TBGI_REGEX_DOCTYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.txtFilenameTest = New System.Windows.Forms.TextBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.Button5 = New System.Windows.Forms.Button()
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
Me.REGEXTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHOTextBox6 = New System.Windows.Forms.TextBox()
Me.ADDED_WHENTextBox6 = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox()
Me.CHANGED_WHENTextBox6 = New System.Windows.Forms.TextBox()
Me.BindingNavigator3 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorAddNewItem1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton42 = New System.Windows.Forms.ToolStripButton()
Me.TBGI_CONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_DOKUMENTARTTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_DOKUMENTARTTableAdapter()
Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager()
@@ -396,6 +429,7 @@ Partial Class frmAdministration
Me.TBDD_GROUPS_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_GROUPS_USERTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_GROUPS_USERTableAdapter()
Me.VWGI_DOCTYPE_GROUPTableAdapter = New Global_Indexer.MyDatasetTableAdapters.VWGI_DOCTYPE_GROUPTableAdapter()
Me.TBGI_REGEX_DOCTYPETableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBGI_REGEX_DOCTYPETableAdapter()
GUIDLabel = New System.Windows.Forms.Label()
BEZEICHNUNGLabel = New System.Windows.Forms.Label()
EINGANGSART_IDLabel = New System.Windows.Forms.Label()
@@ -465,6 +499,13 @@ Partial Class frmAdministration
Label9 = New System.Windows.Forms.Label()
LANGUAGELabel = New System.Windows.Forms.Label()
SHORTNAMELabel = New System.Windows.Forms.Label()
GUIDLabel7 = New System.Windows.Forms.Label()
REGEXLabel = New System.Windows.Forms.Label()
DOCTYPE_IDLabel = New System.Windows.Forms.Label()
ADDED_WHOLabel6 = New System.Windows.Forms.Label()
ADDED_WHENLabel6 = New System.Windows.Forms.Label()
CHANGED_WHOLabel6 = New System.Windows.Forms.Label()
CHANGED_WHENLabel6 = New System.Windows.Forms.Label()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
Me.XtraTabPage1.SuspendLayout()
@@ -519,6 +560,11 @@ Partial Class frmAdministration
Me.GroupBox1.SuspendLayout()
Me.pnlObjekttype_Config.SuspendLayout()
CType(Me.TBGI_OBJECTTYPE_EMAIL_INDEXBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabPage11.SuspendLayout()
Me.GroupBox7.SuspendLayout()
CType(Me.TBGI_REGEX_DOCTYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator3.SuspendLayout()
CType(Me.TBGI_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBDD_GROUPS_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -868,6 +914,41 @@ Partial Class frmAdministration
resources.ApplyResources(SHORTNAMELabel, "SHORTNAMELabel")
SHORTNAMELabel.Name = "SHORTNAMELabel"
'
'GUIDLabel7
'
resources.ApplyResources(GUIDLabel7, "GUIDLabel7")
GUIDLabel7.Name = "GUIDLabel7"
'
'REGEXLabel
'
resources.ApplyResources(REGEXLabel, "REGEXLabel")
REGEXLabel.Name = "REGEXLabel"
'
'DOCTYPE_IDLabel
'
resources.ApplyResources(DOCTYPE_IDLabel, "DOCTYPE_IDLabel")
DOCTYPE_IDLabel.Name = "DOCTYPE_IDLabel"
'
'ADDED_WHOLabel6
'
resources.ApplyResources(ADDED_WHOLabel6, "ADDED_WHOLabel6")
ADDED_WHOLabel6.Name = "ADDED_WHOLabel6"
'
'ADDED_WHENLabel6
'
resources.ApplyResources(ADDED_WHENLabel6, "ADDED_WHENLabel6")
ADDED_WHENLabel6.Name = "ADDED_WHENLabel6"
'
'CHANGED_WHOLabel6
'
resources.ApplyResources(CHANGED_WHOLabel6, "CHANGED_WHOLabel6")
CHANGED_WHOLabel6.Name = "CHANGED_WHOLabel6"
'
'CHANGED_WHENLabel6
'
resources.ApplyResources(CHANGED_WHENLabel6, "CHANGED_WHENLabel6")
CHANGED_WHENLabel6.Name = "CHANGED_WHENLabel6"
'
'StatusStrip1
'
Me.StatusStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
@@ -884,7 +965,7 @@ Partial Class frmAdministration
resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1")
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage5})
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage5, Me.XtraTabPage11})
'
'XtraTabPage1
'
@@ -2112,7 +2193,7 @@ Partial Class frmAdministration
Me.TBDD_DOKUMENTARTBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TBDD_DOKUMENTARTBindingNavigator.BindingSource = Me.TBDD_DOKUMENTARTBindingSource
Me.TBDD_DOKUMENTARTBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TBDD_DOKUMENTARTBindingNavigator.CountItemFormat = "of {0} Documenttypes"
Me.TBDD_DOKUMENTARTBindingNavigator.CountItemFormat = "von {0} Dokumentarten"
Me.TBDD_DOKUMENTARTBindingNavigator.DeleteItem = Nothing
Me.TBDD_DOKUMENTARTBindingNavigator.ImageScalingSize = New System.Drawing.Size(20, 20)
Me.TBDD_DOKUMENTARTBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBDD_DOKUMENTARTBindingNavigatorSaveItem, Me.ToolStripComboBox1, Me.ToolStripButton40, Me.tsbtnCopyDoctype})
@@ -2188,8 +2269,9 @@ Partial Class frmAdministration
'TBDD_DOKUMENTARTBindingNavigatorSaveItem
'
Me.TBDD_DOKUMENTARTBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.TBDD_DOKUMENTARTBindingNavigatorSaveItem, "TBDD_DOKUMENTARTBindingNavigatorSaveItem")
Me.TBDD_DOKUMENTARTBindingNavigatorSaveItem.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
Me.TBDD_DOKUMENTARTBindingNavigatorSaveItem.Name = "TBDD_DOKUMENTARTBindingNavigatorSaveItem"
resources.ApplyResources(Me.TBDD_DOKUMENTARTBindingNavigatorSaveItem, "TBDD_DOKUMENTARTBindingNavigatorSaveItem")
'
'ToolStripComboBox1
'
@@ -2993,6 +3075,190 @@ Partial Class frmAdministration
resources.ApplyResources(Me.ListBoxObjekttypen, "ListBoxObjekttypen")
Me.ListBoxObjekttypen.Name = "ListBoxObjekttypen"
'
'XtraTabPage11
'
Me.XtraTabPage11.Controls.Add(Me.GroupBox7)
Me.XtraTabPage11.Name = "XtraTabPage11"
resources.ApplyResources(Me.XtraTabPage11, "XtraTabPage11")
'
'GroupBox7
'
Me.GroupBox7.Controls.Add(Me.cmbDoctypeRegex)
Me.GroupBox7.Controls.Add(Me.txtFilenameTest)
Me.GroupBox7.Controls.Add(Me.Label11)
Me.GroupBox7.Controls.Add(Me.Button5)
Me.GroupBox7.Controls.Add(GUIDLabel7)
Me.GroupBox7.Controls.Add(Me.GUIDTextBox)
Me.GroupBox7.Controls.Add(REGEXLabel)
Me.GroupBox7.Controls.Add(Me.REGEXTextBox)
Me.GroupBox7.Controls.Add(DOCTYPE_IDLabel)
Me.GroupBox7.Controls.Add(ADDED_WHOLabel6)
Me.GroupBox7.Controls.Add(Me.ADDED_WHOTextBox6)
Me.GroupBox7.Controls.Add(ADDED_WHENLabel6)
Me.GroupBox7.Controls.Add(Me.ADDED_WHENTextBox6)
Me.GroupBox7.Controls.Add(CHANGED_WHOLabel6)
Me.GroupBox7.Controls.Add(Me.CHANGED_WHOTextBox1)
Me.GroupBox7.Controls.Add(CHANGED_WHENLabel6)
Me.GroupBox7.Controls.Add(Me.CHANGED_WHENTextBox6)
Me.GroupBox7.Controls.Add(Me.BindingNavigator3)
resources.ApplyResources(Me.GroupBox7, "GroupBox7")
Me.GroupBox7.Name = "GroupBox7"
Me.GroupBox7.TabStop = False
'
'cmbDoctypeRegex
'
Me.cmbDoctypeRegex.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBGI_REGEX_DOCTYPEBindingSource, "DOCTYPE_ID", True))
Me.cmbDoctypeRegex.FormattingEnabled = True
resources.ApplyResources(Me.cmbDoctypeRegex, "cmbDoctypeRegex")
Me.cmbDoctypeRegex.Name = "cmbDoctypeRegex"
'
'TBGI_REGEX_DOCTYPEBindingSource
'
Me.TBGI_REGEX_DOCTYPEBindingSource.DataMember = "TBGI_REGEX_DOCTYPE"
Me.TBGI_REGEX_DOCTYPEBindingSource.DataSource = Me.MyDataset
'
'txtFilenameTest
'
Me.txtFilenameTest.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Global_Indexer.My.MySettings.Default, "FilenameTest", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
resources.ApplyResources(Me.txtFilenameTest, "txtFilenameTest")
Me.txtFilenameTest.Name = "txtFilenameTest"
Me.txtFilenameTest.Text = Global.Global_Indexer.My.MySettings.Default.FilenameTest
'
'Label11
'
resources.ApplyResources(Me.Label11, "Label11")
Me.Label11.Name = "Label11"
'
'Button5
'
resources.ApplyResources(Me.Button5, "Button5")
Me.Button5.Name = "Button5"
Me.Button5.UseVisualStyleBackColor = True
'
'GUIDTextBox
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "GUID", True))
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
'
'REGEXTextBox
'
Me.REGEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "REGEX", True))
resources.ApplyResources(Me.REGEXTextBox, "REGEXTextBox")
Me.REGEXTextBox.Name = "REGEXTextBox"
'
'ADDED_WHOTextBox6
'
Me.ADDED_WHOTextBox6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHO", True))
resources.ApplyResources(Me.ADDED_WHOTextBox6, "ADDED_WHOTextBox6")
Me.ADDED_WHOTextBox6.Name = "ADDED_WHOTextBox6"
Me.ADDED_WHOTextBox6.ReadOnly = True
'
'ADDED_WHENTextBox6
'
Me.ADDED_WHENTextBox6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox6, "ADDED_WHENTextBox6")
Me.ADDED_WHENTextBox6.Name = "ADDED_WHENTextBox6"
Me.ADDED_WHENTextBox6.ReadOnly = True
'
'CHANGED_WHOTextBox1
'
Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1")
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
Me.CHANGED_WHOTextBox1.ReadOnly = True
'
'CHANGED_WHENTextBox6
'
Me.CHANGED_WHENTextBox6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBGI_REGEX_DOCTYPEBindingSource, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox6, "CHANGED_WHENTextBox6")
Me.CHANGED_WHENTextBox6.Name = "CHANGED_WHENTextBox6"
Me.CHANGED_WHENTextBox6.ReadOnly = True
'
'BindingNavigator3
'
Me.BindingNavigator3.AddNewItem = Nothing
Me.BindingNavigator3.BindingSource = Me.TBGI_REGEX_DOCTYPEBindingSource
Me.BindingNavigator3.CountItem = Me.BindingNavigatorCountItem1
Me.BindingNavigator3.DeleteItem = Me.BindingNavigatorDeleteItem1
Me.BindingNavigator3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.ToolStripButton42, Me.BindingNavigatorDeleteItem1})
resources.ApplyResources(Me.BindingNavigator3, "BindingNavigator3")
Me.BindingNavigator3.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
Me.BindingNavigator3.MoveLastItem = Me.BindingNavigatorMoveLastItem1
Me.BindingNavigator3.MoveNextItem = Me.BindingNavigatorMoveNextItem1
Me.BindingNavigator3.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1
Me.BindingNavigator3.Name = "BindingNavigator3"
Me.BindingNavigator3.PositionItem = Me.BindingNavigatorPositionItem1
'
'BindingNavigatorCountItem1
'
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1")
'
'BindingNavigatorDeleteItem1
'
Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorDeleteItem1, "BindingNavigatorDeleteItem1")
Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1"
'
'BindingNavigatorMoveFirstItem1
'
Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1")
Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1"
'
'BindingNavigatorMovePreviousItem1
'
Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1")
Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1"
'
'BindingNavigatorSeparator3
'
Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3"
resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3")
'
'BindingNavigatorPositionItem1
'
resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1")
Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1"
'
'BindingNavigatorSeparator4
'
Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4"
resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4")
'
'BindingNavigatorMoveNextItem1
'
Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1")
Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1"
'
'BindingNavigatorMoveLastItem1
'
Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1")
Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1"
'
'BindingNavigatorSeparator5
'
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5")
'
'BindingNavigatorAddNewItem1
'
Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorAddNewItem1, "BindingNavigatorAddNewItem1")
Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1"
'
'ToolStripButton42
'
Me.ToolStripButton42.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton42.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
resources.ApplyResources(Me.ToolStripButton42, "ToolStripButton42")
Me.ToolStripButton42.Name = "ToolStripButton42"
'
'TBGI_CONFIGURATIONBindingSource
'
Me.TBGI_CONFIGURATIONBindingSource.DataMember = "TBGI_CONFIGURATION"
@@ -3016,6 +3282,7 @@ Partial Class frmAdministration
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing
Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing
Me.TableAdapterManager.TBGI_REGEX_DOCTYPETableAdapter = Nothing
Me.TableAdapterManager.TBHOTKEY_PATTERNS_REWORKTableAdapter = Nothing
Me.TableAdapterManager.TBHOTKEY_PATTERNSTableAdapter = Nothing
Me.TableAdapterManager.TBHOTKEY_PROFILETableAdapter = Nothing
@@ -3084,6 +3351,10 @@ Partial Class frmAdministration
'
Me.VWGI_DOCTYPE_GROUPTableAdapter.ClearBeforeFill = True
'
'TBGI_REGEX_DOCTYPETableAdapter
'
Me.TBGI_REGEX_DOCTYPETableAdapter.ClearBeforeFill = True
'
'frmAdministration
'
resources.ApplyResources(Me, "$this")
@@ -3165,6 +3436,13 @@ Partial Class frmAdministration
Me.pnlObjekttype_Config.ResumeLayout(False)
Me.pnlObjekttype_Config.PerformLayout()
CType(Me.TBGI_OBJECTTYPE_EMAIL_INDEXBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabPage11.ResumeLayout(False)
Me.GroupBox7.ResumeLayout(False)
Me.GroupBox7.PerformLayout()
CType(Me.TBGI_REGEX_DOCTYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator3.ResumeLayout(False)
Me.BindingNavigator3.PerformLayout()
CType(Me.TBGI_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_GROUPS_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
@@ -3474,4 +3752,31 @@ Partial Class frmAdministration
Friend WithEvents VKT_PREVENT_MULTIPLE_VALUESCheckbox As CheckBox
Friend WithEvents VKT_ADD_ITEMCheckbox As CheckBox
Friend WithEvents Label10 As Label
Friend WithEvents XtraTabPage11 As DevExpress.XtraTab.XtraTabPage
Friend WithEvents GroupBox7 As GroupBox
Friend WithEvents BindingNavigator3 As BindingNavigator
Friend WithEvents BindingNavigatorAddNewItem1 As ToolStripButton
Friend WithEvents BindingNavigatorCountItem1 As ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem1 As ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem1 As ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem1 As ToolStripButton
Friend WithEvents BindingNavigatorSeparator3 As ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem1 As ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator4 As ToolStripSeparator
Friend WithEvents BindingNavigatorMoveNextItem1 As ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem1 As ToolStripButton
Friend WithEvents BindingNavigatorSeparator5 As ToolStripSeparator
Friend WithEvents ToolStripButton42 As ToolStripButton
Friend WithEvents TBGI_REGEX_DOCTYPEBindingSource As BindingSource
Friend WithEvents TBGI_REGEX_DOCTYPETableAdapter As MyDatasetTableAdapters.TBGI_REGEX_DOCTYPETableAdapter
Friend WithEvents txtFilenameTest As TextBox
Friend WithEvents Label11 As Label
Friend WithEvents Button5 As Button
Friend WithEvents GUIDTextBox As TextBox
Friend WithEvents REGEXTextBox As TextBox
Friend WithEvents ADDED_WHOTextBox6 As TextBox
Friend WithEvents ADDED_WHENTextBox6 As TextBox
Friend WithEvents CHANGED_WHOTextBox1 As TextBox
Friend WithEvents CHANGED_WHENTextBox6 As TextBox
Friend WithEvents cmbDoctypeRegex As ComboBox
End Class