MS_13022016

This commit is contained in:
SchreiberM
2016-02-15 13:03:32 +01:00
parent 85d4120c50
commit 8016ae977e
10 changed files with 1479 additions and 1073 deletions

View File

@@ -66,7 +66,7 @@ Partial Class frmConnections
Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox()
Me.lblSave = New System.Windows.Forms.Label()
Me.SQL_PROVIDERComboBox = New System.Windows.Forms.ComboBox()
Me.lblDataSource = New System.Windows.Forms.Label()
Me.lblServer = New System.Windows.Forms.Label()
Me.lblInitialCatalog = New System.Windows.Forms.Label()
Me.lblUserId = New System.Windows.Forms.Label()
Me.lblPassword = New System.Windows.Forms.Label()
@@ -341,13 +341,13 @@ Partial Class frmConnections
Me.SQL_PROVIDERComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TBDD_CONNECTIONBindingSource, "SQL_PROVIDER", True))
resources.ApplyResources(Me.SQL_PROVIDERComboBox, "SQL_PROVIDERComboBox")
Me.SQL_PROVIDERComboBox.FormattingEnabled = True
Me.SQL_PROVIDERComboBox.Items.AddRange(New Object() {resources.GetString("SQL_PROVIDERComboBox.Items"), resources.GetString("SQL_PROVIDERComboBox.Items1")})
Me.SQL_PROVIDERComboBox.Items.AddRange(New Object() {resources.GetString("SQL_PROVIDERComboBox.Items"), resources.GetString("SQL_PROVIDERComboBox.Items1"), resources.GetString("SQL_PROVIDERComboBox.Items2"), resources.GetString("SQL_PROVIDERComboBox.Items3")})
Me.SQL_PROVIDERComboBox.Name = "SQL_PROVIDERComboBox"
'
'lblDataSource
'lblServer
'
resources.ApplyResources(Me.lblDataSource, "lblDataSource")
Me.lblDataSource.Name = "lblDataSource"
resources.ApplyResources(Me.lblServer, "lblServer")
Me.lblServer.Name = "lblServer"
'
'lblInitialCatalog
'
@@ -389,7 +389,7 @@ Partial Class frmConnections
Me.Controls.Add(Me.lblPassword)
Me.Controls.Add(Me.lblUserId)
Me.Controls.Add(Me.lblInitialCatalog)
Me.Controls.Add(Me.lblDataSource)
Me.Controls.Add(Me.lblServer)
Me.Controls.Add(SQL_PROVIDERLabel)
Me.Controls.Add(Me.SQL_PROVIDERComboBox)
Me.Controls.Add(Me.lblSave)
@@ -461,7 +461,7 @@ Partial Class frmConnections
Friend WithEvents chkOR_ohne_TNS As System.Windows.Forms.CheckBox
Friend WithEvents lblSave As System.Windows.Forms.Label
Friend WithEvents SQL_PROVIDERComboBox As System.Windows.Forms.ComboBox
Friend WithEvents lblDataSource As System.Windows.Forms.Label
Friend WithEvents lblServer As System.Windows.Forms.Label
Friend WithEvents lblInitialCatalog As System.Windows.Forms.Label
Friend WithEvents lblUserId As System.Windows.Forms.Label
Friend WithEvents lblPassword As System.Windows.Forms.Label