181 lines
9.6 KiB
VB.net
181 lines
9.6 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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.txtSQLCommand = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
|
|
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.BindingNavigator1.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'BindingNavigator1
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1")
|
|
Me.BindingNavigator1.AddNewItem = Nothing
|
|
Me.BindingNavigator1.BindingSource = Me.BindingSource1
|
|
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
|
|
Me.BindingNavigator1.CountItemFormat = "of {0} Records"
|
|
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.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
|
|
'
|
|
'BindingNavigatorCountItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
|
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
|
'
|
|
'BindingNavigatorSeparator
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
|
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
|
'
|
|
'BindingNavigatorPositionItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
|
|
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
|
'
|
|
'BindingNavigatorSeparator1
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
|
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
|
'
|
|
'BindingNavigatorSeparator2
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
|
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
|
'
|
|
'Panel1
|
|
'
|
|
resources.ApplyResources(Me.Panel1, "Panel1")
|
|
Me.Panel1.Controls.Add(Me.txtSQLCommand)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Name = "Panel1"
|
|
'
|
|
'txtSQLCommand
|
|
'
|
|
resources.ApplyResources(Me.txtSQLCommand, "txtSQLCommand")
|
|
Me.txtSQLCommand.Name = "txtSQLCommand"
|
|
Me.txtSQLCommand.ReadOnly = True
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'DataGridView1
|
|
'
|
|
resources.ApplyResources(Me.DataGridView1, "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.Name = "DataGridView1"
|
|
Me.DataGridView1.ReadOnly = True
|
|
'
|
|
'BindingNavigatorMoveFirstItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
|
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
|
'
|
|
'BindingNavigatorMovePreviousItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
|
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
|
'
|
|
'BindingNavigatorMoveNextItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
|
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
|
'
|
|
'BindingNavigatorMoveLastItem
|
|
'
|
|
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
|
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
|
'
|
|
'frmSQL_Result
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.DataGridView1)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.BindingNavigator1)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmSQL_Result"
|
|
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.BindingNavigator1.ResumeLayout(False)
|
|
Me.BindingNavigator1.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.BindingSource1, 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
|