220 lines
12 KiB
VB.net
220 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSQL_Result
|
|
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQL_Result))
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
|
|
Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
|
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtSQLCommand = New System.Windows.Forms.TextBox()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.BindingNavigator1.SuspendLayout()
|
|
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'BindingNavigator1
|
|
'
|
|
Me.BindingNavigator1.AddNewItem = Nothing
|
|
Me.BindingNavigator1.BindingSource = Me.BindingSource1
|
|
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
|
|
Me.BindingNavigator1.CountItemFormat = "von {0} Datensätzen"
|
|
Me.BindingNavigator1.DeleteItem = Nothing
|
|
Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2})
|
|
Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
|
|
Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
|
Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
|
Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
|
|
Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
|
Me.BindingNavigator1.Name = "BindingNavigator1"
|
|
Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
|
|
Me.BindingNavigator1.Size = New System.Drawing.Size(643, 25)
|
|
Me.BindingNavigator1.TabIndex = 0
|
|
Me.BindingNavigator1.Text = "BindingNavigator1"
|
|
'
|
|
'BindingNavigatorCountItem
|
|
'
|
|
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
|
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(111, 22)
|
|
Me.BindingNavigatorCountItem.Text = "von {0} Datensätzen"
|
|
Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente."
|
|
'
|
|
'BindingNavigatorMoveFirstItem
|
|
'
|
|
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
|
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
|
|
'
|
|
'BindingNavigatorMovePreviousItem
|
|
'
|
|
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
|
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
|
|
'
|
|
'BindingNavigatorSeparator
|
|
'
|
|
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
|
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'BindingNavigatorPositionItem
|
|
'
|
|
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
|
Me.BindingNavigatorPositionItem.AutoSize = False
|
|
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
|
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
|
|
Me.BindingNavigatorPositionItem.Text = "0"
|
|
Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position"
|
|
'
|
|
'BindingNavigatorSeparator1
|
|
'
|
|
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
|
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'BindingNavigatorMoveNextItem
|
|
'
|
|
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
|
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
|
|
'
|
|
'BindingNavigatorMoveLastItem
|
|
'
|
|
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
|
|
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
|
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
|
|
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
|
|
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
|
|
'
|
|
'BindingNavigatorSeparator2
|
|
'
|
|
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
|
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.txtSQLCommand)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 25)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(643, 100)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(3, 6)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(85, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "SQL-Command:"
|
|
'
|
|
'txtSQLCommand
|
|
'
|
|
Me.txtSQLCommand.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtSQLCommand.Location = New System.Drawing.Point(3, 22)
|
|
Me.txtSQLCommand.Multiline = True
|
|
Me.txtSQLCommand.Name = "txtSQLCommand"
|
|
Me.txtSQLCommand.ReadOnly = True
|
|
Me.txtSQLCommand.Size = New System.Drawing.Size(637, 75)
|
|
Me.txtSQLCommand.TabIndex = 1
|
|
'
|
|
'DataGridView1
|
|
'
|
|
Me.DataGridView1.AllowUserToAddRows = False
|
|
Me.DataGridView1.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
|
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DataGridView1.Location = New System.Drawing.Point(0, 125)
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
Me.DataGridView1.ReadOnly = True
|
|
Me.DataGridView1.Size = New System.Drawing.Size(643, 331)
|
|
Me.DataGridView1.TabIndex = 2
|
|
'
|
|
'frmSQL_Result
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(643, 456)
|
|
Me.Controls.Add(Me.DataGridView1)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.BindingNavigator1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 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_Result"
|
|
Me.Text = "Ergebnisanzeige für SQL"
|
|
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.BindingNavigator1.ResumeLayout(False)
|
|
Me.BindingNavigator1.PerformLayout()
|
|
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator
|
|
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingSource1 As System.Windows.Forms.BindingSource
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents txtSQLCommand As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
End Class
|