This commit is contained in:
SchreiberM
2017-01-25 10:16:40 +01:00
parent 042f24e231
commit 64c99f80b9
43 changed files with 5067 additions and 2448 deletions

View File

@@ -58,6 +58,9 @@ Partial Class SQLConfigAutoIndex
Me.cmbFromTables = New System.Windows.Forms.ComboBox()
Me.cmbWhereColumns = New System.Windows.Forms.ComboBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.cmbwindowsParam = New System.Windows.Forms.ComboBox()
Me.btnaddWindowPAram = New System.Windows.Forms.Button()
SQL_ERGEBNISLabel = New System.Windows.Forms.Label()
Label3 = New System.Windows.Forms.Label()
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -297,10 +300,32 @@ Partial Class SQLConfigAutoIndex
resources.ApplyResources(Me.Label8, "Label8")
Me.Label8.Name = "Label8"
'
'Label5
'
resources.ApplyResources(Me.Label5, "Label5")
Me.Label5.Name = "Label5"
'
'cmbwindowsParam
'
Me.cmbwindowsParam.FormattingEnabled = True
Me.cmbwindowsParam.Items.AddRange(New Object() {resources.GetString("cmbwindowsParam.Items"), resources.GetString("cmbwindowsParam.Items1"), resources.GetString("cmbwindowsParam.Items2"), resources.GetString("cmbwindowsParam.Items3"), resources.GetString("cmbwindowsParam.Items4"), resources.GetString("cmbwindowsParam.Items5"), resources.GetString("cmbwindowsParam.Items6"), resources.GetString("cmbwindowsParam.Items7")})
resources.ApplyResources(Me.cmbwindowsParam, "cmbwindowsParam")
Me.cmbwindowsParam.Name = "cmbwindowsParam"
'
'btnaddWindowPAram
'
Me.btnaddWindowPAram.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
resources.ApplyResources(Me.btnaddWindowPAram, "btnaddWindowPAram")
Me.btnaddWindowPAram.Name = "btnaddWindowPAram"
Me.btnaddWindowPAram.UseVisualStyleBackColor = True
'
'SQLConfigAutoIndex
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.btnaddWindowPAram)
Me.Controls.Add(Me.cmbwindowsParam)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Label3)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.Label2)
@@ -360,4 +385,7 @@ Partial Class SQLConfigAutoIndex
Friend WithEvents radioTable As System.Windows.Forms.RadioButton
Friend WithEvents radioView As System.Windows.Forms.RadioButton
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents cmbwindowsParam As System.Windows.Forms.ComboBox
Friend WithEvents btnaddWindowPAram As System.Windows.Forms.Button
End Class