74 lines
3.1 KiB
VB.net
74 lines
3.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlChat_Art_Btn
|
|
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.btn = New System.Windows.Forms.Button()
|
|
Me.lblLKWChat_MsgCnt = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.BackColor = System.Drawing.Color.LightSteelBlue
|
|
Me.btn.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.ForeColor = System.Drawing.Color.White
|
|
Me.btn.Location = New System.Drawing.Point(0, 0)
|
|
Me.btn.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(124, 29)
|
|
Me.btn.TabIndex = 11
|
|
Me.btn.Text = "-----"
|
|
Me.btn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btn.UseVisualStyleBackColor = False
|
|
'
|
|
'lblLKWChat_MsgCnt
|
|
'
|
|
Me.lblLKWChat_MsgCnt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblLKWChat_MsgCnt.BackColor = System.Drawing.Color.Red
|
|
Me.lblLKWChat_MsgCnt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold)
|
|
Me.lblLKWChat_MsgCnt.ForeColor = System.Drawing.Color.White
|
|
Me.lblLKWChat_MsgCnt.Location = New System.Drawing.Point(95, 4)
|
|
Me.lblLKWChat_MsgCnt.Name = "lblLKWChat_MsgCnt"
|
|
Me.lblLKWChat_MsgCnt.Size = New System.Drawing.Size(26, 21)
|
|
Me.lblLKWChat_MsgCnt.TabIndex = 105
|
|
Me.lblLKWChat_MsgCnt.Text = "99"
|
|
Me.lblLKWChat_MsgCnt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
Me.lblLKWChat_MsgCnt.Visible = False
|
|
'
|
|
'usrCntlChat_Art_Btn
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.lblLKWChat_MsgCnt)
|
|
Me.Controls.Add(Me.btn)
|
|
Me.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Name = "usrCntlChat_Art_Btn"
|
|
Me.Size = New System.Drawing.Size(124, 29)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btn As Windows.Forms.Button
|
|
Friend WithEvents lblLKWChat_MsgCnt As Windows.Forms.Label
|
|
End Class
|