Übergabe WM Indexe an SQL Admin
This commit is contained in:
68
Global_Indexer/frmAdministration.Designer.vb
generated
68
Global_Indexer/frmAdministration.Designer.vb
generated
@@ -182,8 +182,9 @@ Partial Class frmAdministration
|
||||
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPageManualIndex = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.txtManIndexConnectionId = New System.Windows.Forms.TextBox()
|
||||
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.txtManIndexConnectionId = New System.Windows.Forms.TextBox()
|
||||
Me.txtManIndexSQL = New System.Windows.Forms.TextBox()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.lbManIndexDefaultValueParameter = New System.Windows.Forms.ListBox()
|
||||
@@ -232,8 +233,9 @@ Partial Class frmAdministration
|
||||
Me.COMMENTTextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.GUIDTextBox4 = New System.Windows.Forms.TextBox()
|
||||
Me.XtraTabPageAutoIndex = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.chkPreventMultipleValues = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.TBDD_INDEX_AUTOMBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.chkPreventMultipleValues = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.chkOverwrite = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.txtAutomIndexConnectionId = New System.Windows.Forms.TextBox()
|
||||
Me.txtAutomIndexSQLResult = New System.Windows.Forms.TextBox()
|
||||
@@ -309,8 +311,6 @@ 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.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
GUIDLabel1 = New System.Windows.Forms.Label()
|
||||
NAMELabel = New System.Windows.Forms.Label()
|
||||
@@ -397,14 +397,16 @@ Partial Class frmAdministration
|
||||
Me.XtraTabControl2.SuspendLayout()
|
||||
Me.XtraTabPageManualIndex.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ListBoxControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabPageManualIndexFunctions.SuspendLayout()
|
||||
CType(Me.TBDD_INDEX_MAN_POSTPROCESSINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBWHDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabPageAutoIndex.SuspendLayout()
|
||||
CType(Me.chkPreventMultipleValues.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.chkPreventMultipleValues.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.chkOverwrite.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ListBoxControl4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabPageFolderPath.SuspendLayout()
|
||||
@@ -425,8 +427,6 @@ Partial Class frmAdministration
|
||||
CType(Me.TBDD_DOKART_MODULEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWGI_USER_GROUPS_RELATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBGI_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
@@ -1381,6 +1381,18 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||
Me.Panel1.Name = "Panel1"
|
||||
'
|
||||
'NumericUpDown1
|
||||
'
|
||||
Me.NumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True))
|
||||
resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1")
|
||||
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
|
||||
Me.NumericUpDown1.Name = "NumericUpDown1"
|
||||
'
|
||||
'TBDD_INDEX_MANBindingSource
|
||||
'
|
||||
Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
|
||||
Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'txtManIndexConnectionId
|
||||
'
|
||||
Me.txtManIndexConnectionId.BackColor = System.Drawing.SystemColors.Control
|
||||
@@ -1391,11 +1403,6 @@ Partial Class frmAdministration
|
||||
Me.txtManIndexConnectionId.Name = "txtManIndexConnectionId"
|
||||
Me.txtManIndexConnectionId.TabStop = False
|
||||
'
|
||||
'TBDD_INDEX_MANBindingSource
|
||||
'
|
||||
Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
|
||||
Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'txtManIndexSQL
|
||||
'
|
||||
Me.txtManIndexSQL.BackColor = System.Drawing.SystemColors.Control
|
||||
@@ -1883,6 +1890,18 @@ Partial Class frmAdministration
|
||||
Me.XtraTabPageAutoIndex.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
|
||||
Me.XtraTabPageAutoIndex.Name = "XtraTabPageAutoIndex"
|
||||
'
|
||||
'NumericUpDown2
|
||||
'
|
||||
Me.NumericUpDown2.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE", True))
|
||||
resources.ApplyResources(Me.NumericUpDown2, "NumericUpDown2")
|
||||
Me.NumericUpDown2.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
|
||||
Me.NumericUpDown2.Name = "NumericUpDown2"
|
||||
'
|
||||
'TBDD_INDEX_AUTOMBindingSource
|
||||
'
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'chkPreventMultipleValues
|
||||
'
|
||||
Me.chkPreventMultipleValues.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_AUTOMBindingSource, "VKT_PREVENT_MULTIPLE_VALUES", True))
|
||||
@@ -1890,11 +1909,6 @@ Partial Class frmAdministration
|
||||
Me.chkPreventMultipleValues.Name = "chkPreventMultipleValues"
|
||||
Me.chkPreventMultipleValues.Properties.Caption = resources.GetString("chkPreventMultipleValues.Properties.Caption")
|
||||
'
|
||||
'TBDD_INDEX_AUTOMBindingSource
|
||||
'
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'chkOverwrite
|
||||
'
|
||||
Me.chkOverwrite.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_INDEX_AUTOMBindingSource, "VKT_OVERWRITE", True))
|
||||
@@ -2506,20 +2520,6 @@ Partial Class frmAdministration
|
||||
Me.RibbonPage8.Name = "RibbonPage8"
|
||||
resources.ApplyResources(Me.RibbonPage8, "RibbonPage8")
|
||||
'
|
||||
'NumericUpDown1
|
||||
'
|
||||
Me.NumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_MANBindingSource, "SEQUENCE", True))
|
||||
resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1")
|
||||
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
|
||||
Me.NumericUpDown1.Name = "NumericUpDown1"
|
||||
'
|
||||
'NumericUpDown2
|
||||
'
|
||||
Me.NumericUpDown2.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_INDEX_AUTOMBindingSource, "SEQUENCE", True))
|
||||
resources.ApplyResources(Me.NumericUpDown2, "NumericUpDown2")
|
||||
Me.NumericUpDown2.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
|
||||
Me.NumericUpDown2.Name = "NumericUpDown2"
|
||||
'
|
||||
'frmAdministration
|
||||
'
|
||||
Me.Appearance.Options.UseFont = True
|
||||
@@ -2573,6 +2573,7 @@ Partial Class frmAdministration
|
||||
Me.XtraTabPageManualIndex.ResumeLayout(False)
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ListBoxControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabPageManualIndexFunctions.ResumeLayout(False)
|
||||
@@ -2581,8 +2582,9 @@ Partial Class frmAdministration
|
||||
CType(Me.TBWHDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabPageAutoIndex.ResumeLayout(False)
|
||||
Me.XtraTabPageAutoIndex.PerformLayout()
|
||||
CType(Me.chkPreventMultipleValues.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.chkPreventMultipleValues.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.chkOverwrite.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ListBoxControl4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabPageFolderPath.ResumeLayout(False)
|
||||
@@ -2606,8 +2608,6 @@ Partial Class frmAdministration
|
||||
CType(Me.TBDD_DOKART_MODULEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWGI_USER_GROUPS_RELATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBGI_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user