69 lines
3.0 KiB
VB.net
69 lines
3.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmTreeView
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTreeView))
|
|
Me.tvProfileMatch = New System.Windows.Forms.TreeView()
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList()
|
|
Me.SuspendLayout()
|
|
'
|
|
'tvProfileMatch
|
|
'
|
|
Me.tvProfileMatch.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tvProfileMatch.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tvProfileMatch.ImageIndex = 0
|
|
Me.tvProfileMatch.ImageList = Me.ImageList1
|
|
Me.tvProfileMatch.Location = New System.Drawing.Point(0, 0)
|
|
Me.tvProfileMatch.Name = "tvProfileMatch"
|
|
Me.tvProfileMatch.SelectedImageIndex = 0
|
|
Me.tvProfileMatch.Size = New System.Drawing.Size(800, 450)
|
|
Me.tvProfileMatch.TabIndex = 0
|
|
'
|
|
'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, "root.png")
|
|
Me.ImageList1.Images.SetKeyName(1, "profile.png")
|
|
Me.ImageList1.Images.SetKeyName(2, "clipboard.png")
|
|
Me.ImageList1.Images.SetKeyName(3, "process.png")
|
|
Me.ImageList1.Images.SetKeyName(4, "window.png")
|
|
Me.ImageList1.Images.SetKeyName(5, "control.png")
|
|
'
|
|
'frmTreeView
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.tvProfileMatch)
|
|
Me.Name = "frmTreeView"
|
|
Me.ShowIcon = False
|
|
Me.Text = "Profilsuchen Algorithmus"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents tvProfileMatch As System.Windows.Forms.TreeView
|
|
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
|
End Class
|