_ Partial Class usrcntlCheckBox Inherits System.Windows.Forms.UserControl 'UserControl ü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.pnl = New System.Windows.Forms.Panel() Me.lbl = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.lbl) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(20, 20) Me.pnl.TabIndex = 63 ' 'lbl ' Me.lbl.Cursor = System.Windows.Forms.Cursors.Hand Me.lbl.Dock = System.Windows.Forms.DockStyle.Fill Me.lbl.Location = New System.Drawing.Point(0, 0) Me.lbl.Name = "lbl" Me.lbl.Size = New System.Drawing.Size(18, 18) Me.lbl.TabIndex = 0 Me.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'usrcntlCheckBox ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.Controls.Add(Me.pnl) Me.Name = "usrcntlCheckBox" Me.Size = New System.Drawing.Size(20, 20) Me.pnl.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents lbl As System.Windows.Forms.Label End Class