378 lines
18 KiB
VB.net
378 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSQLDesigner
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQLDesigner))
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.cmbConnection = New System.Windows.Forms.ComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.cmbStatic = New System.Windows.Forms.ComboBox()
|
|
Me.btnAddStatic = New System.Windows.Forms.Button()
|
|
Me.btnAddUser = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cmbUser = New System.Windows.Forms.ComboBox()
|
|
Me.btnAddAttributeMan = New System.Windows.Forms.Button()
|
|
Me.lblAttributeMan = New System.Windows.Forms.Label()
|
|
Me.cmbAttributeMan = New System.Windows.Forms.ComboBox()
|
|
Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.btnTestSQL = New System.Windows.Forms.Button()
|
|
Me.Label1 = 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.Label5 = New System.Windows.Forms.Label()
|
|
Me.dgvResult = New System.Windows.Forms.DataGridView()
|
|
Me.lblSaveFinalIndex = New System.Windows.Forms.Label()
|
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.btnAddAttributeAuto = New System.Windows.Forms.Button()
|
|
Me.cmbAttributeAuto = New System.Windows.Forms.ComboBox()
|
|
Me.lblAttributeAuto = New System.Windows.Forms.Label()
|
|
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label14.Location = New System.Drawing.Point(12, 7)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(76, 16)
|
|
Me.Label14.TabIndex = 83
|
|
Me.Label14.Text = "Connection:"
|
|
'
|
|
'cmbConnection
|
|
'
|
|
Me.cmbConnection.DisplayMember = "BEZEICHNUNG"
|
|
Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cmbConnection.FormattingEnabled = True
|
|
Me.cmbConnection.Location = New System.Drawing.Point(15, 29)
|
|
Me.cmbConnection.Name = "cmbConnection"
|
|
Me.cmbConnection.Size = New System.Drawing.Size(171, 24)
|
|
Me.cmbConnection.TabIndex = 82
|
|
Me.cmbConnection.ValueMember = "GUID"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(500, 9)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(112, 16)
|
|
Me.Label2.TabIndex = 101
|
|
Me.Label2.Text = "Umgebungsdaten:"
|
|
'
|
|
'cmbStatic
|
|
'
|
|
Me.cmbStatic.FormattingEnabled = True
|
|
Me.cmbStatic.Items.AddRange(New Object() {"USERNAME", "MACHINE", "DOMAIN", "DATE"})
|
|
Me.cmbStatic.Location = New System.Drawing.Point(503, 28)
|
|
Me.cmbStatic.Name = "cmbStatic"
|
|
Me.cmbStatic.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbStatic.TabIndex = 100
|
|
'
|
|
'btnAddStatic
|
|
'
|
|
Me.btnAddStatic.Image = CType(resources.GetObject("btnAddStatic.Image"), System.Drawing.Image)
|
|
Me.btnAddStatic.Location = New System.Drawing.Point(703, 28)
|
|
Me.btnAddStatic.Name = "btnAddStatic"
|
|
Me.btnAddStatic.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddStatic.TabIndex = 102
|
|
Me.btnAddStatic.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAddUser
|
|
'
|
|
Me.btnAddUser.Image = CType(resources.GetObject("btnAddUser.Image"), System.Drawing.Image)
|
|
Me.btnAddUser.Location = New System.Drawing.Point(942, 29)
|
|
Me.btnAddUser.Name = "btnAddUser"
|
|
Me.btnAddUser.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddUser.TabIndex = 105
|
|
Me.btnAddUser.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(739, 10)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(118, 16)
|
|
Me.Label3.TabIndex = 104
|
|
Me.Label3.Text = "Anwendungsdaten:"
|
|
'
|
|
'cmbUser
|
|
'
|
|
Me.cmbUser.FormattingEnabled = True
|
|
Me.cmbUser.Items.AddRange(New Object() {"PRENAME", "SURNAME", "SHORTNAME", "LANGUAGE", "EMAIL", "USER_ID", "PROFILE_ID", "PROFILE_TITLE"})
|
|
Me.cmbUser.Location = New System.Drawing.Point(742, 29)
|
|
Me.cmbUser.Name = "cmbUser"
|
|
Me.cmbUser.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbUser.TabIndex = 103
|
|
'
|
|
'btnAddAttributeMan
|
|
'
|
|
Me.btnAddAttributeMan.Image = CType(resources.GetObject("btnAddAttributeMan.Image"), System.Drawing.Image)
|
|
Me.btnAddAttributeMan.Location = New System.Drawing.Point(448, 29)
|
|
Me.btnAddAttributeMan.Name = "btnAddAttributeMan"
|
|
Me.btnAddAttributeMan.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddAttributeMan.TabIndex = 108
|
|
Me.btnAddAttributeMan.UseVisualStyleBackColor = True
|
|
'
|
|
'lblAttributeMan
|
|
'
|
|
Me.lblAttributeMan.AutoSize = True
|
|
Me.lblAttributeMan.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAttributeMan.Location = New System.Drawing.Point(247, 10)
|
|
Me.lblAttributeMan.Name = "lblAttributeMan"
|
|
Me.lblAttributeMan.Size = New System.Drawing.Size(105, 16)
|
|
Me.lblAttributeMan.TabIndex = 107
|
|
Me.lblAttributeMan.Text = "Attribute Manuell"
|
|
'
|
|
'cmbAttributeMan
|
|
'
|
|
Me.cmbAttributeMan.FormattingEnabled = True
|
|
Me.cmbAttributeMan.Location = New System.Drawing.Point(250, 28)
|
|
Me.cmbAttributeMan.Name = "cmbAttributeMan"
|
|
Me.cmbAttributeMan.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbAttributeMan.TabIndex = 106
|
|
'
|
|
'SQL_COMMANDTextBox
|
|
'
|
|
Me.SQL_COMMANDTextBox.AcceptsReturn = True
|
|
Me.SQL_COMMANDTextBox.AcceptsTab = True
|
|
Me.SQL_COMMANDTextBox.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.SQL_COMMANDTextBox.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(15, 109)
|
|
Me.SQL_COMMANDTextBox.Multiline = True
|
|
Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox"
|
|
Me.SQL_COMMANDTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(959, 254)
|
|
Me.SQL_COMMANDTextBox.TabIndex = 110
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(12, 86)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(99, 17)
|
|
Me.Label4.TabIndex = 109
|
|
Me.Label4.Text = "SQL-Command:"
|
|
'
|
|
'btnTestSQL
|
|
'
|
|
Me.btnTestSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnTestSQL.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
|
Me.btnTestSQL.Image = CType(resources.GetObject("btnTestSQL.Image"), System.Drawing.Image)
|
|
Me.btnTestSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnTestSQL.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.btnTestSQL.Location = New System.Drawing.Point(806, 369)
|
|
Me.btnTestSQL.Name = "btnTestSQL"
|
|
Me.btnTestSQL.Size = New System.Drawing.Size(168, 29)
|
|
Me.btnTestSQL.TabIndex = 111
|
|
Me.btnTestSQL.Text = "Teste SQL-Command"
|
|
Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnTestSQL.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
|
Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label1.Location = New System.Drawing.Point(12, 386)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(65, 15)
|
|
Me.Label1.TabIndex = 113
|
|
Me.Label1.Text = "Platzhalter:"
|
|
'
|
|
'dgvPlaceholders
|
|
'
|
|
Me.dgvPlaceholders.AllowUserToAddRows = False
|
|
Me.dgvPlaceholders.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
|
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvPlaceholders.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
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(15, 404)
|
|
Me.dgvPlaceholders.Name = "dgvPlaceholders"
|
|
Me.dgvPlaceholders.Size = New System.Drawing.Size(338, 133)
|
|
Me.dgvPlaceholders.TabIndex = 112
|
|
'
|
|
'colPlaceholder
|
|
'
|
|
Me.colPlaceholder.HeaderText = "Platzhalter"
|
|
Me.colPlaceholder.Name = "colPlaceholder"
|
|
Me.colPlaceholder.ReadOnly = True
|
|
'
|
|
'colReplace
|
|
'
|
|
Me.colReplace.HeaderText = "Ersetzung"
|
|
Me.colReplace.Name = "colReplace"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
|
Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label5.Location = New System.Drawing.Point(419, 386)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(55, 15)
|
|
Me.Label5.TabIndex = 115
|
|
Me.Label5.Text = "Ergebnis:"
|
|
'
|
|
'dgvResult
|
|
'
|
|
Me.dgvResult.AllowUserToAddRows = False
|
|
Me.dgvResult.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Cyan
|
|
Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
Me.dgvResult.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvResult.Location = New System.Drawing.Point(422, 404)
|
|
Me.dgvResult.Name = "dgvResult"
|
|
Me.dgvResult.ReadOnly = True
|
|
Me.dgvResult.Size = New System.Drawing.Size(552, 134)
|
|
Me.dgvResult.TabIndex = 114
|
|
'
|
|
'lblSaveFinalIndex
|
|
'
|
|
Me.lblSaveFinalIndex.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblSaveFinalIndex.AutoSize = True
|
|
Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow
|
|
Me.lblSaveFinalIndex.Location = New System.Drawing.Point(419, 541)
|
|
Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex"
|
|
Me.lblSaveFinalIndex.Size = New System.Drawing.Size(46, 17)
|
|
Me.lblSaveFinalIndex.TabIndex = 116
|
|
Me.lblSaveFinalIndex.Text = "Label4"
|
|
Me.lblSaveFinalIndex.Visible = False
|
|
'
|
|
'SimpleButton1
|
|
'
|
|
Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.SimpleButton1.Location = New System.Drawing.Point(820, 544)
|
|
Me.SimpleButton1.Name = "SimpleButton1"
|
|
Me.SimpleButton1.Size = New System.Drawing.Size(154, 35)
|
|
Me.SimpleButton1.TabIndex = 117
|
|
Me.SimpleButton1.Text = "Übernehmen"
|
|
'
|
|
'btnAddAttributeAuto
|
|
'
|
|
Me.btnAddAttributeAuto.Image = CType(resources.GetObject("btnAddAttributeAuto.Image"), System.Drawing.Image)
|
|
Me.btnAddAttributeAuto.Location = New System.Drawing.Point(448, 79)
|
|
Me.btnAddAttributeAuto.Name = "btnAddAttributeAuto"
|
|
Me.btnAddAttributeAuto.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddAttributeAuto.TabIndex = 120
|
|
Me.btnAddAttributeAuto.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbAttributeAuto
|
|
'
|
|
Me.cmbAttributeAuto.FormattingEnabled = True
|
|
Me.cmbAttributeAuto.Location = New System.Drawing.Point(250, 78)
|
|
Me.cmbAttributeAuto.Name = "cmbAttributeAuto"
|
|
Me.cmbAttributeAuto.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbAttributeAuto.TabIndex = 118
|
|
'
|
|
'lblAttributeAuto
|
|
'
|
|
Me.lblAttributeAuto.AutoSize = True
|
|
Me.lblAttributeAuto.Location = New System.Drawing.Point(247, 58)
|
|
Me.lblAttributeAuto.Name = "lblAttributeAuto"
|
|
Me.lblAttributeAuto.Size = New System.Drawing.Size(89, 17)
|
|
Me.lblAttributeAuto.TabIndex = 121
|
|
Me.lblAttributeAuto.Text = "Attribute Auto"
|
|
'
|
|
'frmSQLDesigner
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(995, 588)
|
|
Me.Controls.Add(Me.lblAttributeAuto)
|
|
Me.Controls.Add(Me.btnAddAttributeAuto)
|
|
Me.Controls.Add(Me.cmbAttributeAuto)
|
|
Me.Controls.Add(Me.SimpleButton1)
|
|
Me.Controls.Add(Me.lblSaveFinalIndex)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.dgvResult)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.dgvPlaceholders)
|
|
Me.Controls.Add(Me.btnTestSQL)
|
|
Me.Controls.Add(Me.SQL_COMMANDTextBox)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.btnAddAttributeMan)
|
|
Me.Controls.Add(Me.lblAttributeMan)
|
|
Me.Controls.Add(Me.cmbAttributeMan)
|
|
Me.Controls.Add(Me.btnAddUser)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.cmbUser)
|
|
Me.Controls.Add(Me.btnAddStatic)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.cmbStatic)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.cmbConnection)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 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.MinimizeBox = False
|
|
Me.Name = "frmSQLDesigner"
|
|
Me.Text = "SQL Designer"
|
|
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label14 As Label
|
|
Friend WithEvents cmbConnection As ComboBox
|
|
Friend WithEvents btnAddStatic As Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents cmbStatic As ComboBox
|
|
Friend WithEvents btnAddUser As Button
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents cmbUser As ComboBox
|
|
Friend WithEvents btnAddAttributeMan As Button
|
|
Friend WithEvents lblAttributeMan As Label
|
|
Friend WithEvents cmbAttributeMan As ComboBox
|
|
Friend WithEvents SQL_COMMANDTextBox As TextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents btnTestSQL As Button
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents dgvPlaceholders As DataGridView
|
|
Friend WithEvents colPlaceholder As DataGridViewTextBoxColumn
|
|
Friend WithEvents colReplace As DataGridViewTextBoxColumn
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents dgvResult As DataGridView
|
|
Friend WithEvents lblSaveFinalIndex As Label
|
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents btnAddAttributeAuto As Button
|
|
Friend WithEvents cmbAttributeAuto As ComboBox
|
|
Friend WithEvents lblAttributeAuto As Label
|
|
End Class
|