use Logging Module EVERYWHERE, fix some MarvMan bugs
This commit is contained in:
27
Global_Indexer/frmAdministration.Designer.vb
generated
27
Global_Indexer/frmAdministration.Designer.vb
generated
@@ -141,7 +141,6 @@ Partial Class frmAdministration
|
||||
Me.OPTIONALCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.ListBox5 = New System.Windows.Forms.ListBox()
|
||||
Me.btnSQLView = New System.Windows.Forms.Button()
|
||||
Me.lblSaveIndexMan = New System.Windows.Forms.Label()
|
||||
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -172,7 +171,6 @@ Partial Class frmAdministration
|
||||
Me.XtraTabPageManualIndexFunctions = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.VARIANTComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.TBDD_INDEX_MAN_POSTPROCESSINGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.lblsavePostProcess = New System.Windows.Forms.Label()
|
||||
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
||||
Me.TBWHDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.Function2Label = New System.Windows.Forms.Label()
|
||||
@@ -216,7 +214,6 @@ Partial Class frmAdministration
|
||||
Me.lblValue = New System.Windows.Forms.Label()
|
||||
Me.INDEXNAME_AutoIndexCMB = New System.Windows.Forms.ComboBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.lblsaveAutoIndex = New System.Windows.Forms.Label()
|
||||
Me.btnSQLViewAuto = New System.Windows.Forms.Button()
|
||||
Me.SQL_ACTIVECheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.GUIDAUTO_INDEXTextbox = New System.Windows.Forms.TextBox()
|
||||
@@ -950,7 +947,6 @@ Partial Class frmAdministration
|
||||
Me.XtraTabPageManualIndex.Controls.Add(Me.OPTIONALCheckBox)
|
||||
Me.XtraTabPageManualIndex.Controls.Add(Me.ListBox5)
|
||||
Me.XtraTabPageManualIndex.Controls.Add(Me.btnSQLView)
|
||||
Me.XtraTabPageManualIndex.Controls.Add(Me.lblSaveIndexMan)
|
||||
Me.XtraTabPageManualIndex.Controls.Add(CHANGED_WHENLabel)
|
||||
Me.XtraTabPageManualIndex.Controls.Add(Me.CHANGED_WHENTextBox)
|
||||
Me.XtraTabPageManualIndex.Controls.Add(CHANGED_WHOLabel)
|
||||
@@ -1037,12 +1033,6 @@ Partial Class frmAdministration
|
||||
Me.btnSQLView.Name = "btnSQLView"
|
||||
Me.btnSQLView.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblSaveIndexMan
|
||||
'
|
||||
resources.ApplyResources(Me.lblSaveIndexMan, "lblSaveIndexMan")
|
||||
Me.lblSaveIndexMan.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblSaveIndexMan.Name = "lblSaveIndexMan"
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
|
||||
@@ -1276,7 +1266,6 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.XtraTabPageManualIndexFunctions, "XtraTabPageManualIndexFunctions")
|
||||
Me.XtraTabPageManualIndexFunctions.Controls.Add(VARIANTLabel)
|
||||
Me.XtraTabPageManualIndexFunctions.Controls.Add(Me.VARIANTComboBox)
|
||||
Me.XtraTabPageManualIndexFunctions.Controls.Add(Me.lblsavePostProcess)
|
||||
Me.XtraTabPageManualIndexFunctions.Controls.Add(Me.ComboBox2)
|
||||
Me.XtraTabPageManualIndexFunctions.Controls.Add(Me.Function2Label)
|
||||
Me.XtraTabPageManualIndexFunctions.Controls.Add(Me.Function1Label)
|
||||
@@ -1326,12 +1315,6 @@ Partial Class frmAdministration
|
||||
Me.TBDD_INDEX_MAN_POSTPROCESSINGBindingSource.DataMember = "TBDD_INDEX_MAN_POSTPROCESSING"
|
||||
Me.TBDD_INDEX_MAN_POSTPROCESSINGBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'lblsavePostProcess
|
||||
'
|
||||
resources.ApplyResources(Me.lblsavePostProcess, "lblsavePostProcess")
|
||||
Me.lblsavePostProcess.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblsavePostProcess.Name = "lblsavePostProcess"
|
||||
'
|
||||
'ComboBox2
|
||||
'
|
||||
Me.ComboBox2.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBDD_INDEX_MAN_POSTPROCESSINGBindingSource, "IDXMAN_ID", True))
|
||||
@@ -1605,7 +1588,6 @@ Partial Class frmAdministration
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(Me.lblValue)
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(Me.INDEXNAME_AutoIndexCMB)
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(Me.Label6)
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(Me.lblsaveAutoIndex)
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(Me.btnSQLViewAuto)
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(Me.SQL_ACTIVECheckBox)
|
||||
Me.XtraTabPageAutoIndex.Controls.Add(GUIDLabel4)
|
||||
@@ -1677,12 +1659,6 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.Label6, "Label6")
|
||||
Me.Label6.Name = "Label6"
|
||||
'
|
||||
'lblsaveAutoIndex
|
||||
'
|
||||
resources.ApplyResources(Me.lblsaveAutoIndex, "lblsaveAutoIndex")
|
||||
Me.lblsaveAutoIndex.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblsaveAutoIndex.Name = "lblsaveAutoIndex"
|
||||
'
|
||||
'btnSQLViewAuto
|
||||
'
|
||||
resources.ApplyResources(Me.btnSQLViewAuto, "btnSQLViewAuto")
|
||||
@@ -2923,7 +2899,6 @@ Partial Class frmAdministration
|
||||
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents ToolStripButton7 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents GUIDTextBox1 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents lblSaveIndexMan As System.Windows.Forms.Label
|
||||
Friend WithEvents TBDD_USERBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBDD_USERTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_USERTableAdapter
|
||||
Friend WithEvents btnSQLView As System.Windows.Forms.Button
|
||||
@@ -2971,7 +2946,6 @@ Partial Class frmAdministration
|
||||
Friend WithEvents CHANGED_WHENTextBox3 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents SQL_ACTIVECheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents btnSQLViewAuto As System.Windows.Forms.Button
|
||||
Friend WithEvents lblsaveAutoIndex As System.Windows.Forms.Label
|
||||
Friend WithEvents XtraTabPageManualIndexFunctions As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents TBDD_INDEX_MAN_POSTPROCESSINGBindingNavigator As System.Windows.Forms.BindingNavigator
|
||||
Friend WithEvents ToolStripButton24 As System.Windows.Forms.ToolStripButton
|
||||
@@ -3009,7 +2983,6 @@ Partial Class frmAdministration
|
||||
Friend WithEvents TBWHDD_INDEX_MANBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBWHDD_INDEX_MANTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBWHDD_INDEX_MANTableAdapter
|
||||
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents lblsavePostProcess As System.Windows.Forms.Label
|
||||
Friend WithEvents ToolStripButton31 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents VWGI_USER_GROUPS_RELATIONBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents VWGI_USER_GROUPS_RELATIONTableAdapter As Global_Indexer.MyDatasetTableAdapters.VWGI_USER_GROUPS_RELATIONTableAdapter
|
||||
|
||||
Reference in New Issue
Block a user