67 lines
2.6 KiB
VB.net
67 lines
2.6 KiB
VB.net
Imports System.Windows.Forms
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlMessenger_ChatElementDEL
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl ü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.pnl = New System.Windows.Forms.Panel()
|
|
Me.lblName = New System.Windows.Forms.Label()
|
|
Me.pnl.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.Controls.Add(Me.lblName)
|
|
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(378, 18)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'lblName
|
|
'
|
|
Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
|
Me.lblName.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.lblName.Location = New System.Drawing.Point(4, 1)
|
|
Me.lblName.Name = "lblName"
|
|
Me.lblName.Size = New System.Drawing.Size(193, 13)
|
|
Me.lblName.TabIndex = 0
|
|
Me.lblName.Text = "*gelöschtes Element"
|
|
'
|
|
'usrCntlMessenger_ChatElementDEL
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Name = "usrCntlMessenger_ChatElementDEL"
|
|
Me.Size = New System.Drawing.Size(378, 18)
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnl As Panel
|
|
Friend WithEvents lblName As Label
|
|
End Class
|