_ Partial Class frmConnections Inherits DevExpress.XtraBars.Ribbon.RibbonForm '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 BEZEICHNUNGLabel As System.Windows.Forms.Label Dim SQL_PROVIDERLabel As System.Windows.Forms.Label Dim BEMERKUNGLabel As System.Windows.Forms.Label Dim ERSTELLTWERLabel As System.Windows.Forms.Label Dim ERSTELLTWANNLabel As System.Windows.Forms.Label Dim GEANDERTWERLabel As System.Windows.Forms.Label Dim GEAENDERTWANNLabel As System.Windows.Forms.Label Me.MyDataset = New Global_Indexer.MyDataset() Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBDD_CONNECTIONTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_CONNECTIONTableAdapter() Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager() Me.BEZEICHNUNGTextBox = New System.Windows.Forms.TextBox() Me.SERVERTextBox = New System.Windows.Forms.TextBox() Me.DATENBANKTextBox = 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.AKTIVCheckBox = New System.Windows.Forms.CheckBox() Me.ERSTELLTWERTextBox = New System.Windows.Forms.TextBox() Me.ERSTELLTWANNTextBox = New System.Windows.Forms.TextBox() Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox() Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() Me.SQL_PROVIDERComboBox = New System.Windows.Forms.ComboBox() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.lblDataSource = 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.lblDatenbank = New System.Windows.Forms.Label() Me.cmbInitialCatalog = New System.Windows.Forms.ComboBox() Me.CheckBoxwin_aut = New System.Windows.Forms.CheckBox() Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem4 = New DevExpress.XtraBars.BarButtonItem() Me.labelStatus = New DevExpress.XtraBars.BarStaticItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.BarButtonItem5 = New DevExpress.XtraBars.BarButtonItem() GUIDLabel = New System.Windows.Forms.Label() BEZEICHNUNGLabel = New System.Windows.Forms.Label() SQL_PROVIDERLabel = New System.Windows.Forms.Label() BEMERKUNGLabel = New System.Windows.Forms.Label() ERSTELLTWERLabel = New System.Windows.Forms.Label() ERSTELLTWANNLabel = New System.Windows.Forms.Label() GEANDERTWERLabel = New System.Windows.Forms.Label() GEAENDERTWANNLabel = New System.Windows.Forms.Label() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel ' resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" ' 'BEZEICHNUNGLabel ' resources.ApplyResources(BEZEICHNUNGLabel, "BEZEICHNUNGLabel") BEZEICHNUNGLabel.Name = "BEZEICHNUNGLabel" ' 'SQL_PROVIDERLabel ' resources.ApplyResources(SQL_PROVIDERLabel, "SQL_PROVIDERLabel") SQL_PROVIDERLabel.Name = "SQL_PROVIDERLabel" ' 'BEMERKUNGLabel ' resources.ApplyResources(BEMERKUNGLabel, "BEMERKUNGLabel") BEMERKUNGLabel.Name = "BEMERKUNGLabel" ' 'ERSTELLTWERLabel ' resources.ApplyResources(ERSTELLTWERLabel, "ERSTELLTWERLabel") ERSTELLTWERLabel.Name = "ERSTELLTWERLabel" ' 'ERSTELLTWANNLabel ' resources.ApplyResources(ERSTELLTWANNLabel, "ERSTELLTWANNLabel") ERSTELLTWANNLabel.Name = "ERSTELLTWANNLabel" ' 'GEANDERTWERLabel ' resources.ApplyResources(GEANDERTWERLabel, "GEANDERTWERLabel") GEANDERTWERLabel.Name = "GEANDERTWERLabel" ' 'GEAENDERTWANNLabel ' resources.ApplyResources(GEAENDERTWANNLabel, "GEAENDERTWANNLabel") GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" ' 'MyDataset ' Me.MyDataset.DataSetName = "MyDataset" Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBDD_CONNECTIONBindingSource ' Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" Me.TBDD_CONNECTIONBindingSource.DataSource = Me.MyDataset ' 'TBDD_CONNECTIONTableAdapter ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Me.TBDD_CONNECTIONTableAdapter Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBGI_REGEX_DOCTYPETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = Global_Indexer.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'BEZEICHNUNGTextBox ' Me.BEZEICHNUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEZEICHNUNG", True)) resources.ApplyResources(Me.BEZEICHNUNGTextBox, "BEZEICHNUNGTextBox") Me.BEZEICHNUNGTextBox.Name = "BEZEICHNUNGTextBox" ' '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" ' 'DATENBANKTextBox ' Me.DATENBANKTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) resources.ApplyResources(Me.DATENBANKTextBox, "DATENBANKTextBox") Me.DATENBANKTextBox.Name = "DATENBANKTextBox" ' '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" ' 'AKTIVCheckBox ' Me.AKTIVCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_CONNECTIONBindingSource, "AKTIV", True)) resources.ApplyResources(Me.AKTIVCheckBox, "AKTIVCheckBox") Me.AKTIVCheckBox.Name = "AKTIVCheckBox" Me.AKTIVCheckBox.UseVisualStyleBackColor = True ' 'ERSTELLTWERTextBox ' Me.ERSTELLTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ERSTELLTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "ERSTELLTWER", True)) resources.ApplyResources(Me.ERSTELLTWERTextBox, "ERSTELLTWERTextBox") Me.ERSTELLTWERTextBox.Name = "ERSTELLTWERTextBox" Me.ERSTELLTWERTextBox.ReadOnly = True ' 'ERSTELLTWANNTextBox ' Me.ERSTELLTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ERSTELLTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "ERSTELLTWANN", True)) resources.ApplyResources(Me.ERSTELLTWANNTextBox, "ERSTELLTWANNTextBox") Me.ERSTELLTWANNTextBox.Name = "ERSTELLTWANNTextBox" Me.ERSTELLTWANNTextBox.ReadOnly = True ' 'GEANDERTWERTextBox ' Me.GEANDERTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEANDERTWER", True)) resources.ApplyResources(Me.GEANDERTWERTextBox, "GEANDERTWERTextBox") Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox" Me.GEANDERTWERTextBox.ReadOnly = True ' 'GEAENDERTWANNTextBox ' Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEAENDERTWANN", True)) resources.ApplyResources(Me.GEAENDERTWANNTextBox, "GEAENDERTWANNTextBox") Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" Me.GEAENDERTWANNTextBox.ReadOnly = True ' 'SQL_PROVIDERComboBox ' Me.SQL_PROVIDERComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "SQL_PROVIDER", True)) Me.SQL_PROVIDERComboBox.FormattingEnabled = True Me.SQL_PROVIDERComboBox.Items.AddRange(New Object() {resources.GetString("SQL_PROVIDERComboBox.Items"), resources.GetString("SQL_PROVIDERComboBox.Items1")}) resources.ApplyResources(Me.SQL_PROVIDERComboBox, "SQL_PROVIDERComboBox") Me.SQL_PROVIDERComboBox.Name = "SQL_PROVIDERComboBox" ' '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" ' 'lblDataSource ' resources.ApplyResources(Me.lblDataSource, "lblDataSource") Me.lblDataSource.Name = "lblDataSource" ' '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" ' 'lblDatenbank ' resources.ApplyResources(Me.lblDatenbank, "lblDatenbank") Me.lblDatenbank.Name = "lblDatenbank" ' 'cmbInitialCatalog ' Me.cmbInitialCatalog.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) Me.cmbInitialCatalog.FormattingEnabled = True resources.ApplyResources(Me.cmbInitialCatalog, "cmbInitialCatalog") Me.cmbInitialCatalog.Name = "cmbInitialCatalog" ' '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 ' 'GUIDTextBox ' Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke 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 ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.BarButtonItem4, Me.labelStatus, Me.BarButtonItem5}) resources.ApplyResources(Me.RibbonControl1, "RibbonControl1") Me.RibbonControl1.MaxItemId = 7 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'BarButtonItem1 ' resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1") Me.BarButtonItem1.Id = 1 Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem1.Name = "BarButtonItem1" ' 'BarButtonItem2 ' resources.ApplyResources(Me.BarButtonItem2, "BarButtonItem2") Me.BarButtonItem2.Id = 2 Me.BarButtonItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem2.Name = "BarButtonItem2" ' 'BarButtonItem3 ' resources.ApplyResources(Me.BarButtonItem3, "BarButtonItem3") Me.BarButtonItem3.Id = 3 Me.BarButtonItem3.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem3.Name = "BarButtonItem3" ' 'BarButtonItem4 ' resources.ApplyResources(Me.BarButtonItem4, "BarButtonItem4") Me.BarButtonItem4.Id = 4 Me.BarButtonItem4.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem4.Name = "BarButtonItem4" ' 'labelStatus ' resources.ApplyResources(Me.labelStatus, "labelStatus") Me.labelStatus.Id = 5 Me.labelStatus.ImageOptions.SvgImage = CType(resources.GetObject("labelStatus.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.labelStatus.Name = "labelStatus" Me.labelStatus.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1}) Me.RibbonPage1.Name = "RibbonPage1" resources.ApplyResources(Me.RibbonPage1, "RibbonPage1") ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem3) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem4) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem5) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1") ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus) resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1") Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" resources.ApplyResources(Me.RibbonPage2, "RibbonPage2") ' 'BarButtonItem5 ' resources.ApplyResources(Me.BarButtonItem5, "BarButtonItem5") Me.BarButtonItem5.Id = 6 Me.BarButtonItem5.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem5.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem5.Name = "BarButtonItem5" ' 'frmConnections ' Me.Appearance.Options.UseFont = True resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(Me.chkOR_ohne_TNS) Me.Controls.Add(Me.CheckBoxwin_aut) Me.Controls.Add(Me.cmbInitialCatalog) Me.Controls.Add(Me.lblPassword) Me.Controls.Add(Me.lblUserId) Me.Controls.Add(Me.lblInitialCatalog) Me.Controls.Add(Me.lblDataSource) Me.Controls.Add(Me.SQL_PROVIDERComboBox) Me.Controls.Add(GUIDLabel) Me.Controls.Add(BEZEICHNUNGLabel) Me.Controls.Add(Me.BEZEICHNUNGTextBox) Me.Controls.Add(SQL_PROVIDERLabel) Me.Controls.Add(Me.SERVERTextBox) Me.Controls.Add(Me.DATENBANKTextBox) Me.Controls.Add(Me.USERNAMETextBox) Me.Controls.Add(Me.PASSWORDTextBox) Me.Controls.Add(BEMERKUNGLabel) Me.Controls.Add(Me.BEMERKUNGTextBox) Me.Controls.Add(Me.AKTIVCheckBox) Me.Controls.Add(ERSTELLTWERLabel) Me.Controls.Add(Me.ERSTELLTWERTextBox) Me.Controls.Add(ERSTELLTWANNLabel) Me.Controls.Add(Me.ERSTELLTWANNTextBox) Me.Controls.Add(GEANDERTWERLabel) Me.Controls.Add(Me.GEANDERTWERTextBox) Me.Controls.Add(GEAENDERTWANNLabel) Me.Controls.Add(Me.GEAENDERTWANNTextBox) Me.Controls.Add(Me.lblDatenbank) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.IconOptions.SvgImage = CType(resources.GetObject("frmConnections.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmConnections" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout End Sub Friend WithEvents MyDataset As Global_Indexer.MyDataset Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBDD_CONNECTIONTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_CONNECTIONTableAdapter Friend WithEvents TableAdapterManager As Global_Indexer.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents BEZEICHNUNGTextBox As System.Windows.Forms.TextBox Friend WithEvents SERVERTextBox As System.Windows.Forms.TextBox Friend WithEvents DATENBANKTextBox 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 AKTIVCheckBox As System.Windows.Forms.CheckBox Friend WithEvents ERSTELLTWERTextBox As System.Windows.Forms.TextBox Friend WithEvents ERSTELLTWANNTextBox As System.Windows.Forms.TextBox Friend WithEvents GEANDERTWERTextBox As System.Windows.Forms.TextBox Friend WithEvents GEAENDERTWANNTextBox As System.Windows.Forms.TextBox Friend WithEvents SQL_PROVIDERComboBox As System.Windows.Forms.ComboBox Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents lblDataSource 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 lblDatenbank As System.Windows.Forms.Label Friend WithEvents cmbInitialCatalog As System.Windows.Forms.ComboBox Friend WithEvents CheckBoxwin_aut As System.Windows.Forms.CheckBox Friend WithEvents chkOR_ohne_TNS As System.Windows.Forms.CheckBox Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonItem4 As DevExpress.XtraBars.BarButtonItem Friend WithEvents labelStatus As DevExpress.XtraBars.BarStaticItem Friend WithEvents BarButtonItem5 As DevExpress.XtraBars.BarButtonItem End Class