This commit is contained in:
SchreiberM
2015-09-29 12:16:23 +02:00
parent 379a63d9a8
commit 80247e18dd
31 changed files with 1808 additions and 524 deletions

View File

@@ -24,6 +24,8 @@ Partial Class SQLConfigAutoIndex
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim SQL_ERGEBNISLabel As System.Windows.Forms.Label
Dim Label3 As System.Windows.Forms.Label
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.btnVorschlag = New System.Windows.Forms.Button()
Me.SQL_ERGEBNISTextBox = New System.Windows.Forms.TextBox()
Me.cmbConnection = New System.Windows.Forms.ComboBox()
@@ -34,29 +36,64 @@ Partial Class SQLConfigAutoIndex
Me.Button1 = New System.Windows.Forms.Button()
Me.btnsave = New System.Windows.Forms.Button()
Me.lblSave = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.cmbManualIDX = New System.Windows.Forms.ComboBox()
Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_INDEX_MANTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MANTableAdapter()
Me.btnaddManualIdx = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.radioView = New System.Windows.Forms.RadioButton()
Me.radioTable = New System.Windows.Forms.RadioButton()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtCondition = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.cmbSelectColumns = New System.Windows.Forms.ComboBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.cmbWhereOperator = New System.Windows.Forms.ComboBox()
Me.cmbFromTables = New System.Windows.Forms.ComboBox()
Me.cmbWhereColumns = New System.Windows.Forms.ComboBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
SQL_ERGEBNISLabel = New System.Windows.Forms.Label()
Label3 = New System.Windows.Forms.Label()
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox4.SuspendLayout()
Me.SuspendLayout()
'
'SQL_ERGEBNISLabel
'
SQL_ERGEBNISLabel.AutoSize = True
SQL_ERGEBNISLabel.Location = New System.Drawing.Point(12, 66)
SQL_ERGEBNISLabel.Location = New System.Drawing.Point(12, 161)
SQL_ERGEBNISLabel.Name = "SQL_ERGEBNISLabel"
SQL_ERGEBNISLabel.Size = New System.Drawing.Size(157, 13)
SQL_ERGEBNISLabel.TabIndex = 50
SQL_ERGEBNISLabel.Text = "SQL für automatischen Index:"
'
'Label3
'
Label3.AutoSize = True
Label3.Location = New System.Drawing.Point(9, 8)
Label3.Name = "Label3"
Label3.Size = New System.Drawing.Size(93, 13)
Label3.TabIndex = 87
Label3.Text = "SQL-Connection:"
'
'btnVorschlag
'
Me.btnVorschlag.Image = Global.Global_Indexer.My.Resources.Resources.database_go
Me.btnVorschlag.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnVorschlag.Location = New System.Drawing.Point(675, 79)
Me.btnVorschlag.Location = New System.Drawing.Point(646, 177)
Me.btnVorschlag.Name = "btnVorschlag"
Me.btnVorschlag.Size = New System.Drawing.Size(151, 25)
Me.btnVorschlag.Size = New System.Drawing.Size(177, 37)
Me.btnVorschlag.TabIndex = 48
Me.btnVorschlag.Text = "Teste SQL"
Me.btnVorschlag.Text = "Teste SQL (BETA)"
Me.btnVorschlag.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnVorschlag.UseVisualStyleBackColor = True
'
@@ -65,11 +102,11 @@ Partial Class SQLConfigAutoIndex
Me.SQL_ERGEBNISTextBox.AcceptsReturn = True
Me.SQL_ERGEBNISTextBox.AcceptsTab = True
Me.SQL_ERGEBNISTextBox.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.SQL_ERGEBNISTextBox.Location = New System.Drawing.Point(15, 82)
Me.SQL_ERGEBNISTextBox.Location = New System.Drawing.Point(15, 177)
Me.SQL_ERGEBNISTextBox.Multiline = True
Me.SQL_ERGEBNISTextBox.Name = "SQL_ERGEBNISTextBox"
Me.SQL_ERGEBNISTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.SQL_ERGEBNISTextBox.Size = New System.Drawing.Size(654, 136)
Me.SQL_ERGEBNISTextBox.Size = New System.Drawing.Size(616, 136)
Me.SQL_ERGEBNISTextBox.TabIndex = 47
'
'cmbConnection
@@ -77,7 +114,7 @@ Partial Class SQLConfigAutoIndex
Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource
Me.cmbConnection.DisplayMember = "BEZEICHNUNG"
Me.cmbConnection.FormattingEnabled = True
Me.cmbConnection.Location = New System.Drawing.Point(15, 24)
Me.cmbConnection.Location = New System.Drawing.Point(12, 24)
Me.cmbConnection.Name = "cmbConnection"
Me.cmbConnection.Size = New System.Drawing.Size(268, 21)
Me.cmbConnection.TabIndex = 53
@@ -122,19 +159,20 @@ Partial Class SQLConfigAutoIndex
'
Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.database_connect
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(289, 22)
Me.Button1.Location = New System.Drawing.Point(286, 17)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(122, 23)
Me.Button1.Size = New System.Drawing.Size(189, 32)
Me.Button1.TabIndex = 54
Me.Button1.Text = "SQL-Connections"
Me.Button1.Text = "Verwaltung SQL-Connections"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.UseVisualStyleBackColor = True
'
'btnsave
'
Me.btnsave.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnsave.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnsave.Location = New System.Drawing.Point(736, 187)
Me.btnsave.Location = New System.Drawing.Point(733, 282)
Me.btnsave.Name = "btnsave"
Me.btnsave.Size = New System.Drawing.Size(90, 31)
Me.btnsave.TabIndex = 55
@@ -144,22 +182,245 @@ Partial Class SQLConfigAutoIndex
'
'lblSave
'
Me.lblSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblSave.AutoSize = True
Me.lblSave.BackColor = System.Drawing.Color.Yellow
Me.lblSave.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSave.Location = New System.Drawing.Point(445, 221)
Me.lblSave.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSave.Location = New System.Drawing.Point(643, 217)
Me.lblSave.Name = "lblSave"
Me.lblSave.Size = New System.Drawing.Size(224, 17)
Me.lblSave.Size = New System.Drawing.Size(180, 13)
Me.lblSave.TabIndex = 79
Me.lblSave.Text = "SQL-Daten erfolgreich gespeichert!"
Me.lblSave.Visible = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 316)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(151, 13)
Me.Label1.TabIndex = 80
Me.Label1.Text = "Platzhalter manuelle Indexe:"
'
'cmbManualIDX
'
Me.cmbManualIDX.DataSource = Me.TBDD_INDEX_MANBindingSource
Me.cmbManualIDX.DisplayMember = "NAME"
Me.cmbManualIDX.FormattingEnabled = True
Me.cmbManualIDX.Location = New System.Drawing.Point(15, 332)
Me.cmbManualIDX.Name = "cmbManualIDX"
Me.cmbManualIDX.Size = New System.Drawing.Size(171, 21)
Me.cmbManualIDX.TabIndex = 81
Me.cmbManualIDX.ValueMember = "GUID"
'
'TBDD_INDEX_MANBindingSource
'
Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
'
'TBDD_INDEX_MANTableAdapter
'
Me.TBDD_INDEX_MANTableAdapter.ClearBeforeFill = True
'
'btnaddManualIdx
'
Me.btnaddManualIdx.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
Me.btnaddManualIdx.Location = New System.Drawing.Point(192, 332)
Me.btnaddManualIdx.Name = "btnaddManualIdx"
Me.btnaddManualIdx.Size = New System.Drawing.Size(27, 21)
Me.btnaddManualIdx.TabIndex = 82
Me.btnaddManualIdx.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Label2.Location = New System.Drawing.Point(316, 316)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(132, 15)
Me.Label2.TabIndex = 84
Me.Label2.Text = "Platzhalter Ersetzungen:"
'
'dgvPlaceholders
'
Me.dgvPlaceholders.AllowUserToAddRows = False
Me.dgvPlaceholders.AllowUserToDeleteRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace})
Me.dgvPlaceholders.Enabled = False
Me.dgvPlaceholders.Location = New System.Drawing.Point(319, 334)
Me.dgvPlaceholders.Name = "dgvPlaceholders"
Me.dgvPlaceholders.Size = New System.Drawing.Size(312, 132)
Me.dgvPlaceholders.TabIndex = 83
'
'colPlaceholder
'
Me.colPlaceholder.HeaderText = "Platzhalter"
Me.colPlaceholder.Name = "colPlaceholder"
Me.colPlaceholder.ReadOnly = True
'
'colReplace
'
Me.colReplace.HeaderText = "Ersetzung"
Me.colReplace.Name = "colReplace"
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.Label5)
Me.GroupBox4.Controls.Add(Me.radioView)
Me.GroupBox4.Controls.Add(Me.radioTable)
Me.GroupBox4.Controls.Add(Me.Label4)
Me.GroupBox4.Controls.Add(Me.txtCondition)
Me.GroupBox4.Controls.Add(Me.Label6)
Me.GroupBox4.Controls.Add(Me.cmbSelectColumns)
Me.GroupBox4.Controls.Add(Me.Label7)
Me.GroupBox4.Controls.Add(Me.cmbWhereOperator)
Me.GroupBox4.Controls.Add(Me.cmbFromTables)
Me.GroupBox4.Controls.Add(Me.cmbWhereColumns)
Me.GroupBox4.Controls.Add(Me.Label8)
Me.GroupBox4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox4.Location = New System.Drawing.Point(15, 51)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(808, 107)
Me.GroupBox4.TabIndex = 86
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "SQL-Befehl generieren (BETA)"
'
'radioView
'
Me.radioView.AutoSize = True
Me.radioView.Location = New System.Drawing.Point(241, 19)
Me.radioView.Name = "radioView"
Me.radioView.Size = New System.Drawing.Size(55, 17)
Me.radioView.TabIndex = 25
Me.radioView.Text = "Views"
Me.radioView.UseVisualStyleBackColor = True
'
'radioTable
'
Me.radioTable.AutoSize = True
Me.radioTable.Checked = True
Me.radioTable.Location = New System.Drawing.Point(154, 19)
Me.radioTable.Name = "radioTable"
Me.radioTable.Size = New System.Drawing.Size(68, 17)
Me.radioTable.TabIndex = 24
Me.radioTable.TabStop = True
Me.radioTable.Text = "Tabellen"
Me.radioTable.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(6, 21)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(126, 13)
Me.Label4.TabIndex = 86
Me.Label4.Text = "Tabellenart auswählen:"
'
'txtCondition
'
Me.txtCondition.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCondition.Location = New System.Drawing.Point(363, 75)
Me.txtCondition.Name = "txtCondition"
Me.txtCondition.Size = New System.Drawing.Size(234, 20)
Me.txtCondition.TabIndex = 29
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(6, 50)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(43, 13)
Me.Label6.TabIndex = 19
Me.Label6.Text = "SELECT"
'
'cmbSelectColumns
'
Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbSelectColumns.Enabled = False
Me.cmbSelectColumns.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbSelectColumns.FormattingEnabled = True
Me.cmbSelectColumns.Location = New System.Drawing.Point(63, 47)
Me.cmbSelectColumns.Name = "cmbSelectColumns"
Me.cmbSelectColumns.Size = New System.Drawing.Size(233, 21)
Me.cmbSelectColumns.TabIndex = 20
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(302, 50)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(31, 13)
Me.Label7.TabIndex = 21
Me.Label7.Text = "FROM"
'
'cmbWhereOperator
'
Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbWhereOperator.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbWhereOperator.FormattingEnabled = True
Me.cmbWhereOperator.Items.AddRange(New Object() {"=", "<>", "<", ">"})
Me.cmbWhereOperator.Location = New System.Drawing.Point(304, 75)
Me.cmbWhereOperator.Name = "cmbWhereOperator"
Me.cmbWhereOperator.Size = New System.Drawing.Size(47, 21)
Me.cmbWhereOperator.TabIndex = 28
'
'cmbFromTables
'
Me.cmbFromTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFromTables.Enabled = False
Me.cmbFromTables.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbFromTables.FormattingEnabled = True
Me.cmbFromTables.Location = New System.Drawing.Point(363, 47)
Me.cmbFromTables.Name = "cmbFromTables"
Me.cmbFromTables.Size = New System.Drawing.Size(234, 21)
Me.cmbFromTables.TabIndex = 22
'
'cmbWhereColumns
'
Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbWhereColumns.Enabled = False
Me.cmbWhereColumns.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbWhereColumns.FormattingEnabled = True
Me.cmbWhereColumns.Location = New System.Drawing.Point(63, 75)
Me.cmbWhereColumns.Name = "cmbWhereColumns"
Me.cmbWhereColumns.Size = New System.Drawing.Size(233, 21)
Me.cmbWhereColumns.TabIndex = 27
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(6, 78)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(37, 13)
Me.Label8.TabIndex = 23
Me.Label8.Text = "WHERE"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(628, 47)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(217, 52)
Me.Label5.TabIndex = 87
Me.Label5.Text = "Hinweis:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Definieren Sie den SQL-Befehl indem Sie " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "1. Tabelle/View" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2"
'
'SQLConfigAutoIndex
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(833, 251)
Me.ClientSize = New System.Drawing.Size(858, 477)
Me.Controls.Add(Label3)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.dgvPlaceholders)
Me.Controls.Add(Me.btnaddManualIdx)
Me.Controls.Add(Me.cmbManualIDX)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.lblSave)
Me.Controls.Add(Me.btnsave)
Me.Controls.Add(Me.Button1)
@@ -172,9 +433,13 @@ Partial Class SQLConfigAutoIndex
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "SQLConfigAutoIndex"
Me.Text = "Konfiguration SQL"
Me.Text = "SQL-Editor für automatischen Index"
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -189,4 +454,26 @@ Partial Class SQLConfigAutoIndex
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents btnsave As System.Windows.Forms.Button
Friend WithEvents lblSave As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents cmbManualIDX As System.Windows.Forms.ComboBox
Friend WithEvents TBDD_INDEX_MANBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBDD_INDEX_MANTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MANTableAdapter
Friend WithEvents btnaddManualIdx As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents dgvPlaceholders As System.Windows.Forms.DataGridView
Friend WithEvents colPlaceholder As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colReplace As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents txtCondition As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents cmbSelectColumns As System.Windows.Forms.ComboBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents cmbWhereOperator As System.Windows.Forms.ComboBox
Friend WithEvents cmbFromTables As System.Windows.Forms.ComboBox
Friend WithEvents cmbWhereColumns As System.Windows.Forms.ComboBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents radioTable As System.Windows.Forms.RadioButton
Friend WithEvents radioView As System.Windows.Forms.RadioButton
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
End Class