MS24112015
This commit is contained in:
18
Global_Indexer/frmSQLConfigAutoIndex.Designer.vb
generated
18
Global_Indexer/frmSQLConfigAutoIndex.Designer.vb
generated
@@ -25,7 +25,7 @@ Partial Class SQLConfigAutoIndex
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim SQL_ERGEBNISLabel As System.Windows.Forms.Label
|
||||
Dim Label3 As System.Windows.Forms.Label
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.btnVorschlag = New System.Windows.Forms.Button()
|
||||
Me.SQL_ERGEBNISTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.cmbConnection = New System.Windows.Forms.ComboBox()
|
||||
@@ -57,7 +57,6 @@ 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()
|
||||
SQL_ERGEBNISLabel = New System.Windows.Forms.Label()
|
||||
Label3 = New System.Windows.Forms.Label()
|
||||
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -244,8 +243,8 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
Me.dgvPlaceholders.AllowUserToAddRows = False
|
||||
Me.dgvPlaceholders.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Cyan
|
||||
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
||||
Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace})
|
||||
Me.dgvPlaceholders.Enabled = False
|
||||
@@ -267,7 +266,6 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'GroupBox4
|
||||
'
|
||||
Me.GroupBox4.Controls.Add(Me.Label5)
|
||||
Me.GroupBox4.Controls.Add(Me.radioView)
|
||||
Me.GroupBox4.Controls.Add(Me.radioTable)
|
||||
Me.GroupBox4.Controls.Add(Me.Label4)
|
||||
@@ -400,15 +398,6 @@ Partial Class SQLConfigAutoIndex
|
||||
Me.Label8.TabIndex = 23
|
||||
Me.Label8.Text = "WHERE"
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(628, 47)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(217, 52)
|
||||
Me.Label5.TabIndex = 87
|
||||
Me.Label5.Text = "Hinweis:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Definieren Sie den SQL-Befehl indem Sie " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "1. Tabelle/View" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2"
|
||||
'
|
||||
'SQLConfigAutoIndex
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -475,5 +464,4 @@ 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
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user