Initial
This commit is contained in:
246
EDOKA/Backup1/Systemadministration/Domains/frmDomainDokumentart.Designer.vb
generated
Normal file
246
EDOKA/Backup1/Systemadministration/Domains/frmDomainDokumentart.Designer.vb
generated
Normal file
@@ -0,0 +1,246 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmDomainDokumentart
|
||||
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(frmDomainDokumentart))
|
||||
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
||||
Me.MainMenu1 = New System.Windows.Forms.MainMenu(Me.components)
|
||||
Me.MenuItem1 = New System.Windows.Forms.MenuItem
|
||||
Me.MnuSchliessen = New System.Windows.Forms.MenuItem
|
||||
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.MenuItem3 = New System.Windows.Forms.MenuItem
|
||||
Me.MenuItem5 = New System.Windows.Forms.MenuItem
|
||||
Me.MenuItem6 = New System.Windows.Forms.MenuItem
|
||||
Me.MenuItem7 = New System.Windows.Forms.MenuItem
|
||||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
|
||||
Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
|
||||
Me.ImageList3 = New System.Windows.Forms.ImageList(Me.components)
|
||||
Me.Toolbtn_Schliessen = New System.Windows.Forms.ToolBar
|
||||
Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton
|
||||
Me.SysMenu = New System.Windows.Forms.TreeView
|
||||
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, "")
|
||||
Me.ImageList1.Images.SetKeyName(5, "")
|
||||
Me.ImageList1.Images.SetKeyName(6, "")
|
||||
Me.ImageList1.Images.SetKeyName(7, "")
|
||||
'
|
||||
'MainMenu1
|
||||
'
|
||||
Me.MainMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MenuItem1})
|
||||
'
|
||||
'MenuItem1
|
||||
'
|
||||
Me.MenuItem1.Index = 0
|
||||
Me.MenuItem1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MnuSchliessen})
|
||||
Me.MenuItem1.Text = "&Datei"
|
||||
'
|
||||
'MnuSchliessen
|
||||
'
|
||||
Me.MnuSchliessen.Index = 0
|
||||
Me.MnuSchliessen.Shortcut = System.Windows.Forms.Shortcut.AltF4
|
||||
Me.MnuSchliessen.Text = "&Schliessen"
|
||||
'
|
||||
'ContextMenu1
|
||||
'
|
||||
Me.ContextMenu1.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MnuNeuerKnoten, Me.MnuKnotenLoeschen, Me.MenuItem2, Me.MenuItem4, Me.MnuSave, Me.MenuItem3, Me.MenuItem5, Me.MenuItem6, Me.MenuItem7})
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'MenuItem3
|
||||
'
|
||||
Me.MenuItem3.Index = 5
|
||||
Me.MenuItem3.Text = "-"
|
||||
'
|
||||
'MenuItem5
|
||||
'
|
||||
Me.MenuItem5.Index = 6
|
||||
Me.MenuItem5.Text = "Dokumettypen hinzufügen"
|
||||
'
|
||||
'MenuItem6
|
||||
'
|
||||
Me.MenuItem6.Index = 7
|
||||
Me.MenuItem6.Text = "-"
|
||||
'
|
||||
'MenuItem7
|
||||
'
|
||||
Me.MenuItem7.Index = 8
|
||||
Me.MenuItem7.Text = "&Symbol ändern"
|
||||
'
|
||||
'ImageList2
|
||||
'
|
||||
Me.ImageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit
|
||||
Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16)
|
||||
Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
|
||||
'
|
||||
'ImageList3
|
||||
'
|
||||
Me.ImageList3.ImageStream = CType(resources.GetObject("ImageList3.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
||||
Me.ImageList3.TransparentColor = System.Drawing.Color.Transparent
|
||||
Me.ImageList3.Images.SetKeyName(0, "")
|
||||
Me.ImageList3.Images.SetKeyName(1, "")
|
||||
Me.ImageList3.Images.SetKeyName(2, "")
|
||||
Me.ImageList3.Images.SetKeyName(3, "")
|
||||
Me.ImageList3.Images.SetKeyName(4, "")
|
||||
Me.ImageList3.Images.SetKeyName(5, "")
|
||||
Me.ImageList3.Images.SetKeyName(6, "")
|
||||
Me.ImageList3.Images.SetKeyName(7, "")
|
||||
Me.ImageList3.Images.SetKeyName(8, "")
|
||||
Me.ImageList3.Images.SetKeyName(9, "")
|
||||
Me.ImageList3.Images.SetKeyName(10, "")
|
||||
Me.ImageList3.Images.SetKeyName(11, "")
|
||||
Me.ImageList3.Images.SetKeyName(12, "")
|
||||
Me.ImageList3.Images.SetKeyName(13, "")
|
||||
Me.ImageList3.Images.SetKeyName(14, "")
|
||||
Me.ImageList3.Images.SetKeyName(15, "")
|
||||
Me.ImageList3.Images.SetKeyName(16, "")
|
||||
Me.ImageList3.Images.SetKeyName(17, "")
|
||||
Me.ImageList3.Images.SetKeyName(18, "")
|
||||
Me.ImageList3.Images.SetKeyName(19, "")
|
||||
Me.ImageList3.Images.SetKeyName(20, "")
|
||||
Me.ImageList3.Images.SetKeyName(21, "")
|
||||
Me.ImageList3.Images.SetKeyName(22, "")
|
||||
Me.ImageList3.Images.SetKeyName(23, "")
|
||||
Me.ImageList3.Images.SetKeyName(24, "")
|
||||
Me.ImageList3.Images.SetKeyName(25, "")
|
||||
Me.ImageList3.Images.SetKeyName(26, "")
|
||||
Me.ImageList3.Images.SetKeyName(27, "")
|
||||
Me.ImageList3.Images.SetKeyName(28, "")
|
||||
Me.ImageList3.Images.SetKeyName(29, "")
|
||||
Me.ImageList3.Images.SetKeyName(30, "")
|
||||
Me.ImageList3.Images.SetKeyName(31, "")
|
||||
Me.ImageList3.Images.SetKeyName(32, "")
|
||||
Me.ImageList3.Images.SetKeyName(33, "")
|
||||
Me.ImageList3.Images.SetKeyName(34, "")
|
||||
Me.ImageList3.Images.SetKeyName(35, "")
|
||||
Me.ImageList3.Images.SetKeyName(36, "")
|
||||
Me.ImageList3.Images.SetKeyName(37, "")
|
||||
Me.ImageList3.Images.SetKeyName(38, "")
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'SysMenu
|
||||
'
|
||||
Me.SysMenu.AllowDrop = True
|
||||
Me.SysMenu.ContextMenu = Me.ContextMenu1
|
||||
Me.SysMenu.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SysMenu.ImageIndex = 0
|
||||
Me.SysMenu.ImageList = Me.ImageList3
|
||||
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.ShowRootLines = False
|
||||
Me.SysMenu.Size = New System.Drawing.Size(292, 612)
|
||||
Me.SysMenu.TabIndex = 2
|
||||
'
|
||||
'frmDomainDokumentart
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(292, 640)
|
||||
Me.Controls.Add(Me.SysMenu)
|
||||
Me.Controls.Add(Me.Toolbtn_Schliessen)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Menu = Me.MainMenu1
|
||||
Me.Name = "frmDomainDokumentart"
|
||||
Me.Text = "Dokumentart-Hierarchie"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
||||
Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu
|
||||
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
|
||||
Friend WithEvents MnuSchliessen As System.Windows.Forms.MenuItem
|
||||
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 MenuItem3 As System.Windows.Forms.MenuItem
|
||||
Friend WithEvents MenuItem5 As System.Windows.Forms.MenuItem
|
||||
Friend WithEvents MenuItem6 As System.Windows.Forms.MenuItem
|
||||
Friend WithEvents MenuItem7 As System.Windows.Forms.MenuItem
|
||||
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
|
||||
Friend WithEvents ImageList3 As System.Windows.Forms.ImageList
|
||||
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
|
||||
End Class
|
||||
Reference in New Issue
Block a user