jj 19.06.17 übersetzung
This commit is contained in:
56
Global_Indexer/frmSQLConfigAutoIndex.Designer.vb
generated
56
Global_Indexer/frmSQLConfigAutoIndex.Designer.vb
generated
@@ -44,8 +44,6 @@ Partial Class SQLConfigAutoIndex
|
||||
Me.btnaddManualIdx = New System.Windows.Forms.Button()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
|
||||
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
||||
Me.radioView = New System.Windows.Forms.RadioButton()
|
||||
Me.radioTable = New System.Windows.Forms.RadioButton()
|
||||
@@ -61,6 +59,8 @@ Partial Class SQLConfigAutoIndex
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.cmbwindowsParam = New System.Windows.Forms.ComboBox()
|
||||
Me.btnaddWindowPAram = New System.Windows.Forms.Button()
|
||||
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
SQL_ERGEBNISLabel = New System.Windows.Forms.Label()
|
||||
Label3 = New System.Windows.Forms.Label()
|
||||
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -82,8 +82,8 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'btnVorschlag
|
||||
'
|
||||
Me.btnVorschlag.Image = Global.Global_Indexer.My.Resources.Resources.database_go
|
||||
resources.ApplyResources(Me.btnVorschlag, "btnVorschlag")
|
||||
Me.btnVorschlag.Image = Global.Global_Indexer.My.Resources.Resources.database_go
|
||||
Me.btnVorschlag.Name = "btnVorschlag"
|
||||
Me.btnVorschlag.UseVisualStyleBackColor = True
|
||||
'
|
||||
@@ -96,10 +96,10 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'cmbConnection
|
||||
'
|
||||
resources.ApplyResources(Me.cmbConnection, "cmbConnection")
|
||||
Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource
|
||||
Me.cmbConnection.DisplayMember = "BEZEICHNUNG"
|
||||
Me.cmbConnection.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.cmbConnection, "cmbConnection")
|
||||
Me.cmbConnection.Name = "cmbConnection"
|
||||
Me.cmbConnection.ValueMember = "GUID"
|
||||
'
|
||||
@@ -140,8 +140,8 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.database_connect
|
||||
resources.ApplyResources(Me.Button1, "Button1")
|
||||
Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.database_connect
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
@@ -165,10 +165,10 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'cmbManualIDX
|
||||
'
|
||||
resources.ApplyResources(Me.cmbManualIDX, "cmbManualIDX")
|
||||
Me.cmbManualIDX.DataSource = Me.TBDD_INDEX_MANBindingSource
|
||||
Me.cmbManualIDX.DisplayMember = "NAME"
|
||||
Me.cmbManualIDX.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.cmbManualIDX, "cmbManualIDX")
|
||||
Me.cmbManualIDX.Name = "cmbManualIDX"
|
||||
Me.cmbManualIDX.ValueMember = "GUID"
|
||||
'
|
||||
@@ -183,8 +183,8 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'btnaddManualIdx
|
||||
'
|
||||
Me.btnaddManualIdx.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
|
||||
resources.ApplyResources(Me.btnaddManualIdx, "btnaddManualIdx")
|
||||
Me.btnaddManualIdx.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
|
||||
Me.btnaddManualIdx.Name = "btnaddManualIdx"
|
||||
Me.btnaddManualIdx.UseVisualStyleBackColor = True
|
||||
'
|
||||
@@ -195,28 +195,18 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'dgvPlaceholders
|
||||
'
|
||||
resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders")
|
||||
Me.dgvPlaceholders.AllowUserToAddRows = False
|
||||
Me.dgvPlaceholders.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace})
|
||||
resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders")
|
||||
Me.dgvPlaceholders.Name = "dgvPlaceholders"
|
||||
'
|
||||
'colPlaceholder
|
||||
'
|
||||
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
|
||||
Me.colPlaceholder.Name = "colPlaceholder"
|
||||
Me.colPlaceholder.ReadOnly = True
|
||||
'
|
||||
'colReplace
|
||||
'
|
||||
resources.ApplyResources(Me.colReplace, "colReplace")
|
||||
Me.colReplace.Name = "colReplace"
|
||||
'
|
||||
'GroupBox4
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
|
||||
Me.GroupBox4.Controls.Add(Me.radioView)
|
||||
Me.GroupBox4.Controls.Add(Me.radioTable)
|
||||
Me.GroupBox4.Controls.Add(Me.Label4)
|
||||
@@ -228,7 +218,6 @@ Partial Class SQLConfigAutoIndex
|
||||
Me.GroupBox4.Controls.Add(Me.cmbFromTables)
|
||||
Me.GroupBox4.Controls.Add(Me.cmbWhereColumns)
|
||||
Me.GroupBox4.Controls.Add(Me.Label8)
|
||||
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
|
||||
Me.GroupBox4.Name = "GroupBox4"
|
||||
Me.GroupBox4.TabStop = False
|
||||
'
|
||||
@@ -263,8 +252,8 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'cmbSelectColumns
|
||||
'
|
||||
Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
resources.ApplyResources(Me.cmbSelectColumns, "cmbSelectColumns")
|
||||
Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmbSelectColumns.FormattingEnabled = True
|
||||
Me.cmbSelectColumns.Name = "cmbSelectColumns"
|
||||
'
|
||||
@@ -275,23 +264,23 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'cmbWhereOperator
|
||||
'
|
||||
Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
resources.ApplyResources(Me.cmbWhereOperator, "cmbWhereOperator")
|
||||
Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmbWhereOperator.FormattingEnabled = True
|
||||
Me.cmbWhereOperator.Items.AddRange(New Object() {resources.GetString("cmbWhereOperator.Items"), resources.GetString("cmbWhereOperator.Items1"), resources.GetString("cmbWhereOperator.Items2"), resources.GetString("cmbWhereOperator.Items3")})
|
||||
Me.cmbWhereOperator.Name = "cmbWhereOperator"
|
||||
'
|
||||
'cmbFromTables
|
||||
'
|
||||
Me.cmbFromTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
resources.ApplyResources(Me.cmbFromTables, "cmbFromTables")
|
||||
Me.cmbFromTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmbFromTables.FormattingEnabled = True
|
||||
Me.cmbFromTables.Name = "cmbFromTables"
|
||||
'
|
||||
'cmbWhereColumns
|
||||
'
|
||||
Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
resources.ApplyResources(Me.cmbWhereColumns, "cmbWhereColumns")
|
||||
Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmbWhereColumns.FormattingEnabled = True
|
||||
Me.cmbWhereColumns.Name = "cmbWhereColumns"
|
||||
'
|
||||
@@ -307,18 +296,29 @@ Partial Class SQLConfigAutoIndex
|
||||
'
|
||||
'cmbwindowsParam
|
||||
'
|
||||
resources.ApplyResources(Me.cmbwindowsParam, "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.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
|
||||
Me.btnaddWindowPAram.Name = "btnaddWindowPAram"
|
||||
Me.btnaddWindowPAram.UseVisualStyleBackColor = True
|
||||
'
|
||||
'colPlaceholder
|
||||
'
|
||||
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
|
||||
Me.colPlaceholder.Name = "colPlaceholder"
|
||||
Me.colPlaceholder.ReadOnly = True
|
||||
'
|
||||
'colReplace
|
||||
'
|
||||
resources.ApplyResources(Me.colReplace, "colReplace")
|
||||
Me.colReplace.Name = "colReplace"
|
||||
'
|
||||
'SQLConfigAutoIndex
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -371,8 +371,6 @@ Partial Class SQLConfigAutoIndex
|
||||
Friend WithEvents btnaddManualIdx As System.Windows.Forms.Button
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents dgvPlaceholders As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents colPlaceholder As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents colReplace As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents txtCondition As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
@@ -388,4 +386,6 @@ Partial Class SQLConfigAutoIndex
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents cmbwindowsParam As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents btnaddWindowPAram As System.Windows.Forms.Button
|
||||
Friend WithEvents colPlaceholder As DataGridViewTextBoxColumn
|
||||
Friend WithEvents colReplace As DataGridViewTextBoxColumn
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user