_ Partial Class frmSQLEditor Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() 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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQLEditor)) Me.Button1 = New System.Windows.Forms.Button() Me.txtValue = New System.Windows.Forms.TextBox() Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBDD_CONNECTIONTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager() Me.cmbConnection = New System.Windows.Forms.ComboBox() Me.Button2 = New System.Windows.Forms.Button() Me.btnTestSQL = New System.Windows.Forms.Button() Me.cmbPlaceholder = New System.Windows.Forms.ComboBox() Me.btnAddPlaceholder = New System.Windows.Forms.Button() Me.btnRefreshConnections = New System.Windows.Forms.Button() Me.dgvPlaceholders = New System.Windows.Forms.DataGridView() Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.dgvResult = New System.Windows.Forms.DataGridView() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.cmbSelectColumns = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.cmbFromTables = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.radioTable = New System.Windows.Forms.RadioButton() Me.radioView = New System.Windows.Forms.RadioButton() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.cmbWhereColumns = New System.Windows.Forms.ComboBox() Me.cmbWhereOperator = New System.Windows.Forms.ComboBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.txtCondition = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK Me.Button1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(954, 517) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(266, 33) Me.Button1.TabIndex = 1 Me.Button1.Text = "Speichern" Me.Button1.UseVisualStyleBackColor = True ' 'txtValue ' Me.txtValue.AcceptsTab = True Me.txtValue.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.txtValue.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtValue.Location = New System.Drawing.Point(12, 181) Me.txtValue.Multiline = True Me.txtValue.Name = "txtValue" Me.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtValue.Size = New System.Drawing.Size(1208, 137) Me.txtValue.TabIndex = 2 ' 'DD_DMSDataSet ' Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBDD_CONNECTIONBindingSource ' Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSDataSet ' '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_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'cmbConnection ' Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource Me.cmbConnection.DisplayMember = "BEZEICHNUNG" Me.cmbConnection.FormattingEnabled = True Me.cmbConnection.Location = New System.Drawing.Point(6, 19) Me.cmbConnection.Name = "cmbConnection" Me.cmbConnection.Size = New System.Drawing.Size(317, 23) Me.cmbConnection.TabIndex = 3 Me.cmbConnection.ValueMember = "GUID" ' 'Button2 ' Me.Button2.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_connect Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(329, 19) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(153, 23) Me.Button2.TabIndex = 4 Me.Button2.Text = "SQL-Connections" Me.Button2.UseVisualStyleBackColor = True ' 'btnTestSQL ' Me.btnTestSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), 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), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnTestSQL.Image = Global.DD_Record_Organiser.My.Resources.Resources.Go Me.btnTestSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnTestSQL.Location = New System.Drawing.Point(954, 324) Me.btnTestSQL.Name = "btnTestSQL" Me.btnTestSQL.Size = New System.Drawing.Size(266, 29) Me.btnTestSQL.TabIndex = 7 Me.btnTestSQL.Text = "SQL Befehl testen" Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnTestSQL.UseVisualStyleBackColor = True ' 'cmbPlaceholder ' Me.cmbPlaceholder.FormattingEnabled = True Me.cmbPlaceholder.Items.AddRange(New Object() {"@RECORD_ID", "@PARENTRECORD_ID", "@FORM_ID"}) Me.cmbPlaceholder.Location = New System.Drawing.Point(6, 19) Me.cmbPlaceholder.Name = "cmbPlaceholder" Me.cmbPlaceholder.Size = New System.Drawing.Size(169, 23) Me.cmbPlaceholder.TabIndex = 10 ' 'btnAddPlaceholder ' Me.btnAddPlaceholder.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG Me.btnAddPlaceholder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddPlaceholder.Location = New System.Drawing.Point(181, 17) Me.btnAddPlaceholder.Name = "btnAddPlaceholder" Me.btnAddPlaceholder.Size = New System.Drawing.Size(163, 23) Me.btnAddPlaceholder.TabIndex = 11 Me.btnAddPlaceholder.Text = "Platzhalter hinzufügen" Me.btnAddPlaceholder.UseVisualStyleBackColor = True ' 'btnRefreshConnections ' Me.btnRefreshConnections.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG Me.btnRefreshConnections.Location = New System.Drawing.Point(488, 19) Me.btnRefreshConnections.Name = "btnRefreshConnections" Me.btnRefreshConnections.Size = New System.Drawing.Size(35, 23) Me.btnRefreshConnections.TabIndex = 13 Me.btnRefreshConnections.UseVisualStyleBackColor = True ' '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) DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvPlaceholders.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2 Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace}) DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvPlaceholders.DefaultCellStyle = DataGridViewCellStyle3 Me.dgvPlaceholders.Enabled = False Me.dgvPlaceholders.Location = New System.Drawing.Point(9, 361) Me.dgvPlaceholders.Name = "dgvPlaceholders" Me.dgvPlaceholders.Size = New System.Drawing.Size(349, 150) Me.dgvPlaceholders.TabIndex = 16 ' 'colPlaceholder ' Me.colPlaceholder.HeaderText = "Platzhalter" Me.colPlaceholder.Name = "colPlaceholder" Me.colPlaceholder.ReadOnly = True ' 'colReplace ' Me.colReplace.HeaderText = "Ersetzung" Me.colReplace.Name = "colReplace" ' 'dgvResult ' Me.dgvResult.AllowUserToAddRows = False Me.dgvResult.AllowUserToDeleteRows = False DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 Me.dgvResult.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvResult.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5 Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle6.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvResult.DefaultCellStyle = DataGridViewCellStyle6 Me.dgvResult.Location = New System.Drawing.Point(365, 361) Me.dgvResult.Name = "dgvResult" Me.dgvResult.ReadOnly = True Me.dgvResult.Size = New System.Drawing.Size(854, 150) Me.dgvResult.TabIndex = 17 ' '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.Location = New System.Drawing.Point(362, 343) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(55, 15) Me.Label5.TabIndex = 18 Me.Label5.Text = "Ergebnis:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(6, 26) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 18) Me.Label6.TabIndex = 19 Me.Label6.Text = "SELECT" ' 'cmbSelectColumns ' Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbSelectColumns.Enabled = False Me.cmbSelectColumns.FormattingEnabled = True Me.cmbSelectColumns.Location = New System.Drawing.Point(68, 25) Me.cmbSelectColumns.Name = "cmbSelectColumns" Me.cmbSelectColumns.Size = New System.Drawing.Size(233, 23) Me.cmbSelectColumns.TabIndex = 20 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(307, 25) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(40, 18) Me.Label7.TabIndex = 21 Me.Label7.Text = "FROM" ' 'cmbFromTables ' Me.cmbFromTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbFromTables.Enabled = False Me.cmbFromTables.FormattingEnabled = True Me.cmbFromTables.Location = New System.Drawing.Point(353, 25) Me.cmbFromTables.Name = "cmbFromTables" Me.cmbFromTables.Size = New System.Drawing.Size(234, 23) Me.cmbFromTables.TabIndex = 22 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(593, 25) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(48, 18) Me.Label8.TabIndex = 23 Me.Label8.Text = "WHERE" ' 'radioTable ' Me.radioTable.AutoSize = True Me.radioTable.Location = New System.Drawing.Point(15, 24) Me.radioTable.Name = "radioTable" Me.radioTable.Size = New System.Drawing.Size(70, 19) Me.radioTable.TabIndex = 24 Me.radioTable.TabStop = True Me.radioTable.Text = "Tabellen" Me.radioTable.UseVisualStyleBackColor = True ' 'radioView ' Me.radioView.AutoSize = True Me.radioView.Location = New System.Drawing.Point(87, 24) Me.radioView.Name = "radioView" Me.radioView.Size = New System.Drawing.Size(55, 19) Me.radioView.TabIndex = 25 Me.radioView.TabStop = True Me.radioView.Text = "Views" Me.radioView.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.radioTable) Me.GroupBox1.Controls.Add(Me.radioView) Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.GroupBox1.Location = New System.Drawing.Point(644, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(226, 69) Me.GroupBox1.TabIndex = 26 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Tabellenart auswählen" ' 'cmbWhereColumns ' Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbWhereColumns.Enabled = False Me.cmbWhereColumns.FormattingEnabled = True Me.cmbWhereColumns.Location = New System.Drawing.Point(647, 24) Me.cmbWhereColumns.Name = "cmbWhereColumns" Me.cmbWhereColumns.Size = New System.Drawing.Size(247, 23) Me.cmbWhereColumns.TabIndex = 27 ' 'cmbWhereOperator ' Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbWhereOperator.FormattingEnabled = True Me.cmbWhereOperator.Items.AddRange(New Object() {"=", "<>", "<", ">"}) Me.cmbWhereOperator.Location = New System.Drawing.Point(900, 24) Me.cmbWhereOperator.Name = "cmbWhereOperator" Me.cmbWhereOperator.Size = New System.Drawing.Size(47, 23) Me.cmbWhereOperator.TabIndex = 28 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.cmbConnection) Me.GroupBox2.Controls.Add(Me.Button2) Me.GroupBox2.Controls.Add(Me.btnRefreshConnections) Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.GroupBox2.Location = New System.Drawing.Point(12, 12) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(626, 69) Me.GroupBox2.TabIndex = 29 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "SQL-Connection" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.cmbPlaceholder) Me.GroupBox3.Controls.Add(Me.btnAddPlaceholder) Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.GroupBox3.Location = New System.Drawing.Point(876, 12) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(350, 69) Me.GroupBox3.TabIndex = 30 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Platzhalter" ' 'GroupBox4 ' 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", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox4.Location = New System.Drawing.Point(12, 87) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(1208, 66) Me.GroupBox4.TabIndex = 31 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "SQL-Befehl generieren" ' 'txtCondition ' Me.txtCondition.Location = New System.Drawing.Point(953, 24) Me.txtCondition.Name = "txtCondition" Me.txtCondition.Size = New System.Drawing.Size(218, 23) Me.txtCondition.TabIndex = 29 ' '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.Location = New System.Drawing.Point(9, 343) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(132, 15) Me.Label1.TabIndex = 32 Me.Label1.Text = "Platzhalter Ersetzungen:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.Label2.Location = New System.Drawing.Point(9, 163) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 15) Me.Label2.TabIndex = 33 Me.Label2.Text = "SQL-Befehl:" ' 'frmSQLEditor ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1241, 549) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.dgvResult) Me.Controls.Add(Me.dgvPlaceholders) Me.Controls.Add(Me.btnTestSQL) Me.Controls.Add(Me.txtValue) Me.Controls.Add(Me.Button1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSQLEditor" Me.Text = "SQL-Editor" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox3.ResumeLayout(False) Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents txtValue As System.Windows.Forms.TextBox Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_CONNECTIONTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents btnTestSQL As System.Windows.Forms.Button Friend WithEvents cmbPlaceholder As System.Windows.Forms.ComboBox Friend WithEvents btnAddPlaceholder As System.Windows.Forms.Button Friend WithEvents btnRefreshConnections As System.Windows.Forms.Button 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 dgvResult As System.Windows.Forms.DataGridView Friend WithEvents Label5 As System.Windows.Forms.Label 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 cmbFromTables 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 GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents cmbWhereColumns As System.Windows.Forms.ComboBox Friend WithEvents cmbWhereOperator As System.Windows.Forms.ComboBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtCondition As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label End Class