_ Partial Class frmTreeView Inherits DevExpress.XtraEditors.XtraForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() 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.components) Me.SuspendLayout() ' 'tvProfileMatch ' Me.tvProfileMatch.Dock = System.Windows.Forms.DockStyle.Fill Me.tvProfileMatch.Font = New System.Drawing.Font("Segoe UI", 9.0!, 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, "award_star_gold_1.png") Me.ImageList1.Images.SetKeyName(1, "application_xp.png") Me.ImageList1.Images.SetKeyName(2, "application_form.png") Me.ImageList1.Images.SetKeyName(3, "brick.png") Me.ImageList1.Images.SetKeyName(4, "application_view_tile.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.Text = "frmTreeView" Me.ResumeLayout(False) End Sub Friend WithEvents tvProfileMatch As System.Windows.Forms.TreeView Friend WithEvents ImageList1 As System.Windows.Forms.ImageList End Class