neu
This commit is contained in:
@@ -29,6 +29,7 @@ Partial Class usrCntlMessenger_ChatElement
|
||||
Me.txtChatmessage = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.lblDateTime = New System.Windows.Forms.Label()
|
||||
Me.lblName = New System.Windows.Forms.Label()
|
||||
Me.lblNewMsg = New System.Windows.Forms.Label()
|
||||
Me.pnl.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
@@ -38,6 +39,7 @@ Partial Class usrCntlMessenger_ChatElement
|
||||
Me.pnl.Controls.Add(Me.Panel1)
|
||||
Me.pnl.Controls.Add(Me.lblDateTime)
|
||||
Me.pnl.Controls.Add(Me.lblName)
|
||||
Me.pnl.Controls.Add(Me.lblNewMsg)
|
||||
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
||||
Me.pnl.Name = "pnl"
|
||||
@@ -69,6 +71,7 @@ Partial Class usrCntlMessenger_ChatElement
|
||||
Me.txtChatmessage.MaxLines_Warning = ""
|
||||
Me.txtChatmessage.MaxLines_Warning_Label = Nothing
|
||||
Me.txtChatmessage.Name = "txtChatmessage"
|
||||
Me.txtChatmessage.ReadOnly = True
|
||||
Me.txtChatmessage.Size = New System.Drawing.Size(368, 25)
|
||||
Me.txtChatmessage.TabIndex = 0
|
||||
Me.txtChatmessage.Text = "Hallo, wie gehts?"
|
||||
@@ -78,7 +81,7 @@ Partial Class usrCntlMessenger_ChatElement
|
||||
Me.lblDateTime.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblDateTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||
Me.lblDateTime.ForeColor = System.Drawing.Color.Black
|
||||
Me.lblDateTime.Location = New System.Drawing.Point(243, 34)
|
||||
Me.lblDateTime.Location = New System.Drawing.Point(226, 34)
|
||||
Me.lblDateTime.Name = "lblDateTime"
|
||||
Me.lblDateTime.Size = New System.Drawing.Size(132, 13)
|
||||
Me.lblDateTime.TabIndex = 1
|
||||
@@ -97,6 +100,20 @@ Partial Class usrCntlMessenger_ChatElement
|
||||
Me.lblName.TabIndex = 0
|
||||
Me.lblName.Text = "Max Mustermann (VERAG)"
|
||||
'
|
||||
'lblNewMsg
|
||||
'
|
||||
Me.lblNewMsg.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblNewMsg.AutoSize = True
|
||||
Me.lblNewMsg.BackColor = System.Drawing.Color.Red
|
||||
Me.lblNewMsg.Font = New System.Drawing.Font("Arial Black", 7.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.lblNewMsg.ForeColor = System.Drawing.Color.White
|
||||
Me.lblNewMsg.Location = New System.Drawing.Point(364, 34)
|
||||
Me.lblNewMsg.Name = "lblNewMsg"
|
||||
Me.lblNewMsg.Size = New System.Drawing.Size(11, 14)
|
||||
Me.lblNewMsg.TabIndex = 3
|
||||
Me.lblNewMsg.Text = "!"
|
||||
Me.lblNewMsg.Visible = False
|
||||
'
|
||||
'usrCntlMessenger_ChatElement
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -117,4 +134,5 @@ Partial Class usrCntlMessenger_ChatElement
|
||||
Friend WithEvents lblName As Label
|
||||
Friend WithEvents Panel1 As Panel
|
||||
Friend WithEvents txtChatmessage As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Friend WithEvents lblNewMsg As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user