84 lines
3.3 KiB
VB.net
84 lines
3.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
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.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.BringTheActionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripComboBox()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Location = New System.Drawing.Point(0, 27)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(679, 511)
|
|
Me.ListBox1.TabIndex = 0
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BringTheActionToolStripMenuItem, Me.ToolStripComboBox1})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(679, 27)
|
|
Me.MenuStrip1.TabIndex = 1
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'BringTheActionToolStripMenuItem
|
|
'
|
|
Me.BringTheActionToolStripMenuItem.Name = "BringTheActionToolStripMenuItem"
|
|
Me.BringTheActionToolStripMenuItem.Size = New System.Drawing.Size(108, 20)
|
|
Me.BringTheActionToolStripMenuItem.Text = "Bring the Action!"
|
|
'
|
|
'ToolStripComboBox1
|
|
'
|
|
Me.ToolStripComboBox1.Items.AddRange(New Object() {"SIMULATE", "DELETE"})
|
|
Me.ToolStripComboBox1.Name = "ToolStripComboBox1"
|
|
Me.ToolStripComboBox1.Size = New System.Drawing.Size(121, 23)
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(679, 538)
|
|
Me.Controls.Add(Me.ListBox1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.MainMenuStrip = Me.MenuStrip1
|
|
Me.Name = "Form1"
|
|
Me.Text = "Form1"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ListBox1 As ListBox
|
|
Friend WithEvents MenuStrip1 As MenuStrip
|
|
Friend WithEvents BringTheActionToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents ToolStripComboBox1 As ToolStripComboBox
|
|
End Class
|