_ Partial Class frmConnections Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConnections)) Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim COMMENTLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim SQL_PROVIDERLabel As System.Windows.Forms.Label Me.TBDD_CONNECTIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_ECMAdmin = New DD_Record_Organizer.DD_ECMAdmin() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.TBDD_CONNECTIONBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.DESCRIPTIONTextBox = New System.Windows.Forms.TextBox() Me.SERVERTextBox = New System.Windows.Forms.TextBox() Me.USERNAMETextBox = New System.Windows.Forms.TextBox() Me.PASSWORDTextBox = New System.Windows.Forms.TextBox() Me.BEMERKUNGTextBox = New System.Windows.Forms.TextBox() Me.AKTIVECheckBox = New System.Windows.Forms.CheckBox() Me.btnCheck_Con = New System.Windows.Forms.Button() Me.cmbDatabase = New System.Windows.Forms.ComboBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CheckBoxwin_aut = New System.Windows.Forms.CheckBox() 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.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() Me.DATABASETextBox = New System.Windows.Forms.TextBox() Me.TBDD_CONNECTIONTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TBDD_CONNECTIONTableAdapter() Me.TableAdapterManager = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager() GUIDLabel = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() COMMENTLabel = New System.Windows.Forms.Label() ADDED_WHOLabel = New System.Windows.Forms.Label() ADDED_WHENLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() SQL_PROVIDERLabel = New System.Windows.Forms.Label() CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBDD_CONNECTIONBindingNavigator.SuspendLayout() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel ' resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" ' 'DESCRIPTIONLabel ' resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" ' 'COMMENTLabel ' resources.ApplyResources(COMMENTLabel, "COMMENTLabel") COMMENTLabel.Name = "COMMENTLabel" ' 'ADDED_WHOLabel ' resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" ' 'ADDED_WHENLabel ' resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" ' 'CHANGED_WHOLabel ' resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" ' 'CHANGED_WHENLabel ' resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" ' 'SQL_PROVIDERLabel ' resources.ApplyResources(SQL_PROVIDERLabel, "SQL_PROVIDERLabel") SQL_PROVIDERLabel.Name = "SQL_PROVIDERLabel" ' 'TBDD_CONNECTIONBindingNavigator ' Me.TBDD_CONNECTIONBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem Me.TBDD_CONNECTIONBindingNavigator.BindingSource = Me.TBDD_CONNECTIONBindingSource Me.TBDD_CONNECTIONBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBDD_CONNECTIONBindingNavigator.CountItemFormat = "of {0}" Me.TBDD_CONNECTIONBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBDD_CONNECTIONBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBDD_CONNECTIONBindingNavigatorSaveItem, Me.ToolStripButton1}) resources.ApplyResources(Me.TBDD_CONNECTIONBindingNavigator, "TBDD_CONNECTIONBindingNavigator") Me.TBDD_CONNECTIONBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBDD_CONNECTIONBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBDD_CONNECTIONBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBDD_CONNECTIONBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBDD_CONNECTIONBindingNavigator.Name = "TBDD_CONNECTIONBindingNavigator" Me.TBDD_CONNECTIONBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" ' 'TBDD_CONNECTIONBindingSource ' Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_ECMAdmin ' 'DD_ECMAdmin ' Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin" Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' 'BindingNavigatorDeleteItem ' Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") ' 'BindingNavigatorPositionItem ' resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBDD_CONNECTIONBindingNavigatorSaveItem ' Me.TBDD_CONNECTIONBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Image = Global.DD_Record_Organizer.My.Resources.Resources.save_16xLG Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Name = "TBDD_CONNECTIONBindingNavigatorSaveItem" resources.ApplyResources(Me.TBDD_CONNECTIONBindingNavigatorSaveItem, "TBDD_CONNECTIONBindingNavigatorSaveItem") ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBDD_CONNECTIONBindingSource Me.ListBox1.DisplayMember = "BEZEICHNUNG" resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.FormattingEnabled = True Me.ListBox1.Name = "ListBox1" Me.ListBox1.ValueMember = "GUID" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GUID", True)) resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEZEICHNUNG", True)) resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" ' 'SERVERTextBox ' Me.SERVERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "SERVER", True)) resources.ApplyResources(Me.SERVERTextBox, "SERVERTextBox") Me.SERVERTextBox.Name = "SERVERTextBox" ' 'USERNAMETextBox ' Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "USERNAME", True)) resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") Me.USERNAMETextBox.Name = "USERNAMETextBox" ' 'PASSWORDTextBox ' Me.PASSWORDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "PASSWORD", True)) resources.ApplyResources(Me.PASSWORDTextBox, "PASSWORDTextBox") Me.PASSWORDTextBox.Name = "PASSWORDTextBox" Me.PASSWORDTextBox.UseSystemPasswordChar = True ' 'BEMERKUNGTextBox ' Me.BEMERKUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEMERKUNG", True)) resources.ApplyResources(Me.BEMERKUNGTextBox, "BEMERKUNGTextBox") Me.BEMERKUNGTextBox.Name = "BEMERKUNGTextBox" ' 'AKTIVECheckBox ' Me.AKTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.TBDD_CONNECTIONBindingSource, "AKTIV", True)) resources.ApplyResources(Me.AKTIVECheckBox, "AKTIVECheckBox") Me.AKTIVECheckBox.Name = "AKTIVECheckBox" Me.AKTIVECheckBox.UseVisualStyleBackColor = True ' 'btnCheck_Con ' resources.ApplyResources(Me.btnCheck_Con, "btnCheck_Con") Me.btnCheck_Con.Image = Global.DD_Record_Organizer.My.Resources.Resources.database_go Me.btnCheck_Con.Name = "btnCheck_Con" Me.btnCheck_Con.UseVisualStyleBackColor = True ' 'cmbDatabase ' Me.cmbDatabase.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) resources.ApplyResources(Me.cmbDatabase, "cmbDatabase") Me.cmbDatabase.FormattingEnabled = True Me.cmbDatabase.Name = "cmbDatabase" ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "ERSTELLTWER", True)) resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "ERSTELLTWANN", True)) resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = True ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEANDERTWER", True)) resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEAENDERTWANN", True)) resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True ' 'CheckBoxwin_aut ' resources.ApplyResources(Me.CheckBoxwin_aut, "CheckBoxwin_aut") Me.CheckBoxwin_aut.Name = "CheckBoxwin_aut" Me.CheckBoxwin_aut.UseVisualStyleBackColor = True ' 'chkOR_ohne_TNS ' resources.ApplyResources(Me.chkOR_ohne_TNS, "chkOR_ohne_TNS") Me.chkOR_ohne_TNS.Name = "chkOR_ohne_TNS" Me.chkOR_ohne_TNS.UseVisualStyleBackColor = True ' 'lblSave ' resources.ApplyResources(Me.lblSave, "lblSave") Me.lblSave.BackColor = System.Drawing.Color.Yellow Me.lblSave.Name = "lblSave" ' 'SQL_PROVIDERComboBox ' 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"), resources.GetString("SQL_PROVIDERComboBox.Items2"), resources.GetString("SQL_PROVIDERComboBox.Items3")}) Me.SQL_PROVIDERComboBox.Name = "SQL_PROVIDERComboBox" ' 'lblServer ' resources.ApplyResources(Me.lblServer, "lblServer") Me.lblServer.Name = "lblServer" ' 'lblInitialCatalog ' resources.ApplyResources(Me.lblInitialCatalog, "lblInitialCatalog") Me.lblInitialCatalog.Name = "lblInitialCatalog" ' 'lblUserId ' resources.ApplyResources(Me.lblUserId, "lblUserId") Me.lblUserId.Name = "lblUserId" ' 'lblPassword ' resources.ApplyResources(Me.lblPassword, "lblPassword") Me.lblPassword.Name = "lblPassword" ' 'DATABASETextBox ' Me.DATABASETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) resources.ApplyResources(Me.DATABASETextBox, "DATABASETextBox") Me.DATABASETextBox.Name = "DATABASETextBox" ' 'TBDD_CONNECTIONTableAdapter ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Me.TBDD_CONNECTIONTableAdapter Me.TableAdapterManager.TBPMO_DOCRESULT_DROPDOWN_ITEMSTableAdapter = Nothing Me.TableAdapterManager.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_LOG_ESSENTIALSTableAdapter = Nothing Me.TableAdapterManager.TBPMO_SAP_FUBATableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'frmConnections ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.lblPassword) Me.Controls.Add(Me.lblUserId) Me.Controls.Add(Me.lblInitialCatalog) Me.Controls.Add(Me.lblServer) Me.Controls.Add(SQL_PROVIDERLabel) Me.Controls.Add(Me.SQL_PROVIDERComboBox) Me.Controls.Add(Me.lblSave) Me.Controls.Add(Me.chkOR_ohne_TNS) Me.Controls.Add(Me.CheckBoxwin_aut) Me.Controls.Add(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(CHANGED_WHOLabel) Me.Controls.Add(Me.CHANGED_WHOTextBox) Me.Controls.Add(ADDED_WHENLabel) Me.Controls.Add(Me.ADDED_WHENTextBox) Me.Controls.Add(ADDED_WHOLabel) Me.Controls.Add(Me.ADDED_WHOTextBox) Me.Controls.Add(Me.cmbDatabase) Me.Controls.Add(Me.btnCheck_Con) Me.Controls.Add(Me.AKTIVECheckBox) Me.Controls.Add(COMMENTLabel) Me.Controls.Add(Me.BEMERKUNGTextBox) Me.Controls.Add(Me.PASSWORDTextBox) Me.Controls.Add(Me.USERNAMETextBox) Me.Controls.Add(Me.SERVERTextBox) Me.Controls.Add(DESCRIPTIONLabel) Me.Controls.Add(Me.DESCRIPTIONTextBox) Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.TBDD_CONNECTIONBindingNavigator) Me.Controls.Add(Me.DATABASETextBox) Me.MaximizeBox = False Me.Name = "frmConnections" CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBDD_CONNECTIONBindingNavigator.ResumeLayout(False) Me.TBDD_CONNECTIONBindingNavigator.PerformLayout() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TBDD_CONNECTIONBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents TBDD_CONNECTIONBindingNavigatorSaveItem As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents DESCRIPTIONTextBox As System.Windows.Forms.TextBox Friend WithEvents SERVERTextBox As System.Windows.Forms.TextBox Friend WithEvents USERNAMETextBox As System.Windows.Forms.TextBox Friend WithEvents PASSWORDTextBox As System.Windows.Forms.TextBox Friend WithEvents BEMERKUNGTextBox As System.Windows.Forms.TextBox Friend WithEvents AKTIVECheckBox As System.Windows.Forms.CheckBox Friend WithEvents btnCheck_Con As System.Windows.Forms.Button Friend WithEvents cmbDatabase As System.Windows.Forms.ComboBox Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox Friend WithEvents CheckBoxwin_aut As System.Windows.Forms.CheckBox 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 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 Friend WithEvents DATABASETextBox As System.Windows.Forms.TextBox Friend WithEvents DD_ECMAdmin As DD_Record_Organizer.DD_ECMAdmin Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_Record_Organizer.DD_ECMAdminTableAdapters.TBDD_CONNECTIONTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager End Class