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.
223 lines
10 KiB
223 lines
10 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.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.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton()
|
|
Me.tstxtsuche = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.TSBtnSuche = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnFilterAufheben = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnFirst = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnPrevious = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnNext = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnLast = New System.Windows.Forms.ToolStripButton()
|
|
Me.txtsuche = New System.Windows.Forms.TextBox()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'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, 25)
|
|
Me.SysMenu.Name = "SysMenu"
|
|
Me.SysMenu.SelectedImageIndex = 0
|
|
Me.SysMenu.Size = New System.Drawing.Size(292, 493)
|
|
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"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.tstxtsuche, Me.TSBtnSuche, Me.TSBtnFilterAufheben, Me.TSBtnFirst, Me.TSBtnPrevious, Me.TSBtnNext, Me.TSBtnLast})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(292, 25)
|
|
Me.ToolStrip1.TabIndex = 3
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'TSBtnQuit
|
|
'
|
|
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
|
|
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnQuit.Name = "TSBtnQuit"
|
|
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnQuit.Text = "ToolStripButton1"
|
|
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
|
|
'
|
|
'tstxtsuche
|
|
'
|
|
Me.tstxtsuche.Font = New System.Drawing.Font("Tahoma", 8.25!)
|
|
Me.tstxtsuche.Name = "tstxtsuche"
|
|
Me.tstxtsuche.Size = New System.Drawing.Size(100, 25)
|
|
'
|
|
'TSBtnSuche
|
|
'
|
|
Me.TSBtnSuche.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnSuche.Image = CType(resources.GetObject("TSBtnSuche.Image"), System.Drawing.Image)
|
|
Me.TSBtnSuche.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnSuche.Name = "TSBtnSuche"
|
|
Me.TSBtnSuche.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnSuche.Text = "ToolStripButton1"
|
|
'
|
|
'TSBtnFilterAufheben
|
|
'
|
|
Me.TSBtnFilterAufheben.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnFilterAufheben.Image = CType(resources.GetObject("TSBtnFilterAufheben.Image"), System.Drawing.Image)
|
|
Me.TSBtnFilterAufheben.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnFilterAufheben.Name = "TSBtnFilterAufheben"
|
|
Me.TSBtnFilterAufheben.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnFilterAufheben.Text = "Filter aufheben"
|
|
'
|
|
'TSBtnFirst
|
|
'
|
|
Me.TSBtnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnFirst.Image = CType(resources.GetObject("TSBtnFirst.Image"), System.Drawing.Image)
|
|
Me.TSBtnFirst.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnFirst.Name = "TSBtnFirst"
|
|
Me.TSBtnFirst.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnFirst.Text = "Erster Datensatz"
|
|
'
|
|
'TSBtnPrevious
|
|
'
|
|
Me.TSBtnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnPrevious.Image = CType(resources.GetObject("TSBtnPrevious.Image"), System.Drawing.Image)
|
|
Me.TSBtnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnPrevious.Name = "TSBtnPrevious"
|
|
Me.TSBtnPrevious.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnPrevious.Text = "Vorheriger Datensatz"
|
|
'
|
|
'TSBtnNext
|
|
'
|
|
Me.TSBtnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnNext.Image = CType(resources.GetObject("TSBtnNext.Image"), System.Drawing.Image)
|
|
Me.TSBtnNext.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnNext.Name = "TSBtnNext"
|
|
Me.TSBtnNext.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnNext.Text = "Nächster Datensatz"
|
|
'
|
|
'TSBtnLast
|
|
'
|
|
Me.TSBtnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnLast.Image = CType(resources.GetObject("TSBtnLast.Image"), System.Drawing.Image)
|
|
Me.TSBtnLast.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnLast.Name = "TSBtnLast"
|
|
Me.TSBtnLast.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnLast.Text = "Letzter Datensatz"
|
|
'
|
|
'txtsuche
|
|
'
|
|
Me.txtsuche.Location = New System.Drawing.Point(37, 2)
|
|
Me.txtsuche.Name = "txtsuche"
|
|
Me.txtsuche.Size = New System.Drawing.Size(96, 20)
|
|
Me.txtsuche.TabIndex = 4
|
|
'
|
|
'_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.txtsuche)
|
|
Me.Controls.Add(Me.SysMenu)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "_frmSysadminMenu"
|
|
Me.Text = "Systemadministration"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
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
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnSuche As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tstxtsuche As System.Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents TSBtnFilterAufheben As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnNext As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnFirst As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnPrevious As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnLast As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents txtsuche As System.Windows.Forms.TextBox
|
|
End Class
|