jj 29.02.2016 formular übersetzung
This commit is contained in:
61
app/DD-Record-Organiser/frmSQLEditor.Designer.vb
generated
61
app/DD-Record-Organiser/frmSQLEditor.Designer.vb
generated
@@ -43,8 +43,6 @@ Partial Class frmSQLEditor
|
||||
Me.btnAddPlaceholder = New System.Windows.Forms.Button()
|
||||
Me.btnRefreshConnections = New System.Windows.Forms.Button()
|
||||
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
|
||||
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.dgvResult = New System.Windows.Forms.DataGridView()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
@@ -63,6 +61,8 @@ Partial Class frmSQLEditor
|
||||
Me.txtCondition = New System.Windows.Forms.TextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -121,6 +121,7 @@ Partial Class frmSQLEditor
|
||||
Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_LANGUAGE_OBJECTTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing
|
||||
@@ -135,17 +136,17 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_connect
|
||||
resources.ApplyResources(Me.Button2, "Button2")
|
||||
Me.Button2.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_connect
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
@@ -158,32 +159,32 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'cmbPlaceholder
|
||||
'
|
||||
resources.ApplyResources(Me.cmbPlaceholder, "cmbPlaceholder")
|
||||
Me.cmbPlaceholder.FormattingEnabled = True
|
||||
Me.cmbPlaceholder.Items.AddRange(New Object() {resources.GetString("cmbPlaceholder.Items"), resources.GetString("cmbPlaceholder.Items1"), resources.GetString("cmbPlaceholder.Items2")})
|
||||
resources.ApplyResources(Me.cmbPlaceholder, "cmbPlaceholder")
|
||||
Me.cmbPlaceholder.Name = "cmbPlaceholder"
|
||||
'
|
||||
'btnAddPlaceholder
|
||||
'
|
||||
Me.btnAddPlaceholder.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG
|
||||
resources.ApplyResources(Me.btnAddPlaceholder, "btnAddPlaceholder")
|
||||
Me.btnAddPlaceholder.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG
|
||||
Me.btnAddPlaceholder.Name = "btnAddPlaceholder"
|
||||
Me.btnAddPlaceholder.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnRefreshConnections
|
||||
'
|
||||
Me.btnRefreshConnections.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
||||
resources.ApplyResources(Me.btnRefreshConnections, "btnRefreshConnections")
|
||||
Me.btnRefreshConnections.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
||||
Me.btnRefreshConnections.Name = "btnRefreshConnections"
|
||||
Me.btnRefreshConnections.UseVisualStyleBackColor = True
|
||||
'
|
||||
'dgvPlaceholders
|
||||
'
|
||||
resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders")
|
||||
Me.dgvPlaceholders.AllowUserToAddRows = False
|
||||
Me.dgvPlaceholders.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders")
|
||||
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -204,24 +205,13 @@ Partial Class frmSQLEditor
|
||||
Me.dgvPlaceholders.DefaultCellStyle = DataGridViewCellStyle3
|
||||
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"
|
||||
'
|
||||
'dgvResult
|
||||
'
|
||||
resources.ApplyResources(Me.dgvResult, "dgvResult")
|
||||
Me.dgvResult.AllowUserToAddRows = False
|
||||
Me.dgvResult.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan
|
||||
Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
||||
resources.ApplyResources(Me.dgvResult, "dgvResult")
|
||||
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -254,8 +244,8 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'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"
|
||||
'
|
||||
@@ -266,8 +256,8 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'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"
|
||||
'
|
||||
@@ -292,46 +282,47 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Controls.Add(Me.radioTable)
|
||||
Me.GroupBox1.Controls.Add(Me.radioView)
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.TabStop = False
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'cmbWhereOperator
|
||||
'
|
||||
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")})
|
||||
resources.ApplyResources(Me.cmbWhereOperator, "cmbWhereOperator")
|
||||
Me.cmbWhereOperator.Name = "cmbWhereOperator"
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.Controls.Add(Me.cmbConnection)
|
||||
Me.GroupBox2.Controls.Add(Me.Button2)
|
||||
Me.GroupBox2.Controls.Add(Me.btnRefreshConnections)
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.TabStop = False
|
||||
'
|
||||
'GroupBox3
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
|
||||
Me.GroupBox3.Controls.Add(Me.cmbPlaceholder)
|
||||
Me.GroupBox3.Controls.Add(Me.btnAddPlaceholder)
|
||||
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
|
||||
Me.GroupBox3.Name = "GroupBox3"
|
||||
Me.GroupBox3.TabStop = False
|
||||
'
|
||||
'GroupBox4
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
|
||||
Me.GroupBox4.Controls.Add(Me.txtCondition)
|
||||
Me.GroupBox4.Controls.Add(Me.Label6)
|
||||
Me.GroupBox4.Controls.Add(Me.cmbSelectColumns)
|
||||
@@ -340,7 +331,6 @@ Partial Class frmSQLEditor
|
||||
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
|
||||
'
|
||||
@@ -359,6 +349,17 @@ Partial Class frmSQLEditor
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
Me.Label2.Name = "Label2"
|
||||
'
|
||||
'colPlaceholder
|
||||
'
|
||||
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
|
||||
Me.colPlaceholder.Name = "colPlaceholder"
|
||||
Me.colPlaceholder.ReadOnly = True
|
||||
'
|
||||
'colReplace
|
||||
'
|
||||
resources.ApplyResources(Me.colReplace, "colReplace")
|
||||
Me.colReplace.Name = "colReplace"
|
||||
'
|
||||
'frmSQLEditor
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -403,8 +404,6 @@ Partial Class frmSQLEditor
|
||||
Friend WithEvents btnAddPlaceholder As System.Windows.Forms.Button
|
||||
Friend WithEvents btnRefreshConnections As System.Windows.Forms.Button
|
||||
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 dgvResult As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
@@ -423,4 +422,6 @@ Partial Class frmSQLEditor
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtCondition As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents colPlaceholder As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents colReplace As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user