You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

135 lines
5.6 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class _frmSysadminMenu
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(_frmSysadminMenu))
Me.Toolbtn_Schliessen = New System.Windows.Forms.ToolBar
Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.SysMenu = New System.Windows.Forms.TreeView
Me.ContextMenu1 = New System.Windows.Forms.ContextMenu
Me.MnuNeuerKnoten = New System.Windows.Forms.MenuItem
Me.MnuKnotenLoeschen = New System.Windows.Forms.MenuItem
Me.MenuItem2 = New System.Windows.Forms.MenuItem
Me.MenuItem4 = New System.Windows.Forms.MenuItem
Me.MnuSave = New System.Windows.Forms.MenuItem
Me.SuspendLayout()
'
'Toolbtn_Schliessen
'
Me.Toolbtn_Schliessen.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.ToolBarButton1})
Me.Toolbtn_Schliessen.ButtonSize = New System.Drawing.Size(23, 22)
Me.Toolbtn_Schliessen.DropDownArrows = True
Me.Toolbtn_Schliessen.ImageList = Me.ImageList1
Me.Toolbtn_Schliessen.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Toolbtn_Schliessen.Location = New System.Drawing.Point(0, 0)
Me.Toolbtn_Schliessen.Name = "Toolbtn_Schliessen"
Me.Toolbtn_Schliessen.ShowToolTips = True
Me.Toolbtn_Schliessen.Size = New System.Drawing.Size(292, 28)
Me.Toolbtn_Schliessen.TabIndex = 1
'
'ToolBarButton1
'
Me.ToolBarButton1.ImageIndex = 0
Me.ToolBarButton1.Name = "ToolBarButton1"
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "")
Me.ImageList1.Images.SetKeyName(1, "")
Me.ImageList1.Images.SetKeyName(2, "")
Me.ImageList1.Images.SetKeyName(3, "")
Me.ImageList1.Images.SetKeyName(4, "")
'
'SysMenu
'
Me.SysMenu.AllowDrop = True
Me.SysMenu.Dock = System.Windows.Forms.DockStyle.Fill
Me.SysMenu.ImageIndex = 0
Me.SysMenu.ImageList = Me.ImageList1
Me.SysMenu.Indent = 19
Me.SysMenu.ItemHeight = 16
Me.SysMenu.Location = New System.Drawing.Point(0, 28)
Me.SysMenu.Name = "SysMenu"
Me.SysMenu.SelectedImageIndex = 0
Me.SysMenu.Size = New System.Drawing.Size(292, 490)
Me.SysMenu.TabIndex = 2
'
'ContextMenu1
'
Me.ContextMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MnuNeuerKnoten, Me.MnuKnotenLoeschen, Me.MenuItem2, Me.MenuItem4, Me.MnuSave})
'
'MnuNeuerKnoten
'
Me.MnuNeuerKnoten.Index = 0
Me.MnuNeuerKnoten.Text = "Neuer Eintrag "
'
'MnuKnotenLoeschen
'
Me.MnuKnotenLoeschen.Index = 1
Me.MnuKnotenLoeschen.Text = "Eintrag löschen"
'
'MenuItem2
'
Me.MenuItem2.Index = 2
Me.MenuItem2.Text = "Eintrag umbenennen"
'
'MenuItem4
'
Me.MenuItem4.Index = 3
Me.MenuItem4.Text = "-"
'
'MnuSave
'
Me.MnuSave.Index = 4
Me.MnuSave.Text = "Menu Speichern"
'
'frmSysadminmenu
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(292, 518)
Me.Controls.Add(Me.SysMenu)
Me.Controls.Add(Me.Toolbtn_Schliessen)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmSysadminmenu"
Me.Text = "frmSysadminmenu"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Toolbtn_Schliessen As System.Windows.Forms.ToolBar
Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton
Friend WithEvents SysMenu As System.Windows.Forms.TreeView
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ContextMenu1 As System.Windows.Forms.ContextMenu
Friend WithEvents MnuNeuerKnoten As System.Windows.Forms.MenuItem
Friend WithEvents MnuKnotenLoeschen As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem
Friend WithEvents MnuSave As System.Windows.Forms.MenuItem
End Class