From 128475287f4b864480cfbe6fbb394c6b6e601a4e Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 7 Nov 2018 11:20:35 +0100 Subject: [PATCH] jj: make sql window resizable --- .../frmSQLConfigAutoIndex.Designer.vb | 20 +- .../frmSQLConfigAutoIndex.en-US.resx | 44 +- Global_Indexer/frmSQLConfigAutoIndex.resx | 1217 +++++++++-------- 3 files changed, 677 insertions(+), 604 deletions(-) diff --git a/Global_Indexer/frmSQLConfigAutoIndex.Designer.vb b/Global_Indexer/frmSQLConfigAutoIndex.Designer.vb index c160e25..307790b 100644 --- a/Global_Indexer/frmSQLConfigAutoIndex.Designer.vb +++ b/Global_Indexer/frmSQLConfigAutoIndex.Designer.vb @@ -96,10 +96,10 @@ Partial Class SQLConfigAutoIndex ' '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" ' @@ -124,10 +124,10 @@ Partial Class SQLConfigAutoIndex Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing + Me.TableAdapterManager.TBDD_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Nothing - Me.TableAdapterManager.TBDD_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing @@ -140,8 +140,8 @@ Partial Class SQLConfigAutoIndex ' 'Button1 ' - resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.database_connect + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" Me.Button1.UseVisualStyleBackColor = True ' @@ -195,11 +195,11 @@ Partial Class SQLConfigAutoIndex ' '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") Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace}) Me.dgvPlaceholders.Name = "dgvPlaceholders" @@ -217,7 +217,6 @@ Partial Class SQLConfigAutoIndex ' 'GroupBox4 ' - resources.ApplyResources(Me.GroupBox4, "GroupBox4") Me.GroupBox4.Controls.Add(Me.radioView) Me.GroupBox4.Controls.Add(Me.radioTable) Me.GroupBox4.Controls.Add(Me.Label4) @@ -229,6 +228,7 @@ Partial Class SQLConfigAutoIndex 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 ' @@ -263,8 +263,8 @@ Partial Class SQLConfigAutoIndex ' 'cmbSelectColumns ' - resources.ApplyResources(Me.cmbSelectColumns, "cmbSelectColumns") Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + resources.ApplyResources(Me.cmbSelectColumns, "cmbSelectColumns") Me.cmbSelectColumns.FormattingEnabled = True Me.cmbSelectColumns.Name = "cmbSelectColumns" ' @@ -275,23 +275,23 @@ Partial Class SQLConfigAutoIndex ' 'cmbWhereOperator ' - resources.ApplyResources(Me.cmbWhereOperator, "cmbWhereOperator") Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + resources.ApplyResources(Me.cmbWhereOperator, "cmbWhereOperator") 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")}) Me.cmbWhereOperator.Name = "cmbWhereOperator" ' 'cmbFromTables ' - resources.ApplyResources(Me.cmbFromTables, "cmbFromTables") Me.cmbFromTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + resources.ApplyResources(Me.cmbFromTables, "cmbFromTables") Me.cmbFromTables.FormattingEnabled = True Me.cmbFromTables.Name = "cmbFromTables" ' 'cmbWhereColumns ' - resources.ApplyResources(Me.cmbWhereColumns, "cmbWhereColumns") Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + resources.ApplyResources(Me.cmbWhereColumns, "cmbWhereColumns") Me.cmbWhereColumns.FormattingEnabled = True Me.cmbWhereColumns.Name = "cmbWhereColumns" ' @@ -340,7 +340,7 @@ Partial Class SQLConfigAutoIndex Me.Controls.Add(Me.btnVorschlag) Me.Controls.Add(SQL_ERGEBNISLabel) Me.Controls.Add(Me.SQL_ERGEBNISTextBox) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "SQLConfigAutoIndex" diff --git a/Global_Indexer/frmSQLConfigAutoIndex.en-US.resx b/Global_Indexer/frmSQLConfigAutoIndex.en-US.resx index c5badfc..7d6b784 100644 --- a/Global_Indexer/frmSQLConfigAutoIndex.en-US.resx +++ b/Global_Indexer/frmSQLConfigAutoIndex.en-US.resx @@ -124,39 +124,70 @@ SQL for automatic index: + + + Top, Right + Test SQL (BETA) + + Top, Bottom, Left, Right + Manage SQL-Connections + + Top, Right + Save + + Top, Right + 147, 13 SQL-Data sucessfully saved! + + Bottom, Left + 142, 13 Placeholder manual index: + + Bottom, Left + + + Bottom, Left + + + Bottom, Left + 146, 15 Placeholder replacements: + + Bottom, Left + Placeholder Replacement + + Generate SQL Command (BETA) + 50, 17 @@ -175,8 +206,8 @@ Select type of table: - - Generate SQL Command (BETA) + + Bottom, Left 169, 13 @@ -184,6 +215,9 @@ Placeholder windows-variables: + + Bottom, Left + Filename (with Extension) @@ -202,6 +236,12 @@ Current Date (DD.MM.YYYY) + + Bottom, Left + + + 865, 474 + SQL Editor for automatic Indicies diff --git a/Global_Indexer/frmSQLConfigAutoIndex.resx b/Global_Indexer/frmSQLConfigAutoIndex.resx index 1be04ce..dcda2c7 100644 --- a/Global_Indexer/frmSQLConfigAutoIndex.resx +++ b/Global_Indexer/frmSQLConfigAutoIndex.resx @@ -117,904 +117,937 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnaddManualIdx - - - 11 + + False + + + + True - - 180, 13 + + 12, 161 + + + 157, 13 + + + 50 + + + SQL für automatischen Index: + + + SQL_ERGEBNISLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + False + + + True + + + 9, 8 + + + 93, 13 + + + 87 + + + SQL-Connection: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - 7 + + + Bottom, Right - - 4 + + MiddleLeft - - Global_Indexer.MyDataset, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + 646, 177 - - 15, 177 + + 177, 37 - - 225, 381 + + 48 + + + Teste SQL (BETA) MiddleRight - + + btnVorschlag + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - + + 14 + + + Top, Bottom, Left, Right + + Consolas, 8.25pt - - + + 15, 177 + + True + + Both + + + 616, 136 + + + 47 + + + SQL_ERGEBNISTextBox + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - colReplace + + 16 - - Speichern + + 127, 17 + + + 17, 17 + + + 12, 24 - - Ersetzung + + 268, 21 - - btnsave + + 53 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cmbConnection - - $this + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15, 51 + + $this - - 643, 217 + + 13 - - 29 + + 371, 17 + + + 609, 17 + + + MiddleLeft - - 53 + + 286, 17 - - True + + 189, 32 - - GroupBox4 + + 54 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Verwaltung SQL-Connections - - Segoe UI, 8.25pt + + MiddleRight - - 10 + + Button1 - - GroupBox4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 177, 37 + + 12 - - TBDD_INDEX_MANBindingSource + + Bottom, Right - - 55, 17 + + Segoe UI, 8.25pt, style=Bold - - $this + + MiddleLeft - - 15 + + 733, 282 - - Platzhalter + + 90, 31 - - SQL-Connection: + + 55 - - 23 + + Speichern - - Segoe UI, 8.25pt + + MiddleRight - - Platzhalter windows-variablen: + + btnsave - - 12, 316 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SQL-Editor für automatischen Index + + $this - - 3 + + 11 - - 5 + + Bottom, Right - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - Usercode + + Segoe UI Semibold, 8.25pt, style=Bold, Italic - - 63, 75 + + 643, 217 - - Label1 + + 180, 13 - - GroupBox4 + + 79 - - Aktuelles Datum (DD.MM.YYYY) + + SQL-Daten erfolgreich gespeichert! - + False - - 37, 13 + + lblSave - - - Both + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + $this - - 233, 21 + + 10 - - Teste SQL (BETA) + + Bottom, Left - - 6, 13 + + True - - 12, 24 + + 12, 316 - - 4 + + 151, 13 - - 28 + + 80 - - 312, 132 + + Platzhalter manuelle Indexe: - - 6 + + Label1 - - 302, 50 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + $this - - True + + 9 - - 90 + + Bottom, Left - - 31, 13 + + 782, 17 + + + 15, 332 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 171, 21 + + + 81 + + + cmbManualIDX System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 24 - - - NoControl + + $this - - 15, 332 + + 8 - - 48 + + 1017, 17 + + + Bottom, Left - - 12, 365 + + 192, 332 - - 1 + + 27, 21 82 - - MiddleLeft + + btnaddManualIdx - - Segoe UI, 8.25pt, style=Bold + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 7 - - 234, 20 + + Bottom, Left - + True - - 319, 334 - - - Consolas, 8.25pt - - - 14 - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MiddleRight - - - GroupBox4 - - - 47 - - - 6 - - - Label3 + + Segoe UI, 9pt - - True + + 316, 316 132, 15 - - Dateiendung - - - 22 - - - 9 + + 84 - - 8 + + Platzhalter Ersetzungen: - - True + + Label2 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SQL_ERGEBNISLabel - - - 234, 21 + + $this - - SQLConfigAutoIndex + + 5 - - 80 + + Bottom, Left - - 733, 282 + + True + + + Platzhalter - - SQL für automatischen Index: + + True + + + Ersetzung - - 88 + + False - - 9, 8 + + 319, 334 - - 84 + + 312, 132 - - TableAdapterManager + + 83 - - 19 + + dgvPlaceholders - - colPlaceholder + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + $this - - 241, 19 - - - SQL-Daten erfolgreich gespeichert! - - - Consolas, 8.25pt + + 6 - - Consolas, 8.25pt + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 241, 19 - - $this + + 55, 17 25 - - cmbSelectColumns + + Views - - Datei Erstelldatum + + radioView - - Global_Indexer.MyDatasetTableAdapters.TableAdapterManager, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox4 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - Dateiname (ohne Endung) + + True - - 808, 107 + + 154, 19 - - cmbWhereColumns + + 67, 17 - - 9 + + 24 - - GroupBox4 + + Tabellen - - 27, 21 + + radioTable - - System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnaddWindowPAram + + GroupBox4 - - FROM + + 1 - - 63, 47 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 21 - - True + + 125, 13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 86 - - Label2 + + Tabellenart auswählen: Label4 - - 27 - - - 90, 31 - - - Global_Indexer.MyDatasetTableAdapters.TBDD_CONNECTIONTableAdapter, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - - Datei Erstellt wer - - - Button1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 GroupBox4 - - Tabellen + + 2 - - 12 + + Consolas, 8.25pt - - <> + + 363, 75 - - WHERE + + 234, 20 - - Label7 + + 29 - - cmbWhereOperator + + txtCondition - - Label5 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + GroupBox4 - - 15, 381 - - - 67, 17 - - - TBDD_INDEX_MANTableAdapter + + 3 - - $this + + True - - 13 + + Consolas, 8.25pt - - MiddleRight + + 6, 50 - - GroupBox4 + + 43, 13 - - 286, 17 + + 19 - - 79 + + SELECT - - $this + + Label6 - - lblSave + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Views + + GroupBox4 - - $this + + 4 - - 81 + + False - + Consolas, 8.25pt - - Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MANTableAdapter, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + 63, 47 - - txtCondition + + 233, 21 - - 189, 32 + + 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cmbSelectColumns - - 2 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + GroupBox4 - - 165, 13 + + 5 - - 316, 316 + + True - - Username + + Consolas, 8.25pt - - Dateiname (mit Endung) + + 302, 50 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 31, 13 - - 20 + + 21 - - Consolas, 8.25pt + + FROM - - Consolas, 8.25pt + + Label7 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 151, 13 + + GroupBox4 - - 171, 21 + + 6 - + Consolas, 8.25pt - - 16 + + = - - Label6 + + <> - - 616, 136 + + < + + + > + + + 304, 75 47, 21 - - True + + 28 - - Consolas, 8.25pt + + cmbWhereOperator - - cmbwindowsParam + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox4 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - btnVorschlag + + Consolas, 8.25pt - - Segoe UI Semibold, 8.25pt, style=Bold, Italic + + 363, 47 - - 6, 21 + + 234, 21 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - TBDD_CONNECTIONTableAdapter + + cmbFromTables - - 43, 13 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - > + + GroupBox4 - - = + + 8 - - SQL_ERGEBNISTextBox + + False - - TBDD_CONNECTIONBindingSource + + Consolas, 8.25pt - - 55 + + 63, 75 - - Label8 + + 233, 21 - - cmbManualIDX + + 27 - - radioView + + cmbWhereColumns - - 6, 50 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox4 - - cmbConnection + + 9 - - 54 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Consolas, 8.25pt - - 27, 21 + + 6, 78 - - 3 + + 37, 13 - - GroupBox4 + + 23 - - MiddleLeft + + WHERE - - 157, 13 + + Label8 - - 89 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 363, 75 + + GroupBox4 - - 192, 332 + + 10 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Segoe UI, 8.25pt - - False + + 15, 51 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 808, 107 + + + 86 + + + SQL-Befehl generieren (BETA) + + + GroupBox4 - + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 86 + + 4 - - 12, 161 + + Bottom, Left - - 233, 21 + + True - - 0 + + 12, 365 - - 204, 21 + + 165, 13 - - 1 + + 88 - - 6, 78 + + Platzhalter windows-variablen: - - $this + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 50 - - - True - - - 646, 177 + + 2 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Left - - 83 + + Dateiname (mit Endung) - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Dateiname (ohne Endung) - - 125, 13 + + Dateiendung - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Datei Erstelldatum - - 304, 75 + + Datei Erstellt wer - - System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Aktuelles Datum (DD.MM.YYYY) - - GroupBox4 + + Username - - Platzhalter Ersetzungen: + + Usercode - - 5 + + 15, 381 - - 86 + + 204, 21 - - Platzhalter manuelle Indexe: + + 89 - - Tabellenart auswählen: + + cmbwindowsParam - - 154, 19 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - False + + 1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Left - - 93, 13 + + NoControl - - MiddleLeft + + 225, 381 - - SQL-Befehl generieren (BETA) + + 27, 21 - - radioTable + + 90 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + btnaddWindowPAram - - Verwaltung SQL-Connections + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 268, 21 + + $this - + 0 - - False - - + True + + + 6, 13 858, 477 - - Segoe UI, 9pt + + Segoe UI, 8.25pt - - True + + SQL-Editor für automatischen Index - - 10 + + TBDD_CONNECTIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 MyDataset - - True + + Global_Indexer.MyDataset, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - False + + TBDD_CONNECTIONTableAdapter - - < + + Global_Indexer.MyDatasetTableAdapters.TBDD_CONNECTIONTableAdapter, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - 2 + + TableAdapterManager - - dgvPlaceholders + + Global_Indexer.MyDatasetTableAdapters.TableAdapterManager, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - SELECT + + TBDD_INDEX_MANBindingSource - - $this + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 87 + + TBDD_INDEX_MANTableAdapter - - cmbFromTables + + Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MANTableAdapter, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - - 21 + + colPlaceholder - - GroupBox4 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 363, 47 + + colReplace + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SQLConfigAutoIndex + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - 17, 17 - - - 127, 17 - - - True - - - 782, 17 - - - 371, 17 - - - False - - - 1017, 17 - - - en-US - - - True - - - 609, 17 - - - False - \ No newline at end of file