392 lines
18 KiB
VB.net
392 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class SQLConfigAutoIndex
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim SQL_ERGEBNISLabel As System.Windows.Forms.Label
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SQLConfigAutoIndex))
|
|
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()
|
|
Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.MyDataset = New Global_Indexer.MyDataset()
|
|
Me.TBDD_CONNECTIONTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_CONNECTIONTableAdapter()
|
|
Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager()
|
|
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.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()
|
|
Me.cmbwindowsParam = New System.Windows.Forms.ComboBox()
|
|
Me.btnaddWindowPAram = New System.Windows.Forms.Button()
|
|
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
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
|
|
'
|
|
resources.ApplyResources(SQL_ERGEBNISLabel, "SQL_ERGEBNISLabel")
|
|
SQL_ERGEBNISLabel.Name = "SQL_ERGEBNISLabel"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Label3, "Label3")
|
|
Label3.Name = "Label3"
|
|
'
|
|
'btnVorschlag
|
|
'
|
|
resources.ApplyResources(Me.btnVorschlag, "btnVorschlag")
|
|
Me.btnVorschlag.Image = Global.Global_Indexer.My.Resources.Resources.database_go
|
|
Me.btnVorschlag.Name = "btnVorschlag"
|
|
Me.btnVorschlag.UseVisualStyleBackColor = True
|
|
'
|
|
'SQL_ERGEBNISTextBox
|
|
'
|
|
Me.SQL_ERGEBNISTextBox.AcceptsReturn = True
|
|
Me.SQL_ERGEBNISTextBox.AcceptsTab = True
|
|
resources.ApplyResources(Me.SQL_ERGEBNISTextBox, "SQL_ERGEBNISTextBox")
|
|
Me.SQL_ERGEBNISTextBox.Name = "SQL_ERGEBNISTextBox"
|
|
'
|
|
'cmbConnection
|
|
'
|
|
resources.ApplyResources(Me.cmbConnection, "cmbConnection")
|
|
Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource
|
|
Me.cmbConnection.DisplayMember = "BEZEICHNUNG"
|
|
Me.cmbConnection.FormattingEnabled = True
|
|
Me.cmbConnection.Name = "cmbConnection"
|
|
Me.cmbConnection.ValueMember = "GUID"
|
|
'
|
|
'TBDD_CONNECTIONBindingSource
|
|
'
|
|
Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION"
|
|
Me.TBDD_CONNECTIONBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'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_USER_GROUPSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBHOTKEY_PATTERNS_REWORKTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBHOTKEY_PATTERNSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBHOTKEY_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBHOTKEY_USER_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBHOTKEY_WINDOW_HOOKTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = Global_Indexer.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'Button1
|
|
'
|
|
resources.ApplyResources(Me.Button1, "Button1")
|
|
Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.database_connect
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnsave
|
|
'
|
|
resources.ApplyResources(Me.btnsave, "btnsave")
|
|
Me.btnsave.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
|
|
Me.btnsave.Name = "btnsave"
|
|
Me.btnsave.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSave
|
|
'
|
|
resources.ApplyResources(Me.lblSave, "lblSave")
|
|
Me.lblSave.BackColor = System.Drawing.Color.Yellow
|
|
Me.lblSave.Name = "lblSave"
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'cmbManualIDX
|
|
'
|
|
resources.ApplyResources(Me.cmbManualIDX, "cmbManualIDX")
|
|
Me.cmbManualIDX.DataSource = Me.TBDD_INDEX_MANBindingSource
|
|
Me.cmbManualIDX.DisplayMember = "NAME"
|
|
Me.cmbManualIDX.FormattingEnabled = True
|
|
Me.cmbManualIDX.Name = "cmbManualIDX"
|
|
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
|
|
'
|
|
resources.ApplyResources(Me.btnaddManualIdx, "btnaddManualIdx")
|
|
Me.btnaddManualIdx.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
|
|
Me.btnaddManualIdx.Name = "btnaddManualIdx"
|
|
Me.btnaddManualIdx.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
resources.ApplyResources(Me.Label2, "Label2")
|
|
Me.Label2.Name = "Label2"
|
|
'
|
|
'dgvPlaceholders
|
|
'
|
|
resources.ApplyResources(Me.dgvPlaceholders, "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.Name = "dgvPlaceholders"
|
|
'
|
|
'GroupBox4
|
|
'
|
|
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
|
|
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.Name = "GroupBox4"
|
|
Me.GroupBox4.TabStop = False
|
|
'
|
|
'radioView
|
|
'
|
|
resources.ApplyResources(Me.radioView, "radioView")
|
|
Me.radioView.Name = "radioView"
|
|
Me.radioView.UseVisualStyleBackColor = True
|
|
'
|
|
'radioTable
|
|
'
|
|
resources.ApplyResources(Me.radioTable, "radioTable")
|
|
Me.radioTable.Checked = True
|
|
Me.radioTable.Name = "radioTable"
|
|
Me.radioTable.TabStop = True
|
|
Me.radioTable.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
resources.ApplyResources(Me.Label4, "Label4")
|
|
Me.Label4.Name = "Label4"
|
|
'
|
|
'txtCondition
|
|
'
|
|
resources.ApplyResources(Me.txtCondition, "txtCondition")
|
|
Me.txtCondition.Name = "txtCondition"
|
|
'
|
|
'Label6
|
|
'
|
|
resources.ApplyResources(Me.Label6, "Label6")
|
|
Me.Label6.Name = "Label6"
|
|
'
|
|
'cmbSelectColumns
|
|
'
|
|
resources.ApplyResources(Me.cmbSelectColumns, "cmbSelectColumns")
|
|
Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbSelectColumns.FormattingEnabled = True
|
|
Me.cmbSelectColumns.Name = "cmbSelectColumns"
|
|
'
|
|
'Label7
|
|
'
|
|
resources.ApplyResources(Me.Label7, "Label7")
|
|
Me.Label7.Name = "Label7"
|
|
'
|
|
'cmbWhereOperator
|
|
'
|
|
resources.ApplyResources(Me.cmbWhereOperator, "cmbWhereOperator")
|
|
Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
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
|
|
Me.cmbFromTables.FormattingEnabled = True
|
|
Me.cmbFromTables.Name = "cmbFromTables"
|
|
'
|
|
'cmbWhereColumns
|
|
'
|
|
resources.ApplyResources(Me.cmbWhereColumns, "cmbWhereColumns")
|
|
Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbWhereColumns.FormattingEnabled = True
|
|
Me.cmbWhereColumns.Name = "cmbWhereColumns"
|
|
'
|
|
'Label8
|
|
'
|
|
resources.ApplyResources(Me.Label8, "Label8")
|
|
Me.Label8.Name = "Label8"
|
|
'
|
|
'Label5
|
|
'
|
|
resources.ApplyResources(Me.Label5, "Label5")
|
|
Me.Label5.Name = "Label5"
|
|
'
|
|
'cmbwindowsParam
|
|
'
|
|
resources.ApplyResources(Me.cmbwindowsParam, "cmbwindowsParam")
|
|
Me.cmbwindowsParam.FormattingEnabled = True
|
|
Me.cmbwindowsParam.Items.AddRange(New Object() {resources.GetString("cmbwindowsParam.Items"), resources.GetString("cmbwindowsParam.Items1"), resources.GetString("cmbwindowsParam.Items2"), resources.GetString("cmbwindowsParam.Items3"), resources.GetString("cmbwindowsParam.Items4"), resources.GetString("cmbwindowsParam.Items5"), resources.GetString("cmbwindowsParam.Items6"), resources.GetString("cmbwindowsParam.Items7")})
|
|
Me.cmbwindowsParam.Name = "cmbwindowsParam"
|
|
'
|
|
'btnaddWindowPAram
|
|
'
|
|
resources.ApplyResources(Me.btnaddWindowPAram, "btnaddWindowPAram")
|
|
Me.btnaddWindowPAram.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xMD
|
|
Me.btnaddWindowPAram.Name = "btnaddWindowPAram"
|
|
Me.btnaddWindowPAram.UseVisualStyleBackColor = True
|
|
'
|
|
'colPlaceholder
|
|
'
|
|
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
|
|
Me.colPlaceholder.Name = "colPlaceholder"
|
|
Me.colPlaceholder.ReadOnly = True
|
|
'
|
|
'colReplace
|
|
'
|
|
resources.ApplyResources(Me.colReplace, "colReplace")
|
|
Me.colReplace.Name = "colReplace"
|
|
'
|
|
'SQLConfigAutoIndex
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.btnaddWindowPAram)
|
|
Me.Controls.Add(Me.cmbwindowsParam)
|
|
Me.Controls.Add(Me.Label5)
|
|
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)
|
|
Me.Controls.Add(Me.cmbConnection)
|
|
Me.Controls.Add(Me.btnVorschlag)
|
|
Me.Controls.Add(SQL_ERGEBNISLabel)
|
|
Me.Controls.Add(Me.SQL_ERGEBNISTextBox)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "SQLConfigAutoIndex"
|
|
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()
|
|
|
|
End Sub
|
|
Friend WithEvents btnVorschlag As System.Windows.Forms.Button
|
|
Friend WithEvents SQL_ERGEBNISTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox
|
|
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 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 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
|
|
Friend WithEvents cmbwindowsParam As System.Windows.Forms.ComboBox
|
|
Friend WithEvents btnaddWindowPAram As System.Windows.Forms.Button
|
|
Friend WithEvents colPlaceholder As DataGridViewTextBoxColumn
|
|
Friend WithEvents colReplace As DataGridViewTextBoxColumn
|
|
End Class
|