397 lines
22 KiB
VB.net
397 lines
22 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSQL_DESIGNER
|
|
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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQL_DESIGNER))
|
|
Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet()
|
|
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource()
|
|
Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter()
|
|
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter()
|
|
Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource()
|
|
Me.btnShowConnections = New System.Windows.Forms.Button()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.cmbConnection = New System.Windows.Forms.ComboBox()
|
|
Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.dgvResult = New System.Windows.Forms.DataGridView()
|
|
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
|
|
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.btnTestSQL = New System.Windows.Forms.Button()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.cmbIndexe = New System.Windows.Forms.ComboBox()
|
|
Me.btnAddIndex = New System.Windows.Forms.Button()
|
|
Me.btnSaveSQLCommand = New System.Windows.Forms.Button()
|
|
Me.lblSaveFinalIndex = New System.Windows.Forms.Label()
|
|
Me.btnAddControl = New System.Windows.Forms.Button()
|
|
Me.lblControls = New System.Windows.Forms.Label()
|
|
Me.cmbControls = New System.Windows.Forms.ComboBox()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBPM_PROFILE_FINAL_INDEXINGBindingSource
|
|
'
|
|
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING"
|
|
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'TBPM_PROFILE_FINAL_INDEXINGTableAdapter
|
|
'
|
|
Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Me.TBPM_CONNECTIONTableAdapter
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter
|
|
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TBPM_CONNECTIONTableAdapter
|
|
'
|
|
Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TBPM_CONNECTIONBindingSource
|
|
'
|
|
Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION"
|
|
Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'btnShowConnections
|
|
'
|
|
Me.btnShowConnections.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1
|
|
Me.btnShowConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnShowConnections.Location = New System.Drawing.Point(220, 28)
|
|
Me.btnShowConnections.Name = "btnShowConnections"
|
|
Me.btnShowConnections.Size = New System.Drawing.Size(111, 24)
|
|
Me.btnShowConnections.TabIndex = 82
|
|
Me.btnShowConnections.Text = "Connections"
|
|
Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnShowConnections.UseVisualStyleBackColor = True
|
|
'
|
|
'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, 9)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(76, 16)
|
|
Me.Label14.TabIndex = 81
|
|
Me.Label14.Text = "Connection:"
|
|
'
|
|
'cmbConnection
|
|
'
|
|
Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True))
|
|
Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource
|
|
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(14, 28)
|
|
Me.cmbConnection.Name = "cmbConnection"
|
|
Me.cmbConnection.Size = New System.Drawing.Size(200, 24)
|
|
Me.cmbConnection.TabIndex = 80
|
|
Me.cmbConnection.ValueMember = "GUID"
|
|
'
|
|
'SQL_COMMANDTextBox
|
|
'
|
|
Me.SQL_COMMANDTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "SQL_COMMAND", True))
|
|
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, 76)
|
|
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(898, 259)
|
|
Me.SQL_COMMANDTextBox.TabIndex = 86
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(11, 57)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(81, 13)
|
|
Me.Label4.TabIndex = 85
|
|
Me.Label4.Text = "SQL-Command:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or 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(15, 338)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(65, 15)
|
|
Me.Label1.TabIndex = 91
|
|
Me.Label1.Text = "Platzhalter:"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.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.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(368, 356)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(55, 15)
|
|
Me.Label5.TabIndex = 90
|
|
Me.Label5.Text = "Ergebnis:"
|
|
'
|
|
'dgvResult
|
|
'
|
|
Me.dgvResult.AllowUserToAddRows = False
|
|
Me.dgvResult.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.Color.Cyan
|
|
Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
Me.dgvResult.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.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvResult.Location = New System.Drawing.Point(372, 373)
|
|
Me.dgvResult.Name = "dgvResult"
|
|
Me.dgvResult.ReadOnly = True
|
|
Me.dgvResult.Size = New System.Drawing.Size(541, 134)
|
|
Me.dgvResult.TabIndex = 89
|
|
'
|
|
'dgvPlaceholders
|
|
'
|
|
Me.dgvPlaceholders.AllowUserToAddRows = False
|
|
Me.dgvPlaceholders.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan
|
|
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
Me.dgvPlaceholders.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or 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, 356)
|
|
Me.dgvPlaceholders.Name = "dgvPlaceholders"
|
|
Me.dgvPlaceholders.Size = New System.Drawing.Size(338, 150)
|
|
Me.dgvPlaceholders.TabIndex = 88
|
|
'
|
|
'colPlaceholder
|
|
'
|
|
Me.colPlaceholder.HeaderText = "Platzhalter"
|
|
Me.colPlaceholder.Name = "colPlaceholder"
|
|
Me.colPlaceholder.ReadOnly = True
|
|
'
|
|
'colReplace
|
|
'
|
|
Me.colReplace.HeaderText = "Ersetzung"
|
|
Me.colReplace.Name = "colReplace"
|
|
'
|
|
'btnTestSQL
|
|
'
|
|
Me.btnTestSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top 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(745, 338)
|
|
Me.btnTestSQL.Name = "btnTestSQL"
|
|
Me.btnTestSQL.Size = New System.Drawing.Size(168, 29)
|
|
Me.btnTestSQL.TabIndex = 87
|
|
Me.btnTestSQL.Text = "Teste SQL-Command"
|
|
Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnTestSQL.UseVisualStyleBackColor = True
|
|
'
|
|
'Label15
|
|
'
|
|
Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label15.AutoSize = True
|
|
Me.Label15.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label15.Location = New System.Drawing.Point(678, 9)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(44, 16)
|
|
Me.Label15.TabIndex = 93
|
|
Me.Label15.Text = "Index:"
|
|
'
|
|
'cmbIndexe
|
|
'
|
|
Me.cmbIndexe.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cmbIndexe.FormattingEnabled = True
|
|
Me.cmbIndexe.Location = New System.Drawing.Point(681, 28)
|
|
Me.cmbIndexe.Name = "cmbIndexe"
|
|
Me.cmbIndexe.Size = New System.Drawing.Size(194, 21)
|
|
Me.cmbIndexe.TabIndex = 92
|
|
'
|
|
'btnAddIndex
|
|
'
|
|
Me.btnAddIndex.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnAddIndex.Image = CType(resources.GetObject("btnAddIndex.Image"), System.Drawing.Image)
|
|
Me.btnAddIndex.Location = New System.Drawing.Point(881, 28)
|
|
Me.btnAddIndex.Name = "btnAddIndex"
|
|
Me.btnAddIndex.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddIndex.TabIndex = 94
|
|
Me.btnAddIndex.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSaveSQLCommand
|
|
'
|
|
Me.btnSaveSQLCommand.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnSaveSQLCommand.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnSaveSQLCommand.Image = CType(resources.GetObject("btnSaveSQLCommand.Image"), System.Drawing.Image)
|
|
Me.btnSaveSQLCommand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSaveSQLCommand.Location = New System.Drawing.Point(818, 513)
|
|
Me.btnSaveSQLCommand.Name = "btnSaveSQLCommand"
|
|
Me.btnSaveSQLCommand.Size = New System.Drawing.Size(95, 30)
|
|
Me.btnSaveSQLCommand.TabIndex = 95
|
|
Me.btnSaveSQLCommand.Text = "Speichern"
|
|
Me.btnSaveSQLCommand.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnSaveSQLCommand.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSaveFinalIndex
|
|
'
|
|
Me.lblSaveFinalIndex.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.lblSaveFinalIndex.AutoSize = True
|
|
Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow
|
|
Me.lblSaveFinalIndex.Location = New System.Drawing.Point(369, 513)
|
|
Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex"
|
|
Me.lblSaveFinalIndex.Size = New System.Drawing.Size(38, 13)
|
|
Me.lblSaveFinalIndex.TabIndex = 96
|
|
Me.lblSaveFinalIndex.Text = "Label4"
|
|
Me.lblSaveFinalIndex.Visible = False
|
|
'
|
|
'btnAddControl
|
|
'
|
|
Me.btnAddControl.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnAddControl.Image = CType(resources.GetObject("btnAddControl.Image"), System.Drawing.Image)
|
|
Me.btnAddControl.Location = New System.Drawing.Point(645, 28)
|
|
Me.btnAddControl.Name = "btnAddControl"
|
|
Me.btnAddControl.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddControl.TabIndex = 99
|
|
Me.btnAddControl.UseVisualStyleBackColor = True
|
|
'
|
|
'lblControls
|
|
'
|
|
Me.lblControls.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblControls.AutoSize = True
|
|
Me.lblControls.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblControls.Location = New System.Drawing.Point(442, 9)
|
|
Me.lblControls.Name = "lblControls"
|
|
Me.lblControls.Size = New System.Drawing.Size(215, 16)
|
|
Me.lblControls.TabIndex = 98
|
|
Me.lblControls.Text = "Controls (zur Laufzeit ausgewertet):"
|
|
'
|
|
'cmbControls
|
|
'
|
|
Me.cmbControls.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cmbControls.FormattingEnabled = True
|
|
Me.cmbControls.Location = New System.Drawing.Point(445, 28)
|
|
Me.cmbControls.Name = "cmbControls"
|
|
Me.cmbControls.Size = New System.Drawing.Size(194, 21)
|
|
Me.cmbControls.TabIndex = 97
|
|
'
|
|
'frmSQL_DESIGNER
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(923, 547)
|
|
Me.Controls.Add(Me.btnAddControl)
|
|
Me.Controls.Add(Me.lblControls)
|
|
Me.Controls.Add(Me.cmbControls)
|
|
Me.Controls.Add(Me.lblSaveFinalIndex)
|
|
Me.Controls.Add(Me.btnSaveSQLCommand)
|
|
Me.Controls.Add(Me.btnAddIndex)
|
|
Me.Controls.Add(Me.Label15)
|
|
Me.Controls.Add(Me.cmbIndexe)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.dgvResult)
|
|
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.btnShowConnections)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.cmbConnection)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmSQL_DESIGNER"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "SQL - Designer"
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet
|
|
Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter
|
|
Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents btnShowConnections As System.Windows.Forms.Button
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox
|
|
Friend WithEvents SQL_COMMANDTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents dgvResult As System.Windows.Forms.DataGridView
|
|
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 btnTestSQL As System.Windows.Forms.Button
|
|
Friend WithEvents Label15 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbIndexe As System.Windows.Forms.ComboBox
|
|
Friend WithEvents btnAddIndex As System.Windows.Forms.Button
|
|
Friend WithEvents btnSaveSQLCommand As System.Windows.Forms.Button
|
|
Friend WithEvents lblSaveFinalIndex As System.Windows.Forms.Label
|
|
Friend WithEvents btnAddControl As Button
|
|
Friend WithEvents lblControls As Label
|
|
Friend WithEvents cmbControls As ComboBox
|
|
End Class
|