_ Partial Class frmConnection 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 GEANDERTWERLabel As System.Windows.Forms.Label Dim GEAENDERTWANNLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConnection)) Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox() Me.Chckwin_aut = New System.Windows.Forms.CheckBox() Me.txtBezeichnung = New System.Windows.Forms.TextBox() Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.Label1 = New System.Windows.Forms.Label() Me.btnCheck_Con = New System.Windows.Forms.Button() Me.lblDatasource2 = New System.Windows.Forms.Label() Me.btnMdbLöschen = New System.Windows.Forms.Button() Me.btnMdbLocation = New System.Windows.Forms.Button() Me.txtPassword = New System.Windows.Forms.MaskedTextBox() Me.txtUserId = New System.Windows.Forms.TextBox() Me.lblPassword = New System.Windows.Forms.Label() Me.lblUserId = New System.Windows.Forms.Label() Me.lblDataSource = New System.Windows.Forms.Label() Me.cmbDbArt = New System.Windows.Forms.ComboBox() Me.lblDatenbanktyp = New System.Windows.Forms.Label() Me.txtDatasource2 = New System.Windows.Forms.TextBox() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBDD_CONNECTIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() 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.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.TBDD_CONNECTIONBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.TBDD_CONNECTIONDataGridView = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewCheckBoxColumn1 = New System.Windows.Forms.DataGridViewCheckBoxColumn() Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox() Me.txtDatasource1 = New System.Windows.Forms.TextBox() Me.grpbx_ConnAdd = New System.Windows.Forms.GroupBox() Me.btnadd = New System.Windows.Forms.Button() Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() GEANDERTWERLabel = New System.Windows.Forms.Label() GEAENDERTWANNLabel = New System.Windows.Forms.Label() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBDD_CONNECTIONBindingNavigator.SuspendLayout() CType(Me.TBDD_CONNECTIONDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() Me.grpbx_ConnAdd.SuspendLayout() Me.SuspendLayout() ' 'GEANDERTWERLabel ' GEANDERTWERLabel.AutoSize = True GEANDERTWERLabel.Location = New System.Drawing.Point(501, 251) GEANDERTWERLabel.Name = "GEANDERTWERLabel" GEANDERTWERLabel.Size = New System.Drawing.Size(91, 16) GEANDERTWERLabel.TabIndex = 56 GEANDERTWERLabel.Text = "Geändert wer:" ' 'GEAENDERTWANNLabel ' GEAENDERTWANNLabel.AutoSize = True GEAENDERTWANNLabel.Location = New System.Drawing.Point(657, 251) GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" GEAENDERTWANNLabel.Size = New System.Drawing.Size(44, 16) GEAENDERTWANNLabel.TabIndex = 62 GEAENDERTWANNLabel.Text = "wann:" ' 'chkOR_ohne_TNS ' Me.chkOR_ohne_TNS.AutoSize = True Me.chkOR_ohne_TNS.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.chkOR_ohne_TNS.Location = New System.Drawing.Point(14, 174) Me.chkOR_ohne_TNS.Name = "chkOR_ohne_TNS" Me.chkOR_ohne_TNS.Size = New System.Drawing.Size(140, 21) Me.chkOR_ohne_TNS.TabIndex = 45 Me.chkOR_ohne_TNS.Text = "Ohne tnsnames.ora" Me.chkOR_ohne_TNS.UseVisualStyleBackColor = True Me.chkOR_ohne_TNS.Visible = False ' 'Chckwin_aut ' Me.Chckwin_aut.AutoSize = True Me.Chckwin_aut.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Chckwin_aut.Location = New System.Drawing.Point(14, 174) Me.Chckwin_aut.Name = "Chckwin_aut" Me.Chckwin_aut.Size = New System.Drawing.Size(182, 21) Me.Chckwin_aut.TabIndex = 44 Me.Chckwin_aut.Text = "Windows-Authentifizierung" Me.Chckwin_aut.UseVisualStyleBackColor = True Me.Chckwin_aut.Visible = False ' 'txtBezeichnung ' Me.txtBezeichnung.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtBezeichnung.Location = New System.Drawing.Point(231, 36) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Size = New System.Drawing.Size(294, 25) Me.txtBezeichnung.TabIndex = 41 ' 'TBDD_CONNECTIONBindingSource ' Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'DD_DMSLiteDataSet ' Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(228, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(154, 17) Me.Label1.TabIndex = 40 Me.Label1.Text = "Bezeichnung Verbindung:" ' 'btnCheck_Con ' Me.btnCheck_Con.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnCheck_Con.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link Me.btnCheck_Con.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnCheck_Con.Location = New System.Drawing.Point(373, 133) Me.btnCheck_Con.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnCheck_Con.Name = "btnCheck_Con" Me.btnCheck_Con.Size = New System.Drawing.Size(152, 28) Me.btnCheck_Con.TabIndex = 39 Me.btnCheck_Con.Text = "Test DB-Verbindung" Me.btnCheck_Con.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnCheck_Con.UseVisualStyleBackColor = True Me.btnCheck_Con.Visible = False ' 'lblDatasource2 ' Me.lblDatasource2.AutoSize = True Me.lblDatasource2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDatasource2.Location = New System.Drawing.Point(228, 65) Me.lblDatasource2.Name = "lblDatasource2" Me.lblDatasource2.Size = New System.Drawing.Size(91, 17) Me.lblDatasource2.TabIndex = 34 Me.lblDatasource2.Text = "InitialCatalog*:" Me.lblDatasource2.Visible = False ' 'btnMdbLöschen ' Me.btnMdbLöschen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.btnMdbLöschen.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnMdbLöschen.Image = CType(resources.GetObject("btnMdbLöschen.Image"), System.Drawing.Image) Me.btnMdbLöschen.Location = New System.Drawing.Point(496, 84) Me.btnMdbLöschen.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnMdbLöschen.Name = "btnMdbLöschen" Me.btnMdbLöschen.Size = New System.Drawing.Size(29, 26) Me.btnMdbLöschen.TabIndex = 33 Me.btnMdbLöschen.UseVisualStyleBackColor = True Me.btnMdbLöschen.Visible = False ' 'btnMdbLocation ' Me.btnMdbLocation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.btnMdbLocation.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnMdbLocation.Location = New System.Drawing.Point(461, 84) Me.btnMdbLocation.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnMdbLocation.Name = "btnMdbLocation" Me.btnMdbLocation.Size = New System.Drawing.Size(29, 26) Me.btnMdbLocation.TabIndex = 32 Me.btnMdbLocation.Text = "..." Me.btnMdbLocation.UseVisualStyleBackColor = True Me.btnMdbLocation.Visible = False ' 'txtPassword ' Me.txtPassword.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtPassword.Location = New System.Drawing.Point(230, 136) Me.txtPassword.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtPassword.Name = "txtPassword" Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.txtPassword.Size = New System.Drawing.Size(137, 25) Me.txtPassword.TabIndex = 7 Me.txtPassword.Visible = False ' 'txtUserId ' Me.txtUserId.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtUserId.Location = New System.Drawing.Point(14, 136) Me.txtUserId.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtUserId.Name = "txtUserId" Me.txtUserId.Size = New System.Drawing.Size(200, 25) Me.txtUserId.TabIndex = 6 Me.txtUserId.Visible = False ' 'lblPassword ' Me.lblPassword.AutoSize = True Me.lblPassword.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPassword.Location = New System.Drawing.Point(228, 115) Me.lblPassword.Name = "lblPassword" Me.lblPassword.Size = New System.Drawing.Size(63, 17) Me.lblPassword.TabIndex = 4 Me.lblPassword.Text = "Passwort:" Me.lblPassword.Visible = False ' 'lblUserId ' Me.lblUserId.AutoSize = True Me.lblUserId.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblUserId.Location = New System.Drawing.Point(11, 115) Me.lblUserId.Name = "lblUserId" Me.lblUserId.Size = New System.Drawing.Size(49, 17) Me.lblUserId.TabIndex = 3 Me.lblUserId.Text = "UserId:" Me.lblUserId.Visible = False ' 'lblDataSource ' Me.lblDataSource.AutoSize = True Me.lblDataSource.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDataSource.Location = New System.Drawing.Point(11, 65) Me.lblDataSource.Name = "lblDataSource" Me.lblDataSource.Size = New System.Drawing.Size(83, 17) Me.lblDataSource.TabIndex = 2 Me.lblDataSource.Text = "DataSource*:" Me.lblDataSource.Visible = False ' 'cmbDbArt ' Me.cmbDbArt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbDbArt.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmbDbArt.FormattingEnabled = True Me.cmbDbArt.Items.AddRange(New Object() {"MS-SQL", "ODBC", "ORACLE"}) Me.cmbDbArt.Location = New System.Drawing.Point(14, 36) Me.cmbDbArt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmbDbArt.Name = "cmbDbArt" Me.cmbDbArt.Size = New System.Drawing.Size(200, 25) Me.cmbDbArt.TabIndex = 1 ' 'lblDatenbanktyp ' Me.lblDatenbanktyp.AutoSize = True Me.lblDatenbanktyp.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDatenbanktyp.Location = New System.Drawing.Point(11, 19) Me.lblDatenbanktyp.Name = "lblDatenbanktyp" Me.lblDatenbanktyp.Size = New System.Drawing.Size(96, 17) Me.lblDatenbanktyp.TabIndex = 0 Me.lblDatenbanktyp.Text = "Datenbanktyp*:" ' 'txtDatasource2 ' Me.txtDatasource2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtDatasource2.Location = New System.Drawing.Point(231, 86) Me.txtDatasource2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtDatasource2.Name = "txtDatasource2" Me.txtDatasource2.Size = New System.Drawing.Size(224, 25) Me.txtDatasource2.TabIndex = 35 Me.txtDatasource2.Visible = False ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'TBDD_CONNECTIONBindingNavigator ' Me.TBDD_CONNECTIONBindingNavigator.AddNewItem = Nothing Me.TBDD_CONNECTIONBindingNavigator.BindingSource = Me.TBDD_CONNECTIONBindingSource Me.TBDD_CONNECTIONBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBDD_CONNECTIONBindingNavigator.CountItemFormat = "von {0} Connections" Me.TBDD_CONNECTIONBindingNavigator.DeleteItem = Nothing 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.ToolStripButton1, Me.TBDD_CONNECTIONBindingNavigatorSaveItem, Me.ToolStripButton2}) Me.TBDD_CONNECTIONBindingNavigator.Location = New System.Drawing.Point(0, 0) 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 Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(838, 25) Me.TBDD_CONNECTIONBindingNavigator.TabIndex = 53 Me.TBDD_CONNECTIONBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(114, 22) Me.BindingNavigatorCountItem.Text = "von {0} Connections" Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem ' Me.BindingNavigatorPositionItem.AccessibleName = "Position" Me.BindingNavigatorPositionItem.AutoSize = False Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(58, 23) Me.BindingNavigatorPositionItem.Text = "0" Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton1 ' Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add Me.ToolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(151, 22) Me.ToolStripButton1.Text = "Verbindung hinzufügen" Me.ToolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'TBPM_CONNECTIONBindingNavigatorSaveItem ' Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_CONNECTIONBindingNavigatorSaveItem.Image"), System.Drawing.Image) Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Name = "TBDD_CONNECTIONBindingNavigatorSaveItem" Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Size = New System.Drawing.Size(112, 22) Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Text = "Daten speichern" ' 'ToolStripButton2 ' Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 Me.ToolStripButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(128, 22) Me.ToolStripButton2.Text = "Lösche Verbindung" ' 'TBPM_CONNECTIONDataGridView ' Me.TBDD_CONNECTIONDataGridView.AllowUserToAddRows = False Me.TBDD_CONNECTIONDataGridView.AllowUserToDeleteRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua Me.TBDD_CONNECTIONDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.TBDD_CONNECTIONDataGridView.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TBDD_CONNECTIONDataGridView.AutoGenerateColumns = False Me.TBDD_CONNECTIONDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBDD_CONNECTIONDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn8, Me.DataGridViewCheckBoxColumn1}) Me.TBDD_CONNECTIONDataGridView.DataSource = Me.TBDD_CONNECTIONBindingSource Me.TBDD_CONNECTIONDataGridView.Location = New System.Drawing.Point(15, 303) Me.TBDD_CONNECTIONDataGridView.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TBDD_CONNECTIONDataGridView.Name = "TBDD_CONNECTIONDataGridView" Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(817, 276) Me.TBDD_CONNECTIONDataGridView.TabIndex = 53 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" Me.DataGridViewTextBoxColumn1.HeaderText = "ID" Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.ReadOnly = True ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.DataPropertyName = "BEZEICHNUNG" Me.DataGridViewTextBoxColumn2.HeaderText = "Bezeichnung" Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.DataPropertyName = "SQL_PROVIDER" Me.DataGridViewTextBoxColumn3.HeaderText = "SQL-Provider" Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" ' 'DataGridViewTextBoxColumn4 ' Me.DataGridViewTextBoxColumn4.DataPropertyName = "SERVER" Me.DataGridViewTextBoxColumn4.HeaderText = "Datasource1" Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" ' 'DataGridViewTextBoxColumn5 ' Me.DataGridViewTextBoxColumn5.DataPropertyName = "DATENBANK" Me.DataGridViewTextBoxColumn5.HeaderText = "Datasource2" Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" ' 'DataGridViewTextBoxColumn6 ' Me.DataGridViewTextBoxColumn6.DataPropertyName = "USERNAME" Me.DataGridViewTextBoxColumn6.HeaderText = "Username" Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" ' 'DataGridViewTextBoxColumn8 ' Me.DataGridViewTextBoxColumn8.DataPropertyName = "BEMERKUNG" Me.DataGridViewTextBoxColumn8.HeaderText = "Bemerkung" Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" ' 'DataGridViewCheckBoxColumn1 ' Me.DataGridViewCheckBoxColumn1.DataPropertyName = "AKTIV" Me.DataGridViewCheckBoxColumn1.HeaderText = "Aktiv" Me.DataGridViewCheckBoxColumn1.Name = "DataGridViewCheckBoxColumn1" ' 'GEANDERTWERTextBox ' Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEANDERTWER", True)) Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(504, 270) Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox" Me.GEANDERTWERTextBox.ReadOnly = True Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(147, 23) Me.GEANDERTWERTextBox.TabIndex = 57 ' 'txtDatasource1 ' Me.txtDatasource1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtDatasource1.Location = New System.Drawing.Point(14, 86) Me.txtDatasource1.Name = "txtDatasource1" Me.txtDatasource1.Size = New System.Drawing.Size(200, 25) Me.txtDatasource1.TabIndex = 59 Me.txtDatasource1.Visible = False ' 'grpbx_ConnAdd ' Me.grpbx_ConnAdd.Controls.Add(Me.btnadd) Me.grpbx_ConnAdd.Controls.Add(Me.lblDatenbanktyp) Me.grpbx_ConnAdd.Controls.Add(Me.txtUserId) Me.grpbx_ConnAdd.Controls.Add(Me.txtDatasource1) Me.grpbx_ConnAdd.Controls.Add(Me.txtPassword) Me.grpbx_ConnAdd.Controls.Add(Me.lblPassword) Me.grpbx_ConnAdd.Controls.Add(Me.lblUserId) Me.grpbx_ConnAdd.Controls.Add(Me.btnMdbLocation) Me.grpbx_ConnAdd.Controls.Add(Me.lblDataSource) Me.grpbx_ConnAdd.Controls.Add(Me.btnMdbLöschen) Me.grpbx_ConnAdd.Controls.Add(Me.cmbDbArt) Me.grpbx_ConnAdd.Controls.Add(Me.lblDatasource2) Me.grpbx_ConnAdd.Controls.Add(Me.txtDatasource2) Me.grpbx_ConnAdd.Controls.Add(Me.chkOR_ohne_TNS) Me.grpbx_ConnAdd.Controls.Add(Me.btnCheck_Con) Me.grpbx_ConnAdd.Controls.Add(Me.Label1) Me.grpbx_ConnAdd.Controls.Add(Me.Chckwin_aut) Me.grpbx_ConnAdd.Controls.Add(Me.txtBezeichnung) Me.grpbx_ConnAdd.Location = New System.Drawing.Point(15, 28) Me.grpbx_ConnAdd.Name = "grpbx_ConnAdd" Me.grpbx_ConnAdd.Size = New System.Drawing.Size(540, 208) Me.grpbx_ConnAdd.TabIndex = 61 Me.grpbx_ConnAdd.TabStop = False Me.grpbx_ConnAdd.Text = "Definition Verbindung:" Me.grpbx_ConnAdd.Visible = False ' 'btnadd ' Me.btnadd.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnadd.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add Me.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnadd.Location = New System.Drawing.Point(230, 168) Me.btnadd.Name = "btnadd" Me.btnadd.Size = New System.Drawing.Size(295, 30) Me.btnadd.TabIndex = 60 Me.btnadd.Text = "Verbindung hinzufügen" Me.btnadd.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnadd.UseVisualStyleBackColor = True ' 'GEAENDERTWANNTextBox ' Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEAENDERTWANN", True)) Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(657, 270) Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" Me.GEAENDERTWANNTextBox.ReadOnly = True Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(155, 23) Me.GEAENDERTWANNTextBox.TabIndex = 63 ' 'TBDD_CONNECTIONTableAdapter ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' 'frmConnection ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(838, 579) Me.Controls.Add(GEAENDERTWANNLabel) Me.Controls.Add(Me.GEAENDERTWANNTextBox) Me.Controls.Add(Me.grpbx_ConnAdd) Me.Controls.Add(GEANDERTWERLabel) Me.Controls.Add(Me.GEANDERTWERTextBox) Me.Controls.Add(Me.TBDD_CONNECTIONDataGridView) Me.Controls.Add(Me.TBDD_CONNECTIONBindingNavigator) Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmConnection" Me.Text = "Verwaltung der Connections" CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBDD_CONNECTIONBindingNavigator.ResumeLayout(False) Me.TBDD_CONNECTIONBindingNavigator.PerformLayout() CType(Me.TBDD_CONNECTIONDataGridView, System.ComponentModel.ISupportInitialize).EndInit() Me.grpbx_ConnAdd.ResumeLayout(False) Me.grpbx_ConnAdd.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnCheck_Con As System.Windows.Forms.Button Friend WithEvents lblDatasource2 As System.Windows.Forms.Label Friend WithEvents btnMdbLöschen As System.Windows.Forms.Button Friend WithEvents btnMdbLocation As System.Windows.Forms.Button Friend WithEvents txtPassword As System.Windows.Forms.MaskedTextBox Friend WithEvents txtUserId As System.Windows.Forms.TextBox Friend WithEvents lblPassword As System.Windows.Forms.Label Friend WithEvents lblUserId As System.Windows.Forms.Label Friend WithEvents lblDataSource As System.Windows.Forms.Label Friend WithEvents cmbDbArt As System.Windows.Forms.ComboBox Friend WithEvents lblDatenbanktyp As System.Windows.Forms.Label Friend WithEvents txtDatasource2 As System.Windows.Forms.TextBox Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager Friend WithEvents TBDD_CONNECTIONBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel 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 TBDD_CONNECTIONDataGridView As System.Windows.Forms.DataGridView Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents chkOR_ohne_TNS As System.Windows.Forms.CheckBox Friend WithEvents Chckwin_aut As System.Windows.Forms.CheckBox Friend WithEvents GEANDERTWERTextBox As System.Windows.Forms.TextBox Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewCheckBoxColumn1 As System.Windows.Forms.DataGridViewCheckBoxColumn Friend WithEvents txtDatasource1 As System.Windows.Forms.TextBox Friend WithEvents grpbx_ConnAdd As System.Windows.Forms.GroupBox Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents btnadd As System.Windows.Forms.Button Friend WithEvents GEAENDERTWANNTextBox As System.Windows.Forms.TextBox Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter End Class