jj: make sql window resizable

This commit is contained in:
Jonathan Jenne
2018-11-07 11:20:35 +01:00
parent e48739fcf9
commit 128475287f
3 changed files with 915 additions and 842 deletions

View File

@@ -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"